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-18T05:18:56.561Z||main|||||INFO|500||The following profiles are active: basic
2022-11-18T05:19:08.097Z||main|||||INFO|500||Starting service [Tomcat]
2022-11-18T05:19:08.098Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-11-18T05:19:08.215Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-11-18T05:19:12.952Z||main|||||INFO|500||catdb-pool - Starting...
2022-11-18T05:19:13.488Z||main|||||INFO|500||catdb-pool - Start completed.
2022-11-18T05:19:14.060Z||main|||||INFO|500||reqdb-pool - Starting...
2022-11-18T05:19:14.099Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-11-18T05:19:14.349Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-11-18T05:19:14.671Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-11-18T05:19:15.535Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-11-18T05:19:18.224Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-18T05:19:21.064Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-18T05:19:21.138Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-11-18T05:19:21.772Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-18T05:19:22.080Z||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-18T05:19:23.523Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-18T05:19:24.780Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-11-18T05:19:24.804Z||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$$b3d2088f.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-18T05:19:24.805Z||main|||||WARN|500||The sdc end point is not alive
2022-11-18T05:19:28.093Z||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-18T05:19:31.122Z||main|||||WARN|500||---
2022-11-18T05:19:31.123Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-11-18T05:19:31.123Z||main|||||WARN|500||---
2022-11-18T05:19:31.606Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-11-18T05:19:37.193Z||main|||||INFO|500||Started Application in 44.002 seconds (JVM running for 46.417)
2022-11-18T05:19:37.212Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-18T05:19:37.213Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-18T05:19:37.234Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-18T05:19:37.278Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-18T05:19:37.339Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 56697338-88a3-4a55-a4ab-5252c71d06cf url= /sdc/v1/artifactTypes
2022-11-18T05:19:37.340Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-11-18T05:19:37.706Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-11-18T05:19:37.737Z||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-18T05:19:37.789Z||scheduling-1|||||DEBUG|500||create keys
2022-11-18T05:19:37.797Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-11-18T05:19:37.839Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T05:19:37.868Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 5aa086bb-4ca2-43df-85b7-d589314bae80 url= /sdc/v1/registerForDistribution
2022-11-18T05:19:37.963Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 5aa086bb-4ca2-43df-85b7-d589314bae80 url= /sdc/v1/registerForDistribution
2022-11-18T05:19:37.963Z||scheduling-1|||||INFO|500||start DistributionClient
2022-11-18T05:19:37.988Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-11-18T05:19:37.991Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:19:37.990Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:19:38.018Z||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-18T05:19:38.018Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:19:38.018Z||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-18T05:19:38.022Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:19:48.387Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T05:19:48.387Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T05:20:37.971Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:20:37.974Z||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-18T05:20:37.974Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:20:37.978Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:20:37.978Z||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-18T05:20:37.979Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:20:47.564Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T05:20:47.567Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T05:21:37.971Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:21:37.972Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T05:21:37.972Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SqtUncrJ6IPnBsAB) ...
2022-11-18T05:21:37.978Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:21:37.978Z||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-18T05:21:37.978Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:21:47.569Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T05:21:47.569Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T05:22:37.971Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:22:37.972Z||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-18T05:22:37.972Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:22:37.978Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:22:37.978Z||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-18T05:22:37.978Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:22:47.564Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T05:22:47.564Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T05:23:37.971Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:23:37.972Z||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-18T05:23:37.972Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:23:37.978Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:23:37.978Z||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-18T05:23:37.979Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:23:47.532Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T05:23:47.572Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T05:24:37.971Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:24:37.972Z||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-18T05:24:37.972Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:24:37.978Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:24:37.979Z||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-18T05:24:37.979Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:24:47.519Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T05:24:47.520Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T05:25:37.971Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:25:37.972Z||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-18T05:25:37.972Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:25:37.978Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:25:37.978Z||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-18T05:25:37.978Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:25:47.529Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T05:25:47.538Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T05:26:37.971Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:26:37.972Z||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-18T05:26:37.972Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:26:37.978Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:26:37.979Z||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-18T05:26:37.979Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:26:47.546Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T05:26:47.555Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T05:27:37.971Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:27:37.972Z||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-18T05:27:37.972Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:27:37.978Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:27:37.979Z||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-18T05:27:37.979Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:27:47.540Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T05:27:47.553Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T05:28:37.971Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:28:37.972Z||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-18T05:28:37.972Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:28:37.978Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:28:37.979Z||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-18T05:28:37.979Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:28:47.528Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T05:28:47.532Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T05:29:06.185Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-11-18T05:29:37.971Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:29:37.972Z||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-18T05:29:37.972Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:29:37.978Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:29:37.978Z||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-18T05:29:37.979Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:29:47.525Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T05:29:47.526Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T05:30:37.971Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:30:37.972Z||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-18T05:30:37.972Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:30:37.978Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:30:37.978Z||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-18T05:30:37.978Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:30:47.533Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T05:30:47.538Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T05:31:37.971Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:31:37.972Z||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-18T05:31:37.972Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:31:37.978Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:31:37.978Z||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-18T05:31:37.978Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:31:47.547Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T05:31:47.552Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T05:32:37.971Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:32:37.972Z||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-18T05:32:37.972Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:32:37.978Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:32:37.979Z||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-18T05:32:37.979Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:32:47.517Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T05:32:47.522Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T05:33:37.971Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:33:37.973Z||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-18T05:33:37.973Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:33:37.978Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:33:37.979Z||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-18T05:33:37.979Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:33:47.543Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T05:33:47.548Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T05:34:37.971Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:34:37.974Z||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-18T05:34:37.974Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:34:37.978Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:34:37.978Z||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-18T05:34:37.979Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:34:47.552Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T05:34:47.557Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T05:35:37.971Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:35:37.972Z||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-18T05:35:37.972Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:35:37.978Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:35:37.978Z||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-18T05:35:37.978Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:35:47.527Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T05:35:47.531Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T05:36:37.971Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:36:37.972Z||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-18T05:36:37.972Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:36:37.978Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:36:37.978Z||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-18T05:36:37.979Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:36:47.536Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T05:36:47.546Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T05:37:37.971Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:37:37.972Z||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-18T05:37:37.972Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:37:37.978Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:37:37.979Z||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-18T05:37:37.979Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:37:47.544Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T05:37:47.544Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T05:38:37.971Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:38:37.972Z||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-18T05:38:37.972Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:38:37.977Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:38:37.978Z||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-18T05:38:37.978Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:38:47.532Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T05:38:47.546Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T05:39:37.975Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:39:37.976Z||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-18T05:39:37.976Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:39:37.978Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:39:37.978Z||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-18T05:39:37.978Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:39:47.524Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T05:39:47.526Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T05:40:37.971Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:40:37.972Z||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-18T05:40:37.972Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:40:37.978Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:40:37.979Z||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-18T05:40:37.979Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:40:47.522Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T05:40:47.539Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T05:41:37.971Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:41:37.972Z||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-18T05:41:37.972Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:41:37.978Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:41:37.978Z||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-18T05:41:37.978Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:41:47.527Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T05:41:47.535Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T05:42:37.971Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:42:37.972Z||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-18T05:42:37.972Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:42:37.978Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:42:37.978Z||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-18T05:42:37.978Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:42:47.533Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T05:42:47.566Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T05:43:37.971Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:43:37.972Z||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-18T05:43:37.972Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:43:37.977Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:43:37.978Z||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-18T05:43:37.978Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:43:47.533Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T05:43:47.597Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T05:44:37.971Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:44:37.972Z||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-18T05:44:37.972Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:44:37.978Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:44:37.978Z||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-18T05:44:37.978Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:44:47.521Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T05:44:47.527Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T05:45:37.971Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:45:37.972Z||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-18T05:45:37.972Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:45:37.978Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:45:37.978Z||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-18T05:45:37.978Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:45:47.526Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T05:45:47.527Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T05:46:37.971Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:46:37.972Z||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-18T05:46:37.972Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:46:37.978Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:46:37.978Z||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-18T05:46:37.978Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:46:47.522Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T05:46:47.524Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T05:47:37.971Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:47:37.972Z||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-18T05:47:37.973Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:47:37.978Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:47:37.978Z||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-18T05:47:37.978Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:47:47.523Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T05:47:47.540Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T05:48:37.971Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:48:37.972Z||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-18T05:48:37.973Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:48:37.978Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:48:37.978Z||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-18T05:48:37.978Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:48:47.529Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T05:48:47.532Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T05:49:37.971Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:49:37.973Z||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-18T05:49:37.973Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:49:37.978Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:49:37.978Z||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-18T05:49:37.978Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:49:47.542Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T05:49:47.573Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T05:50:37.971Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:50:37.972Z||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-18T05:50:37.972Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:50:37.978Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:50:37.978Z||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-18T05:50:37.979Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:50:47.525Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T05:50:47.527Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T05:51:37.971Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:51:37.972Z||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-18T05:51:37.972Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:51:37.978Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:51:37.979Z||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-18T05:51:37.979Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:51:47.517Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T05:51:47.526Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T05:52:37.971Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:52:37.972Z||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-18T05:52:37.972Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:52:37.978Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:52:37.978Z||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-18T05:52:37.978Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:52:47.516Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T05:52:47.517Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T05:53:37.971Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:53:37.972Z||pool-2-thread-10|||||WARN|500||GET http://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-18T05:53:37.972Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SqtUncrJ6IPnBsAB) ...
2022-11-18T05:53:37.978Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:53:37.978Z||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-18T05:53:37.979Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:53:47.519Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T05:53:47.520Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T05:54:37.971Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:54:37.972Z||pool-2-thread-10|||||WARN|500||GET http://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-18T05:54:37.972Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SqtUncrJ6IPnBsAB) ...
2022-11-18T05:54:37.978Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:54:37.978Z||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-18T05:54:37.979Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:54:47.533Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T05:54:47.535Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T05:55:37.971Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:55:37.972Z||pool-2-thread-10|||||WARN|500||GET http://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-18T05:55:37.972Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SqtUncrJ6IPnBsAB) ...
2022-11-18T05:55:37.978Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:55:37.978Z||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-18T05:55:37.979Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:55:47.520Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T05:55:47.550Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T05:56:37.971Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:56:37.972Z||pool-2-thread-10|||||WARN|500||GET http://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-18T05:56:37.972Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SqtUncrJ6IPnBsAB) ...
2022-11-18T05:56:37.978Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:56:37.979Z||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-18T05:56:37.979Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:56:47.562Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T05:56:47.564Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T05:57:37.971Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:57:37.972Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T05:57:37.972Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SqtUncrJ6IPnBsAB) ...
2022-11-18T05:57:37.978Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:57:37.978Z||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-18T05:57:37.978Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:57:47.521Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T05:57:47.524Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T05:58:37.971Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:58:37.972Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T05:58:37.972Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SqtUncrJ6IPnBsAB) ...
2022-11-18T05:58:37.978Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:58:37.978Z||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-18T05:58:37.978Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:58:47.522Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T05:58:47.538Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T05:59:37.971Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:59:37.972Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T05:59:37.972Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SqtUncrJ6IPnBsAB) ...
2022-11-18T05:59:37.978Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T05:59:37.978Z||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-18T05:59:37.978Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T05:59:47.532Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T05:59:47.535Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T06:00:37.971Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:00:37.972Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T06:00:37.973Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:00:37.978Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:00:37.978Z||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-18T06:00:37.978Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:00:47.525Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T06:00:47.545Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T06:01:37.971Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:01:37.972Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T06:01:37.972Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:01:37.978Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:01:37.978Z||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-18T06:01:37.978Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:01:47.526Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T06:01:47.531Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T06:02:37.971Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:02:37.972Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T06:02:37.972Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:02:37.978Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:02:37.978Z||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-18T06:02:37.978Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:02:47.521Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T06:02:47.522Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T06:03:37.971Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:03:37.972Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T06:03:37.972Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:03:37.978Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:03:37.978Z||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-18T06:03:37.978Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:03:47.551Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T06:03:47.554Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T06:04:37.971Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:04:37.973Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T06:04:37.974Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:04:37.978Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:04:37.979Z||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-18T06:04:37.979Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:04:47.553Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T06:04:47.555Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T06:05:37.971Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:05:37.973Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T06:05:37.973Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:05:37.978Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:05:37.978Z||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-18T06:05:37.978Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:05:47.538Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T06:05:47.553Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T06:06:37.971Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:06:37.972Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T06:06:37.972Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:06:37.978Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:06:37.978Z||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-18T06:06:37.978Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:06:38.230Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T06:06:38.234Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-18T06:06:38.234Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
"consumerID": "cds",
"timestamp": 1668751581206,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T06:06:38.271Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-18T06:06:38.271Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-18T06:06:38.272Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
"consumerID": "ves-openapi-manager",
"timestamp": 1668751585005,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T06:06:38.272Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-18T06:06:38.272Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-18T06:06:38.272Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
"consumerID": "aai-ml",
"timestamp": 1668751587713,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T06:06:38.273Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-18T06:06:38.273Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-18T06:06:38.273Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
"consumerID": "cds",
"timestamp": 1668751581206,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/vfwe49d5bc91fd50_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-18T06:06:38.273Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-18T06:06:38.273Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-18T06:06:38.273Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
"consumerID": "ves-openapi-manager",
"timestamp": 1668751585005,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/vfwe49d5bc91fd50_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-18T06:06:38.274Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-18T06:06:38.274Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-18T06:06:38.274Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
"consumerID": "aai-ml",
"timestamp": 1668751587713,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/vfwe49d5bc91fd50_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-18T06:06:38.274Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-18T06:06:38.275Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-18T06:06:38.275Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
"consumerID": "cds",
"timestamp": 1668751581206,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-18T06:06:38.275Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-18T06:06:38.275Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-18T06:06:38.275Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
"consumerID": "ves-openapi-manager",
"timestamp": 1668751585005,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-18T06:06:38.276Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-18T06:06:38.276Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-18T06:06:38.276Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
"consumerID": "aai-ml",
"timestamp": 1668751587713,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-18T06:06:38.276Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-18T06:06:38.276Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-18T06:06:38.277Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
"consumerID": "cds",
"timestamp": 1668751581206,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T06:06:38.277Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-18T06:06:38.277Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-18T06:06:38.277Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
"consumerID": "ves-openapi-manager",
"timestamp": 1668751585005,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T06:06:38.277Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-18T06:06:38.278Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-18T06:06:38.278Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
"consumerID": "aai-ml",
"timestamp": 1668751587713,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T06:06:38.278Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-18T06:06:38.278Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-18T06:06:38.278Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
"consumerID": "cds",
"timestamp": 1668751581206,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-18T06:06:38.279Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-18T06:06:38.279Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-18T06:06:38.279Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
"consumerID": "ves-openapi-manager",
"timestamp": 1668751585005,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-18T06:06:38.279Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-18T06:06:38.279Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-18T06:06:38.280Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
"consumerID": "aai-ml",
"timestamp": 1668751587713,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-18T06:06:38.280Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-18T06:06:38.280Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-18T06:06:38.280Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
"consumerID": "cds",
"timestamp": 1668751581206,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/artifacts/service-Vfw20221118060531-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-18T06:06:38.281Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-18T06:06:38.282Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-18T06:06:38.282Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
"consumerID": "ves-openapi-manager",
"timestamp": 1668751585005,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/artifacts/service-Vfw20221118060531-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-18T06:06:38.282Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-18T06:06:38.282Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-18T06:06:38.282Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668751592943,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T06:06:38.283Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-18T06:06:38.283Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-18T06:06:38.283Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
"consumerID": "aai-ml",
"timestamp": 1668751587713,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/artifacts/service-Vfw20221118060531-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-18T06:06:38.283Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-18T06:06:38.283Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-18T06:06:38.284Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
"consumerID": "cds",
"timestamp": 1668751581206,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/artifacts/service-Vfw20221118060531-csar.csar",
"status": "NOTIFIED"
}
2022-11-18T06:06:38.284Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-18T06:06:38.284Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-18T06:06:38.284Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
"consumerID": "ves-openapi-manager",
"timestamp": 1668751585005,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/artifacts/service-Vfw20221118060531-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-18T06:06:38.284Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-18T06:06:38.285Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-18T06:06:38.285Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668751592943,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/vfwe49d5bc91fd50_modules.json",
"status": "NOTIFIED"
}
2022-11-18T06:06:38.285Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-18T06:06:38.285Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-18T06:06:38.285Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
"consumerID": "aai-ml",
"timestamp": 1668751587713,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/artifacts/service-Vfw20221118060531-csar.csar",
"status": "NOTIFIED"
}
2022-11-18T06:06:38.286Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-18T06:06:38.286Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-18T06:06:38.286Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668751592943,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-18T06:06:38.286Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-18T06:06:38.287Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-18T06:06:38.287Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
"consumerID": "cds",
"timestamp": 1668751596494,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/artifacts/service-Vfw20221118060531-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-18T06:06:38.287Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:06:38.287Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-18T06:06:38.288Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
"consumerID": "aai-ml",
"timestamp": 1668751595611,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/artifacts/service-Vfw20221118060531-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-18T06:06:38.288Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:06:38.601Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T06:06:38.603Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:06:38.603Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"99840869-29bb-4c23-a1f0-71ed82b73566","serviceName":"vFW 2022-11-18 06-05-31","serviceVersion":"1.0","serviceUUID":"da03b14c-c88a-4ce0-a01f-f37ee4046ed0","serviceDescription":"catalog service description","serviceInvariantUUID":"6d29179c-beb1-49a3-9e00-67abb277c4d9","resources":[{"resourceInstanceName":"vFW e49d5bc9-1fd5 0","resourceName":"vFW e49d5bc9-1fd5","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"335c2998-f4db-4970-ba8f-f8c033857e51","resourceInvariantUUID":"110dca48-d1e8-4b25-a8ff-1392fcf9fdd7","resourceCustomizationUUID":"f6adc929-3431-4d51-ac46-b5cb94811e2c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/vf-license-model.xml","artifactChecksum":"ZjRmYWM2N2Y3Yjc2MmE1NWY0ZGM2NmE2MDdiYWY1N2I\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"767144dd-be80-4f17-a35a-f8ad1355ee5d","artifactVersion":"1"},{"artifactName":"vfwe49d5bc91fd50_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/vfwe49d5bc91fd50_modules.json","artifactChecksum":"OGY5NjA1MzI2NmQ4OTI1ZjM3YjU5ZTA3NWI3YmI4MzE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"43ba86e7-86ff-4835-8050-6267006621b4","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4226b7e6-95f7-4c7e-a746-13712ae96c5a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/vendor-license-model.xml","artifactChecksum":"NDVjYzdmMWFmNTU1YjBkMTg3NzNkMjA3YzNlN2U3MWI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"00e8ed8c-da77-496a-8f78-faee795e4764","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7c7e4570-4d08-49c3-bab7-229648984424","artifactVersion":"2","generatedFromUUID":"4226b7e6-95f7-4c7e-a746-13712ae96c5a"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221118060531-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221118060531/1.0/artifacts/service-Vfw20221118060531-template.yml","artifactChecksum":"Yzc3YWFjYmY3ZjUyNTA2MDE5NDFkNmEyZjNlZjdkMmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"701f3852-51f4-4832-89e5-dba12af5c0c6","artifactVersion":"1"},{"artifactName":"service-Vfw20221118060531-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221118060531/1.0/artifacts/service-Vfw20221118060531-csar.csar","artifactChecksum":"MDM1NTc3YzAyMzc3ZTgzZmI3NzI0MTU3Njg3ZWI2YWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9fa18d50-d417-4f25-b7f4-526bea8ef457","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-18T06:06:38.613Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T06:06:38.620Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:06:38.632Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:06:38.633Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668751597971,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T06:06:38.733Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-11-18T06:06:38.738Z||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-18T06:06:38.739Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:06:38.755Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T06:06:38.756Z||pool-3-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:06:39.641Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T06:06:39.642Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:06:39.644Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:06:39.644Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668751597971,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/vfwe49d5bc91fd50_modules.json",
"status": "NOTIFIED"
}
2022-11-18T06:06:39.744Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:06:39.746Z||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-18T06:06:39.746Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:06:39.769Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T06:06:39.769Z||pool-4-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-11-18T06:06:40.645Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T06:06:40.646Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:06:40.648Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:06:40.648Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668751597971,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-18T06:06:40.748Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:06:40.750Z||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-18T06:06:40.750Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:06:40.771Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T06:06:40.772Z||pool-5-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:06:41.649Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T06:06:41.651Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:06:41.655Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:06:41.655Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668751597971,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T06:06:41.755Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:06:41.756Z||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-18T06:06:41.757Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:06:41.767Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T06:06:41.768Z||pool-6-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:06:42.656Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T06:06:42.657Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:06:42.660Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:06:42.660Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668751597971,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-18T06:06:42.761Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:06:42.763Z||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-18T06:06:42.763Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:06:42.775Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T06:06:42.775Z||pool-7-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-18T06:06:43.661Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T06:06:43.662Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:06:43.664Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:06:43.664Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668751597971,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/artifacts/service-Vfw20221118060531-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-18T06:06:43.765Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-18T06:06:43.766Z||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-18T06:06:43.766Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:06:43.779Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T06:06:43.780Z||pool-8-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:06:44.666Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T06:06:44.667Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:06:44.670Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:06:44.670Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668751597971,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/artifacts/service-Vfw20221118060531-csar.csar",
"status": "NOTIFIED"
}
2022-11-18T06:06:44.770Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:06:44.771Z||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-18T06:06:44.771Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:06:44.783Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T06:06:44.784Z||pool-9-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-18T06:06:45.673Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
"serviceName": "vFW 2022-11-18 06-05-31",
"serviceVersion": "1.0",
"serviceUUID": "da03b14c-c88a-4ce0-a01f-f37ee4046ed0",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "6d29179c-beb1-49a3-9e00-67abb277c4d9",
"resources": [
{
"resourceInstanceName": "vFW e49d5bc9-1fd5 0",
"resourceCustomizationUUID": "f6adc929-3431-4d51-ac46-b5cb94811e2c",
"resourceName": "vFW e49d5bc9-1fd5",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "335c2998-f4db-4970-ba8f-f8c033857e51",
"resourceInvariantUUID": "110dca48-d1e8-4b25-a8ff-1392fcf9fdd7",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwe49d5bc91fd50_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/vfwe49d5bc91fd50_modules.json",
"artifactChecksum": "OGY5NjA1MzI2NmQ4OTI1ZjM3YjU5ZTA3NWI3YmI4MzE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "43ba86e7-86ff-4835-8050-6267006621b4",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "4226b7e6-95f7-4c7e-a746-13712ae96c5a",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "7c7e4570-4d08-49c3-bab7-229648984424",
"generatedFromUUID": "4226b7e6-95f7-4c7e-a746-13712ae96c5a"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "7c7e4570-4d08-49c3-bab7-229648984424",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20221118060531-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/artifacts/service-Vfw20221118060531-csar.csar",
"artifactChecksum": "MDM1NTc3YzAyMzc3ZTgzZmI3NzI0MTU3Njg3ZWI2YWU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "9fa18d50-d417-4f25-b7f4-526bea8ef457"
}
],
"workloadContext": "Production"
}
2022-11-18T06:06:45.675Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-18T06:06:45.675Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 da03b14c-c88a-4ce0-a01f-f37ee4046ed0 ASDC
2022-11-18T06:06:45.792Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:99840869-29bb-4c23-a1f0-71ed82b73566
ServiceName:vFW 2022-11-18 06-05-31
ServiceVersion:1.0
ServiceUUID:da03b14c-c88a-4ce0-a01f-f37ee4046ed0
ServiceInvariantUUID:6d29179c-beb1-49a3-9e00-67abb277c4d9
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221118060531-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221118060531/1.0/artifacts/service-Vfw20221118060531-csar.csar
ArtifactUUID:9fa18d50-d417-4f25-b7f4-526bea8ef457
ArtifactChecksum:MDM1NTc3YzAyMzc3ZTgzZmI3NzI0MTU3Njg3ZWI2YWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW e49d5bc9-1fd5 0
ResourceCustomizationUUID:f6adc929-3431-4d51-ac46-b5cb94811e2c
ResourceInvariantUUID:110dca48-d1e8-4b25-a8ff-1392fcf9fdd7
ResourceName:vFW e49d5bc9-1fd5
ResourceType:VF
ResourceUUID:335c2998-f4db-4970-ba8f-f8c033857e51
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwe49d5bc91fd50_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/vfwe49d5bc91fd50_modules.json
ArtifactUUID:43ba86e7-86ff-4835-8050-6267006621b4
ArtifactChecksum:OGY5NjA1MzI2NmQ4OTI1ZjM3YjU5ZTA3NWI3YmI4MzE=
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/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/base_vfw.yaml
ArtifactUUID:4226b7e6-95f7-4c7e-a746-13712ae96c5a
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/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/base_vfw.env
ArtifactUUID:7c7e4570-4d08-49c3-bab7-229648984424
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/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/base_vfw.env
ArtifactUUID:7c7e4570-4d08-49c3-bab7-229648984424
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-11-18T06:06:45.792Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF da03b14c-c88a-4ce0-a01f-f37ee4046ed0 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-18T06:06:46.066Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-18T06:06:46.067Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-18T06:06:46.068Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-18T06:06:46.069Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 9fa18d50-d417-4f25-b7f4-526bea8ef457 from URL: /sdc/v1/catalog/services/Vfw20221118060531/1.0/artifacts/service-Vfw20221118060531-csar.csar
2022-11-18T06:06:46.069Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-18T06:06:46.070Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221118060531/1.0/artifacts/service-Vfw20221118060531-csar.csar
2022-11-18T06:06:46.188Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-18T06:06:46.207Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221118060531/1.0/artifacts/service-Vfw20221118060531-csar.csar 9fa18d50-d417-4f25-b7f4-526bea8ef457 100686
2022-11-18T06:06:46.209Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221118060531/1.0/artifacts/service-Vfw20221118060531-csar.csar ASDC sendASDCNotification
2022-11-18T06:06:46.209Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221118060531/1.0/artifacts/service-Vfw20221118060531-csar.csar
2022-11-18T06:06:46.210Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-18T06:06:46.211Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:06:46.213Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:06:46.213Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668751606207,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/artifacts/service-Vfw20221118060531-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-18T06:06:46.313Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:06:46.314Z||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-18T06:06:46.315Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:06:46.333Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T06:06:46.334Z||pool-10-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:06:47.214Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-18T06:06:47.215Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-18T06:06:47.215Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 9fa18d50-d417-4f25-b7f4-526bea8ef457, URL: /sdc/v1/catalog/services/Vfw20221118060531/1.0/artifacts/service-Vfw20221118060531-csar.csar to file: /app/ASDC/1/service-Vfw20221118060531-csar.csar
2022-11-18T06:06:47.216Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221118060531-csar.csar
2022-11-18T06:06:47.303Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221118060531-csar.csar
2022-11-18T06:06:47.304Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221118060531-csar.csar
2022-11-18T06:06:48.036Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9233303741138604343/Definitions/service-Vfw20221118060531-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_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_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2022-11-18T06:06:50.748Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-18T06:06:50.753Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-11-18T06:06:50.754Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221118060531-csar.csar
2022-11-18T06:06:50.754Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-11-18T06:06:50.754Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221118060531-csar.csar
2022-11-18T06:06:50.754Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||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-Vfw20221118060531-csar.csar
2022-11-18T06:06:50.755Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||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-Vfw20221118060531-csar.csar
2022-11-18T06:06:50.755Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221118060531-csar.csar
2022-11-18T06:06:50.755Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221118060531-csar.csar
2022-11-18T06:06:50.755Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221118060531-csar.csar
2022-11-18T06:06:50.755Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||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-Vfw20221118060531-csar.csar
2022-11-18T06:06:50.756Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221118060531-csar.csar
2022-11-18T06:06:50.756Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221118060531-csar.csar
2022-11-18T06:06:50.756Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221118060531-csar.csar
2022-11-18T06:06:50.756Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW e49d5bc9-1fd5 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-Vfw20221118060531-csar.csar
2022-11-18T06:06:50.756Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-11-18T06:06:50.763Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T06:06:50.764Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-11-18 06-05-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:06:50.768Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vFW e49d5bc9-1fd5 0 is matching search criteria
2022-11-18T06:06:50.769Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-11-18T06:06:50.770Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW e49d5bc9-1fd5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-18T06:06:50.772Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T06:06:50.772Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-11-18 06-05-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:06:50.773Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vFW e49d5bc9-1fd5 0 is matching search criteria
2022-11-18T06:06:50.773Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-11-18T06:06:50.773Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW e49d5bc9-1fd5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-18T06:06:50.773Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T06:06:50.774Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-11-18 06-05-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:06:50.777Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T06:06:50.777Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vFW e49d5bc9-1fd5 0 is not matching search criteria
2022-11-18T06:06:50.778Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-18T06:06:50.778Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-18T06:06:50.778Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-18T06:06:50.778Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-18T06:06:50.779Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-18T06:06:50.779Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-18T06:06:50.779Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-18T06:06:50.779Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-18T06:06:50.779Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-18T06:06:50.780Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-18T06:06:50.780Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-18T06:06:50.780Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-18T06:06:50.781Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-18T06:06:50.781Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-18T06:06:50.781Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-18T06:06:50.781Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-18T06:06:50.781Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T06:06:50.782Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-11-18 06-05-31 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-18T06:06:50.783Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T06:06:50.784Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vFW e49d5bc9-1fd5 0 is matching search criteria
2022-11-18T06:06:50.784Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW e49d5bc9-1fd5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T06:06:50.785Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T06:06:50.785Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vFW e49d5bc9-1fd5 0 is matching search criteria
2022-11-18T06:06:50.785Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW e49d5bc9-1fd5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T06:06:50.785Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T06:06:50.786Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vFW e49d5bc9-1fd5 0 is matching search criteria
2022-11-18T06:06:50.786Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW e49d5bc9-1fd5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T06:06:50.786Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T06:06:50.786Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vFW e49d5bc9-1fd5 0 is not matching search criteria
2022-11-18T06:06:50.787Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-18T06:06:50.787Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-18T06:06:50.787Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-18T06:06:50.787Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-18T06:06:50.788Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-18T06:06:50.788Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-18T06:06:50.788Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-18T06:06:50.788Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-18T06:06:50.789Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-18T06:06:50.789Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-18T06:06:50.789Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-18T06:06:50.789Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=215ebd01-2a6d-4607-abec-a674efaf0df8
2022-11-18T06:06:50.790Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T06:06:50.790Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vFW e49d5bc9-1fd5 0 is not matching search criteria
2022-11-18T06:06:50.790Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-18T06:06:50.790Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-18T06:06:50.790Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-18T06:06:50.791Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-18T06:06:50.791Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-18T06:06:50.791Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-18T06:06:50.791Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-18T06:06:50.791Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-18T06:06:50.792Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-18T06:06:50.792Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-18T06:06:50.792Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-18T06:06:50.792Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-18T06:06:50.792Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ab4123fc-3a89-4809-997d-a965c95d35ca
2022-11-18T06:06:50.793Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T06:06:50.793Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vFW e49d5bc9-1fd5 0 is not matching search criteria
2022-11-18T06:06:50.793Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-18T06:06:50.793Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-18T06:06:50.793Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-18T06:06:50.793Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-18T06:06:50.794Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-18T06:06:50.794Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-18T06:06:50.794Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-18T06:06:50.794Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-18T06:06:50.794Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-18T06:06:50.794Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-18T06:06:50.795Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-18T06:06:50.795Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-18T06:06:50.795Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=2d26d547-4522-4445-aa45-c81a7a9577cf
2022-11-18T06:06:50.795Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T06:06:50.795Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-11-18 06-05-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:06:50.795Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T06:06:50.796Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-11-18 06-05-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:06:50.796Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T06:06:50.796Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-11-18 06-05-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:06:50.796Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T06:06:50.796Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-11-18 06-05-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:06:50.797Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-11-18 06-05-31
Description:catalog service description
Model UUID:da03b14c-c88a-4ce0-a01f-f37ee4046ed0
Model Version:NULL
Model InvariantUuid:6d29179c-beb1-49a3-9e00-67abb277c4d9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW e49d5bc9-1fd5
Model UUID:95d43166-5c16-46c3-a01c-aa14c76c7861
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:110dca48-d1e8-4b25-a8ff-1392fcf9fdd7
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:f6adc929-3431-4d51-ac46-b5cb94811e2c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:275fa46a-cc9f-4af8-acc5-5d716e28e58e
ModelName:VfwE49d5bc91fd5..base_vfw..module-0
ModelUuid:473b353a-723b-4cb5-acb6-16d54123ba47
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:215ebd01-2a6d-4607-abec-a674efaf0df8
ModelInvariantUuid:2d02abb8-22ac-481a-9d11-94d4d70d2b4b
ModelName:vFW e49d5bc9-1fd5-nodes.vfwCvfc
ModelUuid:1e09deda-d568-4866-84e4-e889e47f7e1f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:b6dd8c21-5a5d-4f92-8314-5288958b2035
ModelInvariantUuid:46c6fd7c-f733-47e0-b3ed-3e6ef38bf1d4
ModelName:VfwE49d5bc91fd5.compute.nodes.heat.vfw
ModelUuid:3d483eed-3bca-4080-90a7-171df237aac7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:ab4123fc-3a89-4809-997d-a965c95d35ca
ModelInvariantUuid:6148a1a7-31f3-4b88-b99f-179aad5b8b86
ModelName:vFW e49d5bc9-1fd5-nodes.vsnCvfc
ModelUuid:96d9c3af-bccd-4a55-bd4e-176ac052838e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:0cf6b018-e1ee-41fd-8909-175e38fd2514
ModelInvariantUuid:10ad5279-c598-4cec-96ff-c872de991683
ModelName:VfwE49d5bc91fd5.compute.nodes.heat.vsn
ModelUuid:3b922fd6-f381-4aec-9f25-dbb5b4f1d09a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:2d26d547-4522-4445-aa45-c81a7a9577cf
ModelInvariantUuid:27e84a92-e4d5-46d9-bf47-2d478f50a2e4
ModelName:vFW e49d5bc9-1fd5-nodes.vpgCvfc
ModelUuid:bd72dc4f-1a9f-428b-946f-03d5b056386f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:115e45c8-de2e-47c3-a11d-596b96114624
ModelInvariantUuid:f1cc706e-a922-43cf-a14a-32c5d0f0ac37
ModelName:VfwE49d5bc91fd5.compute.nodes.heat.vpg
ModelUuid:105ff4bc-0e16-4c21-982a-c92882cf4850
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-18T06:06:50.822Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 335c2998-f4db-4970-ba8f-f8c033857e51
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-18T06:06:50.910Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||vFW e49d5bc9-1fd5 0
2022-11-18T06:06:50.918Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 335c2998-f4db-4970-ba8f-f8c033857e51
2022-11-18T06:06:50.918Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 43ba86e7-86ff-4835-8050-6267006621b4 from URL: /sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/vfwe49d5bc91fd50_modules.json
2022-11-18T06:06:50.918Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-18T06:06:50.918Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/vfwe49d5bc91fd50_modules.json
2022-11-18T06:06:51.037Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-18T06:06:51.038Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/vfwe49d5bc91fd50_modules.json 43ba86e7-86ff-4835-8050-6267006621b4 785
2022-11-18T06:06:51.038Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/vfwe49d5bc91fd50_modules.json ASDC sendASDCNotification
2022-11-18T06:06:51.039Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/vfwe49d5bc91fd50_modules.json
2022-11-18T06:06:51.039Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-18T06:06:51.039Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:06:51.042Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:06:51.042Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668751611038,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/vfwe49d5bc91fd50_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-18T06:06:51.144Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-11-18T06:06:51.145Z||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-18T06:06:51.145Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:06:51.158Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T06:06:51.159Z||pool-11-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:06:52.044Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwE49d5bc91fd5..base_vfw..module-0",
"vfModuleModelInvariantUUID": "275fa46a-cc9f-4af8-acc5-5d716e28e58e",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "473b353a-723b-4cb5-acb6-16d54123ba47",
"vfModuleModelCustomizationUUID": "9eb38cb9-4217-4810-a277-258160940559",
"isBase": true,
"artifacts": [
"4226b7e6-95f7-4c7e-a746-13712ae96c5a",
"7c7e4570-4d08-49c3-bab7-229648984424"
],
"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-18T06:06:52.059Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwE49d5bc91fd5..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:473b353a-723b-4cb5-acb6-16d54123ba47
VfModuleModelInvariantUUID:275fa46a-cc9f-4af8-acc5-5d716e28e58e
VfModuleModelDescription:NULL
Artifacts UUID List:{
4226b7e6-95f7-4c7e-a746-13712ae96c5a
,
7c7e4570-4d08-49c3-bab7-229648984424
}
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-18T06:06:52.062Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwE49d5bc91fd5..base_vfw..module-0",
"vfModuleModelInvariantUUID": "275fa46a-cc9f-4af8-acc5-5d716e28e58e",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "473b353a-723b-4cb5-acb6-16d54123ba47",
"vfModuleModelCustomizationUUID": "9eb38cb9-4217-4810-a277-258160940559",
"isBase": true,
"artifacts": [
"4226b7e6-95f7-4c7e-a746-13712ae96c5a",
"7c7e4570-4d08-49c3-bab7-229648984424"
],
"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-18T06:06:52.062Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwE49d5bc91fd5..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:473b353a-723b-4cb5-acb6-16d54123ba47
VfModuleModelInvariantUUID:275fa46a-cc9f-4af8-acc5-5d716e28e58e
VfModuleModelDescription:NULL
Artifacts UUID List:{
4226b7e6-95f7-4c7e-a746-13712ae96c5a
,
7c7e4570-4d08-49c3-bab7-229648984424
}
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-18T06:06:52.062Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 4226b7e6-95f7-4c7e-a746-13712ae96c5a from URL: /sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/base_vfw.yaml
2022-11-18T06:06:52.063Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-18T06:06:52.063Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/base_vfw.yaml
2022-11-18T06:06:52.180Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-18T06:06:52.181Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/base_vfw.yaml 4226b7e6-95f7-4c7e-a746-13712ae96c5a 20368
2022-11-18T06:06:52.181Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-18T06:06:52.181Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/base_vfw.yaml
2022-11-18T06:06:52.181Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-18T06:06:52.182Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:06:52.184Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:06:52.184Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668751612181,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-18T06:06:52.284Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:06:52.286Z||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-18T06:06:52.286Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:06:52.298Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T06:06:52.298Z||pool-12-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:06:53.185Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 7c7e4570-4d08-49c3-bab7-229648984424 from URL: /sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/base_vfw.env
2022-11-18T06:06:53.185Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-18T06:06:53.186Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/base_vfw.env
2022-11-18T06:06:53.252Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-18T06:06:53.253Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/base_vfw.env 7c7e4570-4d08-49c3-bab7-229648984424 2098
2022-11-18T06:06:53.253Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-18T06:06:53.253Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/base_vfw.env
2022-11-18T06:06:53.253Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-18T06:06:53.254Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:06:53.257Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:06:53.257Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668751613253,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-18T06:06:53.357Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:06:53.358Z||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-18T06:06:53.359Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:06:53.369Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T06:06:53.370Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:06:54.258Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: da03b14c-c88a-4ce0-a01f-f37ee4046ed0
2022-11-18T06:06:54.258Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW e49d5bc9-1fd5 0 335c2998-f4db-4970-ba8f-f8c033857e51 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-18T06:06:54.300Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4388a42f, org.onap.sdc.toscaparser.api.parameters.Input@275b6c74, org.onap.sdc.toscaparser.api.parameters.Input@3338c2ca, org.onap.sdc.toscaparser.api.parameters.Input@17ea3a79, org.onap.sdc.toscaparser.api.parameters.Input@11454d77]
2022-11-18T06:06:54.304Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T06:06:54.304Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-11-18 06-05-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:06:54.305Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic
2022-11-18T06:06:54.305Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= f6adc929-3431-4d51-ac46-b5cb94811e2c
2022-11-18T06:06:54.305Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f6adc929-3431-4d51-ac46-b5cb94811e2c matches Tosca VF Customization UUID: f6adc929-3431-4d51-ac46-b5cb94811e2c
2022-11-18T06:06:54.305Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: f6adc929-3431-4d51-ac46-b5cb94811e2c 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-18T06:06:54.312Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T06:06:54.312Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-11-18 06-05-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:06:54.313Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id f6adc929-3431-4d51-ac46-b5cb94811e2c: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-18T06:06:54.314Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4564ae99
2022-11-18T06:06:54.314Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T06:06:54.314Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-11-18 06-05-31 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-18T06:06:54.315Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9eb38cb9-4217-4810-a277-258160940559
2022-11-18T06:06:54.316Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9eb38cb9-4217-4810-a277-258160940559
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-18T06:06:54.324Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T06:06:54.325Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vFW e49d5bc9-1fd5 0 is matching search criteria
2022-11-18T06:06:54.325Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW e49d5bc9-1fd5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T06:06:54.326Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T06:06:54.326Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vFW e49d5bc9-1fd5 0 is matching search criteria
2022-11-18T06:06:54.326Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW e49d5bc9-1fd5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T06:06:54.326Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T06:06:54.327Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vFW e49d5bc9-1fd5 0 is not matching search criteria
2022-11-18T06:06:54.327Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-18T06:06:54.327Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-18T06:06:54.327Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-18T06:06:54.328Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-18T06:06:54.328Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-18T06:06:54.328Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-18T06:06:54.328Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-18T06:06:54.330Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-18T06:06:54.330Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-18T06:06:54.330Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-18T06:06:54.331Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-18T06:06:54.331Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=215ebd01-2a6d-4607-abec-a674efaf0df8
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-18T06:06:54.341Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T06:06:54.342Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vFW e49d5bc9-1fd5 0 is matching search criteria
2022-11-18T06:06:54.342Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW e49d5bc9-1fd5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T06:06:54.342Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T06:06:54.342Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vFW e49d5bc9-1fd5 0 is not matching search criteria
2022-11-18T06:06:54.343Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-18T06:06:54.343Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-18T06:06:54.343Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-18T06:06:54.343Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-18T06:06:54.343Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-18T06:06:54.344Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-18T06:06:54.344Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-18T06:06:54.344Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-18T06:06:54.344Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-18T06:06:54.344Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-18T06:06:54.345Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-18T06:06:54.345Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-18T06:06:54.345Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ab4123fc-3a89-4809-997d-a965c95d35ca
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-18T06:06:54.347Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T06:06:54.347Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vFW e49d5bc9-1fd5 0 is matching search criteria
2022-11-18T06:06:54.348Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW e49d5bc9-1fd5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T06:06:54.350Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T06:06:54.351Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vFW e49d5bc9-1fd5 0 is not matching search criteria
2022-11-18T06:06:54.351Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-18T06:06:54.351Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-18T06:06:54.351Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-18T06:06:54.352Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-18T06:06:54.352Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-18T06:06:54.352Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-18T06:06:54.352Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-18T06:06:54.353Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-18T06:06:54.353Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-18T06:06:54.353Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-18T06:06:54.353Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-18T06:06:54.354Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-18T06:06:54.354Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=2d26d547-4522-4445-aa45-c81a7a9577cf
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-18T06:06:54.357Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T06:06:54.357Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vFW e49d5bc9-1fd5 0 is matching search criteria
2022-11-18T06:06:54.357Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW e49d5bc9-1fd5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T06:06:54.357Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T06:06:54.358Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Node template vFW e49d5bc9-1fd5 0 is matching search criteria
2022-11-18T06:06:54.358Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW e49d5bc9-1fd5 0] matching following query criteria: sdcType=VF, customizationUUID=f6adc929-3431-4d51-ac46-b5cb94811e2c
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-18T06:06:54.361Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T06:06:54.361Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-11-18 06-05-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:06:54.361Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid da03b14c-c88a-4ce0-a01f-f37ee4046ed0: vFW e49d5bc9-1fd5
2022-11-18T06:06:54.361Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T06:06:54.362Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-11-18 06-05-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:06:54.362Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T06:06:54.362Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-11-18 06-05-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:06:54.363Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T06:06:54.363Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-11-18 06-05-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:06:54.363Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T06:06:54.363Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-11-18 06-05-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:06:54.364Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T06:06:54.364Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-11-18 06-05-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:06:54.364Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2022-11-18 06-05-31
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-18T06:06:54.616Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW e49d5bc9-1fd5 335c2998-f4db-4970-ba8f-f8c033857e51 1 ASDC deployResourceStructure
2022-11-18T06:06:54.617Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/vfwe49d5bc91fd50_modules.json ASDC sendASDCNotification
2022-11-18T06:06:54.617Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/vfwe49d5bc91fd50_modules.json
2022-11-18T06:06:54.617Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-18T06:06:54.618Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:06:54.620Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:06:54.620Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668751614617,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/vfwe49d5bc91fd50_modules.json",
"status": "DEPLOY_OK"
}
2022-11-18T06:06:54.720Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:06:54.721Z||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-18T06:06:54.721Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:06:54.746Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T06:06:54.746Z||pool-14-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:06:55.621Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-18T06:06:55.622Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/base_vfw.yaml
2022-11-18T06:06:55.623Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-18T06:06:55.623Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:06:55.625Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:06:55.626Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668751615621,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-11-18T06:06:55.726Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:06:55.727Z||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-18T06:06:55.727Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:06:55.748Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T06:06:55.749Z||pool-15-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:06:56.628Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-18T06:06:56.629Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/base_vfw.env
2022-11-18T06:06:56.629Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-18T06:06:56.629Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:06:56.631Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:06:56.632Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668751616628,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-11-18T06:06:56.732Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:06:56.733Z||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-18T06:06:56.734Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:06:56.748Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T06:06:56.749Z||pool-16-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:06:57.635Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221118060531/1.0/artifacts/service-Vfw20221118060531-csar.csar ASDC sendASDCNotification
2022-11-18T06:06:57.636Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221118060531/1.0/artifacts/service-Vfw20221118060531-csar.csar
2022-11-18T06:06:57.636Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-18T06:06:57.636Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:06:57.639Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:06:57.639Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668751617632,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/artifacts/service-Vfw20221118060531-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-18T06:06:57.739Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:06:57.740Z||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-18T06:06:57.740Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:06:57.753Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T06:06:57.753Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-18T06:06:58.640Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 99840869-29bb-4c23-a1f0-71ed82b73566
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-18T06:06:58.677Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 99840869-29bb-4c23-a1f0-71ed82b73566
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-18T06:06:58.679Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-18T06:06:58.679Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-18T06:06:58.680Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-18T06:07:28.680Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 99840869-29bb-4c23-a1f0-71ed82b73566
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-18T06:07:28.692Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 99840869-29bb-4c23-a1f0-71ed82b73566
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-18T06:07:28.694Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-18T06:07:28.694Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-18T06:07:28.694Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-18T06:07:37.978Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:07:37.979Z||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-18T06:07:37.979Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:07:38.008Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T06:07:38.009Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-18T06:07:38.009Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668751592943,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T06:07:38.010Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-18T06:07:58.695Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 99840869-29bb-4c23-a1f0-71ed82b73566
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-18T06:07:58.707Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 99840869-29bb-4c23-a1f0-71ed82b73566
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-18T06:07:58.710Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-18T06:07:58.710Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-18T06:07:58.710Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-18T06:08:28.710Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 99840869-29bb-4c23-a1f0-71ed82b73566
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-18T06:08:28.722Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 99840869-29bb-4c23-a1f0-71ed82b73566
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-18T06:08:28.725Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-18T06:08:28.725Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-18T06:08:28.725Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-18T06:08:37.978Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:08:37.979Z||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-18T06:08:37.979Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:08:38.005Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T06:08:38.006Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-18T06:08:38.006Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
"consumerID": "cds",
"timestamp": 1668751597526,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/artifacts/service-Vfw20221118060531-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-18T06:08:38.016Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 99840869-29bb-4c23-a1f0-71ed82b73566
2022-11-18T06:08:38.017Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 99840869-29bb-4c23-a1f0-71ed82b73566 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-18T06:08:58.725Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 99840869-29bb-4c23-a1f0-71ed82b73566
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-18T06:08:58.740Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 99840869-29bb-4c23-a1f0-71ed82b73566
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-18T06:08:58.742Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-18T06:08:58.743Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-18T06:08:58.743Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-18T06:09:28.743Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 99840869-29bb-4c23-a1f0-71ed82b73566
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-18T06:09:28.761Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 99840869-29bb-4c23-a1f0-71ed82b73566
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-18T06:09:28.766Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-18T06:09:28.766Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-18T06:09:28.766Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-18T06:09:37.978Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:09:37.979Z||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-18T06:09:37.979Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:09:38.510Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T06:09:38.515Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.515Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668751597971,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T06:09:38.516Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-18T06:09:38.516Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.517Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668751592943,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-18T06:09:38.517Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-18T06:09:38.517Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.517Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668751597971,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/vfwe49d5bc91fd50_modules.json",
"status": "NOTIFIED"
}
2022-11-18T06:09:38.517Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-18T06:09:38.517Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.518Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668751592943,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/artifacts/service-Vfw20221118060531-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-18T06:09:38.518Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-18T06:09:38.518Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.518Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668751597971,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-18T06:09:38.518Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-18T06:09:38.519Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.519Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668751592943,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/artifacts/service-Vfw20221118060531-csar.csar",
"status": "NOTIFIED"
}
2022-11-18T06:09:38.519Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-18T06:09:38.519Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.519Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668751597971,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T06:09:38.520Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-18T06:09:38.520Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.520Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668751600753,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/vfwe49d5bc91fd50_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-18T06:09:38.520Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:09:38.520Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.520Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668751597971,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-18T06:09:38.521Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-18T06:09:38.521Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.521Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668751601973,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-18T06:09:38.521Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:09:38.521Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.521Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668751597971,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/artifacts/service-Vfw20221118060531-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-18T06:09:38.522Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-18T06:09:38.522Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.522Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668751603048,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-18T06:09:38.522Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:09:38.522Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.523Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668751597971,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/artifacts/service-Vfw20221118060531-csar.csar",
"status": "NOTIFIED"
}
2022-11-18T06:09:38.523Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-18T06:09:38.523Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.523Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668751604167,
"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-18T06:09:38.531Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 99840869-29bb-4c23-a1f0-71ed82b73566
2022-11-18T06:09:38.531Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 99840869-29bb-4c23-a1f0-71ed82b73566 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-18T06:09:38.541Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.541Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668751605201,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T06:09:38.541Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-18T06:09:38.541Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.541Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668751606207,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/artifacts/service-Vfw20221118060531-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-18T06:09:38.542Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:09:38.542Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.542Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668751605171,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/vfwe49d5bc91fd50_modules.json",
"status": "DEPLOY_OK"
}
2022-11-18T06:09:38.542Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:09:38.542Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.542Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668751605201,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/vfwe49d5bc91fd50_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-18T06:09:38.542Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-18T06:09:38.543Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.543Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668751605201,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-18T06:09:38.543Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-18T06:09:38.543Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.543Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668751605201,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T06:09:38.543Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-18T06:09:38.543Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.544Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668751605201,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-18T06:09:38.544Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-18T06:09:38.544Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.544Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668751605201,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/artifacts/service-Vfw20221118060531-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-18T06:09:38.544Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-18T06:09:38.544Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.544Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668751611038,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/vfwe49d5bc91fd50_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-18T06:09:38.545Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:09:38.545Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.545Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668751605201,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/artifacts/service-Vfw20221118060531-csar.csar",
"status": "NOTIFIED"
}
2022-11-18T06:09:38.545Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-18T06:09:38.545Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.545Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668751612181,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-18T06:09:38.545Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:09:38.545Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.546Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668751613247,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/artifacts/service-Vfw20221118060531-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-18T06:09:38.546Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:09:38.546Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.546Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668751613253,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-18T06:09:38.546Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:09:38.546Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.546Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
"consumerID": "aai-ml",
"timestamp": 1668751611359,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/artifacts/service-Vfw20221118060531-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-18T06:09:38.547Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:09:38.547Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.547Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
"consumerID": "aai-ml",
"timestamp": 1668751612364,
"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-18T06:09:38.552Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 99840869-29bb-4c23-a1f0-71ed82b73566
2022-11-18T06:09:38.552Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 99840869-29bb-4c23-a1f0-71ed82b73566 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-18T06:09:38.561Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.561Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668751614617,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/vfwe49d5bc91fd50_modules.json",
"status": "DEPLOY_OK"
}
2022-11-18T06:09:38.562Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:09:38.562Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.562Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668751615621,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-11-18T06:09:38.562Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:09:38.562Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.563Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668751616628,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/resourceInstances/vfwe49d5bc91fd50/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-11-18T06:09:38.563Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:09:38.563Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.563Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668751617632,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/artifacts/service-Vfw20221118060531-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-18T06:09:38.563Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:09:38.563Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.564Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668751612943,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T06:09:38.564Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-18T06:09:38.564Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.564Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
"consumerID": "cds",
"timestamp": 1668751611206,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T06:09:38.564Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-18T06:09:38.565Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.565Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668751618629,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221118060531/1.0/artifacts/service-Vfw20221118060531-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-18T06:09:38.565Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:09:38.565Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.565Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668751612943,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/basic_onboard_rdvtcw0_modules.json",
"status": "NOTIFIED"
}
2022-11-18T06:09:38.566Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-18T06:09:38.566Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.566Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
"consumerID": "cds",
"timestamp": 1668751611206,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/basic_onboard_rdvtcw0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-18T06:09:38.566Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-18T06:09:38.566Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.567Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668751619634,
"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-18T06:09:38.572Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 99840869-29bb-4c23-a1f0-71ed82b73566
2022-11-18T06:09:38.572Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 99840869-29bb-4c23-a1f0-71ed82b73566 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-18T06:09:38.581Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.582Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
"consumerID": "aai-ml",
"timestamp": 1668751617713,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T06:09:38.582Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-18T06:09:38.582Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.582Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668751612943,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-18T06:09:38.582Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-18T06:09:38.583Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.583Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
"consumerID": "cds",
"timestamp": 1668751611206,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-18T06:09:38.583Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-18T06:09:38.583Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.583Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
"consumerID": "aai-ml",
"timestamp": 1668751617713,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/basic_onboard_rdvtcw0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-18T06:09:38.583Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-18T06:09:38.583Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.584Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668751612943,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T06:09:38.584Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-18T06:09:38.584Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.584Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
"consumerID": "cds",
"timestamp": 1668751611206,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T06:09:38.584Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-18T06:09:38.585Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.585Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
"consumerID": "aai-ml",
"timestamp": 1668751617713,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-18T06:09:38.585Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-18T06:09:38.585Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.585Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668751612943,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-18T06:09:38.585Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-18T06:09:38.586Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.586Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
"consumerID": "cds",
"timestamp": 1668751611206,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-18T06:09:38.586Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-18T06:09:38.586Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.586Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
"consumerID": "aai-ml",
"timestamp": 1668751617713,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T06:09:38.586Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-18T06:09:38.586Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.587Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668751612943,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/artifacts/service-BasicOnboardRdvtcw-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-18T06:09:38.587Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-18T06:09:38.587Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.587Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
"consumerID": "cds",
"timestamp": 1668751611206,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/artifacts/service-BasicOnboardRdvtcw-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-18T06:09:38.587Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-18T06:09:38.587Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.587Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
"consumerID": "aai-ml",
"timestamp": 1668751617713,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-18T06:09:38.588Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-18T06:09:38.588Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.588Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
"consumerID": "cds",
"timestamp": 1668751611206,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/artifacts/service-BasicOnboardRdvtcw-csar.csar",
"status": "NOTIFIED"
}
2022-11-18T06:09:38.588Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-18T06:09:38.588Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.589Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668751612943,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/artifacts/service-BasicOnboardRdvtcw-csar.csar",
"status": "NOTIFIED"
}
2022-11-18T06:09:38.589Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-18T06:09:38.589Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.589Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
"consumerID": "aai-ml",
"timestamp": 1668751617713,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/artifacts/service-BasicOnboardRdvtcw-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-18T06:09:38.589Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-18T06:09:38.589Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.589Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668751624111,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/basic_onboard_rdvtcw0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-18T06:09:38.590Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:09:38.590Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.590Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
"consumerID": "cds",
"timestamp": 1668751624828,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/artifacts/service-BasicOnboardRdvtcw-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-18T06:09:38.590Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:09:38.590Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.590Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
"consumerID": "ves-openapi-manager",
"timestamp": 1668751625005,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T06:09:38.591Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-18T06:09:38.591Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.591Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
"consumerID": "aai-ml",
"timestamp": 1668751617713,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/artifacts/service-BasicOnboardRdvtcw-csar.csar",
"status": "NOTIFIED"
}
2022-11-18T06:09:38.591Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-18T06:09:38.591Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.591Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668751625186,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-18T06:09:38.592Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:09:38.592Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.592Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
"consumerID": "cds",
"timestamp": 1668751625834,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/artifacts/service-BasicOnboardRdvtcw-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-18T06:09:38.606Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8faaab8e-4420-46e4-a52c-6d05e648b737
2022-11-18T06:09:38.606Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8faaab8e-4420-46e4-a52c-6d05e648b737 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-18T06:09:38.614Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.614Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
"consumerID": "ves-openapi-manager",
"timestamp": 1668751625005,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/basic_onboard_rdvtcw0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-18T06:09:38.614Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-18T06:09:38.614Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.614Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
"consumerID": "aai-ml",
"timestamp": 1668751625427,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/artifacts/service-BasicOnboardRdvtcw-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-18T06:09:38.615Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:09:38.615Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.615Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668751626246,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-18T06:09:38.615Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:09:38.615Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.615Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
"consumerID": "ves-openapi-manager",
"timestamp": 1668751625005,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-18T06:09:38.616Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-18T06:09:38.616Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.616Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668751627268,
"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-18T06:09:38.621Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8faaab8e-4420-46e4-a52c-6d05e648b737
2022-11-18T06:09:38.621Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8faaab8e-4420-46e4-a52c-6d05e648b737 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-18T06:09:38.629Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.629Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
"consumerID": "ves-openapi-manager",
"timestamp": 1668751625005,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T06:09:38.630Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-18T06:09:38.630Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.630Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668751628272,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/basic_onboard_rdvtcw0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-18T06:09:38.630Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:09:38.630Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.630Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
"consumerID": "ves-openapi-manager",
"timestamp": 1668751625005,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-18T06:09:38.630Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-18T06:09:38.631Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.631Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
"consumerID": "ves-openapi-manager",
"timestamp": 1668751625005,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/artifacts/service-BasicOnboardRdvtcw-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-18T06:09:38.631Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-18T06:09:38.631Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.631Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
"consumerID": "ves-openapi-manager",
"timestamp": 1668751625005,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/artifacts/service-BasicOnboardRdvtcw-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-18T06:09:38.631Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-18T06:09:38.632Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.632Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
"consumerID": "aai-ml",
"timestamp": 1668751632284,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/artifacts/service-BasicOnboardRdvtcw-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-18T06:09:38.632Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:09:38.632Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.632Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
"consumerID": "aai-ml",
"timestamp": 1668751633289,
"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-18T06:09:38.637Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8faaab8e-4420-46e4-a52c-6d05e648b737
2022-11-18T06:09:38.637Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8faaab8e-4420-46e4-a52c-6d05e648b737 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-18T06:09:38.647Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.647Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668751635201,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T06:09:38.647Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-18T06:09:38.648Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.648Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668751635201,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/basic_onboard_rdvtcw0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-18T06:09:38.648Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-18T06:09:38.648Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.648Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668751635201,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-18T06:09:38.648Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-18T06:09:38.649Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.649Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668751635201,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T06:09:38.649Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-18T06:09:38.649Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.649Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668751635201,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-18T06:09:38.649Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-18T06:09:38.650Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.650Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668751635201,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/artifacts/service-BasicOnboardRdvtcw-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-18T06:09:38.650Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-18T06:09:38.650Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.650Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668751635201,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/artifacts/service-BasicOnboardRdvtcw-csar.csar",
"status": "NOTIFIED"
}
2022-11-18T06:09:38.650Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-18T06:09:38.650Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.651Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668751642955,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/artifacts/service-BasicOnboardRdvtcw-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-18T06:09:38.651Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:09:38.651Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.651Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668751645341,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/artifacts/service-BasicOnboardRdvtcw-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-18T06:09:38.651Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:09:38.651Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:09:38.652Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668751646345,
"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-18T06:09:38.658Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8faaab8e-4420-46e4-a52c-6d05e648b737
2022-11-18T06:09:38.658Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8faaab8e-4420-46e4-a52c-6d05e648b737 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-18T06:09:58.767Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 99840869-29bb-4c23-a1f0-71ed82b73566
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-18T06:09:58.781Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 99840869-29bb-4c23-a1f0-71ed82b73566
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-18T06:09:58.784Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-18T06:09:58.784Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-18T06:09:58.785Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-18T06:09:58.785Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-18T06:09:58.785Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-18T06:09:58.785Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-18T06:09:58.785Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-18T06:09:58.786Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-18T06:09:58.786Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-18T06:09:58.786Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-18T06:09:58.791Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-18T06:10:28.791Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 99840869-29bb-4c23-a1f0-71ed82b73566 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-18T06:10:28.805Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 99840869-29bb-4c23-a1f0-71ed82b73566 and serviceModelVersionId: da03b14c-c88a-4ce0-a01f-f37ee4046ed0
2022-11-18T06:10:28.805Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6d29179c-beb1-49a3-9e00-67abb277c4d9
2022-11-18T06:10:37.978Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:10:37.979Z||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-18T06:10:37.979Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:10:43.785Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6d29179c-beb1-49a3-9e00-67abb277c4d9/model-vers/model-ver/da03b14c-c88a-4ce0-a01f-f37ee4046ed0?depth=0
2022-11-18T06:10:43.905Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-11-18T06:10:44.408Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d29179c-beb1-49a3-9e00-67abb277c4d9/model-vers/model-ver/da03b14c-c88a-4ce0-a01f-f37ee4046ed0?depth=0|INFO|500||Invoke
2022-11-18T06:10:44.418Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d29179c-beb1-49a3-9e00-67abb277c4d9/model-vers/model-ver/da03b14c-c88a-4ce0-a01f-f37ee4046ed0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d29179c-beb1-49a3-9e00-67abb277c4d9/model-vers/model-ver/da03b14c-c88a-4ce0-a01f-f37ee4046ed0?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[99840869-29bb-4c23-a1f0-71ed82b73566], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[506e9354-31c5-4571-b523-8c03dc1d252d], X-ECOMP-RequestID=[99840869-29bb-4c23-a1f0-71ed82b73566], X-TransactionId=[], X-ONAP-RequestID=[99840869-29bb-4c23-a1f0-71ed82b73566], Content-Type=[application/merge-patch+json]}
2022-11-18T06:10:44.551Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d29179c-beb1-49a3-9e00-67abb277c4d9/model-vers/model-ver/da03b14c-c88a-4ce0-a01f-f37ee4046ed0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-18T06:10:44.777Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d29179c-beb1-49a3-9e00-67abb277c4d9/model-vers/model-ver/da03b14c-c88a-4ce0-a01f-f37ee4046ed0?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/6d29179c-beb1-49a3-9e00-67abb277c4d9/model-vers/model-ver/da03b14c-c88a-4ce0-a01f-f37ee4046ed0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221118-06:10:42:464-96899], vertex-id=[208928], Content-Length=[0], Date=[Fri, 18 Nov 2022 06:10:42 GMT], Content-Type=[application/json]}
2022-11-18T06:10:44.779Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d29179c-beb1-49a3-9e00-67abb277c4d9/model-vers/model-ver/da03b14c-c88a-4ce0-a01f-f37ee4046ed0?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-18T06:10:44.780Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d29179c-beb1-49a3-9e00-67abb277c4d9/model-vers/model-ver/da03b14c-c88a-4ce0-a01f-f37ee4046ed0?depth=0|INFO|500||InvokeReturn
2022-11-18T06:10:44.784Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-18T06:10:44.784Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-18T06:10:44.792Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-11-18T06:10:44.793Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 99840869-29bb-4c23-a1f0-71ed82b73566 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-18T06:10:44.793Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-18T06:10:44.794Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:10:44.796Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:10:44.796Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668751844793,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-18T06:10:44.896Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:10:44.897Z||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-18T06:10:44.897Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:10:44.908Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T06:10:44.908Z||pool-18-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:10:45.522Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T06:10:45.523Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:10:45.524Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99840869-29bb-4c23-a1f0-71ed82b73566",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668751844793,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-18T06:10:45.525Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-18T06:10:45.810Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:10:45.811Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T06:10:45.811Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:10:50.247Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T06:10:50.248Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:10:50.248Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"8faaab8e-4420-46e4-a52c-6d05e648b737","serviceName":"basic_onboard_RDVtCW","serviceVersion":"1.0","serviceUUID":"38ead603-60a6-4426-b8aa-1c9c21e7ca12","serviceDescription":"service","serviceInvariantUUID":"c016a58e-21cb-458b-aff3-72a5ddf67486","resources":[{"resourceInstanceName":"basic_onboard_RDVtCW 0","resourceName":"basic_onboard_RDVtCW","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f0f9ce90-ad84-48cc-80b0-9669141f9ab7","resourceInvariantUUID":"c7873c4a-67af-4088-98d2-d1e1593fd84c","resourceCustomizationUUID":"922b6854-775f-46a9-96fa-b975cb08c7ac","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/vf-license-model.xml","artifactChecksum":"NzQ4ZmY1ZGFkMmEyYTBkNjQ1MjQ4ODY5ZmQ1NzQwZjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"902dcf1f-408c-4682-8d4d-31f0433954a0","artifactVersion":"1"},{"artifactName":"basic_onboard_rdvtcw0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/basic_onboard_rdvtcw0_modules.json","artifactChecksum":"Zjg1YjUxYjdkMTU5NWE3M2IwMDE2MGY1YzYyMDQzZjE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f2a499d4-8528-47f1-b33c-5bbc2703caa7","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"39ddb9ee-1517-41c5-a166-1e6a581f4796","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ce0233d2-0930-4e6e-b585-9d281edf9a9a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0784dc5d-da10-405c-8958-8cb11aa37de5","artifactVersion":"2","generatedFromUUID":"39ddb9ee-1517-41c5-a166-1e6a581f4796"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardRdvtcw-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/artifacts/service-BasicOnboardRdvtcw-template.yml","artifactChecksum":"MmM1MmYxMTExNjExNWY5NDQ2ZmI4MTljMmY5MzEzMjQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"30253e5a-55ec-4e3e-821b-7b1004412044","artifactVersion":"1"},{"artifactName":"service-BasicOnboardRdvtcw-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/artifacts/service-BasicOnboardRdvtcw-csar.csar","artifactChecksum":"ZGQzMWFkMDc5OWUyZmQ0ZTkwZTAyYzk2NWM5NjhjZDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3cf879c4-5a53-415e-8ea8-9085ea4a4948","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-18T06:10:50.251Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T06:10:50.251Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:10:50.253Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:10:50.254Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668751845810,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T06:10:50.354Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:10:50.355Z||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-18T06:10:50.355Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:10:50.367Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T06:10:50.368Z||pool-19-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-18T06:10:51.254Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T06:10:51.255Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:10:51.257Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:10:51.257Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668751845810,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/basic_onboard_rdvtcw0_modules.json",
"status": "NOTIFIED"
}
2022-11-18T06:10:51.357Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:10:51.358Z||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-18T06:10:51.358Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:10:51.370Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T06:10:51.370Z||pool-20-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-11-18T06:10:52.258Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T06:10:52.260Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:10:52.262Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:10:52.262Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668751845810,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-18T06:10:52.362Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:10:52.365Z||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-18T06:10:52.365Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:10:52.377Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T06:10:52.378Z||pool-21-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:10:53.263Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T06:10:53.264Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:10:53.266Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:10:53.267Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668751845810,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T06:10:53.367Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:10:53.369Z||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-18T06:10:53.369Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:10:53.382Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T06:10:53.383Z||pool-22-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:10:54.268Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T06:10:54.269Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:10:54.272Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:10:54.272Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668751845810,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-18T06:10:54.372Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:10:54.373Z||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-18T06:10:54.373Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:10:54.385Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T06:10:54.386Z||pool-23-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:10:55.273Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T06:10:55.274Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:10:55.277Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:10:55.277Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668751845810,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/artifacts/service-BasicOnboardRdvtcw-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-18T06:10:55.377Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:10:55.378Z||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-18T06:10:55.378Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:10:55.399Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T06:10:55.400Z||pool-24-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:10:56.278Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T06:10:56.279Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:10:56.281Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:10:56.281Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668751845810,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/artifacts/service-BasicOnboardRdvtcw-csar.csar",
"status": "NOTIFIED"
}
2022-11-18T06:10:56.381Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-18T06:10:56.382Z||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-18T06:10:56.383Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:10:56.396Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T06:10:56.396Z||pool-25-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-18T06:10:57.283Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
"serviceName": "basic_onboard_RDVtCW",
"serviceVersion": "1.0",
"serviceUUID": "38ead603-60a6-4426-b8aa-1c9c21e7ca12",
"serviceDescription": "service",
"serviceInvariantUUID": "c016a58e-21cb-458b-aff3-72a5ddf67486",
"resources": [
{
"resourceInstanceName": "basic_onboard_RDVtCW 0",
"resourceCustomizationUUID": "922b6854-775f-46a9-96fa-b975cb08c7ac",
"resourceName": "basic_onboard_RDVtCW",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "f0f9ce90-ad84-48cc-80b0-9669141f9ab7",
"resourceInvariantUUID": "c7873c4a-67af-4088-98d2-d1e1593fd84c",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_rdvtcw0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/basic_onboard_rdvtcw0_modules.json",
"artifactChecksum": "Zjg1YjUxYjdkMTU5NWE3M2IwMDE2MGY1YzYyMDQzZjE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f2a499d4-8528-47f1-b33c-5bbc2703caa7",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "39ddb9ee-1517-41c5-a166-1e6a581f4796",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "0784dc5d-da10-405c-8958-8cb11aa37de5",
"generatedFromUUID": "39ddb9ee-1517-41c5-a166-1e6a581f4796"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "0784dc5d-da10-405c-8958-8cb11aa37de5",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardRdvtcw-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/artifacts/service-BasicOnboardRdvtcw-csar.csar",
"artifactChecksum": "ZGQzMWFkMDc5OWUyZmQ0ZTkwZTAyYzk2NWM5NjhjZDY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "3cf879c4-5a53-415e-8ea8-9085ea4a4948"
}
],
"workloadContext": "Production"
}
2022-11-18T06:10:57.283Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-18T06:10:57.284Z|99840869-29bb-4c23-a1f0-71ed82b73566|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 38ead603-60a6-4426-b8aa-1c9c21e7ca12 ASDC
2022-11-18T06:10:57.284Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:8faaab8e-4420-46e4-a52c-6d05e648b737
ServiceName:basic_onboard_RDVtCW
ServiceVersion:1.0
ServiceUUID:38ead603-60a6-4426-b8aa-1c9c21e7ca12
ServiceInvariantUUID:c016a58e-21cb-458b-aff3-72a5ddf67486
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardRdvtcw-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/artifacts/service-BasicOnboardRdvtcw-csar.csar
ArtifactUUID:3cf879c4-5a53-415e-8ea8-9085ea4a4948
ArtifactChecksum:ZGQzMWFkMDc5OWUyZmQ0ZTkwZTAyYzk2NWM5NjhjZDY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_RDVtCW 0
ResourceCustomizationUUID:922b6854-775f-46a9-96fa-b975cb08c7ac
ResourceInvariantUUID:c7873c4a-67af-4088-98d2-d1e1593fd84c
ResourceName:basic_onboard_RDVtCW
ResourceType:VF
ResourceUUID:f0f9ce90-ad84-48cc-80b0-9669141f9ab7
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_rdvtcw0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/basic_onboard_rdvtcw0_modules.json
ArtifactUUID:f2a499d4-8528-47f1-b33c-5bbc2703caa7
ArtifactChecksum:Zjg1YjUxYjdkMTU5NWE3M2IwMDE2MGY1YzYyMDQzZjE=
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/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/base_ubuntu18.yaml
ArtifactUUID:39ddb9ee-1517-41c5-a166-1e6a581f4796
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/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/base_ubuntu18.env
ArtifactUUID:0784dc5d-da10-405c-8958-8cb11aa37de5
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/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/base_ubuntu18.env
ArtifactUUID:0784dc5d-da10-405c-8958-8cb11aa37de5
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-11-18T06:10:57.285Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 38ead603-60a6-4426-b8aa-1c9c21e7ca12 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-18T06:10:57.314Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-18T06:10:57.315Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-18T06:10:57.315Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-18T06:10:57.315Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 3cf879c4-5a53-415e-8ea8-9085ea4a4948 from URL: /sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/artifacts/service-BasicOnboardRdvtcw-csar.csar
2022-11-18T06:10:57.315Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-18T06:10:57.315Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/artifacts/service-BasicOnboardRdvtcw-csar.csar
2022-11-18T06:10:57.466Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-18T06:10:57.470Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/artifacts/service-BasicOnboardRdvtcw-csar.csar 3cf879c4-5a53-415e-8ea8-9085ea4a4948 75296
2022-11-18T06:10:57.470Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/artifacts/service-BasicOnboardRdvtcw-csar.csar ASDC sendASDCNotification
2022-11-18T06:10:57.470Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/artifacts/service-BasicOnboardRdvtcw-csar.csar
2022-11-18T06:10:57.470Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-18T06:10:57.471Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:10:57.473Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:10:57.473Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668751857470,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/artifacts/service-BasicOnboardRdvtcw-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-18T06:10:57.575Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-11-18T06:10:57.577Z||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-18T06:10:57.577Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:10:57.595Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T06:10:57.595Z||pool-26-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:10:58.473Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-18T06:10:58.475Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-18T06:10:58.475Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 3cf879c4-5a53-415e-8ea8-9085ea4a4948, URL: /sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/artifacts/service-BasicOnboardRdvtcw-csar.csar to file: /app/ASDC/1/service-BasicOnboardRdvtcw-csar.csar
2022-11-18T06:10:58.476Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardRdvtcw-csar.csar
2022-11-18T06:10:58.476Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardRdvtcw-csar.csar
2022-11-18T06:10:58.476Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardRdvtcw-csar.csar
2022-11-18T06:10:58.629Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7260068575327429855/Definitions/service-BasicOnboardRdvtcw-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-18T06:10:59.834Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-18T06:10:59.835Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-11-18T06:10:59.835Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardRdvtcw-csar.csar
2022-11-18T06:10:59.835Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-18T06:10:59.835Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_RDVtCW 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-BasicOnboardRdvtcw-csar.csar
2022-11-18T06:10:59.835Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardRdvtcw-csar.csar
2022-11-18T06:10:59.835Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||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-BasicOnboardRdvtcw-csar.csar
2022-11-18T06:10:59.836Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||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-BasicOnboardRdvtcw-csar.csar
2022-11-18T06:10:59.836Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardRdvtcw-csar.csar
2022-11-18T06:10:59.836Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardRdvtcw-csar.csar
2022-11-18T06:10:59.836Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||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-BasicOnboardRdvtcw-csar.csar
2022-11-18T06:10:59.836Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-11-18T06:10:59.837Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T06:10:59.837Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_RDVtCW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:10:59.837Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_RDVtCW 0 is matching search criteria
2022-11-18T06:10:59.837Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-11-18T06:10:59.837Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_RDVtCW 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-18T06:10:59.838Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T06:10:59.838Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_RDVtCW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:10:59.838Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_RDVtCW 0 is matching search criteria
2022-11-18T06:10:59.838Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-11-18T06:10:59.838Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_RDVtCW 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-18T06:10:59.838Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T06:10:59.839Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_RDVtCW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:10:59.839Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T06:10:59.839Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_RDVtCW 0 is not matching search criteria
2022-11-18T06:10:59.839Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-11-18T06:10:59.839Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-11-18T06:10:59.839Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-11-18T06:10:59.840Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-18T06:10:59.840Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-18T06:10:59.840Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T06:10:59.840Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_RDVtCW is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-18T06:10:59.840Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T06:10:59.840Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_RDVtCW 0 is matching search criteria
2022-11-18T06:10:59.840Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_RDVtCW 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T06:10:59.841Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T06:10:59.841Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_RDVtCW 0 is matching search criteria
2022-11-18T06:10:59.841Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_RDVtCW 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T06:10:59.841Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T06:10:59.841Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_RDVtCW 0 is matching search criteria
2022-11-18T06:10:59.842Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_RDVtCW 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T06:10:59.842Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T06:10:59.842Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_RDVtCW 0 is not matching search criteria
2022-11-18T06:10:59.842Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-18T06:10:59.842Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-18T06:10:59.842Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=67c8a702-1c84-46a2-923c-c0f48c46a60e
2022-11-18T06:10:59.842Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T06:10:59.843Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_RDVtCW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:10:59.843Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T06:10:59.843Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_RDVtCW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:10:59.843Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T06:10:59.843Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_RDVtCW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:10:59.843Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T06:10:59.844Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_RDVtCW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:10:59.844Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_RDVtCW
Description:service
Model UUID:38ead603-60a6-4426-b8aa-1c9c21e7ca12
Model Version:NULL
Model InvariantUuid:c016a58e-21cb-458b-aff3-72a5ddf67486
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_RDVtCW
Model UUID:7ee75df4-2560-4cdf-85c7-291e03810d79
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c7873c4a-67af-4088-98d2-d1e1593fd84c
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:922b6854-775f-46a9-96fa-b975cb08c7ac
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:3c464942-700a-4c08-9411-da22f6c264cf
ModelName:BasicOnboardRdvtcw..base_ubuntu18..module-0
ModelUuid:ab1c6d8f-b957-4a09-a628-15b20f16e084
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:67c8a702-1c84-46a2-923c-c0f48c46a60e
ModelInvariantUuid:366aa4ac-d0a4-4ba9-ad5b-16c9b85f7e9e
ModelName:basic_onboard_RDVtCW-nodes.ubuntu18Cvfc
ModelUuid:e7c77aa4-a3a9-4c49-b532-5e18b5a75aac
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:d932513a-f1e9-47f1-99c6-d2265abeaf6b
ModelInvariantUuid:a6cd62ff-c6e4-4d24-ad12-539ea92e7c63
ModelName:BasicOnboardRdvtcw.compute.nodes.heat.ubuntu18
ModelUuid:0761f561-a531-410f-abf1-0ce123e37871
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-18T06:10:59.853Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: f0f9ce90-ad84-48cc-80b0-9669141f9ab7
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-18T06:10:59.856Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||basic_onboard_RDVtCW 0
2022-11-18T06:10:59.856Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f0f9ce90-ad84-48cc-80b0-9669141f9ab7
2022-11-18T06:10:59.856Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: f2a499d4-8528-47f1-b33c-5bbc2703caa7 from URL: /sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/basic_onboard_rdvtcw0_modules.json
2022-11-18T06:10:59.856Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-18T06:10:59.857Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/basic_onboard_rdvtcw0_modules.json
2022-11-18T06:10:59.915Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-18T06:10:59.916Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/basic_onboard_rdvtcw0_modules.json f2a499d4-8528-47f1-b33c-5bbc2703caa7 798
2022-11-18T06:10:59.916Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/basic_onboard_rdvtcw0_modules.json ASDC sendASDCNotification
2022-11-18T06:10:59.916Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/basic_onboard_rdvtcw0_modules.json
2022-11-18T06:10:59.917Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-18T06:10:59.917Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:10:59.919Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:10:59.919Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668751859916,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/basic_onboard_rdvtcw0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-18T06:11:00.019Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:11:00.021Z||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-18T06:11:00.021Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:11:00.034Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T06:11:00.034Z||pool-27-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:11:00.920Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardRdvtcw..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "3c464942-700a-4c08-9411-da22f6c264cf",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "ab1c6d8f-b957-4a09-a628-15b20f16e084",
"vfModuleModelCustomizationUUID": "ff348210-f810-4620-b1f5-71ef55115b5f",
"isBase": true,
"artifacts": [
"39ddb9ee-1517-41c5-a166-1e6a581f4796",
"0784dc5d-da10-405c-8958-8cb11aa37de5"
],
"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-18T06:11:00.925Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardRdvtcw..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ab1c6d8f-b957-4a09-a628-15b20f16e084
VfModuleModelInvariantUUID:3c464942-700a-4c08-9411-da22f6c264cf
VfModuleModelDescription:NULL
Artifacts UUID List:{
39ddb9ee-1517-41c5-a166-1e6a581f4796
,
0784dc5d-da10-405c-8958-8cb11aa37de5
}
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-18T06:11:00.927Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardRdvtcw..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "3c464942-700a-4c08-9411-da22f6c264cf",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "ab1c6d8f-b957-4a09-a628-15b20f16e084",
"vfModuleModelCustomizationUUID": "ff348210-f810-4620-b1f5-71ef55115b5f",
"isBase": true,
"artifacts": [
"39ddb9ee-1517-41c5-a166-1e6a581f4796",
"0784dc5d-da10-405c-8958-8cb11aa37de5"
],
"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-18T06:11:00.927Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardRdvtcw..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ab1c6d8f-b957-4a09-a628-15b20f16e084
VfModuleModelInvariantUUID:3c464942-700a-4c08-9411-da22f6c264cf
VfModuleModelDescription:NULL
Artifacts UUID List:{
39ddb9ee-1517-41c5-a166-1e6a581f4796
,
0784dc5d-da10-405c-8958-8cb11aa37de5
}
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-18T06:11:00.928Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 39ddb9ee-1517-41c5-a166-1e6a581f4796 from URL: /sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/base_ubuntu18.yaml
2022-11-18T06:11:00.928Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-18T06:11:00.928Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/base_ubuntu18.yaml
2022-11-18T06:11:00.992Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-18T06:11:00.993Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/base_ubuntu18.yaml 39ddb9ee-1517-41c5-a166-1e6a581f4796 5033
2022-11-18T06:11:00.994Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-18T06:11:00.994Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/base_ubuntu18.yaml
2022-11-18T06:11:00.994Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-18T06:11:00.995Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:11:00.997Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:11:00.997Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668751860994,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-18T06:11:01.097Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:11:01.098Z||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-18T06:11:01.099Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:11:01.124Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T06:11:01.125Z||pool-28-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:11:01.998Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 0784dc5d-da10-405c-8958-8cb11aa37de5 from URL: /sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/base_ubuntu18.env
2022-11-18T06:11:01.999Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-18T06:11:01.999Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/base_ubuntu18.env
2022-11-18T06:11:02.221Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-18T06:11:02.221Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/base_ubuntu18.env 0784dc5d-da10-405c-8958-8cb11aa37de5 909
2022-11-18T06:11:02.222Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-18T06:11:02.222Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/base_ubuntu18.env
2022-11-18T06:11:02.222Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-18T06:11:02.223Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:11:02.225Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:11:02.226Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668751862222,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-18T06:11:02.325Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-18T06:11:02.326Z||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-18T06:11:02.327Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:11:02.350Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T06:11:02.351Z||pool-29-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-11-18T06:11:03.226Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 38ead603-60a6-4426-b8aa-1c9c21e7ca12
2022-11-18T06:11:03.227Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_RDVtCW 0 f0f9ce90-ad84-48cc-80b0-9669141f9ab7 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-18T06:11:03.242Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@458d7e91, org.onap.sdc.toscaparser.api.parameters.Input@2249385e, org.onap.sdc.toscaparser.api.parameters.Input@4ab2319e, org.onap.sdc.toscaparser.api.parameters.Input@d029e20, org.onap.sdc.toscaparser.api.parameters.Input@23d500e7]
2022-11-18T06:11:03.244Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T06:11:03.244Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_RDVtCW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:11:03.244Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic
2022-11-18T06:11:03.245Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 922b6854-775f-46a9-96fa-b975cb08c7ac
2022-11-18T06:11:03.245Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 922b6854-775f-46a9-96fa-b975cb08c7ac matches Tosca VF Customization UUID: 922b6854-775f-46a9-96fa-b975cb08c7ac
2022-11-18T06:11:03.245Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 922b6854-775f-46a9-96fa-b975cb08c7ac 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-18T06:11:03.248Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T06:11:03.248Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_RDVtCW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:11:03.248Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 922b6854-775f-46a9-96fa-b975cb08c7ac: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-18T06:11:03.249Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@abade86
2022-11-18T06:11:03.249Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T06:11:03.249Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_RDVtCW is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-18T06:11:03.250Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ff348210-f810-4620-b1f5-71ef55115b5f
2022-11-18T06:11:03.250Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ff348210-f810-4620-b1f5-71ef55115b5f
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-18T06:11:03.252Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T06:11:03.253Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_RDVtCW 0 is matching search criteria
2022-11-18T06:11:03.253Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_RDVtCW 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T06:11:03.253Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T06:11:03.254Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_RDVtCW 0 is matching search criteria
2022-11-18T06:11:03.254Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_RDVtCW 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T06:11:03.254Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T06:11:03.255Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_RDVtCW 0 is not matching search criteria
2022-11-18T06:11:03.255Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-18T06:11:03.255Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-18T06:11:03.255Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=67c8a702-1c84-46a2-923c-c0f48c46a60e
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-18T06:11:03.257Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T06:11:03.258Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_RDVtCW 0 is matching search criteria
2022-11-18T06:11:03.258Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_RDVtCW 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T06:11:03.258Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T06:11:03.258Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_RDVtCW 0 is matching search criteria
2022-11-18T06:11:03.259Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_RDVtCW 0] matching following query criteria: sdcType=VF, customizationUUID=922b6854-775f-46a9-96fa-b975cb08c7ac
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-18T06:11:03.270Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T06:11:03.270Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_RDVtCW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:11:03.270Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 38ead603-60a6-4426-b8aa-1c9c21e7ca12: basic_onboard_RDVtCW
2022-11-18T06:11:03.271Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T06:11:03.271Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_RDVtCW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:11:03.271Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T06:11:03.271Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_RDVtCW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:11:03.272Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T06:11:03.272Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_RDVtCW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:11:03.272Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T06:11:03.272Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_RDVtCW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:11:03.272Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T06:11:03.273Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_RDVtCW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:11:03.273Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||Saving Service: basic_onboard_RDVtCW
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-18T06:11:03.350Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_RDVtCW f0f9ce90-ad84-48cc-80b0-9669141f9ab7 1 ASDC deployResourceStructure
2022-11-18T06:11:03.351Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/basic_onboard_rdvtcw0_modules.json ASDC sendASDCNotification
2022-11-18T06:11:03.351Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/basic_onboard_rdvtcw0_modules.json
2022-11-18T06:11:03.352Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-18T06:11:03.352Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:11:03.354Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:11:03.354Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668751863351,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/basic_onboard_rdvtcw0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-18T06:11:03.455Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:11:03.456Z||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-18T06:11:03.456Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:11:03.468Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T06:11:03.469Z||pool-30-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-18T06:11:04.355Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-18T06:11:04.356Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/base_ubuntu18.yaml
2022-11-18T06:11:04.356Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-18T06:11:04.356Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:11:04.359Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:11:04.359Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668751864355,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-11-18T06:11:04.459Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:11:04.460Z||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-18T06:11:04.461Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:11:04.472Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T06:11:04.473Z||pool-31-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-18T06:11:05.360Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-18T06:11:05.361Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/base_ubuntu18.env
2022-11-18T06:11:05.361Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-18T06:11:05.361Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:11:05.363Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:11:05.364Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668751865360,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-11-18T06:11:05.464Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:11:05.465Z||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-18T06:11:05.465Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:11:05.478Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T06:11:05.478Z||pool-32-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:11:06.364Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/artifacts/service-BasicOnboardRdvtcw-csar.csar ASDC sendASDCNotification
2022-11-18T06:11:06.365Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/artifacts/service-BasicOnboardRdvtcw-csar.csar
2022-11-18T06:11:06.366Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-18T06:11:06.366Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:11:06.368Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:11:06.368Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668751866364,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/artifacts/service-BasicOnboardRdvtcw-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-18T06:11:06.468Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:11:06.470Z||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-18T06:11:06.470Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:11:06.486Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T06:11:06.487Z||pool-33-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:11:07.369Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8faaab8e-4420-46e4-a52c-6d05e648b737
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-18T06:11:07.379Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8faaab8e-4420-46e4-a52c-6d05e648b737
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-18T06:11:07.384Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-18T06:11:07.384Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-18T06:11:07.384Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-18T06:11:07.384Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-18T06:11:07.384Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-18T06:11:07.385Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-18T06:11:07.385Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-18T06:11:07.385Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-18T06:11:07.385Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-18T06:11:07.385Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-18T06:11:07.391Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-18T06:11:37.391Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8faaab8e-4420-46e4-a52c-6d05e648b737 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-18T06:11:37.401Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8faaab8e-4420-46e4-a52c-6d05e648b737 and serviceModelVersionId: 38ead603-60a6-4426-b8aa-1c9c21e7ca12
2022-11-18T06:11:37.401Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c016a58e-21cb-458b-aff3-72a5ddf67486
2022-11-18T06:11:37.402Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c016a58e-21cb-458b-aff3-72a5ddf67486/model-vers/model-ver/38ead603-60a6-4426-b8aa-1c9c21e7ca12?depth=0
2022-11-18T06:11:37.409Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-11-18T06:11:37.464Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c016a58e-21cb-458b-aff3-72a5ddf67486/model-vers/model-ver/38ead603-60a6-4426-b8aa-1c9c21e7ca12?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-18T06:11:37.466Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c016a58e-21cb-458b-aff3-72a5ddf67486/model-vers/model-ver/38ead603-60a6-4426-b8aa-1c9c21e7ca12?depth=0|INFO|500||Invoke
2022-11-18T06:11:37.504Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c016a58e-21cb-458b-aff3-72a5ddf67486/model-vers/model-ver/38ead603-60a6-4426-b8aa-1c9c21e7ca12?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-18T06:11:37.611Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c016a58e-21cb-458b-aff3-72a5ddf67486/model-vers/model-ver/38ead603-60a6-4426-b8aa-1c9c21e7ca12?depth=0|INFO|500||InvokeReturn
2022-11-18T06:11:37.613Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c016a58e-21cb-458b-aff3-72a5ddf67486/model-vers/model-ver/38ead603-60a6-4426-b8aa-1c9c21e7ca12?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221118-06:11:35:411-3176], vertex-id=[217112], Content-Length=[0], Date=[Fri, 18 Nov 2022 06:11:35 GMT], Content-Type=[application/json]}
2022-11-18T06:11:37.613Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2022-11-18T06:11:37.614Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-18T06:11:37.614Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-18T06:11:37.620Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-11-18T06:11:37.620Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8faaab8e-4420-46e4-a52c-6d05e648b737 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-18T06:11:37.621Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-18T06:11:37.621Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:11:37.623Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:11:37.624Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668751897620,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-18T06:11:37.724Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-18T06:11:37.725Z||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-18T06:11:37.725Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:11:37.739Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T06:11:37.740Z||pool-34-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:11:37.978Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:11:37.979Z||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-18T06:11:37.979Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:11:38.611Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T06:11:38.612Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:11:38.612Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668751845810,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T06:11:38.613Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-18T06:11:38.613Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:11:38.613Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668751845810,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/basic_onboard_rdvtcw0_modules.json",
"status": "NOTIFIED"
}
2022-11-18T06:11:38.614Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-18T06:11:38.614Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:11:38.614Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668751845810,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-18T06:11:38.614Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-18T06:11:38.614Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:11:38.614Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668751845810,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T06:11:38.614Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-18T06:11:38.614Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:11:38.614Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668751845810,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-18T06:11:38.615Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-18T06:11:38.615Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:11:38.615Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668751845810,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/artifacts/service-BasicOnboardRdvtcw-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-18T06:11:38.615Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-18T06:11:38.615Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:11:38.615Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668751845810,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/artifacts/service-BasicOnboardRdvtcw-csar.csar",
"status": "NOTIFIED"
}
2022-11-18T06:11:38.615Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-18T06:11:38.616Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:11:38.616Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668751857470,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/artifacts/service-BasicOnboardRdvtcw-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-18T06:11:38.616Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:11:38.616Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:11:38.616Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668751859916,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/basic_onboard_rdvtcw0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-18T06:11:38.616Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:11:38.616Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:11:38.616Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668751860994,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-18T06:11:38.617Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:11:38.617Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:11:38.617Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668751862222,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-18T06:11:38.617Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:11:38.617Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:11:38.617Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668751863351,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/basic_onboard_rdvtcw0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-18T06:11:38.618Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:11:38.618Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:11:38.618Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668751864355,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-11-18T06:11:38.618Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:11:38.618Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:11:38.618Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668751865360,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/resourceInstances/basic_onboard_rdvtcw0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-11-18T06:11:38.618Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:11:38.618Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:11:38.619Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668751866364,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRdvtcw/1.0/artifacts/service-BasicOnboardRdvtcw-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-18T06:11:38.619Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:11:38.619Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T06:11:38.619Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8faaab8e-4420-46e4-a52c-6d05e648b737",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668751897620,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-18T06:11:38.619Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-18T06:11:38.638Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:11:38.639Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T06:11:38.639Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:11:48.212Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T06:11:48.213Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:11:48.214Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T06:11:48.214Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:11:57.798Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T06:11:57.799Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:11:57.800Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T06:11:57.800Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:12:07.353Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T06:12:07.354Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:12:07.355Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T06:12:07.355Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:12:16.907Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T06:12:37.971Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:12:37.972Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T06:12:37.972Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:12:37.978Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:12:37.978Z||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-18T06:12:37.979Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:12:47.526Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T06:12:47.534Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T06:13:37.971Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:13:37.972Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T06:13:37.972Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:13:37.978Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:13:37.978Z||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-18T06:13:37.979Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:13:47.521Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T06:13:47.521Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T06:14:37.971Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:14:37.972Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T06:14:37.972Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:14:37.978Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:14:37.979Z||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-18T06:14:37.979Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:14:47.531Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T06:14:47.545Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T06:15:37.971Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:15:37.972Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T06:15:37.972Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:15:37.978Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:15:37.978Z||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-18T06:15:37.978Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:15:47.525Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T06:15:47.528Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T06:16:37.971Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:16:37.972Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T06:16:37.972Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:16:37.978Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:16:37.979Z||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-18T06:16:37.979Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:16:47.519Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T06:16:47.553Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T06:17:37.971Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:17:37.972Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T06:17:37.972Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:17:37.978Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:17:37.978Z||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-18T06:17:37.979Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:17:47.522Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T06:17:47.581Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T06:18:37.971Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:18:37.972Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T06:18:37.972Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:18:37.978Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:18:37.978Z||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-18T06:18:37.978Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:18:47.546Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T06:18:47.547Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T06:19:37.971Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:19:37.972Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T06:19:37.972Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:19:37.978Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:19:37.978Z||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-18T06:19:37.979Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:19:47.527Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T06:19:47.552Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T06:20:37.971Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:20:37.972Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T06:20:37.972Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:20:37.978Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:20:37.978Z||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-18T06:20:37.978Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:20:47.557Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T06:20:47.559Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T06:21:37.971Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:21:37.972Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T06:21:37.973Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:21:37.978Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T06:21:37.978Z||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-18T06:21:37.978Z||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 SqtUncrJ6IPnBsAB) ...
2022-11-18T06:21:38.114Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T06:21:38.117Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:21:38.118Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48320a2a-f23b-4246-8cc6-505a230efb6a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668752475201,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-18T06:21:38.119Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-18T06:21:38.120Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:21:38.120Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48320a2a-f23b-4246-8cc6-505a230efb6a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668752472943,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-18T06:21:38.120Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-18T06:21:38.120Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:21:38.120Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48320a2a-f23b-4246-8cc6-505a230efb6a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668752472943,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-18T06:21:38.120Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-18T06:21:38.120Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:21:38.120Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48320a2a-f23b-4246-8cc6-505a230efb6a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668752475201,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-18T06:21:38.121Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-18T06:21:38.121Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:21:38.121Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48320a2a-f23b-4246-8cc6-505a230efb6a",
"consumerID": "cds",
"timestamp": 1668752481206,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-18T06:21:38.121Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-18T06:21:38.121Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:21:38.121Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48320a2a-f23b-4246-8cc6-505a230efb6a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668752482958,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-18T06:21:38.121Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:21:38.121Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:21:38.121Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48320a2a-f23b-4246-8cc6-505a230efb6a",
"consumerID": "cds",
"timestamp": 1668752481206,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-18T06:21:38.162Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-18T06:21:38.163Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:21:38.163Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48320a2a-f23b-4246-8cc6-505a230efb6a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668752484680,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-18T06:21:38.166Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:21:38.166Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:21:38.166Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48320a2a-f23b-4246-8cc6-505a230efb6a",
"consumerID": "cds",
"timestamp": 1668752483989,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-18T06:21:38.166Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:21:38.166Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:21:38.166Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48320a2a-f23b-4246-8cc6-505a230efb6a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668752485685,
"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=?
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-18T06:21:38.194Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 48320a2a-f23b-4246-8cc6-505a230efb6a
2022-11-18T06:21:38.194Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48320a2a-f23b-4246-8cc6-505a230efb6a 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-18T06:21:38.204Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:21:38.204Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48320a2a-f23b-4246-8cc6-505a230efb6a",
"consumerID": "cds",
"timestamp": 1668752485023,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-18T06:21:38.209Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 48320a2a-f23b-4246-8cc6-505a230efb6a
2022-11-18T06:21:38.210Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48320a2a-f23b-4246-8cc6-505a230efb6a 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-18T06:21:38.218Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:21:38.218Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48320a2a-f23b-4246-8cc6-505a230efb6a",
"consumerID": "ves-openapi-manager",
"timestamp": 1668752485005,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-18T06:21:38.219Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-18T06:21:38.219Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:21:38.219Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48320a2a-f23b-4246-8cc6-505a230efb6a",
"consumerID": "ves-openapi-manager",
"timestamp": 1668752485005,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-18T06:21:38.219Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-18T06:21:38.219Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:21:38.219Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "424bd7fd-a278-44ad-a265-f3fc998bd9b8",
"consumerID": "ves-openapi-manager",
"timestamp": 1668752485005,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/resourceInstances/pnfc58405d939000/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T06:21:38.219Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-18T06:21:38.219Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:21:38.219Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "424bd7fd-a278-44ad-a265-f3fc998bd9b8",
"consumerID": "ves-openapi-manager",
"timestamp": 1668752485005,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/resourceInstances/pnfc58405d939000/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-18T06:21:38.220Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-18T06:21:38.220Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:21:38.220Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "424bd7fd-a278-44ad-a265-f3fc998bd9b8",
"consumerID": "ves-openapi-manager",
"timestamp": 1668752485005,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/resourceInstances/pnfc58405d939000/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-18T06:21:38.220Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-18T06:21:38.220Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:21:38.220Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48320a2a-f23b-4246-8cc6-505a230efb6a",
"consumerID": "aai-ml",
"timestamp": 1668752487713,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-18T06:21:38.220Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-18T06:21:38.220Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:21:38.220Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48320a2a-f23b-4246-8cc6-505a230efb6a",
"consumerID": "aai-ml",
"timestamp": 1668752487713,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-18T06:21:38.220Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-18T06:21:38.220Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:21:38.220Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "424bd7fd-a278-44ad-a265-f3fc998bd9b8",
"consumerID": "ves-openapi-manager",
"timestamp": 1668752485005,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/resourceInstances/pnfc58405d939000/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T06:21:38.221Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-18T06:21:38.221Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:21:38.221Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "424bd7fd-a278-44ad-a265-f3fc998bd9b8",
"consumerID": "ves-openapi-manager",
"timestamp": 1668752485005,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/resourceInstances/pnfc58405d939000/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-18T06:21:38.221Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-18T06:21:38.221Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:21:38.221Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48320a2a-f23b-4246-8cc6-505a230efb6a",
"consumerID": "aai-ml",
"timestamp": 1668752490448,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-18T06:21:38.221Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:21:38.221Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:21:38.221Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "424bd7fd-a278-44ad-a265-f3fc998bd9b8",
"consumerID": "ves-openapi-manager",
"timestamp": 1668752485005,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/resourceInstances/pnfc58405d939000/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2022-11-18T06:21:38.221Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-18T06:21:38.221Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:21:38.221Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "424bd7fd-a278-44ad-a265-f3fc998bd9b8",
"consumerID": "ves-openapi-manager",
"timestamp": 1668752485005,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/artifacts/service-DemoPnfXkcrfirb4lcvaf2qafnq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-18T06:21:38.222Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-18T06:21:38.222Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:21:38.222Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "424bd7fd-a278-44ad-a265-f3fc998bd9b8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668752492943,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/resourceInstances/pnfc58405d939000/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T06:21:38.222Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-18T06:21:38.222Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:21:38.222Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "424bd7fd-a278-44ad-a265-f3fc998bd9b8",
"consumerID": "ves-openapi-manager",
"timestamp": 1668752485005,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/artifacts/service-DemoPnfXkcrfirb4lcvaf2qafnq-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-18T06:21:38.222Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-18T06:21:38.222Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:21:38.222Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "424bd7fd-a278-44ad-a265-f3fc998bd9b8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668752492943,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/resourceInstances/pnfc58405d939000/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-18T06:21:38.222Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-18T06:21:38.222Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:21:38.223Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48320a2a-f23b-4246-8cc6-505a230efb6a",
"consumerID": "aai-ml",
"timestamp": 1668752494515,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-18T06:21:38.223Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:21:38.223Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:21:38.223Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "424bd7fd-a278-44ad-a265-f3fc998bd9b8",
"consumerID": "ves-openapi-manager",
"timestamp": 1668752495875,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/resourceInstances/pnfc58405d939000/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-18T06:21:38.223Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T06:21:38.223Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:21:38.223Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "424bd7fd-a278-44ad-a265-f3fc998bd9b8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668752492943,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/resourceInstances/pnfc58405d939000/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-18T06:21:38.223Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-18T06:21:38.223Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:21:38.224Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48320a2a-f23b-4246-8cc6-505a230efb6a",
"consumerID": "aai-ml",
"timestamp": 1668752495520,
"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-18T06:21:38.229Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 48320a2a-f23b-4246-8cc6-505a230efb6a
2022-11-18T06:21:38.229Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48320a2a-f23b-4246-8cc6-505a230efb6a 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-18T06:21:38.237Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-18T06:21:38.237Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "424bd7fd-a278-44ad-a265-f3fc998bd9b8",
"consumerID": "cds",
"timestamp": 1668752496206,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/resourceInstances/pnfc58405d939000/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T06:21:38.238Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-18T06:21:38.619Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T06:21:38.620Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:21:38.620Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"48320a2a-f23b-4246-8cc6-505a230efb6a","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"7c3830bb-0ab0-44d1-808b-7f0e13baa683","serviceDescription":"service","serviceInvariantUUID":"08e7cfa6-748d-4509-b745-d20782d9a370","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"42931d86-9ebf-41a4-b3cf-7612107a999c","resourceInvariantUUID":"c6a3e9b1-a193-4136-a5b9-40c1e08e7323","resourceCustomizationUUID":"b4fca668-73d3-469c-ad53-9990cc828a0b","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":"OTBlNzRmMzEyMThjM2YwZjJmNTEzNTQ1NmI5ZTI2ZTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6b960a87-73ad-4494-a707-5637fd96ddd1","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YzcwZGRkYTAyN2MzZWFjNzUyYWJkZjMzYjZlZDUwZTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3cb1a3d1-3e9d-49d0-a75f-8b75ccd26fb8","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-18T06:21:38.625Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T06:21:38.625Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:21:38.628Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:21:38.628Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "48320a2a-f23b-4246-8cc6-505a230efb6a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668752497971,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-18T06:21:38.728Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:21:38.729Z||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-18T06:21:38.729Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:21:38.745Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T06:21:38.746Z||pool-35-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:21:39.628Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T06:21:39.630Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:21:39.632Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:21:39.632Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "48320a2a-f23b-4246-8cc6-505a230efb6a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668752497971,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-18T06:21:39.732Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:21:39.733Z||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-18T06:21:39.734Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:21:39.755Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T06:21:39.755Z||pool-36-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:21:40.634Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "48320a2a-f23b-4246-8cc6-505a230efb6a",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "7c3830bb-0ab0-44d1-808b-7f0e13baa683",
"serviceDescription": "service",
"serviceInvariantUUID": "08e7cfa6-748d-4509-b745-d20782d9a370",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "b4fca668-73d3-469c-ad53-9990cc828a0b",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "42931d86-9ebf-41a4-b3cf-7612107a999c",
"resourceInvariantUUID": "c6a3e9b1-a193-4136-a5b9-40c1e08e7323",
"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": "YzcwZGRkYTAyN2MzZWFjNzUyYWJkZjMzYjZlZDUwZTQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "3cb1a3d1-3e9d-49d0-a75f-8b75ccd26fb8"
}
],
"workloadContext": "Production"
}
2022-11-18T06:21:40.634Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-18T06:21:40.634Z|8faaab8e-4420-46e4-a52c-6d05e648b737|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7c3830bb-0ab0-44d1-808b-7f0e13baa683 ASDC
2022-11-18T06:21:40.635Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:48320a2a-f23b-4246-8cc6-505a230efb6a
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:7c3830bb-0ab0-44d1-808b-7f0e13baa683
ServiceInvariantUUID:08e7cfa6-748d-4509-b745-d20782d9a370
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:3cb1a3d1-3e9d-49d0-a75f-8b75ccd26fb8
ArtifactChecksum:YzcwZGRkYTAyN2MzZWFjNzUyYWJkZjMzYjZlZDUwZTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:b4fca668-73d3-469c-ad53-9990cc828a0b
ResourceInvariantUUID:c6a3e9b1-a193-4136-a5b9-40c1e08e7323
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:42931d86-9ebf-41a4-b3cf-7612107a999c
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-11-18T06:21:40.636Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7c3830bb-0ab0-44d1-808b-7f0e13baa683 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-18T06:21:40.668Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-18T06:21:40.669Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-18T06:21:40.669Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-18T06:21:40.670Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 3cb1a3d1-3e9d-49d0-a75f-8b75ccd26fb8 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-18T06:21:40.670Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-18T06:21:40.670Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-18T06:21:40.744Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-18T06:21:40.747Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 3cb1a3d1-3e9d-49d0-a75f-8b75ccd26fb8 57661
2022-11-18T06:21:40.747Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-11-18T06:21:40.748Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-18T06:21:40.748Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-18T06:21:40.749Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:21:40.751Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:21:40.751Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "48320a2a-f23b-4246-8cc6-505a230efb6a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668752500747,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-18T06:21:40.852Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:21:40.853Z||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-18T06:21:40.853Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:21:40.890Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T06:21:40.891Z||pool-37-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:21:41.752Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-18T06:21:41.754Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-18T06:21:41.754Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 3cb1a3d1-3e9d-49d0-a75f-8b75ccd26fb8, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-18T06:21:41.755Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-11-18T06:21:41.755Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-18T06:21:41.755Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-18T06:21:41.875Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8382242189802702885/Definitions/service-BasicNetwork-template.yml
2022-11-18T06:21:42.380Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-18T06:21:42.381Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-11-18T06:21:42.381Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-18T06:21:42.382Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-11-18T06:21:42.382Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-18T06:21:42.382Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-18T06:21:42.382Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-18T06:21:42.382Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-18T06:21:42.382Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-18T06:21:42.383Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-18T06:21:42.383Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-18T06:21:42.383Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-18T06:21:42.383Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-11-18T06:21:42.383Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T06:21:42.384Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:21:42.384Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-18T06:21:42.384Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-11-18T06:21:42.384Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-18T06:21:42.385Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T06:21:42.385Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:21:42.385Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-18T06:21:42.385Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-11-18T06:21:42.385Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-18T06:21:42.386Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T06:21:42.386Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:21:42.386Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T06:21:42.386Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:21:42.387Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T06:21:42.387Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:21:42.387Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T06:21:42.387Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:21:42.387Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T06:21:42.388Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:21:42.388Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:7c3830bb-0ab0-44d1-808b-7f0e13baa683
Model Version:NULL
Model InvariantUuid:08e7cfa6-748d-4509-b745-d20782d9a370
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:c6a3e9b1-a193-4136-a5b9-40c1e08e7323
Model UUID:2e641a66-ec66-412d-85a3-932dd09ae3c7
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:b4fca668-73d3-469c-ad53-9990cc828a0b
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-18T06:21:42.397Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||INFO|500||Processing Resource Type: VL, Model UUID: 42931d86-9ebf-41a4-b3cf-7612107a999c
2022-11-18T06:21:42.397Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||INFO|500||No resources found for Service: 7c3830bb-0ab0-44d1-808b-7f0e13baa683
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-18T06:21:42.403Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||INFO|500||
2022-11-18T06:21:42.403Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-11-18T06:21:42.404Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 7c3830bb-0ab0-44d1-808b-7f0e13baa683
2022-11-18T06:21:42.404Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 7c3830bb-0ab0-44d1-808b-7f0e13baa683
2022-11-18T06:21:42.404Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-11-18T06:21:42.405Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-18T06:21:42.412Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5d136e90, org.onap.sdc.toscaparser.api.parameters.Input@1175865b, org.onap.sdc.toscaparser.api.parameters.Input@7532e0b7, org.onap.sdc.toscaparser.api.parameters.Input@d1c951c, org.onap.sdc.toscaparser.api.parameters.Input@4bbd0dc1]
2022-11-18T06:21:42.413Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T06:21:42.414Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:21:42.414Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T06:21:42.414Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:21:42.415Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 7c3830bb-0ab0-44d1-808b-7f0e13baa683: Generic NeutronNet
2022-11-18T06:21:42.415Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T06:21:42.415Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:21:42.415Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T06:21:42.415Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-11-18T06:21:42.454Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T06:21:42.455Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:21:42.455Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T06:21:42.456Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:21:42.456Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T06:21:42.456Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:21:42.456Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-11-18T06:21:42.556Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-11-18T06:21:42.557Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-11-18T06:21:42.557Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-18T06:21:42.557Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-18T06:21:42.558Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:21:42.560Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:21:42.560Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "48320a2a-f23b-4246-8cc6-505a230efb6a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668752502557,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-18T06:21:42.660Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:21:42.661Z||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-18T06:21:42.661Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:21:42.676Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T06:21:42.677Z||pool-38-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:21:43.561Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 48320a2a-f23b-4246-8cc6-505a230efb6a
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-18T06:21:43.578Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 48320a2a-f23b-4246-8cc6-505a230efb6a
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-18T06:21:43.581Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-18T06:21:43.581Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-18T06:21:43.581Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-18T06:21:43.581Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-18T06:21:43.581Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-18T06:21:43.582Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-18T06:21:43.582Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-18T06:21:43.582Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-18T06:21:43.582Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-18T06:21:43.587Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-18T06:22:13.587Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 48320a2a-f23b-4246-8cc6-505a230efb6a 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-18T06:22:13.598Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 48320a2a-f23b-4246-8cc6-505a230efb6a and serviceModelVersionId: 7c3830bb-0ab0-44d1-808b-7f0e13baa683
2022-11-18T06:22:13.599Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 08e7cfa6-748d-4509-b745-d20782d9a370
2022-11-18T06:22:13.601Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/08e7cfa6-748d-4509-b745-d20782d9a370/model-vers/model-ver/7c3830bb-0ab0-44d1-808b-7f0e13baa683?depth=0
2022-11-18T06:22:13.608Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-11-18T06:22:13.675Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08e7cfa6-748d-4509-b745-d20782d9a370/model-vers/model-ver/7c3830bb-0ab0-44d1-808b-7f0e13baa683?depth=0|INFO|500||Invoke
2022-11-18T06:22:13.676Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08e7cfa6-748d-4509-b745-d20782d9a370/model-vers/model-ver/7c3830bb-0ab0-44d1-808b-7f0e13baa683?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08e7cfa6-748d-4509-b745-d20782d9a370/model-vers/model-ver/7c3830bb-0ab0-44d1-808b-7f0e13baa683?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[48320a2a-f23b-4246-8cc6-505a230efb6a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[59b707fa-d5a0-4995-b300-149c9c427b02], X-ECOMP-RequestID=[48320a2a-f23b-4246-8cc6-505a230efb6a], X-TransactionId=[], X-ONAP-RequestID=[48320a2a-f23b-4246-8cc6-505a230efb6a], Content-Type=[application/merge-patch+json]}
2022-11-18T06:22:13.704Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08e7cfa6-748d-4509-b745-d20782d9a370/model-vers/model-ver/7c3830bb-0ab0-44d1-808b-7f0e13baa683?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-18T06:22:13.794Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08e7cfa6-748d-4509-b745-d20782d9a370/model-vers/model-ver/7c3830bb-0ab0-44d1-808b-7f0e13baa683?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/08e7cfa6-748d-4509-b745-d20782d9a370/model-vers/model-ver/7c3830bb-0ab0-44d1-808b-7f0e13baa683?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221118-06:22:11:545-33462], vertex-id=[393440], Content-Length=[0], Date=[Fri, 18 Nov 2022 06:22:11 GMT], Content-Type=[application/json]}
2022-11-18T06:22:13.795Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08e7cfa6-748d-4509-b745-d20782d9a370/model-vers/model-ver/7c3830bb-0ab0-44d1-808b-7f0e13baa683?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-18T06:22:13.795Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08e7cfa6-748d-4509-b745-d20782d9a370/model-vers/model-ver/7c3830bb-0ab0-44d1-808b-7f0e13baa683?depth=0|INFO|500||InvokeReturn
2022-11-18T06:22:13.796Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-18T06:22:13.796Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-18T06:22:13.803Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-11-18T06:22:13.803Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 48320a2a-f23b-4246-8cc6-505a230efb6a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-18T06:22:13.804Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-18T06:22:13.805Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:22:13.807Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:22:13.807Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "48320a2a-f23b-4246-8cc6-505a230efb6a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668752533804,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-18T06:22:13.908Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-18T06:22:13.909Z||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-18T06:22:13.909Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:22:13.944Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T06:22:13.945Z||pool-39-thread-1|||||INFO|500||cambria reply ok (37 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-18T06:22:14.821Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T06:22:14.822Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"424bd7fd-a278-44ad-a265-f3fc998bd9b8","serviceName":"Demo_pNF_xKCRFIrB4lcVAf2QaFNQ","serviceVersion":"1.0","serviceUUID":"bf310434-43ec-4d96-b03b-394eb95bce20","serviceDescription":"catalog service description","serviceInvariantUUID":"8b722697-0387-4d1d-81af-19a46a7d4910","resources":[{"resourceInstanceName":"pNF c58405d9-3900 0","resourceName":"pNF c58405d9-3900","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"d086c85d-cafe-4261-a572-1187219878b6","resourceInvariantUUID":"df1e07eb-fe71-4c34-9e8b-792d9ff0843a","resourceCustomizationUUID":"70c09230-0e9c-45cd-9575-eeddccb2462d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/resourceInstances/pnfc58405d939000/artifacts/vf-license-model.xml","artifactChecksum":"YjQ3ZDA4YjA0ODdmYjJhMzc2ZDQ5YmEyMDE0ZjFlOGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0f310c10-fe5a-4f3f-9f91-dfabbc30a7f4","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/resourceInstances/pnfc58405d939000/artifacts/pNF.csar","artifactChecksum":"ZTM0OGFjYTg5ZGE3NDlmOTA1NGE4MTkxMzRhYzE5MWE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4457ed64-0eb7-472d-ba3a-a1005f7a7966","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/resourceInstances/pnfc58405d939000/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"402fe8f2-d0c0-47e5-9d4c-e6ed0045aab7","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/resourceInstances/pnfc58405d939000/artifacts/vendor-license-model.xml","artifactChecksum":"MGNlZjVhZjU4NjBkOGM2YjE2MDA1OGM1NGVhODIwMjI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7f4c8bc1-7016-44b4-9341-cecc99e606f6","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/resourceInstances/pnfc58405d939000/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a6383ac0-9991-4f3d-9630-6fbe9950c667","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/resourceInstances/pnfc58405d939000/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"43f30acf-1256-4e27-8f9d-357b58ca0100","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfXkcrfirb4lcvaf2qafnq-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/artifacts/service-DemoPnfXkcrfirb4lcvaf2qafnq-template.yml","artifactChecksum":"YTAwMWI0YTMyMDc2ZDQ1NmFiNWQ1OWU5ZmI2ODYwYjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ce2f4ee2-d3fe-4bf4-a30c-9c4e7224eab7","artifactVersion":"1"},{"artifactName":"service-DemoPnfXkcrfirb4lcvaf2qafnq-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/artifacts/service-DemoPnfXkcrfirb4lcvaf2qafnq-csar.csar","artifactChecksum":"ZmFlMTIzNGUzNGM0NWJhOTAyOGE1M2Q5YzczZWM4MzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"be700f48-42b2-427e-9344-418ac0eb33de","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-18T06:22:14.822Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T06:22:14.823Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:22:14.825Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:22:14.825Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "424bd7fd-a278-44ad-a265-f3fc998bd9b8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668752497971,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/resourceInstances/pnfc58405d939000/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T06:22:14.925Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:22:14.926Z||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-18T06:22:14.926Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:22:14.938Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T06:22:14.938Z||pool-40-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-18T06:22:15.825Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T06:22:15.826Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:22:15.829Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:22:15.829Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "424bd7fd-a278-44ad-a265-f3fc998bd9b8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668752497971,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/resourceInstances/pnfc58405d939000/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-18T06:22:15.929Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:22:15.930Z||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-18T06:22:15.930Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:22:15.942Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T06:22:15.942Z||pool-41-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:22:16.830Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T06:22:16.830Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:22:16.833Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:22:16.833Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "424bd7fd-a278-44ad-a265-f3fc998bd9b8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668752497971,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/resourceInstances/pnfc58405d939000/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-18T06:22:16.933Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:22:16.934Z||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-18T06:22:16.935Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:22:16.947Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T06:22:16.948Z||pool-42-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:22:17.834Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T06:22:17.834Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:22:17.836Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:22:17.837Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "424bd7fd-a278-44ad-a265-f3fc998bd9b8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668752497971,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/resourceInstances/pnfc58405d939000/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-18T06:22:17.937Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:22:17.938Z||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-18T06:22:17.938Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:22:17.948Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T06:22:17.948Z||pool-43-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:22:18.837Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T06:22:18.838Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:22:18.841Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:22:18.841Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "424bd7fd-a278-44ad-a265-f3fc998bd9b8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668752497971,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/resourceInstances/pnfc58405d939000/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-18T06:22:18.941Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:22:18.942Z||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-18T06:22:18.942Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:22:18.966Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T06:22:18.967Z||pool-44-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-11-18T06:22:19.842Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T06:22:19.843Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:22:19.846Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:22:19.846Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "424bd7fd-a278-44ad-a265-f3fc998bd9b8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668752497971,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/resourceInstances/pnfc58405d939000/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-18T06:22:19.946Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:22:19.947Z||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-18T06:22:19.947Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:22:19.959Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T06:22:19.960Z||pool-45-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:22:20.847Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T06:22:20.849Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:22:20.852Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:22:20.852Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "424bd7fd-a278-44ad-a265-f3fc998bd9b8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668752497971,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/artifacts/service-DemoPnfXkcrfirb4lcvaf2qafnq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-18T06:22:20.952Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:22:20.953Z||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-18T06:22:20.953Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:22:20.965Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T06:22:20.966Z||pool-46-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:22:21.852Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T06:22:21.854Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:22:21.856Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:22:21.856Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "424bd7fd-a278-44ad-a265-f3fc998bd9b8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668752497971,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/artifacts/service-DemoPnfXkcrfirb4lcvaf2qafnq-csar.csar",
"status": "NOTIFIED"
}
2022-11-18T06:22:21.956Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:22:21.957Z||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-18T06:22:21.958Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:22:21.970Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T06:22:21.970Z||pool-47-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:22:22.857Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "424bd7fd-a278-44ad-a265-f3fc998bd9b8",
"serviceName": "Demo_pNF_xKCRFIrB4lcVAf2QaFNQ",
"serviceVersion": "1.0",
"serviceUUID": "bf310434-43ec-4d96-b03b-394eb95bce20",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "8b722697-0387-4d1d-81af-19a46a7d4910",
"resources": [
{
"resourceInstanceName": "pNF c58405d9-3900 0",
"resourceCustomizationUUID": "70c09230-0e9c-45cd-9575-eeddccb2462d",
"resourceName": "pNF c58405d9-3900",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "d086c85d-cafe-4261-a572-1187219878b6",
"resourceInvariantUUID": "df1e07eb-fe71-4c34-9e8b-792d9ff0843a",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfXkcrfirb4lcvaf2qafnq-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/artifacts/service-DemoPnfXkcrfirb4lcvaf2qafnq-csar.csar",
"artifactChecksum": "ZmFlMTIzNGUzNGM0NWJhOTAyOGE1M2Q5YzczZWM4MzU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "be700f48-42b2-427e-9344-418ac0eb33de"
}
],
"workloadContext": "Production"
}
2022-11-18T06:22:22.858Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-18T06:22:22.858Z|48320a2a-f23b-4246-8cc6-505a230efb6a|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 bf310434-43ec-4d96-b03b-394eb95bce20 ASDC
2022-11-18T06:22:22.859Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:424bd7fd-a278-44ad-a265-f3fc998bd9b8
ServiceName:Demo_pNF_xKCRFIrB4lcVAf2QaFNQ
ServiceVersion:1.0
ServiceUUID:bf310434-43ec-4d96-b03b-394eb95bce20
ServiceInvariantUUID:8b722697-0387-4d1d-81af-19a46a7d4910
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfXkcrfirb4lcvaf2qafnq-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/artifacts/service-DemoPnfXkcrfirb4lcvaf2qafnq-csar.csar
ArtifactUUID:be700f48-42b2-427e-9344-418ac0eb33de
ArtifactChecksum:ZmFlMTIzNGUzNGM0NWJhOTAyOGE1M2Q5YzczZWM4MzU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF c58405d9-3900 0
ResourceCustomizationUUID:70c09230-0e9c-45cd-9575-eeddccb2462d
ResourceInvariantUUID:df1e07eb-fe71-4c34-9e8b-792d9ff0843a
ResourceName:pNF c58405d9-3900
ResourceType:PNF
ResourceUUID:d086c85d-cafe-4261-a572-1187219878b6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-11-18T06:22:22.859Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bf310434-43ec-4d96-b03b-394eb95bce20 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-18T06:22:22.891Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-18T06:22:22.892Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-18T06:22:22.892Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-18T06:22:22.893Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: be700f48-42b2-427e-9344-418ac0eb33de from URL: /sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/artifacts/service-DemoPnfXkcrfirb4lcvaf2qafnq-csar.csar
2022-11-18T06:22:22.893Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-18T06:22:22.894Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/artifacts/service-DemoPnfXkcrfirb4lcvaf2qafnq-csar.csar
2022-11-18T06:22:22.961Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-18T06:22:22.966Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/artifacts/service-DemoPnfXkcrfirb4lcvaf2qafnq-csar.csar be700f48-42b2-427e-9344-418ac0eb33de 87780
2022-11-18T06:22:22.966Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/artifacts/service-DemoPnfXkcrfirb4lcvaf2qafnq-csar.csar ASDC sendASDCNotification
2022-11-18T06:22:22.966Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/artifacts/service-DemoPnfXkcrfirb4lcvaf2qafnq-csar.csar
2022-11-18T06:22:22.966Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-18T06:22:22.966Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T06:22:22.968Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T06:22:22.968Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "424bd7fd-a278-44ad-a265-f3fc998bd9b8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668752542966,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/artifacts/service-DemoPnfXkcrfirb4lcvaf2qafnq-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-18T06:22:23.069Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T06:22:23.069Z||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-18T06:22:23.070Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqtUncrJ6IPnBsAB) ...
2022-11-18T06:22:23.081Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-18T06:22:23.081Z||pool-48-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-18T06:22:23.969Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-18T06:22:23.970Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-18T06:22:23.970Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: be700f48-42b2-427e-9344-418ac0eb33de, URL: /sdc/v1/catalog/services/DemoPnfXkcrfirb4lcvaf2qafnq/1.0/artifacts/service-DemoPnfXkcrfirb4lcvaf2qafnq-csar.csar to file: /app/ASDC/1/service-DemoPnfXkcrfirb4lcvaf2qafnq-csar.csar
2022-11-18T06:22:23.971Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfXkcrfirb4lcvaf2qafnq-csar.csar
2022-11-18T06:22:23.972Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfXkcrfirb4lcvaf2qafnq-csar.csar
2022-11-18T06:22:23.972Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfXkcrfirb4lcvaf2qafnq-csar.csar
2022-11-18T06:22:24.196Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2094208034247193870/Definitions/service-DemoPnfXkcrfirb4lcvaf2qafnq-template.yml
2022-11-18T06:22:25.088Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-18T06:22:25.088Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-11-18T06:22:25.089Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfXkcrfirb4lcvaf2qafnq-csar.csar
2022-11-18T06:22:25.089Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-18T06:22:25.089Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||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-DemoPnfXkcrfirb4lcvaf2qafnq-csar.csar
2022-11-18T06:22:25.089Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfXkcrfirb4lcvaf2qafnq-csar.csar
2022-11-18T06:22:25.090Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||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-DemoPnfXkcrfirb4lcvaf2qafnq-csar.csar
2022-11-18T06:22:25.090Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||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-DemoPnfXkcrfirb4lcvaf2qafnq-csar.csar
2022-11-18T06:22:25.090Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||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-DemoPnfXkcrfirb4lcvaf2qafnq-csar.csar
2022-11-18T06:22:25.090Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfXkcrfirb4lcvaf2qafnq-csar.csar
2022-11-18T06:22:25.091Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF c58405d9-3900 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-DemoPnfXkcrfirb4lcvaf2qafnq-csar.csar
2022-11-18T06:22:25.091Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-11-18T06:22:25.091Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T06:22:25.091Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_xKCRFIrB4lcVAf2QaFNQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:22:25.092Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||Node template pNF c58405d9-3900 0 is matching search criteria
2022-11-18T06:22:25.092Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-11-18T06:22:25.092Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF c58405d9-3900 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-18T06:22:25.093Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T06:22:25.093Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_xKCRFIrB4lcVAf2QaFNQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:22:25.093Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||Node template pNF c58405d9-3900 0 is matching search criteria
2022-11-18T06:22:25.093Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-11-18T06:22:25.094Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF c58405d9-3900 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-18T06:22:25.094Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T06:22:25.094Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_xKCRFIrB4lcVAf2QaFNQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:22:25.095Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T06:22:25.095Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_xKCRFIrB4lcVAf2QaFNQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:22:25.096Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T06:22:25.096Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_xKCRFIrB4lcVAf2QaFNQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:22:25.096Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T06:22:25.096Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_xKCRFIrB4lcVAf2QaFNQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:22:25.097Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T06:22:25.097Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_xKCRFIrB4lcVAf2QaFNQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:22:25.097Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_xKCRFIrB4lcVAf2QaFNQ
Description:catalog service description
Model UUID:bf310434-43ec-4d96-b03b-394eb95bce20
Model Version:NULL
Model InvariantUuid:8b722697-0387-4d1d-81af-19a46a7d4910
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-18T06:22:25.107Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: d086c85d-cafe-4261-a572-1187219878b6
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-18T06:22:25.111Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||INFO|500||pNF c58405d9-3900 0
2022-11-18T06:22:25.111Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: d086c85d-cafe-4261-a572-1187219878b6
2022-11-18T06:22:25.112Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||No resources found for Service: bf310434-43ec-4d96-b03b-394eb95bce20
2022-11-18T06:22:25.112Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: bf310434-43ec-4d96-b03b-394eb95bce20
2022-11-18T06:22:25.112Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF c58405d9-3900 0 d086c85d-cafe-4261-a572-1187219878b6 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-18T06:22:25.120Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@592a6ab3, org.onap.sdc.toscaparser.api.parameters.Input@6236ed0f, org.onap.sdc.toscaparser.api.parameters.Input@5777cb90, org.onap.sdc.toscaparser.api.parameters.Input@1f0fc5bb, org.onap.sdc.toscaparser.api.parameters.Input@15fa5b1b]
2022-11-18T06:22:25.120Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-18T06:22:25.120Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_xKCRFIrB4lcVAf2QaFNQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T06:22:25.121Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid bf310434-43ec-4d96-b03b-394eb95bce20: pNF c58405d9-3900
2022-11-18T06:22:25.121Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||INFO|500||Processing PNF resource: d086c85d-cafe-4261-a572-1187219878b6
2022-11-18T06:22:25.121Z|424bd7fd-a278-44ad-a265-f3fc998bd9b8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery