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-06T05:22:52.808Z||main|||||INFO|500||The following profiles are active: basic
2022-11-06T05:23:03.982Z||main|||||INFO|500||Starting service [Tomcat]
2022-11-06T05:23:03.983Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-11-06T05:23:04.116Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-11-06T05:23:08.222Z||main|||||INFO|500||catdb-pool - Starting...
2022-11-06T05:23:08.688Z||main|||||INFO|500||catdb-pool - Start completed.
2022-11-06T05:23:09.146Z||main|||||INFO|500||reqdb-pool - Starting...
2022-11-06T05:23:09.153Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-11-06T05:23:09.258Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-11-06T05:23:09.461Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-11-06T05:23:10.097Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-11-06T05:23:11.926Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-06T05:23:14.327Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-06T05:23:14.393Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-11-06T05:23:15.066Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-06T05:23:15.303Z||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-06T05:23:16.477Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-06T05:23:17.485Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-11-06T05:23:17.512Z||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$$fa32a587.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-06T05:23:17.513Z||main|||||WARN|500||The sdc end point is not alive
2022-11-06T05:23:20.686Z||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-06T05:23:23.856Z||main|||||WARN|500||---
2022-11-06T05:23:23.856Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-11-06T05:23:23.857Z||main|||||WARN|500||---
2022-11-06T05:23:24.384Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-11-06T05:23:29.980Z||main|||||INFO|500||Started Application in 40.235 seconds (JVM running for 42.251)
2022-11-06T05:23:30.001Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-06T05:23:30.006Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-06T05:23:30.027Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-06T05:23:30.053Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-06T05:23:30.094Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 700c59f6-78a4-4d07-8e56-6053f2ce221b url= /sdc/v1/artifactTypes
2022-11-06T05:23:30.095Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-11-06T05:23:30.371Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-11-06T05:23:30.404Z||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-06T05:23:30.465Z||scheduling-1|||||DEBUG|500||create keys
2022-11-06T05:23:30.473Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-11-06T05:23:30.512Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T05:23:30.537Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= c08b293a-901c-4a15-8e2d-9fb13b57366b url= /sdc/v1/registerForDistribution
2022-11-06T05:23:30.632Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= c08b293a-901c-4a15-8e2d-9fb13b57366b url= /sdc/v1/registerForDistribution
2022-11-06T05:23:30.632Z||scheduling-1|||||INFO|500||start DistributionClient
2022-11-06T05:23:30.642Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:23:30.643Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:23:30.656Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-11-06T05:23:30.658Z||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-06T05:23:30.658Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:23:30.658Z||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-06T05:23:30.658Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:23:40.992Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T05:23:41.001Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T05:24:30.640Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:24:30.642Z||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-06T05:24:30.642Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:24:30.643Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:24:30.647Z||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-06T05:24:30.647Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:24:40.244Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T05:24:40.244Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T05:25:30.640Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:25:30.642Z||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-06T05:25:30.642Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:25:30.643Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:25:30.646Z||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-06T05:25:30.646Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:25:40.189Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T05:25:40.190Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T05:26:30.642Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:26:30.642Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:26:30.645Z||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-06T05:26:30.646Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:26:30.651Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T05:26:30.652Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tNTQBMD8Rsm19kIi) ...
2022-11-06T05:26:40.222Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T05:26:40.223Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T05:27:30.640Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:27:30.641Z||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-06T05:27:30.641Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:27:30.642Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:27:30.644Z||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-06T05:27:30.644Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:27:40.193Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T05:27:40.200Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T05:28:30.640Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:28:30.642Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T05:28:30.642Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:28:30.642Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tNTQBMD8Rsm19kIi) ...
2022-11-06T05:28:30.656Z||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-06T05:28:30.662Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:28:40.206Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T05:28:40.206Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T05:29:30.640Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:29:30.641Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T05:29:30.641Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tNTQBMD8Rsm19kIi) ...
2022-11-06T05:29:30.642Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:29:30.643Z||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-06T05:29:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:29:40.188Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T05:29:40.202Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T05:30:30.640Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:30:30.642Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T05:30:30.642Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:30:30.642Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tNTQBMD8Rsm19kIi) ...
2022-11-06T05:30:30.645Z||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-06T05:30:30.645Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:30:40.204Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T05:30:40.205Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T05:31:30.640Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:31:30.642Z||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-06T05:31:30.642Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:31:30.642Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:31:30.643Z||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-06T05:31:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:31:40.193Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T05:31:40.195Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T05:32:30.640Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:32:30.641Z||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-06T05:32:30.641Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:32:30.642Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:32:30.644Z||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-06T05:32:30.644Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:32:40.215Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T05:32:40.215Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T05:33:30.640Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:33:30.642Z||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-06T05:33:30.642Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:33:30.642Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:33:30.643Z||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-06T05:33:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:33:34.225Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-11-06T05:33:40.192Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T05:33:40.192Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T05:34:30.640Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:34:30.641Z||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-06T05:34:30.641Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:34:30.642Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:34:30.643Z||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-06T05:34:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:34:40.192Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T05:34:40.191Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T05:35:30.640Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:35:30.641Z||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-06T05:35:30.641Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:35:30.642Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:35:30.643Z||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-06T05:35:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:35:40.194Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T05:35:40.197Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T05:36:30.640Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:36:30.641Z||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-06T05:36:30.641Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:36:30.642Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:36:30.643Z||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-06T05:36:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:36:40.204Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T05:36:40.221Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T05:37:30.640Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:37:30.641Z||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-06T05:37:30.641Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:37:30.643Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:37:30.644Z||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-06T05:37:30.644Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:37:40.188Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T05:37:40.198Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T05:38:30.640Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:38:30.641Z||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-06T05:38:30.641Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:38:30.642Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:38:30.643Z||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-06T05:38:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:38:40.198Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T05:38:40.202Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T05:39:30.640Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:39:30.642Z||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-06T05:39:30.642Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:39:30.642Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:39:30.643Z||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-06T05:39:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:39:40.216Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T05:39:40.216Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T05:40:30.640Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:40:30.641Z||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-06T05:40:30.641Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:40:30.642Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:40:30.643Z||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-06T05:40:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:40:40.190Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T05:40:40.206Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T05:41:30.643Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:41:30.643Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:41:30.646Z||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-06T05:41:30.646Z||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-06T05:41:30.647Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:41:30.647Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:41:40.202Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T05:41:40.202Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T05:42:30.640Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:42:30.641Z||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-06T05:42:30.641Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:42:30.642Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:42:30.643Z||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-06T05:42:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:42:40.193Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T05:42:40.211Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T05:43:30.640Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:43:30.641Z||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-06T05:43:30.641Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:43:30.642Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:43:30.643Z||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-06T05:43:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:43:40.191Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T05:43:40.195Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T05:44:30.640Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:44:30.641Z||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-06T05:44:30.641Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:44:30.642Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:44:30.643Z||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-06T05:44:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:44:40.209Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T05:44:40.223Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T05:45:30.640Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:45:30.641Z||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-06T05:45:30.641Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:45:30.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:45:30.643Z||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-06T05:45:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:45:40.205Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T05:45:40.210Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T05:46:30.640Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:46:30.641Z||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-06T05:46:30.641Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:46:30.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:46:30.643Z||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-06T05:46:30.644Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:46:40.188Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T05:46:40.188Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T05:47:30.640Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:47:30.641Z||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-06T05:47:30.641Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:47:30.642Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:47:30.643Z||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-06T05:47:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:47:40.192Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T05:47:40.196Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T05:48:30.640Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:48:30.642Z||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-06T05:48:30.642Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:48:30.642Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:48:30.643Z||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-06T05:48:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:48:40.191Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T05:48:40.196Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T05:49:30.640Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:49:30.641Z||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-06T05:49:30.642Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:49:30.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:49:30.643Z||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-06T05:49:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:49:40.193Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T05:49:40.193Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T05:50:30.640Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:50:30.641Z||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-06T05:50:30.641Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:50:30.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:50:30.643Z||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-06T05:50:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:50:40.184Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T05:50:40.185Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T05:51:30.640Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:51:30.641Z||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-06T05:51:30.641Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:51:30.642Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:51:30.643Z||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-06T05:51:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:51:40.185Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T05:51:40.185Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T05:52:30.640Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:52:30.641Z||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-06T05:52:30.641Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:52:30.642Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:52:30.643Z||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-06T05:52:30.644Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:52:40.189Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T05:52:40.189Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T05:53:30.640Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:53:30.641Z||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-06T05:53:30.641Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:53:30.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:53:30.643Z||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-06T05:53:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:53:40.196Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T05:53:40.196Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T05:54:30.640Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:54:30.641Z||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-06T05:54:30.641Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:54:30.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:54:30.643Z||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-06T05:54:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:54:40.191Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T05:54:40.197Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T05:55:30.640Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:55:30.641Z||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-06T05:55:30.641Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:55:30.644Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:55:30.645Z||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-06T05:55:30.646Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:55:40.190Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T05:55:40.210Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T05:56:30.640Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:56:30.642Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:56:30.645Z||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-06T05:56:30.645Z||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-06T05:56:30.645Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:56:30.645Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:56:40.194Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T05:56:40.201Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T05:57:30.640Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:57:30.641Z||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-06T05:57:30.641Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:57:30.642Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:57:30.643Z||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-06T05:57:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:57:40.194Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T05:57:40.196Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T05:58:30.640Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:58:30.641Z||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-06T05:58:30.641Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:58:30.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:58:30.643Z||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-06T05:58:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:58:40.190Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T05:58:40.192Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T05:59:30.640Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:59:30.641Z||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-06T05:59:30.641Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:59:30.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T05:59:30.643Z||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-06T05:59:30.644Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T05:59:40.185Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T05:59:40.185Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T06:00:30.640Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:00:30.641Z||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-06T06:00:30.641Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:00:30.642Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:00:30.643Z||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-06T06:00:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:00:40.187Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T06:00:40.188Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T06:01:30.641Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:01:30.642Z||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-06T06:01:30.642Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:01:30.642Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:01:30.642Z||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-06T06:01:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:01:40.186Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T06:01:40.189Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T06:02:30.640Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:02:30.641Z||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-06T06:02:30.641Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:02:30.644Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:02:30.644Z||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-06T06:02:30.644Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:02:40.191Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T06:02:40.196Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T06:03:30.640Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:03:30.642Z||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-06T06:03:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:03:30.643Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:03:30.643Z||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-06T06:03:30.644Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:03:40.191Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T06:03:40.199Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T06:04:30.640Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:04:30.642Z||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-06T06:04:30.642Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:04:30.642Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:04:30.643Z||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-06T06:04:30.644Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:04:40.215Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T06:04:40.216Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T06:05:30.640Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:05:30.641Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T06:05:30.641Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:05:30.642Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:05:30.643Z||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-06T06:05:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:05:40.222Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T06:05:40.224Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T06:06:30.640Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:06:30.641Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T06:06:30.641Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:06:30.642Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:06:30.643Z||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-06T06:06:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:06:40.204Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T06:06:40.209Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T06:07:30.640Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:07:30.640Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T06:07:30.641Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:07:30.642Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:07:30.643Z||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-06T06:07:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:07:40.215Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T06:07:40.215Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T06:08:30.640Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:08:30.641Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T06:08:30.641Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:08:30.642Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:08:30.643Z||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-06T06:08:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:08:31.271Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T06:08:31.274Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-06T06:08:31.274Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"6da9303e-dff1-4f72-a95c-25af5630769d","serviceName":"basic_onboard_iscxmf","serviceVersion":"1.0","serviceUUID":"62b0a967-3d90-4803-92a1-0927a0f41b95","serviceDescription":"service","serviceInvariantUUID":"fa9b621d-d176-453e-bfef-dd77aa9be66a","resources":[{"resourceInstanceName":"basic_onboard_iscxmf 0","resourceName":"basic_onboard_iscxmf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4468101d-d857-453a-af11-71bb675d71f7","resourceInvariantUUID":"0bc0c208-fa0d-4406-a63d-ed72945adfeb","resourceCustomizationUUID":"92806ab2-f43f-4e1a-86e6-4fe0922973a3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/vf-license-model.xml","artifactChecksum":"MDVhMTcwN2YzMTQ3NWJkZmQ5OGI1YjNhYjY1NjkyZDI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"240842f9-e413-4a79-9f41-8c340191ae6d","artifactVersion":"1"},{"artifactName":"basic_onboard_iscxmf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/basic_onboard_iscxmf0_modules.json","artifactChecksum":"NzIxZjZmMWZiNzVhMjVmZmM0NTlhZDY4MWIzNGNmZjM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a19f062a-f57e-4b08-87fc-70e4dffbda2c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e55a76f7-3e81-4cdd-8e26-ffd0394994f7","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"600af5c8-f08f-419e-9642-f92b1c6dac70","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"90b5d12f-e898-4183-824d-8248784fcb0b","artifactVersion":"2","generatedFromUUID":"e55a76f7-3e81-4cdd-8e26-ffd0394994f7"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardIscxmf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/artifacts/service-BasicOnboardIscxmf-template.yml","artifactChecksum":"ODU4NzJlNjVhOGY2Y2QwYzNlZGM4NTQyNDY0NTBlZjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c53c79e6-9e44-464a-b8b1-dd0e0dc14551","artifactVersion":"1"},{"artifactName":"service-BasicOnboardIscxmf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/artifacts/service-BasicOnboardIscxmf-csar.csar","artifactChecksum":"OTk1ZjE4M2UxMTM3NTI0N2NlZjcyODEzNjMxZDc5YTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c559c7bb-817b-4e4f-814d-cf66a4e90d7e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-06T06:08:31.286Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T06:08:31.295Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:08:31.295Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T06:08:31.300Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:08:31.300Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
"consumerID": "ves-openapi-manager",
"timestamp": 1667714861322,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T06:08:31.341Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:08:31.341Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667714910640,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T06:08:31.349Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:08:31.349Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:08:31.349Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667714857824,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T06:08:31.350Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:08:31.350Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:08:31.351Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667714857824,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/basic_onboard_iscxmf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-06T06:08:31.351Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:08:31.351Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:08:31.352Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
"consumerID": "ves-openapi-manager",
"timestamp": 1667714861322,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/basic_onboard_iscxmf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-06T06:08:31.352Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:08:31.352Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:08:31.353Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
"consumerID": "ves-openapi-manager",
"timestamp": 1667714861322,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-06T06:08:31.353Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:08:31.353Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:08:31.354Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667714857824,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-06T06:08:31.354Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:08:31.354Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:08:31.354Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
"consumerID": "ves-openapi-manager",
"timestamp": 1667714861322,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T06:08:31.355Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:08:31.355Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:08:31.355Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667714857824,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T06:08:31.356Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:08:31.356Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:08:31.356Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667714865346,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T06:08:31.356Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:08:31.357Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:08:31.357Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
"consumerID": "cds",
"timestamp": 1667714864938,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T06:08:31.357Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:08:31.358Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:08:31.358Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
"consumerID": "ves-openapi-manager",
"timestamp": 1667714861322,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-06T06:08:31.358Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:08:31.358Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:08:31.359Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667714857824,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-06T06:08:31.359Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:08:31.359Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:08:31.360Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667714865346,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/basic_onboard_iscxmf0_modules.json",
"status": "NOTIFIED"
}
2022-11-06T06:08:31.360Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:08:31.360Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:08:31.361Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
"consumerID": "cds",
"timestamp": 1667714864938,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/basic_onboard_iscxmf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-06T06:08:31.361Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:08:31.361Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:08:31.361Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667714857824,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/artifacts/service-BasicOnboardIscxmf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-06T06:08:31.362Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:08:31.362Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:08:31.362Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
"consumerID": "ves-openapi-manager",
"timestamp": 1667714861322,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/artifacts/service-BasicOnboardIscxmf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-06T06:08:31.363Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:08:31.364Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:08:31.364Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667714865346,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-06T06:08:31.364Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:08:31.364Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:08:31.365Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
"consumerID": "cds",
"timestamp": 1667714864938,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-06T06:08:31.365Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:08:31.368Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:08:31.368Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667714857824,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/artifacts/service-BasicOnboardIscxmf-csar.csar",
"status": "NOTIFIED"
}
2022-11-06T06:08:31.368Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:08:31.368Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:08:31.369Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
"consumerID": "ves-openapi-manager",
"timestamp": 1667714861322,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/artifacts/service-BasicOnboardIscxmf-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-06T06:08:31.369Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:08:31.369Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:08:31.369Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667714865346,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T06:08:31.370Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:08:31.370Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:08:31.370Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
"consumerID": "cds",
"timestamp": 1667714864938,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T06:08:31.370Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:08:31.370Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:08:31.371Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
"consumerID": "aai-ml",
"timestamp": 1667714869527,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T06:08:31.371Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:08:31.371Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:08:31.371Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667714869857,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/artifacts/service-BasicOnboardIscxmf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-06T06:08:31.372Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:08:31.372Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:08:31.372Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667714865346,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-06T06:08:31.373Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:08:31.373Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:08:31.373Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
"consumerID": "cds",
"timestamp": 1667714864938,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-06T06:08:31.374Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:08:31.374Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:08:31.374Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
"consumerID": "aai-ml",
"timestamp": 1667714869527,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/basic_onboard_iscxmf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-06T06:08:31.375Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:08:31.375Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:08:31.375Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667714865346,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/artifacts/service-BasicOnboardIscxmf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-06T06:08:31.375Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:08:31.375Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:08:31.376Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
"consumerID": "cds",
"timestamp": 1667714864938,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/artifacts/service-BasicOnboardIscxmf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-06T06:08:31.376Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:08:31.376Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:08:31.377Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
"consumerID": "aai-ml",
"timestamp": 1667714869527,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-06T06:08:31.377Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:08:31.377Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:08:31.377Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667714865346,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/artifacts/service-BasicOnboardIscxmf-csar.csar",
"status": "NOTIFIED"
}
2022-11-06T06:08:31.378Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:08:31.378Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:08:31.378Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
"consumerID": "cds",
"timestamp": 1667714864938,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/artifacts/service-BasicOnboardIscxmf-csar.csar",
"status": "NOTIFIED"
}
2022-11-06T06:08:31.379Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:08:31.379Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:08:31.379Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
"consumerID": "aai-ml",
"timestamp": 1667714869527,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T06:08:31.380Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:08:31.380Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:08:31.380Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667714873174,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/basic_onboard_iscxmf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-06T06:08:31.380Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:08:31.381Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:08:31.381Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
"consumerID": "cds",
"timestamp": 1667714872763,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/artifacts/service-BasicOnboardIscxmf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-06T06:08:31.381Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:08:31.381Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:08:31.382Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
"consumerID": "aai-ml",
"timestamp": 1667714869527,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-06T06:08:31.382Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:08:31.382Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:08:31.382Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667714874255,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-06T06:08:31.383Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:08:31.383Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:08:31.383Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
"consumerID": "cds",
"timestamp": 1667714873780,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/artifacts/service-BasicOnboardIscxmf-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2022-11-06T06:08:31.441Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms
2022-11-06T06:08:31.445Z||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-06T06:08:31.446Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:08:31.457Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T06:08:31.458Z||pool-3-thread-1|||||INFO|500||cambria reply ok (13 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: 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-06T06:08:31.640Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6da9303e-dff1-4f72-a95c-25af5630769d
2022-11-06T06:08:31.662Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6da9303e-dff1-4f72-a95c-25af5630769d 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-06T06:08:31.684Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:08:31.684Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667714874772,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/artifacts/service-BasicOnboardIscxmf-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-06T06:08:31.685Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:08:31.685Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:08:31.685Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
"consumerID": "aai-ml",
"timestamp": 1667714869527,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/artifacts/service-BasicOnboardIscxmf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-06T06:08:31.685Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:08:31.686Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:08:31.686Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667714875326,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-06T06:08:31.686Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:08:31.686Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:08:31.686Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667714875777,
"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-06T06:08:31.702Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6da9303e-dff1-4f72-a95c-25af5630769d
2022-11-06T06:08:31.702Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6da9303e-dff1-4f72-a95c-25af5630769d 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-06T06:08:31.711Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:08:31.711Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
"consumerID": "aai-ml",
"timestamp": 1667714869527,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/artifacts/service-BasicOnboardIscxmf-csar.csar",
"status": "NOTIFIED"
}
2022-11-06T06:08:31.711Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:08:31.711Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:08:31.711Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667714876522,
"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-06T06:08:31.716Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6da9303e-dff1-4f72-a95c-25af5630769d
2022-11-06T06:08:31.716Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6da9303e-dff1-4f72-a95c-25af5630769d 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-06T06:08:31.725Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:08:31.725Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
"consumerID": "aai-ml",
"timestamp": 1667714877364,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/artifacts/service-BasicOnboardIscxmf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-06T06:08:31.725Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:08:31.725Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:08:31.725Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667714877529,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/basic_onboard_iscxmf0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-06T06:08:31.726Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:08:31.726Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:08:31.726Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
"consumerID": "aai-ml",
"timestamp": 1667714889231,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/artifacts/service-BasicOnboardIscxmf-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-06T06:08:31.726Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:08:31.726Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:08:31.726Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
"consumerID": "aai-ml",
"timestamp": 1667714890239,
"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-06T06:08:31.731Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6da9303e-dff1-4f72-a95c-25af5630769d
2022-11-06T06:08:31.731Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6da9303e-dff1-4f72-a95c-25af5630769d 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-06T06:08:32.353Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T06:08:32.353Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:08:32.355Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:08:32.355Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667714910640,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/basic_onboard_iscxmf0_modules.json",
"status": "NOTIFIED"
}
2022-11-06T06:08:32.455Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T06:08:32.456Z||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-06T06:08:32.456Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:08:32.471Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T06:08:32.472Z||pool-4-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:08:33.355Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T06:08:33.356Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:08:33.359Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:08:33.359Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667714910640,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-06T06:08:33.459Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T06:08:33.460Z||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-06T06:08:33.460Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:08:33.471Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T06:08:33.471Z||pool-5-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-11-06T06:08:34.359Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T06:08:34.360Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:08:34.363Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:08:34.363Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667714910640,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T06:08:34.463Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T06:08:34.464Z||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-06T06:08:34.464Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:08:34.476Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T06:08:34.476Z||pool-6-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:08:35.363Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T06:08:35.365Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:08:35.367Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:08:35.367Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667714910640,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-06T06:08:35.467Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T06:08:35.469Z||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-06T06:08:35.469Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:08:35.481Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T06:08:35.482Z||pool-7-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:08:36.367Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T06:08:36.368Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:08:36.371Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:08:36.371Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667714910640,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/artifacts/service-BasicOnboardIscxmf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-06T06:08:36.471Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-06T06:08:36.472Z||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-06T06:08:36.472Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:08:36.484Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T06:08:36.485Z||pool-8-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-06T06:08:37.371Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T06:08:37.372Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:08:37.374Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:08:37.374Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667714910640,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/artifacts/service-BasicOnboardIscxmf-csar.csar",
"status": "NOTIFIED"
}
2022-11-06T06:08:37.474Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T06:08:37.475Z||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-06T06:08:37.475Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:08:37.486Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T06:08:37.486Z||pool-9-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:08:38.377Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
"serviceName": "basic_onboard_iscxmf",
"serviceVersion": "1.0",
"serviceUUID": "62b0a967-3d90-4803-92a1-0927a0f41b95",
"serviceDescription": "service",
"serviceInvariantUUID": "fa9b621d-d176-453e-bfef-dd77aa9be66a",
"resources": [
{
"resourceInstanceName": "basic_onboard_iscxmf 0",
"resourceCustomizationUUID": "92806ab2-f43f-4e1a-86e6-4fe0922973a3",
"resourceName": "basic_onboard_iscxmf",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "4468101d-d857-453a-af11-71bb675d71f7",
"resourceInvariantUUID": "0bc0c208-fa0d-4406-a63d-ed72945adfeb",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_iscxmf0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/basic_onboard_iscxmf0_modules.json",
"artifactChecksum": "NzIxZjZmMWZiNzVhMjVmZmM0NTlhZDY4MWIzNGNmZjM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a19f062a-f57e-4b08-87fc-70e4dffbda2c",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "e55a76f7-3e81-4cdd-8e26-ffd0394994f7",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "90b5d12f-e898-4183-824d-8248784fcb0b",
"generatedFromUUID": "e55a76f7-3e81-4cdd-8e26-ffd0394994f7"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "90b5d12f-e898-4183-824d-8248784fcb0b",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardIscxmf-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/artifacts/service-BasicOnboardIscxmf-csar.csar",
"artifactChecksum": "OTk1ZjE4M2UxMTM3NTI0N2NlZjcyODEzNjMxZDc5YTQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c559c7bb-817b-4e4f-814d-cf66a4e90d7e"
}
],
"workloadContext": "Production"
}
2022-11-06T06:08:38.379Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-06T06:08:38.379Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 62b0a967-3d90-4803-92a1-0927a0f41b95 ASDC
2022-11-06T06:08:38.543Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:6da9303e-dff1-4f72-a95c-25af5630769d
ServiceName:basic_onboard_iscxmf
ServiceVersion:1.0
ServiceUUID:62b0a967-3d90-4803-92a1-0927a0f41b95
ServiceInvariantUUID:fa9b621d-d176-453e-bfef-dd77aa9be66a
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardIscxmf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/artifacts/service-BasicOnboardIscxmf-csar.csar
ArtifactUUID:c559c7bb-817b-4e4f-814d-cf66a4e90d7e
ArtifactChecksum:OTk1ZjE4M2UxMTM3NTI0N2NlZjcyODEzNjMxZDc5YTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_iscxmf 0
ResourceCustomizationUUID:92806ab2-f43f-4e1a-86e6-4fe0922973a3
ResourceInvariantUUID:0bc0c208-fa0d-4406-a63d-ed72945adfeb
ResourceName:basic_onboard_iscxmf
ResourceType:VF
ResourceUUID:4468101d-d857-453a-af11-71bb675d71f7
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_iscxmf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/basic_onboard_iscxmf0_modules.json
ArtifactUUID:a19f062a-f57e-4b08-87fc-70e4dffbda2c
ArtifactChecksum:NzIxZjZmMWZiNzVhMjVmZmM0NTlhZDY4MWIzNGNmZjM=
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/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/base_ubuntu18.yaml
ArtifactUUID:e55a76f7-3e81-4cdd-8e26-ffd0394994f7
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/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/base_ubuntu18.env
ArtifactUUID:90b5d12f-e898-4183-824d-8248784fcb0b
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/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/base_ubuntu18.env
ArtifactUUID:90b5d12f-e898-4183-824d-8248784fcb0b
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-11-06T06:08:38.544Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 62b0a967-3d90-4803-92a1-0927a0f41b95 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-06T06:08:38.594Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-06T06:08:38.595Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-06T06:08:38.596Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-06T06:08:38.596Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c559c7bb-817b-4e4f-814d-cf66a4e90d7e from URL: /sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/artifacts/service-BasicOnboardIscxmf-csar.csar
2022-11-06T06:08:38.596Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-06T06:08:38.598Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/artifacts/service-BasicOnboardIscxmf-csar.csar
2022-11-06T06:08:38.702Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-06T06:08:38.718Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/artifacts/service-BasicOnboardIscxmf-csar.csar c559c7bb-817b-4e4f-814d-cf66a4e90d7e 75285
2022-11-06T06:08:38.719Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/artifacts/service-BasicOnboardIscxmf-csar.csar ASDC sendASDCNotification
2022-11-06T06:08:38.719Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/artifacts/service-BasicOnboardIscxmf-csar.csar
2022-11-06T06:08:38.722Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-06T06:08:38.723Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:08:38.724Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:08:38.724Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667714918718,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/artifacts/service-BasicOnboardIscxmf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-06T06:08:38.825Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-06T06:08:38.825Z||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-06T06:08:38.825Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:08:38.838Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T06:08:38.839Z||pool-10-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:08:39.725Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-06T06:08:39.726Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-06T06:08:39.727Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: c559c7bb-817b-4e4f-814d-cf66a4e90d7e, URL: /sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/artifacts/service-BasicOnboardIscxmf-csar.csar to file: /app/ASDC/1/service-BasicOnboardIscxmf-csar.csar
2022-11-06T06:08:39.727Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardIscxmf-csar.csar
2022-11-06T06:08:39.819Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardIscxmf-csar.csar
2022-11-06T06:08:39.820Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardIscxmf-csar.csar
2022-11-06T06:08:40.428Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17906520146815611216/Definitions/service-BasicOnboardIscxmf-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-06T06:08:42.388Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-06T06:08:42.393Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-11-06T06:08:42.393Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardIscxmf-csar.csar
2022-11-06T06:08:42.394Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-06T06:08:42.394Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardIscxmf-csar.csar
2022-11-06T06:08:42.394Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardIscxmf-csar.csar
2022-11-06T06:08:42.394Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_iscxmf 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-BasicOnboardIscxmf-csar.csar
2022-11-06T06:08:42.394Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardIscxmf-csar.csar
2022-11-06T06:08:42.394Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardIscxmf-csar.csar
2022-11-06T06:08:42.394Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardIscxmf-csar.csar
2022-11-06T06:08:42.394Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardIscxmf-csar.csar
2022-11-06T06:08:42.395Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-11-06T06:08:42.400Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T06:08:42.402Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_iscxmf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:08:42.406Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_iscxmf 0 is matching search criteria
2022-11-06T06:08:42.406Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-11-06T06:08:42.408Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_iscxmf 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-06T06:08:42.409Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T06:08:42.410Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_iscxmf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:08:42.410Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_iscxmf 0 is matching search criteria
2022-11-06T06:08:42.410Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-11-06T06:08:42.410Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_iscxmf 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-06T06:08:42.410Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T06:08:42.410Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_iscxmf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:08:42.414Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T06:08:42.414Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_iscxmf 0 is not matching search criteria
2022-11-06T06:08:42.414Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-11-06T06:08:42.414Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-11-06T06:08:42.414Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-11-06T06:08:42.415Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-06T06:08:42.415Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-06T06:08:42.415Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T06:08:42.415Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_iscxmf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-06T06:08:42.416Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T06:08:42.416Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_iscxmf 0 is matching search criteria
2022-11-06T06:08:42.417Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_iscxmf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-06T06:08:42.417Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T06:08:42.417Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_iscxmf 0 is matching search criteria
2022-11-06T06:08:42.417Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_iscxmf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-06T06:08:42.418Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T06:08:42.418Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_iscxmf 0 is matching search criteria
2022-11-06T06:08:42.418Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_iscxmf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-06T06:08:42.418Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T06:08:42.418Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_iscxmf 0 is not matching search criteria
2022-11-06T06:08:42.418Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-06T06:08:42.419Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-06T06:08:42.419Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=3d231c57-11b6-4c54-a91f-405b0bd8a8f6
2022-11-06T06:08:42.419Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T06:08:42.419Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_iscxmf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:08:42.419Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T06:08:42.420Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_iscxmf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:08:42.420Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T06:08:42.420Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_iscxmf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:08:42.420Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T06:08:42.420Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_iscxmf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:08:42.420Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_iscxmf
Description:service
Model UUID:62b0a967-3d90-4803-92a1-0927a0f41b95
Model Version:NULL
Model InvariantUuid:fa9b621d-d176-453e-bfef-dd77aa9be66a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_iscxmf
Model UUID:8711d21f-9aaa-4235-b710-ea0b88c85489
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:0bc0c208-fa0d-4406-a63d-ed72945adfeb
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:92806ab2-f43f-4e1a-86e6-4fe0922973a3
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:17864394-fd07-40bf-b898-3ff45b16c0f5
ModelName:BasicOnboardIscxmf..base_ubuntu18..module-0
ModelUuid:c4d035ad-165f-41fa-8c6c-08c736a5396c
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:3d231c57-11b6-4c54-a91f-405b0bd8a8f6
ModelInvariantUuid:9c6f976b-e705-46b5-8e6c-ec5128382858
ModelName:basic_onboard_iscxmf-nodes.ubuntu18Cvfc
ModelUuid:5c720852-db48-414b-a005-417f2b6e2226
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:753247f8-a73a-4dde-a1a9-df7db58143f1
ModelInvariantUuid:cb75f8a6-5dd2-4f1d-a5d9-a7a5d54820e1
ModelName:BasicOnboardIscxmf.compute.nodes.heat.ubuntu18
ModelUuid:8cb6e6a9-b6a2-410c-b079-e8f125b7b56a
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-06T06:08:42.431Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 4468101d-d857-453a-af11-71bb675d71f7
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-06T06:08:42.532Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||basic_onboard_iscxmf 0
2022-11-06T06:08:42.538Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4468101d-d857-453a-af11-71bb675d71f7
2022-11-06T06:08:42.539Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: a19f062a-f57e-4b08-87fc-70e4dffbda2c from URL: /sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/basic_onboard_iscxmf0_modules.json
2022-11-06T06:08:42.539Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-06T06:08:42.539Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/basic_onboard_iscxmf0_modules.json
2022-11-06T06:08:42.594Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-06T06:08:42.595Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/basic_onboard_iscxmf0_modules.json a19f062a-f57e-4b08-87fc-70e4dffbda2c 798
2022-11-06T06:08:42.595Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/basic_onboard_iscxmf0_modules.json ASDC sendASDCNotification
2022-11-06T06:08:42.595Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/basic_onboard_iscxmf0_modules.json
2022-11-06T06:08:42.595Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-06T06:08:42.596Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:08:42.598Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:08:42.598Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667714922595,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/basic_onboard_iscxmf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-06T06:08:42.698Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T06:08:42.699Z||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-06T06:08:42.699Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:08:42.711Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T06:08:42.712Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:08:43.599Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardIscxmf..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "17864394-fd07-40bf-b898-3ff45b16c0f5",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "c4d035ad-165f-41fa-8c6c-08c736a5396c",
"vfModuleModelCustomizationUUID": "b6542117-70aa-4d43-896c-3f34bb9c62a3",
"isBase": true,
"artifacts": [
"e55a76f7-3e81-4cdd-8e26-ffd0394994f7",
"90b5d12f-e898-4183-824d-8248784fcb0b"
],
"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-06T06:08:43.613Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardIscxmf..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c4d035ad-165f-41fa-8c6c-08c736a5396c
VfModuleModelInvariantUUID:17864394-fd07-40bf-b898-3ff45b16c0f5
VfModuleModelDescription:NULL
Artifacts UUID List:{
e55a76f7-3e81-4cdd-8e26-ffd0394994f7
,
90b5d12f-e898-4183-824d-8248784fcb0b
}
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-06T06:08:43.616Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardIscxmf..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "17864394-fd07-40bf-b898-3ff45b16c0f5",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "c4d035ad-165f-41fa-8c6c-08c736a5396c",
"vfModuleModelCustomizationUUID": "b6542117-70aa-4d43-896c-3f34bb9c62a3",
"isBase": true,
"artifacts": [
"e55a76f7-3e81-4cdd-8e26-ffd0394994f7",
"90b5d12f-e898-4183-824d-8248784fcb0b"
],
"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-06T06:08:43.616Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardIscxmf..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c4d035ad-165f-41fa-8c6c-08c736a5396c
VfModuleModelInvariantUUID:17864394-fd07-40bf-b898-3ff45b16c0f5
VfModuleModelDescription:NULL
Artifacts UUID List:{
e55a76f7-3e81-4cdd-8e26-ffd0394994f7
,
90b5d12f-e898-4183-824d-8248784fcb0b
}
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-06T06:08:43.616Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: e55a76f7-3e81-4cdd-8e26-ffd0394994f7 from URL: /sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/base_ubuntu18.yaml
2022-11-06T06:08:43.616Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-06T06:08:43.617Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/base_ubuntu18.yaml
2022-11-06T06:08:43.668Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-06T06:08:43.669Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/base_ubuntu18.yaml e55a76f7-3e81-4cdd-8e26-ffd0394994f7 5033
2022-11-06T06:08:43.670Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-06T06:08:43.670Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/base_ubuntu18.yaml
2022-11-06T06:08:43.670Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-06T06:08:43.671Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:08:43.673Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:08:43.674Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667714923670,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-06T06:08:43.774Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T06:08:43.775Z||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-06T06:08:43.775Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:08:43.786Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T06:08:43.787Z||pool-12-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:08:44.674Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 90b5d12f-e898-4183-824d-8248784fcb0b from URL: /sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/base_ubuntu18.env
2022-11-06T06:08:44.675Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-06T06:08:44.675Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/base_ubuntu18.env
2022-11-06T06:08:44.736Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-06T06:08:44.736Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/base_ubuntu18.env 90b5d12f-e898-4183-824d-8248784fcb0b 909
2022-11-06T06:08:44.737Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-06T06:08:44.737Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/base_ubuntu18.env
2022-11-06T06:08:44.737Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-06T06:08:44.738Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:08:44.740Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:08:44.740Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667714924737,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-06T06:08:44.840Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T06:08:44.841Z||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-06T06:08:44.841Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:08:44.853Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T06:08:44.853Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:08:45.741Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 62b0a967-3d90-4803-92a1-0927a0f41b95
2022-11-06T06:08:45.741Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_iscxmf 0 4468101d-d857-453a-af11-71bb675d71f7 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-06T06:08:45.775Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@68d1a12b, org.onap.sdc.toscaparser.api.parameters.Input@3bdb702f, org.onap.sdc.toscaparser.api.parameters.Input@31c8d0c2, org.onap.sdc.toscaparser.api.parameters.Input@31c7f8b, org.onap.sdc.toscaparser.api.parameters.Input@66a15e3a]
2022-11-06T06:08:45.779Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T06:08:45.779Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_iscxmf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:08:45.780Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic
2022-11-06T06:08:45.780Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 92806ab2-f43f-4e1a-86e6-4fe0922973a3
2022-11-06T06:08:45.780Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 92806ab2-f43f-4e1a-86e6-4fe0922973a3 matches Tosca VF Customization UUID: 92806ab2-f43f-4e1a-86e6-4fe0922973a3
2022-11-06T06:08:45.780Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 92806ab2-f43f-4e1a-86e6-4fe0922973a3 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-06T06:08:45.787Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T06:08:45.787Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_iscxmf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:08:45.789Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 92806ab2-f43f-4e1a-86e6-4fe0922973a3: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-06T06:08:45.789Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4b2d4680
2022-11-06T06:08:45.789Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T06:08:45.789Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_iscxmf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-06T06:08:45.790Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b6542117-70aa-4d43-896c-3f34bb9c62a3
2022-11-06T06:08:45.791Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b6542117-70aa-4d43-896c-3f34bb9c62a3
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-06T06:08:45.797Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T06:08:45.797Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_iscxmf 0 is matching search criteria
2022-11-06T06:08:45.797Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_iscxmf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-06T06:08:45.798Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T06:08:45.799Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_iscxmf 0 is matching search criteria
2022-11-06T06:08:45.799Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_iscxmf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-06T06:08:45.799Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T06:08:45.799Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_iscxmf 0 is not matching search criteria
2022-11-06T06:08:45.800Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-06T06:08:45.800Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-06T06:08:45.800Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=3d231c57-11b6-4c54-a91f-405b0bd8a8f6
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-06T06:08:45.807Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T06:08:45.807Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_iscxmf 0 is matching search criteria
2022-11-06T06:08:45.808Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_iscxmf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-06T06:08:45.808Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T06:08:45.809Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_iscxmf 0 is matching search criteria
2022-11-06T06:08:45.809Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_iscxmf 0] matching following query criteria: sdcType=VF, customizationUUID=92806ab2-f43f-4e1a-86e6-4fe0922973a3
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-06T06:08:45.812Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T06:08:45.812Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_iscxmf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:08:45.812Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 62b0a967-3d90-4803-92a1-0927a0f41b95: basic_onboard_iscxmf
2022-11-06T06:08:45.813Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T06:08:45.813Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_iscxmf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:08:45.813Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T06:08:45.814Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_iscxmf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:08:45.814Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T06:08:45.814Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_iscxmf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:08:45.815Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T06:08:45.815Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_iscxmf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:08:45.816Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T06:08:45.816Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_iscxmf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:08:45.816Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||Saving Service: basic_onboard_iscxmf
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-06T06:08:46.000Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_iscxmf 4468101d-d857-453a-af11-71bb675d71f7 1 ASDC deployResourceStructure
2022-11-06T06:08:46.000Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/basic_onboard_iscxmf0_modules.json ASDC sendASDCNotification
2022-11-06T06:08:46.001Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/basic_onboard_iscxmf0_modules.json
2022-11-06T06:08:46.001Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-06T06:08:46.001Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:08:46.003Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:08:46.003Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667714926000,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/basic_onboard_iscxmf0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-06T06:08:46.103Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-06T06:08:46.104Z||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-06T06:08:46.104Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:08:46.119Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T06:08:46.120Z||pool-14-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-11-06T06:08:47.004Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-06T06:08:47.005Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/base_ubuntu18.yaml
2022-11-06T06:08:47.006Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-06T06:08:47.006Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:08:47.008Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:08:47.008Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667714927004,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-11-06T06:08:47.108Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T06:08:47.109Z||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-06T06:08:47.109Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:08:47.121Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T06:08:47.121Z||pool-15-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:08:48.014Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-06T06:08:48.014Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/base_ubuntu18.env
2022-11-06T06:08:48.014Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-06T06:08:48.015Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:08:48.017Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:08:48.017Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667714928013,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-11-06T06:08:48.117Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T06:08:48.118Z||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-06T06:08:48.118Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:08:48.130Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T06:08:48.130Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:08:49.018Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/artifacts/service-BasicOnboardIscxmf-csar.csar ASDC sendASDCNotification
2022-11-06T06:08:49.018Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/artifacts/service-BasicOnboardIscxmf-csar.csar
2022-11-06T06:08:49.019Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-06T06:08:49.019Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:08:49.021Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:08:49.022Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667714929018,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/artifacts/service-BasicOnboardIscxmf-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-06T06:08:49.122Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T06:08:49.123Z||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-06T06:08:49.123Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:08:49.155Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T06:08:49.156Z||pool-17-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:08:50.023Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6da9303e-dff1-4f72-a95c-25af5630769d
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-06T06:08:50.040Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6da9303e-dff1-4f72-a95c-25af5630769d
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-06T06:08:50.043Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-06T06:08:50.044Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-06T06:08:50.044Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-06T06:08:50.044Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-06T06:08:50.044Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-06T06:08:50.044Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-06T06:08:50.044Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-06T06:08:50.045Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-06T06:08:50.045Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-06T06:08:50.045Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-06T06:08:50.050Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-06T06:09:20.052Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6da9303e-dff1-4f72-a95c-25af5630769d 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-06T06:09:20.065Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6da9303e-dff1-4f72-a95c-25af5630769d and serviceModelVersionId: 62b0a967-3d90-4803-92a1-0927a0f41b95
2022-11-06T06:09:20.065Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fa9b621d-d176-453e-bfef-dd77aa9be66a
2022-11-06T06:09:30.642Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:09:30.643Z||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-06T06:09:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:09:30.804Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T06:09:30.804Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:09:30.805Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667714910640,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T06:09:30.806Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:09:35.784Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fa9b621d-d176-453e-bfef-dd77aa9be66a/model-vers/model-ver/62b0a967-3d90-4803-92a1-0927a0f41b95?depth=0
2022-11-06T06:09:35.887Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-11-06T06:09:36.380Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fa9b621d-d176-453e-bfef-dd77aa9be66a/model-vers/model-ver/62b0a967-3d90-4803-92a1-0927a0f41b95?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-06T06:09:36.385Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fa9b621d-d176-453e-bfef-dd77aa9be66a/model-vers/model-ver/62b0a967-3d90-4803-92a1-0927a0f41b95?depth=0|INFO|500||Invoke
2022-11-06T06:09:36.488Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fa9b621d-d176-453e-bfef-dd77aa9be66a/model-vers/model-ver/62b0a967-3d90-4803-92a1-0927a0f41b95?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-06T06:09:36.666Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fa9b621d-d176-453e-bfef-dd77aa9be66a/model-vers/model-ver/62b0a967-3d90-4803-92a1-0927a0f41b95?depth=0|INFO|500||InvokeReturn
2022-11-06T06:09:36.667Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fa9b621d-d176-453e-bfef-dd77aa9be66a/model-vers/model-ver/62b0a967-3d90-4803-92a1-0927a0f41b95?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221106-06:09:37:298-21049], vertex-id=[221384], Content-Length=[0], Date=[Sun, 06 Nov 2022 06:09:37 GMT], Content-Type=[application/json]}
2022-11-06T06:09:36.667Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2022-11-06T06:09:36.670Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-06T06:09:36.670Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-06T06:09:36.677Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-11-06T06:09:36.678Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6da9303e-dff1-4f72-a95c-25af5630769d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-06T06:09:36.678Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-06T06:09:36.679Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:09:36.681Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:09:36.681Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667714976678,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-06T06:09:36.781Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T06:09:36.782Z||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-06T06:09:36.782Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:09:36.797Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T06:09:36.797Z||pool-18-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-06T06:09:37.694Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:09:37.695Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T06:09:37.695Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:09:47.248Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T06:10:30.640Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:10:30.641Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T06:10:30.641Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:10:30.642Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:10:30.643Z||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-06T06:10:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:10:30.674Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T06:10:30.676Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:10:30.676Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667714910640,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/basic_onboard_iscxmf0_modules.json",
"status": "NOTIFIED"
}
2022-11-06T06:10:30.677Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:10:30.677Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:10:30.677Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667714910640,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-06T06:10:30.678Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:10:30.678Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:10:30.678Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667714910640,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T06:10:30.678Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:10:30.678Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:10:30.678Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667714910640,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-06T06:10:30.678Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:10:30.679Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:10:30.679Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667714910640,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/artifacts/service-BasicOnboardIscxmf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-06T06:10:30.679Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:10:30.679Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:10:30.679Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667714910640,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/artifacts/service-BasicOnboardIscxmf-csar.csar",
"status": "NOTIFIED"
}
2022-11-06T06:10:30.679Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:10:30.679Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:10:30.680Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667714918718,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/artifacts/service-BasicOnboardIscxmf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-06T06:10:30.680Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:10:30.680Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:10:30.680Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667714922595,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/basic_onboard_iscxmf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-06T06:10:30.680Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:10:30.680Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:10:30.680Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667714923670,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-06T06:10:30.681Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:10:30.681Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:10:30.681Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667714924737,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-06T06:10:30.681Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:10:30.681Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:10:30.681Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667714926000,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/basic_onboard_iscxmf0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-06T06:10:30.682Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:10:30.682Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:10:30.682Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667714927004,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-11-06T06:10:30.682Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:10:30.682Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:10:30.682Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667714928013,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/resourceInstances/basic_onboard_iscxmf0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-11-06T06:10:30.682Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:10:30.682Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:10:30.683Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667714929018,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIscxmf/1.0/artifacts/service-BasicOnboardIscxmf-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-06T06:10:30.683Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:10:40.197Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T06:11:30.640Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:11:30.642Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:11:30.643Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T06:11:30.643Z||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-06T06:11:30.644Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:11:30.644Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:11:30.737Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T06:11:30.737Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:11:30.738Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6da9303e-dff1-4f72-a95c-25af5630769d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667714976678,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-06T06:11:30.739Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:11:31.308Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T06:11:31.309Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-06T06:11:31.309Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"3256d7a0-dbfe-4384-88fd-31a217de41a2","serviceName":"vFW 2022-11-06 06-10-38","serviceVersion":"1.0","serviceUUID":"df69bf36-40ef-4418-ab6d-f0c0567b9af7","serviceDescription":"catalog service description","serviceInvariantUUID":"e02d5c13-4822-4870-b833-76936a72d423","resources":[{"resourceInstanceName":"vFW a9a00734-3de1 0","resourceName":"vFW a9a00734-3de1","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"cc27aa48-67d3-4e11-9a37-916b5e367498","resourceInvariantUUID":"a73b936f-7700-43ac-a311-1c8ef222800a","resourceCustomizationUUID":"06b08085-f9fa-42cd-8896-2d76493691bc","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/vf-license-model.xml","artifactChecksum":"MDQyZWQ0ZWNlODI0MGUwNjc3MzAxY2ExMjY4NzAyYTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a064bebc-8d00-4854-a429-abb16f6e432a","artifactVersion":"1"},{"artifactName":"vfwa9a007343de10_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/vfwa9a007343de10_modules.json","artifactChecksum":"NTFiYjY4ZWQzNjhjMDlhMDFkYTQxMDAxZGEwYTIzY2Y\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c7b080ca-4464-4d6e-bfe5-1a50e80de86d","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"690b53ac-6542-4bc8-9d5b-77991093cd8d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/vendor-license-model.xml","artifactChecksum":"ZWI3OWYyZmNhNGZjYjZiMDcwOWI4YjAxZDAzMjlhOWE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"93306841-4a0d-40d9-8fc4-62eeee472da4","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3dd4b8cc-8258-4c5e-afa7-692480d0563d","artifactVersion":"2","generatedFromUUID":"690b53ac-6542-4bc8-9d5b-77991093cd8d"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221106061038-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221106061038/1.0/artifacts/service-Vfw20221106061038-template.yml","artifactChecksum":"OGNlM2E3YTU1OWMzZjU0MzUxNDQxNTc5ZGY1YTAzZjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1c6e6a5a-af2a-4f66-b513-b8d547c03e40","artifactVersion":"1"},{"artifactName":"service-Vfw20221106061038-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221106061038/1.0/artifacts/service-Vfw20221106061038-csar.csar","artifactChecksum":"YWQ2NDFjZmFiMmFiNzk0OGYwMDYwYmMxYzU1NjkxYTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"57b15d02-ddcf-44b8-9b58-4ca916b85615","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-06T06:11:31.313Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T06:11:31.313Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:11:31.320Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:11:31.320Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667715090640,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T06:11:31.418Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-11-06T06:11:31.419Z||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-06T06:11:31.419Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:11:31.433Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T06:11:31.434Z||pool-19-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:11:32.325Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T06:11:32.326Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:11:32.328Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:11:32.328Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667715090640,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/vfwa9a007343de10_modules.json",
"status": "NOTIFIED"
}
2022-11-06T06:11:32.432Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-11-06T06:11:32.434Z||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-06T06:11:32.434Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:11:32.449Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T06:11:32.449Z||pool-20-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:11:33.329Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T06:11:33.330Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:11:33.337Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:11:33.337Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667715090640,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-06T06:11:33.433Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-11-06T06:11:33.434Z||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-06T06:11:33.434Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:11:33.446Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T06:11:33.446Z||pool-21-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:11:34.338Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T06:11:34.343Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:11:34.346Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:11:34.346Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667715090640,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T06:11:34.447Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T06:11:34.448Z||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-06T06:11:34.448Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:11:34.459Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T06:11:34.460Z||pool-22-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:11:35.347Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T06:11:35.352Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:11:35.354Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:11:35.354Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667715090640,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-06T06:11:35.455Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T06:11:35.456Z||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-06T06:11:35.456Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:11:35.476Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T06:11:35.476Z||pool-23-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:11:36.355Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T06:11:36.360Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:11:36.363Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:11:36.363Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667715090640,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/artifacts/service-Vfw20221106061038-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-06T06:11:36.463Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T06:11:36.464Z||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-06T06:11:36.464Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:11:36.482Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T06:11:36.483Z||pool-24-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:11:37.369Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T06:11:37.369Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:11:37.372Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:11:37.372Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667715090640,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/artifacts/service-Vfw20221106061038-csar.csar",
"status": "NOTIFIED"
}
2022-11-06T06:11:37.475Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-11-06T06:11:37.476Z||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-06T06:11:37.476Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:11:37.501Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T06:11:37.501Z||pool-25-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:11:38.380Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
"serviceName": "vFW 2022-11-06 06-10-38",
"serviceVersion": "1.0",
"serviceUUID": "df69bf36-40ef-4418-ab6d-f0c0567b9af7",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "e02d5c13-4822-4870-b833-76936a72d423",
"resources": [
{
"resourceInstanceName": "vFW a9a00734-3de1 0",
"resourceCustomizationUUID": "06b08085-f9fa-42cd-8896-2d76493691bc",
"resourceName": "vFW a9a00734-3de1",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "cc27aa48-67d3-4e11-9a37-916b5e367498",
"resourceInvariantUUID": "a73b936f-7700-43ac-a311-1c8ef222800a",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwa9a007343de10_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/vfwa9a007343de10_modules.json",
"artifactChecksum": "NTFiYjY4ZWQzNjhjMDlhMDFkYTQxMDAxZGEwYTIzY2Y\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c7b080ca-4464-4d6e-bfe5-1a50e80de86d",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "690b53ac-6542-4bc8-9d5b-77991093cd8d",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "3dd4b8cc-8258-4c5e-afa7-692480d0563d",
"generatedFromUUID": "690b53ac-6542-4bc8-9d5b-77991093cd8d"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "3dd4b8cc-8258-4c5e-afa7-692480d0563d",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20221106061038-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/artifacts/service-Vfw20221106061038-csar.csar",
"artifactChecksum": "YWQ2NDFjZmFiMmFiNzk0OGYwMDYwYmMxYzU1NjkxYTY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "57b15d02-ddcf-44b8-9b58-4ca916b85615"
}
],
"workloadContext": "Production"
}
2022-11-06T06:11:38.380Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-06T06:11:38.381Z|6da9303e-dff1-4f72-a95c-25af5630769d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 df69bf36-40ef-4418-ab6d-f0c0567b9af7 ASDC
2022-11-06T06:11:38.382Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:3256d7a0-dbfe-4384-88fd-31a217de41a2
ServiceName:vFW 2022-11-06 06-10-38
ServiceVersion:1.0
ServiceUUID:df69bf36-40ef-4418-ab6d-f0c0567b9af7
ServiceInvariantUUID:e02d5c13-4822-4870-b833-76936a72d423
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221106061038-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221106061038/1.0/artifacts/service-Vfw20221106061038-csar.csar
ArtifactUUID:57b15d02-ddcf-44b8-9b58-4ca916b85615
ArtifactChecksum:YWQ2NDFjZmFiMmFiNzk0OGYwMDYwYmMxYzU1NjkxYTY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW a9a00734-3de1 0
ResourceCustomizationUUID:06b08085-f9fa-42cd-8896-2d76493691bc
ResourceInvariantUUID:a73b936f-7700-43ac-a311-1c8ef222800a
ResourceName:vFW a9a00734-3de1
ResourceType:VF
ResourceUUID:cc27aa48-67d3-4e11-9a37-916b5e367498
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwa9a007343de10_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/vfwa9a007343de10_modules.json
ArtifactUUID:c7b080ca-4464-4d6e-bfe5-1a50e80de86d
ArtifactChecksum:NTFiYjY4ZWQzNjhjMDlhMDFkYTQxMDAxZGEwYTIzY2Y=
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/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/base_vfw.yaml
ArtifactUUID:690b53ac-6542-4bc8-9d5b-77991093cd8d
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/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/base_vfw.env
ArtifactUUID:3dd4b8cc-8258-4c5e-afa7-692480d0563d
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/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/base_vfw.env
ArtifactUUID:3dd4b8cc-8258-4c5e-afa7-692480d0563d
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-11-06T06:11:38.383Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF df69bf36-40ef-4418-ab6d-f0c0567b9af7 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-06T06:11:38.423Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-06T06:11:38.425Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-06T06:11:38.425Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-06T06:11:38.425Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 57b15d02-ddcf-44b8-9b58-4ca916b85615 from URL: /sdc/v1/catalog/services/Vfw20221106061038/1.0/artifacts/service-Vfw20221106061038-csar.csar
2022-11-06T06:11:38.425Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-06T06:11:38.426Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221106061038/1.0/artifacts/service-Vfw20221106061038-csar.csar
2022-11-06T06:11:38.508Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-06T06:11:38.514Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221106061038/1.0/artifacts/service-Vfw20221106061038-csar.csar 57b15d02-ddcf-44b8-9b58-4ca916b85615 100657
2022-11-06T06:11:38.515Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221106061038/1.0/artifacts/service-Vfw20221106061038-csar.csar ASDC sendASDCNotification
2022-11-06T06:11:38.515Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221106061038/1.0/artifacts/service-Vfw20221106061038-csar.csar
2022-11-06T06:11:38.516Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-06T06:11:38.516Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:11:38.519Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:11:38.519Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667715098515,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/artifacts/service-Vfw20221106061038-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-06T06:11:38.619Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T06:11:38.620Z||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-06T06:11:38.620Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:11:38.631Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T06:11:38.632Z||pool-26-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:11:39.520Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-06T06:11:39.521Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-06T06:11:39.521Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 57b15d02-ddcf-44b8-9b58-4ca916b85615, URL: /sdc/v1/catalog/services/Vfw20221106061038/1.0/artifacts/service-Vfw20221106061038-csar.csar to file: /app/ASDC/1/service-Vfw20221106061038-csar.csar
2022-11-06T06:11:39.522Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221106061038-csar.csar
2022-11-06T06:11:39.522Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221106061038-csar.csar
2022-11-06T06:11:39.522Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221106061038-csar.csar
2022-11-06T06:11:39.848Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16129022052905959692/Definitions/service-Vfw20221106061038-template.yml
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
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
2022-11-06T06:11:42.108Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-06T06:11:42.109Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-11-06T06:11:42.109Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221106061038-csar.csar
2022-11-06T06:11:42.109Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-11-06T06:11:42.109Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221106061038-csar.csar
2022-11-06T06:11:42.110Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221106061038-csar.csar
2022-11-06T06:11:42.110Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW a9a00734-3de1 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-Vfw20221106061038-csar.csar
2022-11-06T06:11:42.110Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20221106061038-csar.csar
2022-11-06T06:11:42.110Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221106061038-csar.csar
2022-11-06T06:11:42.110Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221106061038-csar.csar
2022-11-06T06:11:42.110Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221106061038-csar.csar
2022-11-06T06:11:42.110Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221106061038-csar.csar
2022-11-06T06:11:42.110Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221106061038-csar.csar
2022-11-06T06:11:42.110Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221106061038-csar.csar
2022-11-06T06:11:42.110Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221106061038-csar.csar
2022-11-06T06:11:42.111Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-11-06T06:11:42.111Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T06:11:42.111Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-06 06-10-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:11:42.111Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vFW a9a00734-3de1 0 is matching search criteria
2022-11-06T06:11:42.111Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-11-06T06:11:42.112Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW a9a00734-3de1 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-06T06:11:42.112Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T06:11:42.112Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-06 06-10-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:11:42.112Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vFW a9a00734-3de1 0 is matching search criteria
2022-11-06T06:11:42.113Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-11-06T06:11:42.113Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW a9a00734-3de1 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-06T06:11:42.113Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T06:11:42.113Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-06 06-10-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:11:42.113Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T06:11:42.114Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vFW a9a00734-3de1 0 is not matching search criteria
2022-11-06T06:11:42.114Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-06T06:11:42.114Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-06T06:11:42.114Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-06T06:11:42.114Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-06T06:11:42.114Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-06T06:11:42.114Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-06T06:11:42.115Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-06T06:11:42.115Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-06T06:11:42.115Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-06T06:11:42.115Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-06T06:11:42.115Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-06T06:11:42.115Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-06T06:11:42.116Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-06T06:11:42.116Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-06T06:11:42.116Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-06T06:11:42.116Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-06T06:11:42.116Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T06:11:42.116Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-06 06-10-38 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-06T06:11:42.117Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T06:11:42.117Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vFW a9a00734-3de1 0 is matching search criteria
2022-11-06T06:11:42.117Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW a9a00734-3de1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-06T06:11:42.118Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T06:11:42.118Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vFW a9a00734-3de1 0 is matching search criteria
2022-11-06T06:11:42.118Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW a9a00734-3de1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-06T06:11:42.118Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T06:11:42.119Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vFW a9a00734-3de1 0 is matching search criteria
2022-11-06T06:11:42.119Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW a9a00734-3de1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-06T06:11:42.119Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T06:11:42.119Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vFW a9a00734-3de1 0 is not matching search criteria
2022-11-06T06:11:42.119Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-06T06:11:42.120Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-06T06:11:42.120Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-06T06:11:42.120Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-06T06:11:42.120Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-06T06:11:42.120Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-06T06:11:42.120Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-06T06:11:42.120Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-06T06:11:42.121Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-06T06:11:42.121Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-06T06:11:42.121Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-06T06:11:42.121Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=83de1d28-159f-4865-92ec-5607025cb1e0
2022-11-06T06:11:42.121Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T06:11:42.121Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vFW a9a00734-3de1 0 is not matching search criteria
2022-11-06T06:11:42.121Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-06T06:11:42.122Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-06T06:11:42.122Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-06T06:11:42.122Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-06T06:11:42.122Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-06T06:11:42.122Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-06T06:11:42.123Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-06T06:11:42.123Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-06T06:11:42.123Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-06T06:11:42.123Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-06T06:11:42.123Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-06T06:11:42.123Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-06T06:11:42.123Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ad59b97c-24cc-4ffe-a664-97bf83e63bc6
2022-11-06T06:11:42.124Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T06:11:42.124Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vFW a9a00734-3de1 0 is not matching search criteria
2022-11-06T06:11:42.124Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-06T06:11:42.124Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-06T06:11:42.124Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-06T06:11:42.124Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-06T06:11:42.125Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-06T06:11:42.125Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-06T06:11:42.125Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-06T06:11:42.125Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-06T06:11:42.125Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-06T06:11:42.125Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-06T06:11:42.125Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-06T06:11:42.125Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-06T06:11:42.125Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=69df728f-1bd4-4c00-a906-76b561d82d10
2022-11-06T06:11:42.126Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T06:11:42.126Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-06 06-10-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:11:42.126Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T06:11:42.126Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-06 06-10-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:11:42.126Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T06:11:42.126Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-06 06-10-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:11:42.127Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T06:11:42.127Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-06 06-10-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:11:42.127Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-11-06 06-10-38
Description:catalog service description
Model UUID:df69bf36-40ef-4418-ab6d-f0c0567b9af7
Model Version:NULL
Model InvariantUuid:e02d5c13-4822-4870-b833-76936a72d423
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW a9a00734-3de1
Model UUID:602feba0-c8eb-41b6-a330-1202656d0701
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a73b936f-7700-43ac-a311-1c8ef222800a
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:06b08085-f9fa-42cd-8896-2d76493691bc
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:a60aa519-1b67-4864-8435-52f3344e0c0a
ModelName:VfwA9a007343de1..base_vfw..module-0
ModelUuid:bb63cf40-cb55-4ce8-a998-7fe02757fac6
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:83de1d28-159f-4865-92ec-5607025cb1e0
ModelInvariantUuid:e5c168c4-3fb2-4420-a3cd-3212503b77a6
ModelName:vFW a9a00734-3de1-nodes.vfwCvfc
ModelUuid:0e36acd7-44a0-4c7c-a5b8-5b1a5f7a66b9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:cf1bbf80-6f2d-4551-882d-49bd7c7ede3d
ModelInvariantUuid:3de87314-4e69-4d02-9ecc-0587ac01890b
ModelName:VfwA9a007343de1.compute.nodes.heat.vfw
ModelUuid:a91f3eef-af5d-4e21-995e-0ea0862b0a04
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:ad59b97c-24cc-4ffe-a664-97bf83e63bc6
ModelInvariantUuid:7393bcad-b56b-4f00-8794-2137342557f7
ModelName:vFW a9a00734-3de1-nodes.vsnCvfc
ModelUuid:a35087e5-68c3-4f7a-88a2-20ea1c9c3500
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:7f96e121-09da-49b9-afff-5bf913589716
ModelInvariantUuid:5fd20648-95f6-4621-9c42-05dd4c750a85
ModelName:VfwA9a007343de1.compute.nodes.heat.vsn
ModelUuid:bbaf2fbb-2b8a-45e2-b8e1-fa0bc4f16371
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:69df728f-1bd4-4c00-a906-76b561d82d10
ModelInvariantUuid:7175b3e6-7e53-4763-b30e-a1fc6341ee18
ModelName:vFW a9a00734-3de1-nodes.vpgCvfc
ModelUuid:8e6d01b2-243b-4935-96b3-da925e9da3c6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:50ec7f66-0db1-4552-863c-ee07514bd9f9
ModelInvariantUuid:4a263011-3c22-4eec-a790-46ca61a97ddc
ModelName:VfwA9a007343de1.compute.nodes.heat.vpg
ModelUuid:fd649372-5c90-4ff9-9b62-8ea2854389b7
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-06T06:11:42.134Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: cc27aa48-67d3-4e11-9a37-916b5e367498
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-06T06:11:42.138Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||vFW a9a00734-3de1 0
2022-11-06T06:11:42.138Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: cc27aa48-67d3-4e11-9a37-916b5e367498
2022-11-06T06:11:42.138Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c7b080ca-4464-4d6e-bfe5-1a50e80de86d from URL: /sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/vfwa9a007343de10_modules.json
2022-11-06T06:11:42.138Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-06T06:11:42.138Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/vfwa9a007343de10_modules.json
2022-11-06T06:11:42.211Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-06T06:11:42.211Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/vfwa9a007343de10_modules.json c7b080ca-4464-4d6e-bfe5-1a50e80de86d 785
2022-11-06T06:11:42.212Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/vfwa9a007343de10_modules.json ASDC sendASDCNotification
2022-11-06T06:11:42.212Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/vfwa9a007343de10_modules.json
2022-11-06T06:11:42.212Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-06T06:11:42.212Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:11:42.214Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:11:42.215Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667715102212,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/vfwa9a007343de10_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-06T06:11:42.314Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-06T06:11:42.315Z||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-06T06:11:42.315Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:11:42.327Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T06:11:42.328Z||pool-27-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-06T06:11:43.215Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwA9a007343de1..base_vfw..module-0",
"vfModuleModelInvariantUUID": "a60aa519-1b67-4864-8435-52f3344e0c0a",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "bb63cf40-cb55-4ce8-a998-7fe02757fac6",
"vfModuleModelCustomizationUUID": "7b0c0db9-a6f9-4e1d-9a2b-56b3aaff22ff",
"isBase": true,
"artifacts": [
"690b53ac-6542-4bc8-9d5b-77991093cd8d",
"3dd4b8cc-8258-4c5e-afa7-692480d0563d"
],
"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-06T06:11:43.221Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwA9a007343de1..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bb63cf40-cb55-4ce8-a998-7fe02757fac6
VfModuleModelInvariantUUID:a60aa519-1b67-4864-8435-52f3344e0c0a
VfModuleModelDescription:NULL
Artifacts UUID List:{
690b53ac-6542-4bc8-9d5b-77991093cd8d
,
3dd4b8cc-8258-4c5e-afa7-692480d0563d
}
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-06T06:11:43.223Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwA9a007343de1..base_vfw..module-0",
"vfModuleModelInvariantUUID": "a60aa519-1b67-4864-8435-52f3344e0c0a",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "bb63cf40-cb55-4ce8-a998-7fe02757fac6",
"vfModuleModelCustomizationUUID": "7b0c0db9-a6f9-4e1d-9a2b-56b3aaff22ff",
"isBase": true,
"artifacts": [
"690b53ac-6542-4bc8-9d5b-77991093cd8d",
"3dd4b8cc-8258-4c5e-afa7-692480d0563d"
],
"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-06T06:11:43.223Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwA9a007343de1..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bb63cf40-cb55-4ce8-a998-7fe02757fac6
VfModuleModelInvariantUUID:a60aa519-1b67-4864-8435-52f3344e0c0a
VfModuleModelDescription:NULL
Artifacts UUID List:{
690b53ac-6542-4bc8-9d5b-77991093cd8d
,
3dd4b8cc-8258-4c5e-afa7-692480d0563d
}
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-06T06:11:43.223Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 690b53ac-6542-4bc8-9d5b-77991093cd8d from URL: /sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/base_vfw.yaml
2022-11-06T06:11:43.223Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-06T06:11:43.223Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/base_vfw.yaml
2022-11-06T06:11:43.278Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-06T06:11:43.279Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/base_vfw.yaml 690b53ac-6542-4bc8-9d5b-77991093cd8d 20368
2022-11-06T06:11:43.280Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-06T06:11:43.280Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/base_vfw.yaml
2022-11-06T06:11:43.280Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-06T06:11:43.281Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:11:43.283Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:11:43.283Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667715103280,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-06T06:11:43.384Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-06T06:11:43.385Z||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-06T06:11:43.385Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:11:43.419Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T06:11:43.420Z||pool-28-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:11:44.284Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 3dd4b8cc-8258-4c5e-afa7-692480d0563d from URL: /sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/base_vfw.env
2022-11-06T06:11:44.285Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-06T06:11:44.285Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/base_vfw.env
2022-11-06T06:11:44.418Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-06T06:11:44.418Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/base_vfw.env 3dd4b8cc-8258-4c5e-afa7-692480d0563d 2098
2022-11-06T06:11:44.418Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-06T06:11:44.419Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/base_vfw.env
2022-11-06T06:11:44.419Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-06T06:11:44.419Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:11:44.421Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:11:44.422Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667715104418,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-06T06:11:44.521Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-06T06:11:44.522Z||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-06T06:11:44.522Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:11:44.538Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T06:11:44.538Z||pool-29-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:11:45.422Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: df69bf36-40ef-4418-ab6d-f0c0567b9af7
2022-11-06T06:11:45.423Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW a9a00734-3de1 0 cc27aa48-67d3-4e11-9a37-916b5e367498 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-06T06:11:45.448Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@99099f7, org.onap.sdc.toscaparser.api.parameters.Input@3c63dcda, org.onap.sdc.toscaparser.api.parameters.Input@4f5a2bc5, org.onap.sdc.toscaparser.api.parameters.Input@7f0a51bd, org.onap.sdc.toscaparser.api.parameters.Input@72d8308a]
2022-11-06T06:11:45.450Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T06:11:45.450Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-06 06-10-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:11:45.450Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic
2022-11-06T06:11:45.450Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 06b08085-f9fa-42cd-8896-2d76493691bc
2022-11-06T06:11:45.450Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 06b08085-f9fa-42cd-8896-2d76493691bc matches Tosca VF Customization UUID: 06b08085-f9fa-42cd-8896-2d76493691bc
2022-11-06T06:11:45.451Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 06b08085-f9fa-42cd-8896-2d76493691bc 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-06T06:11:45.454Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T06:11:45.454Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-06 06-10-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:11:45.455Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 06b08085-f9fa-42cd-8896-2d76493691bc: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-06T06:11:45.456Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@63cf8d06
2022-11-06T06:11:45.456Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T06:11:45.456Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-06 06-10-38 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-06T06:11:45.457Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7b0c0db9-a6f9-4e1d-9a2b-56b3aaff22ff
2022-11-06T06:11:45.457Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7b0c0db9-a6f9-4e1d-9a2b-56b3aaff22ff
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-06T06:11:45.461Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T06:11:45.461Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vFW a9a00734-3de1 0 is matching search criteria
2022-11-06T06:11:45.461Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW a9a00734-3de1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-06T06:11:45.462Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T06:11:45.462Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vFW a9a00734-3de1 0 is matching search criteria
2022-11-06T06:11:45.462Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW a9a00734-3de1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-06T06:11:45.463Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T06:11:45.463Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vFW a9a00734-3de1 0 is not matching search criteria
2022-11-06T06:11:45.464Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-06T06:11:45.464Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-06T06:11:45.464Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-06T06:11:45.465Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-06T06:11:45.465Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-06T06:11:45.468Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-06T06:11:45.468Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-06T06:11:45.468Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-06T06:11:45.468Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-06T06:11:45.469Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-06T06:11:45.469Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-06T06:11:45.469Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=83de1d28-159f-4865-92ec-5607025cb1e0
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-06T06:11:45.473Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T06:11:45.474Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vFW a9a00734-3de1 0 is matching search criteria
2022-11-06T06:11:45.474Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW a9a00734-3de1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-06T06:11:45.475Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T06:11:45.475Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vFW a9a00734-3de1 0 is not matching search criteria
2022-11-06T06:11:45.475Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-06T06:11:45.476Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-06T06:11:45.476Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-06T06:11:45.476Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-06T06:11:45.476Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-06T06:11:45.477Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-06T06:11:45.477Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-06T06:11:45.477Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-06T06:11:45.478Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-06T06:11:45.478Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-06T06:11:45.478Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-06T06:11:45.479Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-06T06:11:45.479Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ad59b97c-24cc-4ffe-a664-97bf83e63bc6
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-06T06:11:45.482Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T06:11:45.482Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vFW a9a00734-3de1 0 is matching search criteria
2022-11-06T06:11:45.482Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW a9a00734-3de1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-06T06:11:45.486Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T06:11:45.487Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vFW a9a00734-3de1 0 is not matching search criteria
2022-11-06T06:11:45.487Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-06T06:11:45.488Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-06T06:11:45.488Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-06T06:11:45.488Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-06T06:11:45.489Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-06T06:11:45.489Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-06T06:11:45.489Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-06T06:11:45.490Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-06T06:11:45.490Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-06T06:11:45.490Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-06T06:11:45.490Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-06T06:11:45.491Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-06T06:11:45.491Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=69df728f-1bd4-4c00-a906-76b561d82d10
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-06T06:11:45.494Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T06:11:45.494Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vFW a9a00734-3de1 0 is matching search criteria
2022-11-06T06:11:45.494Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW a9a00734-3de1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-06T06:11:45.495Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T06:11:45.495Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Node template vFW a9a00734-3de1 0 is matching search criteria
2022-11-06T06:11:45.496Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW a9a00734-3de1 0] matching following query criteria: sdcType=VF, customizationUUID=06b08085-f9fa-42cd-8896-2d76493691bc
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-06T06:11:45.499Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T06:11:45.499Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-06 06-10-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:11:45.499Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid df69bf36-40ef-4418-ab6d-f0c0567b9af7: vFW a9a00734-3de1
2022-11-06T06:11:45.500Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T06:11:45.500Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-06 06-10-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:11:45.501Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T06:11:45.501Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-06 06-10-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:11:45.501Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T06:11:45.501Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-06 06-10-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:11:45.502Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T06:11:45.502Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-06 06-10-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:11:45.503Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T06:11:45.503Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-06 06-10-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:11:45.503Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2022-11-06 06-10-38
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-06T06:11:45.723Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW a9a00734-3de1 cc27aa48-67d3-4e11-9a37-916b5e367498 1 ASDC deployResourceStructure
2022-11-06T06:11:45.724Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/vfwa9a007343de10_modules.json ASDC sendASDCNotification
2022-11-06T06:11:45.724Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/vfwa9a007343de10_modules.json
2022-11-06T06:11:45.724Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-06T06:11:45.724Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:11:45.728Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:11:45.728Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667715105724,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/vfwa9a007343de10_modules.json",
"status": "DEPLOY_OK"
}
2022-11-06T06:11:45.827Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-06T06:11:45.828Z||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-06T06:11:45.828Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:11:45.840Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T06:11:45.841Z||pool-30-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:11:46.728Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-06T06:11:46.729Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/base_vfw.yaml
2022-11-06T06:11:46.729Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-06T06:11:46.729Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:11:46.731Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:11:46.731Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667715106728,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-11-06T06:11:46.831Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T06:11:46.832Z||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-06T06:11:46.832Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:11:46.854Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T06:11:46.854Z||pool-31-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:11:47.731Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-06T06:11:47.732Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/base_vfw.env
2022-11-06T06:11:47.732Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-06T06:11:47.733Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:11:47.734Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:11:47.734Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667715107731,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-11-06T06:11:47.835Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-06T06:11:47.836Z||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-06T06:11:47.836Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:11:47.853Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T06:11:47.854Z||pool-32-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:11:48.735Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221106061038/1.0/artifacts/service-Vfw20221106061038-csar.csar ASDC sendASDCNotification
2022-11-06T06:11:48.736Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221106061038/1.0/artifacts/service-Vfw20221106061038-csar.csar
2022-11-06T06:11:48.736Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-06T06:11:48.736Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:11:48.738Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:11:48.738Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667715108735,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/artifacts/service-Vfw20221106061038-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-06T06:11:48.838Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T06:11:48.839Z||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-06T06:11:48.839Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:11:48.854Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T06:11:48.855Z||pool-33-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:11:49.739Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3256d7a0-dbfe-4384-88fd-31a217de41a2
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-06T06:11:49.748Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3256d7a0-dbfe-4384-88fd-31a217de41a2
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-06T06:11:49.750Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-06T06:11:49.750Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-06T06:11:49.751Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-06T06:12:19.751Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3256d7a0-dbfe-4384-88fd-31a217de41a2
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-06T06:12:19.759Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3256d7a0-dbfe-4384-88fd-31a217de41a2
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-06T06:12:19.761Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-06T06:12:19.761Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-06T06:12:19.761Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-06T06:12:30.642Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:12:30.643Z||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-06T06:12:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:12:30.677Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T06:12:30.678Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:12:30.678Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
"consumerID": "aai-ml",
"timestamp": 1667715079528,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T06:12:30.678Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:12:30.679Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:12:30.679Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667715085342,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T06:12:30.679Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:12:30.679Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:12:30.679Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
"consumerID": "ves-openapi-manager",
"timestamp": 1667715081322,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T06:12:30.679Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:12:30.679Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:12:30.679Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
"consumerID": "aai-ml",
"timestamp": 1667715079528,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/vfwa9a007343de10_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-06T06:12:30.680Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:12:30.680Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:12:30.680Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667715085342,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/vfwa9a007343de10_modules.json",
"status": "NOTIFIED"
}
2022-11-06T06:12:30.680Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:12:30.680Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:12:30.680Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
"consumerID": "ves-openapi-manager",
"timestamp": 1667715081322,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/vfwa9a007343de10_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-06T06:12:30.680Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:12:49.761Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3256d7a0-dbfe-4384-88fd-31a217de41a2
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-06T06:12:49.771Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3256d7a0-dbfe-4384-88fd-31a217de41a2
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-06T06:12:49.773Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-06T06:12:49.773Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-06T06:12:49.773Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-06T06:13:19.774Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3256d7a0-dbfe-4384-88fd-31a217de41a2
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-06T06:13:19.784Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3256d7a0-dbfe-4384-88fd-31a217de41a2
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-06T06:13:19.796Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-06T06:13:19.797Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-06T06:13:19.797Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-06T06:13:30.642Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:13:30.644Z||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-06T06:13:30.644Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:13:30.709Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T06:13:30.710Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:13:30.710Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
"consumerID": "aai-ml",
"timestamp": 1667715079528,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-06T06:13:30.711Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:13:49.797Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3256d7a0-dbfe-4384-88fd-31a217de41a2
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-06T06:13:49.816Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3256d7a0-dbfe-4384-88fd-31a217de41a2
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-06T06:13:49.820Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-06T06:13:49.821Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-06T06:13:49.821Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-06T06:14:19.823Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3256d7a0-dbfe-4384-88fd-31a217de41a2
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-06T06:14:19.837Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3256d7a0-dbfe-4384-88fd-31a217de41a2
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-06T06:14:19.839Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-06T06:14:19.839Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-06T06:14:19.839Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-06T06:14:30.642Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:14:30.643Z||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-06T06:14:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:14:31.175Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T06:14:31.176Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:14:31.177Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
"consumerID": "ves-openapi-manager",
"timestamp": 1667715081322,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-06T06:14:31.177Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:14:31.177Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:14:31.178Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667715085342,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-06T06:14:31.178Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:14:31.178Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:14:31.178Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
"consumerID": "cds",
"timestamp": 1667715089938,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T06:14:31.178Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:14:31.178Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:14:31.178Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667715090640,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T06:14:31.178Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:14:31.178Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:14:31.178Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
"consumerID": "aai-ml",
"timestamp": 1667715079528,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T06:14:31.179Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:14:31.179Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:14:31.179Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
"consumerID": "ves-openapi-manager",
"timestamp": 1667715081322,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T06:14:31.179Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:14:31.179Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:14:31.179Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667715085342,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T06:14:31.179Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:14:31.179Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:14:31.179Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
"consumerID": "cds",
"timestamp": 1667715089938,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/vfwa9a007343de10_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-06T06:14:31.179Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:14:31.180Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:14:31.180Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667715090640,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/vfwa9a007343de10_modules.json",
"status": "NOTIFIED"
}
2022-11-06T06:14:31.180Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:14:31.180Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:14:31.180Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
"consumerID": "aai-ml",
"timestamp": 1667715079528,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-06T06:14:31.180Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:14:31.180Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:14:31.180Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667715085342,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-06T06:14:31.180Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:14:31.181Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:14:31.181Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
"consumerID": "ves-openapi-manager",
"timestamp": 1667715081322,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-06T06:14:31.181Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:14:31.181Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:14:31.181Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
"consumerID": "cds",
"timestamp": 1667715089938,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-06T06:14:31.181Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:14:31.181Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:14:31.181Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667715090640,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-06T06:14:31.184Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:14:31.184Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:14:31.184Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
"consumerID": "aai-ml",
"timestamp": 1667715079528,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/artifacts/service-Vfw20221106061038-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-06T06:14:31.184Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:14:31.184Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:14:31.184Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667715085342,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/artifacts/service-Vfw20221106061038-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-06T06:14:31.184Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:14:31.184Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:14:31.185Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
"consumerID": "ves-openapi-manager",
"timestamp": 1667715081322,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/artifacts/service-Vfw20221106061038-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-06T06:14:31.185Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:14:31.185Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:14:31.185Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
"consumerID": "cds",
"timestamp": 1667715089938,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T06:14:31.185Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:14:31.185Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:14:31.185Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667715090640,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T06:14:31.185Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:14:31.186Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:14:31.186Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
"consumerID": "aai-ml",
"timestamp": 1667715079528,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/artifacts/service-Vfw20221106061038-csar.csar",
"status": "NOTIFIED"
}
2022-11-06T06:14:31.186Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:14:31.186Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:14:31.186Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667715085342,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/artifacts/service-Vfw20221106061038-csar.csar",
"status": "NOTIFIED"
}
2022-11-06T06:14:31.186Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:14:31.186Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:14:31.186Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
"consumerID": "ves-openapi-manager",
"timestamp": 1667715081322,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/artifacts/service-Vfw20221106061038-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-06T06:14:31.186Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:14:31.186Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:14:31.186Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
"consumerID": "cds",
"timestamp": 1667715089938,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-06T06:14:31.187Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:14:31.187Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:14:31.187Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667715090640,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-06T06:14:31.187Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:14:31.187Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:14:31.187Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
"consumerID": "aai-ml",
"timestamp": 1667715096755,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/artifacts/service-Vfw20221106061038-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-06T06:14:31.187Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:14:31.187Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:14:31.187Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667715095959,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/vfwa9a007343de10_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-06T06:14:31.188Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:14:31.188Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:14:31.188Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
"consumerID": "cds",
"timestamp": 1667715089938,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/artifacts/service-Vfw20221106061038-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-06T06:14:31.188Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:14:31.188Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:14:31.188Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667715090640,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/artifacts/service-Vfw20221106061038-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-06T06:14:31.188Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:14:31.188Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:14:31.188Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667715097061,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-06T06:14:31.189Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:14:31.189Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:14:31.189Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
"consumerID": "cds",
"timestamp": 1667715089938,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/artifacts/service-Vfw20221106061038-csar.csar",
"status": "NOTIFIED"
}
2022-11-06T06:14:31.189Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:14:31.189Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:14:31.189Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667715090640,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/artifacts/service-Vfw20221106061038-csar.csar",
"status": "NOTIFIED"
}
2022-11-06T06:14:31.189Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:14:31.189Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:14:31.189Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667715097825,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T06:14:31.189Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:14:31.190Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:14:31.190Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667715098144,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-06T06:14:31.190Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:14:31.190Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:14:31.190Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
"consumerID": "cds",
"timestamp": 1667715097712,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/artifacts/service-Vfw20221106061038-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-06T06:14:31.190Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:14:31.191Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:14:31.191Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667715098515,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/artifacts/service-Vfw20221106061038-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-06T06:14:31.191Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:14:31.191Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:14:31.191Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667715097825,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/vfwa9a007343de10_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-06T06:14:31.192Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:14:31.192Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:14:31.192Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667715099194,
"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-06T06:14:31.203Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3256d7a0-dbfe-4384-88fd-31a217de41a2
2022-11-06T06:14:31.203Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3256d7a0-dbfe-4384-88fd-31a217de41a2 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-06T06:14:31.217Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:14:31.217Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
"consumerID": "cds",
"timestamp": 1667715098719,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/artifacts/service-Vfw20221106061038-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-06T06:14:31.228Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3256d7a0-dbfe-4384-88fd-31a217de41a2
2022-11-06T06:14:31.228Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3256d7a0-dbfe-4384-88fd-31a217de41a2 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-06T06:14:31.238Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:14:31.238Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667715097825,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-06T06:14:31.238Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:14:31.238Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:14:31.238Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667715100212,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/vfwa9a007343de10_modules.json",
"status": "DEPLOY_OK"
}
2022-11-06T06:14:31.238Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:14:31.238Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:14:31.238Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667715097825,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T06:14:31.239Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:14:31.241Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:14:31.241Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667715097825,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-06T06:14:31.241Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:14:31.241Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:14:31.241Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667715102212,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/vfwa9a007343de10_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-06T06:14:31.241Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:14:31.241Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:14:31.241Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667715097825,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/artifacts/service-Vfw20221106061038-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-06T06:14:31.242Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:14:31.242Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:14:31.242Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667715103280,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-06T06:14:31.242Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:14:31.242Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:14:31.242Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667715097825,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/artifacts/service-Vfw20221106061038-csar.csar",
"status": "NOTIFIED"
}
2022-11-06T06:14:31.242Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:14:31.242Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:14:31.243Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667715104418,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-06T06:14:31.243Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:14:31.243Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:14:31.243Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667715105653,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/artifacts/service-Vfw20221106061038-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-06T06:14:31.243Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:14:31.243Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:14:31.243Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667715105724,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/vfwa9a007343de10_modules.json",
"status": "DEPLOY_OK"
}
2022-11-06T06:14:31.243Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:14:31.244Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:14:31.244Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
"consumerID": "aai-ml",
"timestamp": 1667715107092,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/artifacts/service-Vfw20221106061038-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-06T06:14:31.244Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:14:31.244Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:14:31.244Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667715106728,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-11-06T06:14:31.244Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:14:31.244Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:14:31.244Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
"consumerID": "aai-ml",
"timestamp": 1667715108097,
"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-06T06:14:31.250Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3256d7a0-dbfe-4384-88fd-31a217de41a2
2022-11-06T06:14:31.250Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3256d7a0-dbfe-4384-88fd-31a217de41a2 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-06T06:14:31.257Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:14:31.257Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667715107731,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/resourceInstances/vfwa9a007343de10/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-11-06T06:14:31.258Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:14:31.258Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:14:31.258Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667715108735,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/artifacts/service-Vfw20221106061038-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-06T06:14:31.258Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:14:31.258Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:14:31.258Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667715109217,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106061038/1.0/artifacts/service-Vfw20221106061038-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-06T06:14:31.259Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:14:31.259Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:14:31.259Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667715110224,
"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-06T06:14:31.264Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3256d7a0-dbfe-4384-88fd-31a217de41a2
2022-11-06T06:14:31.264Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3256d7a0-dbfe-4384-88fd-31a217de41a2 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-06T06:14:49.840Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3256d7a0-dbfe-4384-88fd-31a217de41a2
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-06T06:14:49.852Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3256d7a0-dbfe-4384-88fd-31a217de41a2
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-06T06:14:49.856Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-06T06:14:49.857Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-06T06:14:49.857Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-06T06:14:49.857Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-06T06:14:49.857Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-06T06:14:49.857Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-06T06:14:49.858Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-06T06:14:49.858Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-06T06:14:49.858Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-06T06:14:49.858Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-06T06:14:49.863Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-06T06:15:19.864Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3256d7a0-dbfe-4384-88fd-31a217de41a2 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-06T06:15:19.869Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3256d7a0-dbfe-4384-88fd-31a217de41a2 and serviceModelVersionId: df69bf36-40ef-4418-ab6d-f0c0567b9af7
2022-11-06T06:15:19.870Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e02d5c13-4822-4870-b833-76936a72d423
2022-11-06T06:15:19.872Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e02d5c13-4822-4870-b833-76936a72d423/model-vers/model-ver/df69bf36-40ef-4418-ab6d-f0c0567b9af7?depth=0
2022-11-06T06:15:19.877Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-11-06T06:15:19.937Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e02d5c13-4822-4870-b833-76936a72d423/model-vers/model-ver/df69bf36-40ef-4418-ab6d-f0c0567b9af7?depth=0|INFO|500||Invoke
2022-11-06T06:15:19.938Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e02d5c13-4822-4870-b833-76936a72d423/model-vers/model-ver/df69bf36-40ef-4418-ab6d-f0c0567b9af7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e02d5c13-4822-4870-b833-76936a72d423/model-vers/model-ver/df69bf36-40ef-4418-ab6d-f0c0567b9af7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3256d7a0-dbfe-4384-88fd-31a217de41a2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d62cd978-23f8-460d-8f3a-5a60f17c69d8], X-ECOMP-RequestID=[3256d7a0-dbfe-4384-88fd-31a217de41a2], X-TransactionId=[], X-ONAP-RequestID=[3256d7a0-dbfe-4384-88fd-31a217de41a2], Content-Type=[application/merge-patch+json]}
2022-11-06T06:15:19.973Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e02d5c13-4822-4870-b833-76936a72d423/model-vers/model-ver/df69bf36-40ef-4418-ab6d-f0c0567b9af7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-06T06:15:20.220Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e02d5c13-4822-4870-b833-76936a72d423/model-vers/model-ver/df69bf36-40ef-4418-ab6d-f0c0567b9af7?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/e02d5c13-4822-4870-b833-76936a72d423/model-vers/model-ver/df69bf36-40ef-4418-ab6d-f0c0567b9af7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221106-06:15:20:821-20126], vertex-id=[205040], Content-Length=[0], Date=[Sun, 06 Nov 2022 06:15:20 GMT], Content-Type=[application/json]}
2022-11-06T06:15:20.220Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e02d5c13-4822-4870-b833-76936a72d423/model-vers/model-ver/df69bf36-40ef-4418-ab6d-f0c0567b9af7?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-06T06:15:20.221Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e02d5c13-4822-4870-b833-76936a72d423/model-vers/model-ver/df69bf36-40ef-4418-ab6d-f0c0567b9af7?depth=0|INFO|500||InvokeReturn
2022-11-06T06:15:20.222Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-06T06:15:20.227Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-06T06:15:20.236Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-11-06T06:15:20.236Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3256d7a0-dbfe-4384-88fd-31a217de41a2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-06T06:15:20.237Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-06T06:15:20.237Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:15:20.248Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:15:20.248Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667715320237,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-06T06:15:20.345Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-11-06T06:15:20.346Z||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-06T06:15:20.346Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:15:20.362Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T06:15:20.363Z||pool-34-thread-1|||||INFO|500||cambria reply ok (18 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-06T06:15:21.268Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:15:21.269Z||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-06T06:15:21.269Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:15:30.642Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:15:30.643Z||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-06T06:15:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:15:31.306Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T06:15:31.306Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:15:31.306Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3256d7a0-dbfe-4384-88fd-31a217de41a2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667715320237,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-06T06:15:31.308Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:15:31.624Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T06:15:31.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:15:31.625Z||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-06T06:15:31.625Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:15:41.180Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T06:15:41.181Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:15:41.181Z||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-06T06:15:41.182Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:15:50.726Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T06:15:50.727Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:15:50.728Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T06:15:50.728Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:16:00.273Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T06:16:30.640Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:16:30.643Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:16:30.643Z||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-06T06:16:30.643Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T06:16:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:16:30.643Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:16:40.211Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T06:16:40.229Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T06:17:30.640Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:17:30.641Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T06:17:30.641Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:17:30.643Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:17:30.644Z||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-06T06:17:30.644Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:17:40.198Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T06:17:40.199Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T06:18:30.640Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:18:30.640Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T06:18:30.640Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:18:30.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:18:30.643Z||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-06T06:18:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:18:40.186Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T06:18:40.189Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T06:19:30.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:19:30.643Z||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-06T06:19:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:19:30.647Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:19:30.648Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|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-06T06:19:30.648Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:19:40.196Z|3256d7a0-dbfe-4384-88fd-31a217de41a2|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T06:19:40.208Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T06:20:30.640Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:20:30.641Z||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-06T06:20:30.641Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:20:30.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:20:30.643Z||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-06T06:20:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:20:40.206Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T06:20:40.231Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T06:21:30.640Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:21:30.641Z||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-06T06:21:30.641Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:21:30.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:21:30.642Z||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-06T06:21:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:21:40.355Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T06:21:40.385Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T06:22:30.640Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:22:30.640Z||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-06T06:22:30.640Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:22:30.642Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T06:22:30.642Z||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-06T06:22:30.643Z||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 tNTQBMD8Rsm19kIi) ...
2022-11-06T06:22:31.331Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T06:22:31.333Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.333Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"15743eba-b40f-40db-aa56-f7bd9ad4ef34","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"048d79cb-e6b7-4574-a30e-79be58a853b8","serviceDescription":"service","serviceInvariantUUID":"82528c8f-2fe6-4737-b2b1-e0c583b940ba","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"ae866558-4a07-4933-8b39-4011cf9acdb1","resourceInvariantUUID":"df2d93f8-4ac2-4090-94ec-0d417f65b92c","resourceCustomizationUUID":"b3e264e9-7842-4236-8610-c223ed74676b","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":"NzQzNWY5NzM3N2Y3ODZkOGNhN2U1NjEwZGJiYzI0MWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"38842299-92af-40ec-8327-9562d5fb5209","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MzFmZDRiMmVmNmE3ZjI1MTI4NGY1N2I1YTQ4MWFkNGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e7a0ca6f-fc99-4e93-9b50-7d436470a0c8","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-06T06:22:31.341Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T06:22:31.341Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:22:31.345Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:22:31.345Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "15743eba-b40f-40db-aa56-f7bd9ad4ef34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667715750640,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-06T06:22:31.364Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T06:22:31.366Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.366Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15743eba-b40f-40db-aa56-f7bd9ad4ef34",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667715705342,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-06T06:22:31.367Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:22:31.367Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.367Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15743eba-b40f-40db-aa56-f7bd9ad4ef34",
"consumerID": "cds",
"timestamp": 1667715704938,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-06T06:22:31.368Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:22:31.368Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.368Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15743eba-b40f-40db-aa56-f7bd9ad4ef34",
"consumerID": "aai-ml",
"timestamp": 1667715709528,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-06T06:22:31.368Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:22:31.368Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.368Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15743eba-b40f-40db-aa56-f7bd9ad4ef34",
"consumerID": "cds",
"timestamp": 1667715704938,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-06T06:22:31.368Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:22:31.368Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.368Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15743eba-b40f-40db-aa56-f7bd9ad4ef34",
"consumerID": "aai-ml",
"timestamp": 1667715709528,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-06T06:22:31.368Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:22:31.368Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.369Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15743eba-b40f-40db-aa56-f7bd9ad4ef34",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667715705342,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-06T06:22:31.369Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:22:31.369Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.369Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15743eba-b40f-40db-aa56-f7bd9ad4ef34",
"consumerID": "aai-ml",
"timestamp": 1667715717086,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-06T06:22:31.369Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:22:31.369Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.369Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15743eba-b40f-40db-aa56-f7bd9ad4ef34",
"consumerID": "cds",
"timestamp": 1667715715732,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-06T06:22:31.369Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:22:31.369Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.369Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15743eba-b40f-40db-aa56-f7bd9ad4ef34",
"consumerID": "cds",
"timestamp": 1667715716746,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-06T06:22:31.395Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 15743eba-b40f-40db-aa56-f7bd9ad4ef34
2022-11-06T06:22:31.396Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 15743eba-b40f-40db-aa56-f7bd9ad4ef34 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-06T06:22:31.407Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.407Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15743eba-b40f-40db-aa56-f7bd9ad4ef34",
"consumerID": "aai-ml",
"timestamp": 1667715721236,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-06T06:22:31.407Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:22:31.407Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.408Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
"consumerID": "cds",
"timestamp": 1667715719938,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/resourceInstances/pnf457d6709b5390/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T06:22:31.408Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:22:31.408Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.408Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15743eba-b40f-40db-aa56-f7bd9ad4ef34",
"consumerID": "aai-ml",
"timestamp": 1667715722241,
"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-06T06:22:31.414Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 15743eba-b40f-40db-aa56-f7bd9ad4ef34
2022-11-06T06:22:31.414Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 15743eba-b40f-40db-aa56-f7bd9ad4ef34 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-06T06:22:31.423Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.423Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15743eba-b40f-40db-aa56-f7bd9ad4ef34",
"consumerID": "ves-openapi-manager",
"timestamp": 1667715721322,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-06T06:22:31.423Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:22:31.423Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.424Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
"consumerID": "cds",
"timestamp": 1667715719938,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/resourceInstances/pnf457d6709b5390/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-06T06:22:31.424Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:22:31.424Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.424Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15743eba-b40f-40db-aa56-f7bd9ad4ef34",
"consumerID": "ves-openapi-manager",
"timestamp": 1667715721322,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-06T06:22:31.424Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:22:31.424Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.425Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
"consumerID": "cds",
"timestamp": 1667715719938,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/resourceInstances/pnf457d6709b5390/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-06T06:22:31.425Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:22:31.425Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.425Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
"consumerID": "ves-openapi-manager",
"timestamp": 1667715721322,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/resourceInstances/pnf457d6709b5390/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T06:22:31.425Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:22:31.425Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.426Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
"consumerID": "cds",
"timestamp": 1667715719938,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/resourceInstances/pnf457d6709b5390/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T06:22:31.426Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:22:31.426Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.426Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
"consumerID": "ves-openapi-manager",
"timestamp": 1667715721322,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/resourceInstances/pnf457d6709b5390/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-06T06:22:31.426Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:22:31.426Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.427Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
"consumerID": "cds",
"timestamp": 1667715719938,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/resourceInstances/pnf457d6709b5390/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-06T06:22:31.427Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:22:31.427Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.427Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
"consumerID": "ves-openapi-manager",
"timestamp": 1667715721322,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/resourceInstances/pnf457d6709b5390/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-06T06:22:31.427Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:22:31.428Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.428Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667715725342,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/resourceInstances/pnf457d6709b5390/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T06:22:31.428Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:22:31.428Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.428Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
"consumerID": "cds",
"timestamp": 1667715719938,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/resourceInstances/pnf457d6709b5390/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-06T06:22:31.428Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:22:31.429Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.429Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
"consumerID": "ves-openapi-manager",
"timestamp": 1667715721322,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/resourceInstances/pnf457d6709b5390/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T06:22:31.429Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:22:31.429Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.429Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667715725342,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/resourceInstances/pnf457d6709b5390/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-06T06:22:31.429Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:22:31.429Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.430Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
"consumerID": "cds",
"timestamp": 1667715719938,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/artifacts/service-DemoPnfWa7ozkn8ijrefyyigc01-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-06T06:22:31.430Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:22:31.430Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.430Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
"consumerID": "ves-openapi-manager",
"timestamp": 1667715721322,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/resourceInstances/pnf457d6709b5390/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-06T06:22:31.430Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:22:31.431Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.431Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667715725342,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/resourceInstances/pnf457d6709b5390/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-06T06:22:31.431Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:22:31.431Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.431Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15743eba-b40f-40db-aa56-f7bd9ad4ef34",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667715727824,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-06T06:22:31.432Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:22:31.432Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.432Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
"consumerID": "cds",
"timestamp": 1667715719938,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/artifacts/service-DemoPnfWa7ozkn8ijrefyyigc01-csar.csar",
"status": "NOTIFIED"
}
2022-11-06T06:22:31.432Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:22:31.432Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.432Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667715725342,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/resourceInstances/pnf457d6709b5390/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T06:22:31.433Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:22:31.433Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.433Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
"consumerID": "ves-openapi-manager",
"timestamp": 1667715721322,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/resourceInstances/pnf457d6709b5390/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2022-11-06T06:22:31.433Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:22:31.433Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.433Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15743eba-b40f-40db-aa56-f7bd9ad4ef34",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667715727824,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-06T06:22:31.434Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:22:31.434Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.434Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
"consumerID": "cds",
"timestamp": 1667715728667,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/artifacts/service-DemoPnfWa7ozkn8ijrefyyigc01-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-06T06:22:31.434Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:22:31.434Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.434Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
"consumerID": "ves-openapi-manager",
"timestamp": 1667715721322,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/artifacts/service-DemoPnfWa7ozkn8ijrefyyigc01-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-06T06:22:31.435Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:22:31.435Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.435Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667715725342,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/resourceInstances/pnf457d6709b5390/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-06T06:22:31.435Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:22:31.435Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.435Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
"consumerID": "cds",
"timestamp": 1667715729673,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/artifacts/service-DemoPnfWa7ozkn8ijrefyyigc01-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-06T06:22:31.445Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T06:22:31.446Z||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-06T06:22:31.446Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:22:31.451Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9dcaac9e-501e-4442-8af9-4de1e73934f2
2022-11-06T06:22:31.451Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9dcaac9e-501e-4442-8af9-4de1e73934f2 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-06T06:22:31.458Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.458Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15743eba-b40f-40db-aa56-f7bd9ad4ef34",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667715730589,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-06T06:22:31.459Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:22:31.459Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.459Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
"consumerID": "ves-openapi-manager",
"timestamp": 1667715721322,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/artifacts/service-DemoPnfWa7ozkn8ijrefyyigc01-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-06T06:22:31.459Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:22:31.459Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.459Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667715725342,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/resourceInstances/pnf457d6709b5390/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-06T06:22:31.459Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:22:31.459Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.460Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15743eba-b40f-40db-aa56-f7bd9ad4ef34",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667715732309,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-06T06:22:31.460Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:22:31.460Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.460Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667715725342,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/artifacts/service-DemoPnfWa7ozkn8ijrefyyigc01-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-06T06:22:31.460Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:22:31.460Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.460Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
"consumerID": "ves-openapi-manager",
"timestamp": 1667715732195,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/resourceInstances/pnf457d6709b5390/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-06T06:22:31.460Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:22:31.460Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.460Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15743eba-b40f-40db-aa56-f7bd9ad4ef34",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667715733313,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
2022-11-06T06:22:31.461Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T06:22:31.461Z||pool-35-thread-1|||||INFO|500||cambria reply ok (15 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=?
2022-11-06T06:22:31.464Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 15743eba-b40f-40db-aa56-f7bd9ad4ef34
2022-11-06T06:22:31.465Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 15743eba-b40f-40db-aa56-f7bd9ad4ef34 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-06T06:22:31.472Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.472Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667715725342,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/artifacts/service-DemoPnfWa7ozkn8ijrefyyigc01-csar.csar",
"status": "NOTIFIED"
}
2022-11-06T06:22:31.472Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:22:31.472Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.472Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
"consumerID": "ves-openapi-manager",
"timestamp": 1667715733414,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/resourceInstances/pnf457d6709b5390/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2022-11-06T06:22:31.472Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:22:31.473Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.473Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667715727824,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/resourceInstances/pnf457d6709b5390/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T06:22:31.473Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:22:31.473Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.473Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
"consumerID": "ves-openapi-manager",
"timestamp": 1667715734418,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-06T06:22:31.477Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 9dcaac9e-501e-4442-8af9-4de1e73934f2
2022-11-06T06:22:31.477Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9dcaac9e-501e-4442-8af9-4de1e73934f2 and ComponentName
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-06T06:22:31.483Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.484Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667715727824,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/resourceInstances/pnf457d6709b5390/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-06T06:22:31.484Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:22:31.484Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.484Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667715727824,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/resourceInstances/pnf457d6709b5390/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-06T06:22:31.484Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:22:31.484Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.484Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667715727824,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/resourceInstances/pnf457d6709b5390/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T06:22:31.484Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:22:31.485Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.485Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667715727824,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/resourceInstances/pnf457d6709b5390/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-06T06:22:31.485Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:22:31.485Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.485Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667715727824,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/resourceInstances/pnf457d6709b5390/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-06T06:22:31.485Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:22:31.485Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.485Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
"consumerID": "aai-ml",
"timestamp": 1667715739528,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/resourceInstances/pnf457d6709b5390/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T06:22:31.485Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:22:31.485Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.485Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667715727824,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/artifacts/service-DemoPnfWa7ozkn8ijrefyyigc01-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-06T06:22:31.486Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:22:31.486Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.486Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
"consumerID": "aai-ml",
"timestamp": 1667715739528,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/resourceInstances/pnf457d6709b5390/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-06T06:22:31.486Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:22:31.486Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.486Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667715727824,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/artifacts/service-DemoPnfWa7ozkn8ijrefyyigc01-csar.csar",
"status": "NOTIFIED"
}
2022-11-06T06:22:31.486Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:22:31.486Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.486Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
"consumerID": "aai-ml",
"timestamp": 1667715739528,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/resourceInstances/pnf457d6709b5390/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-06T06:22:31.487Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:22:31.487Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.487Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667715742515,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/artifacts/service-DemoPnfWa7ozkn8ijrefyyigc01-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-06T06:22:31.487Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:22:31.487Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.487Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
"consumerID": "aai-ml",
"timestamp": 1667715739528,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/resourceInstances/pnf457d6709b5390/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T06:22:31.487Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:22:31.487Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.487Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
"consumerID": "aai-ml",
"timestamp": 1667715739528,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/resourceInstances/pnf457d6709b5390/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-06T06:22:31.487Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:22:31.488Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.488Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667715744485,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/artifacts/service-DemoPnfWa7ozkn8ijrefyyigc01-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-06T06:22:31.488Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:22:31.488Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.488Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
"consumerID": "aai-ml",
"timestamp": 1667715739528,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/resourceInstances/pnf457d6709b5390/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-06T06:22:31.488Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:22:31.488Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.488Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667715745489,
"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-06T06:22:31.492Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9dcaac9e-501e-4442-8af9-4de1e73934f2
2022-11-06T06:22:31.492Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9dcaac9e-501e-4442-8af9-4de1e73934f2 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-06T06:22:31.506Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.507Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
"consumerID": "aai-ml",
"timestamp": 1667715739528,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/artifacts/service-DemoPnfWa7ozkn8ijrefyyigc01-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-06T06:22:31.507Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:22:31.507Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.507Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
"consumerID": "aai-ml",
"timestamp": 1667715739528,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/artifacts/service-DemoPnfWa7ozkn8ijrefyyigc01-csar.csar",
"status": "NOTIFIED"
}
2022-11-06T06:22:31.507Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T06:22:31.507Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T06:22:31.507Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
"consumerID": "aai-ml",
"timestamp": 1667715748354,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/artifacts/service-DemoPnfWa7ozkn8ijrefyyigc01-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-06T06:22:31.507Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T06:22:32.346Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T06:22:32.347Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:22:32.349Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:22:32.349Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "15743eba-b40f-40db-aa56-f7bd9ad4ef34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667715750640,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-06T06:22:32.449Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-06T06:22:32.450Z||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-06T06:22:32.451Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:22:32.466Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T06:22:32.466Z||pool-36-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:22:33.350Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "15743eba-b40f-40db-aa56-f7bd9ad4ef34",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "048d79cb-e6b7-4574-a30e-79be58a853b8",
"serviceDescription": "service",
"serviceInvariantUUID": "82528c8f-2fe6-4737-b2b1-e0c583b940ba",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "b3e264e9-7842-4236-8610-c223ed74676b",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "ae866558-4a07-4933-8b39-4011cf9acdb1",
"resourceInvariantUUID": "df2d93f8-4ac2-4090-94ec-0d417f65b92c",
"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": "MzFmZDRiMmVmNmE3ZjI1MTI4NGY1N2I1YTQ4MWFkNGU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e7a0ca6f-fc99-4e93-9b50-7d436470a0c8"
}
],
"workloadContext": "Production"
}
2022-11-06T06:22:33.351Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-06T06:22:33.351Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 048d79cb-e6b7-4574-a30e-79be58a853b8 ASDC
2022-11-06T06:22:33.353Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:15743eba-b40f-40db-aa56-f7bd9ad4ef34
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:048d79cb-e6b7-4574-a30e-79be58a853b8
ServiceInvariantUUID:82528c8f-2fe6-4737-b2b1-e0c583b940ba
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:e7a0ca6f-fc99-4e93-9b50-7d436470a0c8
ArtifactChecksum:MzFmZDRiMmVmNmE3ZjI1MTI4NGY1N2I1YTQ4MWFkNGU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:b3e264e9-7842-4236-8610-c223ed74676b
ResourceInvariantUUID:df2d93f8-4ac2-4090-94ec-0d417f65b92c
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:ae866558-4a07-4933-8b39-4011cf9acdb1
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-11-06T06:22:33.353Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 048d79cb-e6b7-4574-a30e-79be58a853b8 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-06T06:22:33.381Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-06T06:22:33.382Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-06T06:22:33.382Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-06T06:22:33.382Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e7a0ca6f-fc99-4e93-9b50-7d436470a0c8 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-06T06:22:33.382Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-06T06:22:33.383Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-06T06:22:33.453Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-06T06:22:33.456Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar e7a0ca6f-fc99-4e93-9b50-7d436470a0c8 57663
2022-11-06T06:22:33.456Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||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-06T06:22:33.456Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||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-06T06:22:33.456Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-06T06:22:33.457Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:22:33.459Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:22:33.459Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "15743eba-b40f-40db-aa56-f7bd9ad4ef34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667715753456,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-06T06:22:33.559Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T06:22:33.560Z||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-06T06:22:33.560Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:22:33.571Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T06:22:33.572Z||pool-37-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-11-06T06:22:34.460Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-06T06:22:34.460Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-06T06:22:34.461Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: e7a0ca6f-fc99-4e93-9b50-7d436470a0c8, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-06T06:22:34.461Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-11-06T06:22:34.462Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-06T06:22:34.462Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-06T06:22:34.734Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17296839300111241691/Definitions/service-BasicNetwork-template.yml
2022-11-06T06:22:35.246Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-06T06:22:35.247Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-11-06T06:22:35.247Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-06T06:22:35.247Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-11-06T06:22:35.247Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||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-06T06:22:35.247Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||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-06T06:22:35.247Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||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-06T06:22:35.247Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||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-06T06:22:35.247Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-06T06:22:35.247Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||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-06T06:22:35.248Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||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-06T06:22:35.248Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||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-06T06:22:35.248Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-11-06T06:22:35.248Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T06:22:35.248Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:22:35.248Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-06T06:22:35.249Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-11-06T06:22:35.249Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-06T06:22:35.249Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T06:22:35.249Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:22:35.249Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-06T06:22:35.249Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-11-06T06:22:35.249Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-06T06:22:35.249Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T06:22:35.250Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:22:35.250Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T06:22:35.250Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:22:35.250Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T06:22:35.250Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:22:35.250Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T06:22:35.251Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:22:35.251Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T06:22:35.251Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:22:35.251Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:048d79cb-e6b7-4574-a30e-79be58a853b8
Model Version:NULL
Model InvariantUuid:82528c8f-2fe6-4737-b2b1-e0c583b940ba
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:df2d93f8-4ac2-4090-94ec-0d417f65b92c
Model UUID:d1260308-b2a9-44d3-aeb5-034c39cb1f16
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:b3e264e9-7842-4236-8610-c223ed74676b
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-06T06:22:35.261Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||INFO|500||Processing Resource Type: VL, Model UUID: ae866558-4a07-4933-8b39-4011cf9acdb1
2022-11-06T06:22:35.262Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||INFO|500||No resources found for Service: 048d79cb-e6b7-4574-a30e-79be58a853b8
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-06T06:22:35.268Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||INFO|500||
2022-11-06T06:22:35.268Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-11-06T06:22:35.269Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 048d79cb-e6b7-4574-a30e-79be58a853b8
2022-11-06T06:22:35.269Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 048d79cb-e6b7-4574-a30e-79be58a853b8
2022-11-06T06:22:35.269Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-11-06T06:22:35.269Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||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-06T06:22:35.274Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2aed040c, org.onap.sdc.toscaparser.api.parameters.Input@849120e, org.onap.sdc.toscaparser.api.parameters.Input@649d8a66, org.onap.sdc.toscaparser.api.parameters.Input@7c3fb556, org.onap.sdc.toscaparser.api.parameters.Input@3eb013b9]
2022-11-06T06:22:35.276Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T06:22:35.276Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:22:35.276Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T06:22:35.276Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:22:35.276Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 048d79cb-e6b7-4574-a30e-79be58a853b8: Generic NeutronNet
2022-11-06T06:22:35.277Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T06:22:35.277Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:22:35.277Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T06:22:35.277Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||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-06T06:22:35.314Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T06:22:35.315Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:22:35.315Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T06:22:35.315Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:22:35.315Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T06:22:35.315Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:22:35.315Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||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-06T06:22:35.389Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-11-06T06:22:35.390Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||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-06T06:22:35.390Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||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-06T06:22:35.390Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-06T06:22:35.390Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:22:35.392Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:22:35.392Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "15743eba-b40f-40db-aa56-f7bd9ad4ef34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667715755390,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-06T06:22:35.492Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T06:22:35.493Z||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-06T06:22:35.493Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:22:35.506Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T06:22:35.506Z||pool-38-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-06T06:22:36.392Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 15743eba-b40f-40db-aa56-f7bd9ad4ef34
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-06T06:22:36.404Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 15743eba-b40f-40db-aa56-f7bd9ad4ef34
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-06T06:22:36.407Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-06T06:22:36.407Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-06T06:22:36.407Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-06T06:22:36.407Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-06T06:22:36.407Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-06T06:22:36.407Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-06T06:22:36.407Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-06T06:22:36.407Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-06T06:22:36.407Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-06T06:22:36.412Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-06T06:23:06.413Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 15743eba-b40f-40db-aa56-f7bd9ad4ef34 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-06T06:23:06.422Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 15743eba-b40f-40db-aa56-f7bd9ad4ef34 and serviceModelVersionId: 048d79cb-e6b7-4574-a30e-79be58a853b8
2022-11-06T06:23:06.422Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 82528c8f-2fe6-4737-b2b1-e0c583b940ba
2022-11-06T06:23:06.424Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/82528c8f-2fe6-4737-b2b1-e0c583b940ba/model-vers/model-ver/048d79cb-e6b7-4574-a30e-79be58a853b8?depth=0
2022-11-06T06:23:06.432Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-11-06T06:23:06.493Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/82528c8f-2fe6-4737-b2b1-e0c583b940ba/model-vers/model-ver/048d79cb-e6b7-4574-a30e-79be58a853b8?depth=0|INFO|500||Invoke
2022-11-06T06:23:06.494Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/82528c8f-2fe6-4737-b2b1-e0c583b940ba/model-vers/model-ver/048d79cb-e6b7-4574-a30e-79be58a853b8?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/82528c8f-2fe6-4737-b2b1-e0c583b940ba/model-vers/model-ver/048d79cb-e6b7-4574-a30e-79be58a853b8?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[15743eba-b40f-40db-aa56-f7bd9ad4ef34], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[28b0d08a-d6d0-4e68-a9fa-1f067f8f8a72], X-ECOMP-RequestID=[15743eba-b40f-40db-aa56-f7bd9ad4ef34], X-TransactionId=[], X-ONAP-RequestID=[15743eba-b40f-40db-aa56-f7bd9ad4ef34], Content-Type=[application/merge-patch+json]}
2022-11-06T06:23:06.518Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/82528c8f-2fe6-4737-b2b1-e0c583b940ba/model-vers/model-ver/048d79cb-e6b7-4574-a30e-79be58a853b8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-06T06:23:06.624Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/82528c8f-2fe6-4737-b2b1-e0c583b940ba/model-vers/model-ver/048d79cb-e6b7-4574-a30e-79be58a853b8?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/82528c8f-2fe6-4737-b2b1-e0c583b940ba/model-vers/model-ver/048d79cb-e6b7-4574-a30e-79be58a853b8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221106-06:23:07:408-50945], vertex-id=[155800], Content-Length=[0], Date=[Sun, 06 Nov 2022 06:23:07 GMT], Content-Type=[application/json]}
2022-11-06T06:23:06.625Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/82528c8f-2fe6-4737-b2b1-e0c583b940ba/model-vers/model-ver/048d79cb-e6b7-4574-a30e-79be58a853b8?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-06T06:23:06.625Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/82528c8f-2fe6-4737-b2b1-e0c583b940ba/model-vers/model-ver/048d79cb-e6b7-4574-a30e-79be58a853b8?depth=0|INFO|500||InvokeReturn
2022-11-06T06:23:06.626Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-06T06:23:06.626Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-06T06:23:06.632Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-11-06T06:23:06.632Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 15743eba-b40f-40db-aa56-f7bd9ad4ef34 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-06T06:23:06.632Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-06T06:23:06.632Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:23:06.635Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:23:06.635Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "15743eba-b40f-40db-aa56-f7bd9ad4ef34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667715786632,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-06T06:23:06.735Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T06:23:06.736Z||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-06T06:23:06.737Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:23:06.759Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T06:23:06.759Z||pool-39-thread-1|||||INFO|500||cambria reply ok (23 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-06T06:23:07.646Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T06:23:07.647Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"9dcaac9e-501e-4442-8af9-4de1e73934f2","serviceName":"Demo_pNF_wa7OZkN8ijrEfYYIGc01","serviceVersion":"1.0","serviceUUID":"33490ca4-8650-48d2-a123-0ca7e330e1b0","serviceDescription":"catalog service description","serviceInvariantUUID":"89875bc5-cc9c-40ac-a47b-03929c749bec","resources":[{"resourceInstanceName":"pNF 457d6709-b539 0","resourceName":"pNF 457d6709-b539","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"83557474-0202-4fde-9b99-742cbb7f4828","resourceInvariantUUID":"7735b411-87eb-47aa-a96b-98fc3023917c","resourceCustomizationUUID":"2b3d2f52-74ee-4c02-bd86-af1398777537","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/resourceInstances/pnf457d6709b5390/artifacts/vf-license-model.xml","artifactChecksum":"NDI2YTg1YzdhNmZkYzAzN2M2OGZhYTgxNDk5NTliZmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1b5f1e47-ed6a-49a7-85cd-f1fa37f6ad55","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/resourceInstances/pnf457d6709b5390/artifacts/pNF.csar","artifactChecksum":"ZjU5NTdlNjg1YmQ2ZTEzYjliMDk2ZTA1YThmMTMzZDA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b1a1571f-a7a0-4c5f-92ca-5abfae9efb4d","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/resourceInstances/pnf457d6709b5390/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ee2cefa4-c4e0-4e36-b332-0bbe90b6fd40","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/resourceInstances/pnf457d6709b5390/artifacts/vendor-license-model.xml","artifactChecksum":"MGRmMmM3NjgyMDE2ODc5Y2ZmMDE1NDExZGJjMWMzMmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cdb54555-2c2e-4577-bbde-2acee256f4aa","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/resourceInstances/pnf457d6709b5390/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b7643e9a-9a85-4a9f-9c6b-d6ef05f61ea2","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/resourceInstances/pnf457d6709b5390/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cdb11a28-7843-44d7-a39c-f531a9b4050b","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfWa7ozkn8ijrefyyigc01-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/artifacts/service-DemoPnfWa7ozkn8ijrefyyigc01-template.yml","artifactChecksum":"OWQ0MjNlMThjYzMyNWE1YjBiM2E5YzIzOTk1NmQ2ZmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"80d415a0-2c00-4f33-b3f2-7f05fb2b2b46","artifactVersion":"1"},{"artifactName":"service-DemoPnfWa7ozkn8ijrefyyigc01-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/artifacts/service-DemoPnfWa7ozkn8ijrefyyigc01-csar.csar","artifactChecksum":"NzkzNGRjYjYxMzE1ZjRjYjMwOWRlYWZmNmI0ZjY0NmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7584bfbb-e1d8-4f26-a1d3-91020a58ee83","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-06T06:23:07.647Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T06:23:07.647Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:23:07.649Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:23:07.649Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667715750640,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/resourceInstances/pnf457d6709b5390/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T06:23:07.749Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T06:23:07.750Z||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-06T06:23:07.750Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:23:07.764Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T06:23:07.764Z||pool-40-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:23:08.651Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T06:23:08.651Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:23:08.653Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:23:08.654Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667715750640,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/resourceInstances/pnf457d6709b5390/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-06T06:23:08.754Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T06:23:08.754Z||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-06T06:23:08.755Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:23:08.767Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T06:23:08.767Z||pool-41-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-06T06:23:09.654Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T06:23:09.655Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:23:09.657Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:23:09.657Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667715750640,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/resourceInstances/pnf457d6709b5390/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-06T06:23:09.757Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T06:23:09.758Z||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-06T06:23:09.758Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:23:09.786Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T06:23:09.786Z||pool-42-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-11-06T06:23:10.658Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T06:23:10.659Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:23:10.661Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:23:10.662Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667715750640,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/resourceInstances/pnf457d6709b5390/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T06:23:10.761Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-06T06:23:10.762Z||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-06T06:23:10.762Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:23:10.784Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T06:23:10.785Z||pool-43-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:23:11.662Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T06:23:11.663Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:23:11.665Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:23:11.665Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667715750640,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/resourceInstances/pnf457d6709b5390/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-06T06:23:11.766Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-06T06:23:11.766Z||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-06T06:23:11.767Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:23:11.776Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T06:23:11.777Z||pool-44-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:23:12.666Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T06:23:12.667Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:23:12.674Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:23:12.675Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667715750640,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/resourceInstances/pnf457d6709b5390/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-06T06:23:12.770Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-11-06T06:23:12.771Z||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-06T06:23:12.771Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:23:12.795Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T06:23:12.795Z||pool-45-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:23:13.680Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T06:23:13.689Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:23:13.691Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:23:13.691Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667715750640,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/artifacts/service-DemoPnfWa7ozkn8ijrefyyigc01-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-06T06:23:13.791Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T06:23:13.792Z||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-06T06:23:13.792Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:23:13.804Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T06:23:13.805Z||pool-46-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:23:14.692Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T06:23:14.693Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:23:14.695Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:23:14.696Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667715750640,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/artifacts/service-DemoPnfWa7ozkn8ijrefyyigc01-csar.csar",
"status": "NOTIFIED"
}
2022-11-06T06:23:14.795Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-06T06:23:14.796Z||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-06T06:23:14.796Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:23:14.811Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T06:23:14.811Z||pool-47-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-11-06T06:23:15.697Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
"serviceName": "Demo_pNF_wa7OZkN8ijrEfYYIGc01",
"serviceVersion": "1.0",
"serviceUUID": "33490ca4-8650-48d2-a123-0ca7e330e1b0",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "89875bc5-cc9c-40ac-a47b-03929c749bec",
"resources": [
{
"resourceInstanceName": "pNF 457d6709-b539 0",
"resourceCustomizationUUID": "2b3d2f52-74ee-4c02-bd86-af1398777537",
"resourceName": "pNF 457d6709-b539",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "83557474-0202-4fde-9b99-742cbb7f4828",
"resourceInvariantUUID": "7735b411-87eb-47aa-a96b-98fc3023917c",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfWa7ozkn8ijrefyyigc01-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/artifacts/service-DemoPnfWa7ozkn8ijrefyyigc01-csar.csar",
"artifactChecksum": "NzkzNGRjYjYxMzE1ZjRjYjMwOWRlYWZmNmI0ZjY0NmY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "7584bfbb-e1d8-4f26-a1d3-91020a58ee83"
}
],
"workloadContext": "Production"
}
2022-11-06T06:23:15.697Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-06T06:23:15.698Z|15743eba-b40f-40db-aa56-f7bd9ad4ef34|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 33490ca4-8650-48d2-a123-0ca7e330e1b0 ASDC
2022-11-06T06:23:15.698Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:9dcaac9e-501e-4442-8af9-4de1e73934f2
ServiceName:Demo_pNF_wa7OZkN8ijrEfYYIGc01
ServiceVersion:1.0
ServiceUUID:33490ca4-8650-48d2-a123-0ca7e330e1b0
ServiceInvariantUUID:89875bc5-cc9c-40ac-a47b-03929c749bec
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfWa7ozkn8ijrefyyigc01-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/artifacts/service-DemoPnfWa7ozkn8ijrefyyigc01-csar.csar
ArtifactUUID:7584bfbb-e1d8-4f26-a1d3-91020a58ee83
ArtifactChecksum:NzkzNGRjYjYxMzE1ZjRjYjMwOWRlYWZmNmI0ZjY0NmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 457d6709-b539 0
ResourceCustomizationUUID:2b3d2f52-74ee-4c02-bd86-af1398777537
ResourceInvariantUUID:7735b411-87eb-47aa-a96b-98fc3023917c
ResourceName:pNF 457d6709-b539
ResourceType:PNF
ResourceUUID:83557474-0202-4fde-9b99-742cbb7f4828
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-11-06T06:23:15.699Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 33490ca4-8650-48d2-a123-0ca7e330e1b0 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-06T06:23:15.757Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-06T06:23:15.758Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-06T06:23:15.758Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-06T06:23:15.759Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 7584bfbb-e1d8-4f26-a1d3-91020a58ee83 from URL: /sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/artifacts/service-DemoPnfWa7ozkn8ijrefyyigc01-csar.csar
2022-11-06T06:23:15.759Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-06T06:23:15.759Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/artifacts/service-DemoPnfWa7ozkn8ijrefyyigc01-csar.csar
2022-11-06T06:23:15.844Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-06T06:23:15.848Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/artifacts/service-DemoPnfWa7ozkn8ijrefyyigc01-csar.csar 7584bfbb-e1d8-4f26-a1d3-91020a58ee83 87783
2022-11-06T06:23:15.848Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/artifacts/service-DemoPnfWa7ozkn8ijrefyyigc01-csar.csar ASDC sendASDCNotification
2022-11-06T06:23:15.849Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/artifacts/service-DemoPnfWa7ozkn8ijrefyyigc01-csar.csar
2022-11-06T06:23:15.849Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-06T06:23:15.849Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-06T06:23:15.851Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T06:23:15.851Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "9dcaac9e-501e-4442-8af9-4de1e73934f2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667715795848,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/artifacts/service-DemoPnfWa7ozkn8ijrefyyigc01-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-06T06:23:15.952Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-06T06:23:15.953Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-06T06:23:15.953Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tNTQBMD8Rsm19kIi) ...
2022-11-06T06:23:15.970Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T06:23:15.971Z||pool-48-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-06T06:23:16.852Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-06T06:23:16.853Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-06T06:23:16.853Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 7584bfbb-e1d8-4f26-a1d3-91020a58ee83, URL: /sdc/v1/catalog/services/DemoPnfWa7ozkn8ijrefyyigc01/1.0/artifacts/service-DemoPnfWa7ozkn8ijrefyyigc01-csar.csar to file: /app/ASDC/1/service-DemoPnfWa7ozkn8ijrefyyigc01-csar.csar
2022-11-06T06:23:16.853Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfWa7ozkn8ijrefyyigc01-csar.csar
2022-11-06T06:23:16.854Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfWa7ozkn8ijrefyyigc01-csar.csar
2022-11-06T06:23:16.854Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfWa7ozkn8ijrefyyigc01-csar.csar
2022-11-06T06:23:17.012Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11916953985565061283/Definitions/service-DemoPnfWa7ozkn8ijrefyyigc01-template.yml
2022-11-06T06:23:17.929Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-06T06:23:17.930Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-11-06T06:23:17.930Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfWa7ozkn8ijrefyyigc01-csar.csar
2022-11-06T06:23:17.930Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-06T06:23:17.930Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfWa7ozkn8ijrefyyigc01-csar.csar
2022-11-06T06:23:17.930Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfWa7ozkn8ijrefyyigc01-csar.csar
2022-11-06T06:23:17.930Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfWa7ozkn8ijrefyyigc01-csar.csar
2022-11-06T06:23:17.930Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfWa7ozkn8ijrefyyigc01-csar.csar
2022-11-06T06:23:17.930Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfWa7ozkn8ijrefyyigc01-csar.csar
2022-11-06T06:23:17.931Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfWa7ozkn8ijrefyyigc01-csar.csar
2022-11-06T06:23:17.931Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 457d6709-b539 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnfWa7ozkn8ijrefyyigc01-csar.csar
2022-11-06T06:23:17.931Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-11-06T06:23:17.931Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T06:23:17.931Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_wa7OZkN8ijrEfYYIGc01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:23:17.931Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||Node template pNF 457d6709-b539 0 is matching search criteria
2022-11-06T06:23:17.931Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-11-06T06:23:17.932Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 457d6709-b539 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-06T06:23:17.932Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T06:23:17.932Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_wa7OZkN8ijrEfYYIGc01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:23:17.932Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||Node template pNF 457d6709-b539 0 is matching search criteria
2022-11-06T06:23:17.932Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-11-06T06:23:17.932Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 457d6709-b539 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-06T06:23:17.932Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T06:23:17.933Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_wa7OZkN8ijrEfYYIGc01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:23:17.933Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T06:23:17.933Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_wa7OZkN8ijrEfYYIGc01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:23:17.933Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T06:23:17.933Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_wa7OZkN8ijrEfYYIGc01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:23:17.933Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T06:23:17.933Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_wa7OZkN8ijrEfYYIGc01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:23:17.933Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T06:23:17.934Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_wa7OZkN8ijrEfYYIGc01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:23:17.934Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_wa7OZkN8ijrEfYYIGc01
Description:catalog service description
Model UUID:33490ca4-8650-48d2-a123-0ca7e330e1b0
Model Version:NULL
Model InvariantUuid:89875bc5-cc9c-40ac-a47b-03929c749bec
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-06T06:23:17.941Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 83557474-0202-4fde-9b99-742cbb7f4828
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-06T06:23:17.944Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||INFO|500||pNF 457d6709-b539 0
2022-11-06T06:23:17.944Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 83557474-0202-4fde-9b99-742cbb7f4828
2022-11-06T06:23:17.944Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 33490ca4-8650-48d2-a123-0ca7e330e1b0
2022-11-06T06:23:17.944Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 33490ca4-8650-48d2-a123-0ca7e330e1b0
2022-11-06T06:23:17.944Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 457d6709-b539 0 83557474-0202-4fde-9b99-742cbb7f4828 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-06T06:23:17.948Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@299408a0, org.onap.sdc.toscaparser.api.parameters.Input@42c880bf, org.onap.sdc.toscaparser.api.parameters.Input@3cdc94bb, org.onap.sdc.toscaparser.api.parameters.Input@7fd3d598, org.onap.sdc.toscaparser.api.parameters.Input@760b03ca]
2022-11-06T06:23:17.948Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T06:23:17.948Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_wa7OZkN8ijrEfYYIGc01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T06:23:17.948Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 33490ca4-8650-48d2-a123-0ca7e330e1b0: pNF 457d6709-b539
2022-11-06T06:23:17.949Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||INFO|500||Processing PNF resource: 83557474-0202-4fde-9b99-742cbb7f4828
2022-11-06T06:23:17.949Z|9dcaac9e-501e-4442-8af9-4de1e73934f2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery