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-12-16T05:24:52.680Z||main|||||INFO|500||The following profiles are active: basic
2022-12-16T05:25:07.792Z||main|||||INFO|500||Starting service [Tomcat]
2022-12-16T05:25:07.792Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-12-16T05:25:07.933Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-12-16T05:25:13.295Z||main|||||INFO|500||catdb-pool - Starting...
2022-12-16T05:25:13.771Z||main|||||INFO|500||catdb-pool - Start completed.
2022-12-16T05:25:14.344Z||main|||||INFO|500||reqdb-pool - Starting...
2022-12-16T05:25:14.352Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-12-16T05:25:14.516Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-12-16T05:25:14.782Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-12-16T05:25:15.485Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-12-16T05:25:17.747Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-12-16T05:25:20.963Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-12-16T05:25:21.027Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-12-16T05:25:21.726Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-12-16T05:25:22.131Z||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-12-16T05:25:23.809Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-12-16T05:25:25.209Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-12-16T05:25:25.238Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint:
java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source)
at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155)
at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70)
at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$1cee29c1.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-12-16T05:25:25.240Z||main|||||WARN|500||The sdc end point is not alive
2022-12-16T05:25:29.998Z||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-12-16T05:25:33.354Z||main|||||WARN|500||---
2022-12-16T05:25:33.355Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-12-16T05:25:33.355Z||main|||||WARN|500||---
2022-12-16T05:25:33.805Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-12-16T05:25:40.260Z||main|||||INFO|500||Started Application in 51.652 seconds (JVM running for 54.169)
2022-12-16T05:25:40.310Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-12-16T05:25:40.340Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-12-16T05:25:40.368Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-12-16T05:25:40.414Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-12-16T05:25:40.512Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e1e47c19-7e03-4e84-bb48-567e1e26697b url= /sdc/v1/artifactTypes
2022-12-16T05:25:40.513Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-12-16T05:25:41.062Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-12-16T05:25:41.120Z||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-12-16T05:25:41.168Z||scheduling-1|||||DEBUG|500||create keys
2022-12-16T05:25:41.189Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-12-16T05:25:41.229Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T05:25:41.267Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 70b14fe7-ccdb-46b0-884e-7c789470bb9a url= /sdc/v1/registerForDistribution
2022-12-16T05:25:41.361Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 70b14fe7-ccdb-46b0-884e-7c789470bb9a url= /sdc/v1/registerForDistribution
2022-12-16T05:25:41.362Z||scheduling-1|||||INFO|500||start DistributionClient
2022-12-16T05:25:41.429Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:25:41.440Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:25:41.456Z||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-12-16T05:25:41.456Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:25:41.442Z||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-12-16T05:25:41.442Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-12-16T05:25:41.469Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:25:51.920Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T05:25:51.926Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T05:26:41.383Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:26:41.384Z||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-12-16T05:26:41.385Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:26:41.387Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:26:41.388Z||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-12-16T05:26:41.389Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:26:50.953Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T05:26:50.957Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T05:27:41.386Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:27:41.390Z||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-12-16T05:27:41.390Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:27:41.386Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:27:41.396Z||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-12-16T05:27:41.396Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:27:50.960Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T05:27:50.965Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T05:28:41.383Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:28:41.385Z||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-12-16T05:28:41.385Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:28:41.386Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:28:41.388Z||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-12-16T05:28:41.388Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:28:50.945Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T05:28:50.945Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T05:29:41.383Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:29:41.384Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T05:29:41.384Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as So2y2X3OlwYoj1H8) ...
2022-12-16T05:29:41.387Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:29:41.388Z||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-12-16T05:29:41.388Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:29:50.930Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T05:29:50.930Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T05:30:41.383Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:30:41.387Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:30:41.388Z||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-12-16T05:30:41.389Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:30:41.391Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T05:30:41.391Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as So2y2X3OlwYoj1H8) ...
2022-12-16T05:30:50.934Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T05:30:50.942Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T05:31:41.383Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:31:41.385Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T05:31:41.386Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as So2y2X3OlwYoj1H8) ...
2022-12-16T05:31:41.387Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:31:41.387Z||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-12-16T05:31:41.388Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:31:50.930Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T05:31:50.932Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T05:32:41.383Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:32:41.384Z||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-12-16T05:32:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:32:41.387Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:32:41.389Z||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-12-16T05:32:41.390Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:32:50.948Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T05:32:50.948Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T05:33:41.384Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:33:41.387Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:33:41.388Z||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-12-16T05:33:41.388Z||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-12-16T05:33:41.389Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:33:41.389Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:33:50.938Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T05:33:50.941Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T05:34:41.383Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:34:41.384Z||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-12-16T05:34:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:34:41.387Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:34:41.387Z||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-12-16T05:34:41.388Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:34:50.947Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T05:34:50.947Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T05:35:41.383Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:35:41.384Z||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-12-16T05:35:41.385Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:35:41.387Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:35:41.388Z||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-12-16T05:35:41.388Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:35:45.116Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-12-16T05:35:50.946Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T05:35:50.946Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T05:36:41.383Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:36:41.384Z||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-12-16T05:36:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:36:41.387Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:36:41.389Z||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-12-16T05:36:41.389Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:36:50.953Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T05:36:50.952Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T05:37:41.383Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:37:41.385Z||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-12-16T05:37:41.385Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:37:41.387Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:37:41.387Z||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-12-16T05:37:41.388Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:37:50.951Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T05:37:50.951Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T05:38:41.383Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:38:41.384Z||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-12-16T05:38:41.385Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:38:41.387Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:38:41.388Z||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-12-16T05:38:41.388Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:38:50.953Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T05:38:50.963Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T05:39:41.383Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:39:41.384Z||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-12-16T05:39:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:39:41.386Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:39:41.388Z||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-12-16T05:39:41.388Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:39:50.929Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T05:39:50.929Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T05:40:41.384Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:40:41.386Z||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-12-16T05:40:41.386Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:40:41.387Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:40:41.387Z||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-12-16T05:40:41.388Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:40:50.952Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T05:40:50.954Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T05:41:41.383Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:41:41.384Z||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-12-16T05:41:41.385Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:41:41.386Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:41:41.387Z||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-12-16T05:41:41.387Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:41:50.946Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T05:41:50.946Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T05:42:41.383Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:42:41.384Z||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-12-16T05:42:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:42:41.387Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:42:41.389Z||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-12-16T05:42:41.390Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:42:50.947Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T05:42:50.949Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T05:43:41.383Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:43:41.384Z||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-12-16T05:43:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:43:41.387Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:43:41.387Z||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-12-16T05:43:41.388Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:43:50.942Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T05:43:50.942Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T05:44:41.383Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:44:41.385Z||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-12-16T05:44:41.385Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:44:41.386Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:44:41.387Z||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-12-16T05:44:41.387Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:44:50.953Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T05:44:50.953Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T05:45:41.383Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:45:41.384Z||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-12-16T05:45:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:45:41.387Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:45:41.387Z||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-12-16T05:45:41.388Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:45:50.929Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T05:45:50.933Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T05:46:41.383Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:46:41.384Z||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-12-16T05:46:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:46:41.387Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:46:41.388Z||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-12-16T05:46:41.388Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:46:50.932Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T05:46:50.932Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T05:47:41.384Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:47:41.386Z||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-12-16T05:47:41.387Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:47:41.387Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:47:41.387Z||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-12-16T05:47:41.388Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:47:50.933Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T05:47:50.934Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T05:48:41.383Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:48:41.384Z||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-12-16T05:48:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:48:41.387Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:48:41.387Z||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-12-16T05:48:41.387Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:48:50.927Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T05:48:50.931Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T05:49:41.383Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:49:41.384Z||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-12-16T05:49:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:49:41.387Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:49:41.387Z||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-12-16T05:49:41.388Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:49:50.965Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T05:49:50.966Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T05:50:41.383Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:50:41.384Z||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-12-16T05:50:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:50:41.386Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:50:41.387Z||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-12-16T05:50:41.387Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:50:50.929Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T05:50:50.929Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T05:51:41.383Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:51:41.384Z||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-12-16T05:51:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:51:41.387Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:51:41.387Z||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-12-16T05:51:41.388Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:51:50.936Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T05:51:50.937Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T05:52:41.383Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:52:41.384Z||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-12-16T05:52:41.385Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:52:41.387Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:52:41.388Z||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-12-16T05:52:41.388Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:52:50.931Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T05:52:50.939Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T05:53:41.383Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:53:41.384Z||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-12-16T05:53:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:53:41.387Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:53:41.388Z||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-12-16T05:53:41.388Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:53:50.934Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T05:53:50.936Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T05:54:41.383Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:54:41.385Z||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-12-16T05:54:41.386Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:54:41.387Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:54:41.388Z||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-12-16T05:54:41.388Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:54:50.941Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T05:54:50.941Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T05:55:41.384Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:55:41.386Z||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-12-16T05:55:41.386Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:55:41.387Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:55:41.388Z||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-12-16T05:55:41.389Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:55:50.939Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T05:55:50.940Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T05:56:41.383Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:56:41.384Z||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-12-16T05:56:41.385Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:56:41.387Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:56:41.387Z||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-12-16T05:56:41.387Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:56:50.945Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T05:56:50.946Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T05:57:41.383Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:57:41.384Z||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-12-16T05:57:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:57:41.386Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:57:41.387Z||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-12-16T05:57:41.387Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:57:50.946Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T05:57:50.946Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T05:58:41.383Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:58:41.384Z||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-12-16T05:58:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:58:41.388Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:58:41.388Z||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-12-16T05:58:41.388Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:58:50.954Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T05:58:50.954Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T05:59:41.383Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:59:41.384Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T05:59:41.384Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as So2y2X3OlwYoj1H8) ...
2022-12-16T05:59:41.387Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T05:59:41.387Z||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-12-16T05:59:41.387Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T05:59:50.946Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T05:59:50.946Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:00:41.383Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:00:41.384Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:00:41.384Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:00:41.386Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:00:41.387Z||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-12-16T06:00:41.387Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:00:50.944Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:00:50.944Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:01:41.383Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:01:41.384Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:01:41.384Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:01:41.386Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:01:41.388Z||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-12-16T06:01:41.388Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:01:50.945Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:01:50.945Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:02:41.383Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:02:41.385Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-16T06:02:41.385Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:02:41.387Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:02:41.388Z||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-12-16T06:02:41.388Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:02:50.940Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:02:50.944Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:03:41.383Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:03:41.385Z||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-12-16T06:03:41.385Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:03:41.387Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:03:41.388Z||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-12-16T06:03:41.388Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:03:50.959Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:03:50.959Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:04:41.383Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:04:41.384Z||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-12-16T06:04:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:04:41.387Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:04:41.387Z||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-12-16T06:04:41.388Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:04:50.937Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:04:50.938Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:05:41.383Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:05:41.384Z||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-12-16T06:05:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:05:41.386Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:05:41.387Z||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-12-16T06:05:41.387Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:05:50.927Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:05:50.929Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:06:41.383Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:06:41.384Z||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-12-16T06:06:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:06:41.387Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:06:41.388Z||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-12-16T06:06:41.388Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:06:50.957Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:06:50.963Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:07:41.383Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:07:41.384Z||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-12-16T06:07:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:07:41.386Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:07:41.388Z||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-12-16T06:07:41.388Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:07:50.974Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:07:50.977Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:08:41.383Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:08:41.384Z||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-12-16T06:08:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:08:41.387Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:08:41.388Z||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-12-16T06:08:41.388Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:08:50.952Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:08:50.952Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:09:41.383Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:09:41.384Z||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-12-16T06:09:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:09:41.387Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:09:41.387Z||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-12-16T06:09:41.387Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:09:50.953Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:09:50.957Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:10:41.384Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:10:41.387Z||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-12-16T06:10:41.387Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:10:41.389Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:10:41.390Z||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-12-16T06:10:41.390Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:10:50.933Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:10:50.938Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:11:41.383Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:11:41.385Z||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-12-16T06:11:41.385Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:11:41.387Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:11:41.389Z||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-12-16T06:11:41.389Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:11:50.936Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:11:50.966Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:12:41.383Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:12:41.384Z||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-12-16T06:12:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:12:41.389Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:12:41.390Z||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-12-16T06:12:41.390Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:12:50.979Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:12:50.979Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:13:41.383Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:13:41.384Z||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-12-16T06:13:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:13:41.386Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:13:41.392Z||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-12-16T06:13:41.392Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:13:50.933Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:13:50.965Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:14:41.383Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:14:41.385Z||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-12-16T06:14:41.385Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:14:41.386Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:14:41.387Z||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-12-16T06:14:41.387Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:14:50.963Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:14:50.963Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:15:41.383Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:15:41.384Z||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-12-16T06:15:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:15:41.386Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:15:41.387Z||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-12-16T06:15:41.387Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:15:50.928Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:15:50.929Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:16:41.383Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:16:41.384Z||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-12-16T06:16:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:16:41.387Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:16:41.388Z||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-12-16T06:16:41.388Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:16:50.969Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:16:50.970Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:17:41.383Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:17:41.384Z||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-12-16T06:17:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:17:41.386Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:17:41.387Z||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-12-16T06:17:41.387Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:17:50.926Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:17:50.928Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:18:41.383Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:18:41.386Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:18:41.387Z||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-12-16T06:18:41.387Z||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-12-16T06:18:41.387Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:18:41.387Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:18:50.941Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:18:50.979Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:19:41.383Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:19:41.386Z||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-12-16T06:19:41.386Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:19:41.387Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:19:41.388Z||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-12-16T06:19:41.388Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:19:50.966Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:19:50.979Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:20:41.383Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:20:41.384Z||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-12-16T06:20:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:20:41.387Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:20:41.387Z||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-12-16T06:20:41.387Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:20:50.934Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:20:50.937Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:21:41.383Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:21:41.386Z||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-12-16T06:21:41.386Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:21:41.388Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:21:41.388Z||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-12-16T06:21:41.388Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:21:50.967Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:21:50.968Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:22:41.383Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:22:41.384Z||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-12-16T06:22:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:22:41.386Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:22:41.387Z||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-12-16T06:22:41.387Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:22:50.928Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:22:50.934Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:23:41.383Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:23:41.384Z||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-12-16T06:23:41.385Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:23:41.387Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:23:41.388Z||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-12-16T06:23:41.388Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:23:50.966Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:23:50.966Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:24:41.383Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:24:41.384Z||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-12-16T06:24:41.385Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:24:41.387Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:24:41.388Z||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-12-16T06:24:41.388Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:24:50.939Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:24:50.940Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:25:41.383Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:25:41.384Z||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-12-16T06:25:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:25:41.387Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:25:41.387Z||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-12-16T06:25:41.387Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:25:50.939Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:25:50.948Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:26:41.384Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:26:41.387Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:26:41.387Z||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-12-16T06:26:41.387Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:26:41.387Z||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-12-16T06:26:41.387Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:26:47.078Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:26:47.080Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:26:47.081Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
"consumerID": "cds-sdc-listener",
"timestamp": 1671171965175,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-16T06:26:47.112Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-16T06:26:47.482Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:26:47.484Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-16T06:26:47.484Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"e9076c5a-317f-48e6-9c70-5d493d86b126","serviceName":"vFW 2022-12-16 06-25-53","serviceVersion":"1.0","serviceUUID":"ffe7db4b-1624-4548-be86-ad698299016a","serviceDescription":"catalog service description","serviceInvariantUUID":"b826bc41-5edd-46b7-bfcc-12edbadbdb24","resources":[{"resourceInstanceName":"vFW 6966f23a-1f6a 0","resourceName":"vFW 6966f23a-1f6a","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6fd45354-f45c-4729-86c4-9a896b9f95b1","resourceInvariantUUID":"6eb4f36e-87fc-48d9-a483-db7ee4b80da3","resourceCustomizationUUID":"9b23a26a-bd71-483e-9e85-d14d3ced1496","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/vf-license-model.xml","artifactChecksum":"YjQ1MzY4MTg3MWY2OWE4YWE1NzlmNTg2ZjA2NjNhMzU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"61f63ef8-ef86-466a-b84f-b357dede1d84","artifactVersion":"1"},{"artifactName":"vfw6966f23a1f6a0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/vfw6966f23a1f6a0_modules.json","artifactChecksum":"YzRiYmQ3ODZjNGJlNGRiMjA4NDgyMzdhMTEyMmRmMTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"dafacf2e-b69d-4f64-b395-fae49244a26d","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e4c711c2-0628-4403-a78d-866e5d24e937","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/vendor-license-model.xml","artifactChecksum":"ZTRhNDgxNDMwOTgyNDIzMDdhN2NjYzA1Mzk0NDFhYTE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7c7c9235-e2a9-45a7-a52c-8f22be692c16","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"be263662-81d9-4749-943d-348a8cb23bc1","artifactVersion":"2","generatedFromUUID":"e4c711c2-0628-4403-a78d-866e5d24e937"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221216062553-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221216062553/1.0/artifacts/service-Vfw20221216062553-template.yml","artifactChecksum":"ZjRhNDMzMzE2NmMzNjEzZDk3ZmJjYTUzOTI5MDY1Njg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3f7af881-df6c-4b37-8688-a44f10e9054a","artifactVersion":"1"},{"artifactName":"service-Vfw20221216062553-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221216062553/1.0/artifacts/service-Vfw20221216062553-csar.csar","artifactChecksum":"MGY4YWEyN2YxYThkNGNlNzI1MTQzNmI4Yzc0ZjQ2NTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2b1aafc8-de3f-43c2-b713-4cd9ca7ad0a3","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-16T06:26:47.497Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-16T06:26:47.508Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:26:47.524Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:26:47.524Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671172001383,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-16T06:26:47.624Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-12-16T06:26:47.629Z||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-12-16T06:26:47.630Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:26:47.643Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:26:47.644Z||pool-3-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-12-16T06:26:48.535Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-16T06:26:48.536Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:26:48.540Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:26:48.540Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671172001383,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/vfw6966f23a1f6a0_modules.json",
"status": "NOTIFIED"
}
2022-12-16T06:26:48.640Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T06:26:48.642Z||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-12-16T06:26:48.642Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:26:48.653Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:26:48.653Z||pool-4-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-16T06:26:49.541Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-16T06:26:49.541Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:26:49.544Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:26:49.544Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671172001383,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-12-16T06:26:49.644Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T06:26:49.645Z||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-12-16T06:26:49.646Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:26:49.672Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:26:49.673Z||pool-5-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-12-16T06:26:50.545Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-16T06:26:50.546Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:26:50.549Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:26:50.549Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671172001383,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-16T06:26:50.649Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T06:26:50.650Z||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-12-16T06:26:50.650Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:26:50.664Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:26:50.665Z||pool-6-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-16T06:26:51.550Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-16T06:26:51.551Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:26:51.554Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:26:51.554Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671172001383,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-12-16T06:26:51.654Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T06:26:51.655Z||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-12-16T06:26:51.656Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:26:51.671Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:26:51.672Z||pool-7-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-12-16T06:26:52.555Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-16T06:26:52.556Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:26:52.559Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:26:52.559Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671172001383,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/artifacts/service-Vfw20221216062553-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-16T06:26:52.659Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T06:26:52.660Z||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-12-16T06:26:52.660Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:26:52.671Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:26:52.672Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-16T06:26:53.560Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-16T06:26:53.561Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:26:53.565Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:26:53.565Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671172001383,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/artifacts/service-Vfw20221216062553-csar.csar",
"status": "NOTIFIED"
}
2022-12-16T06:26:53.665Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T06:26:53.666Z||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-12-16T06:26:53.666Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:26:53.678Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:26:53.679Z||pool-9-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-16T06:26:54.567Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
"serviceName": "vFW 2022-12-16 06-25-53",
"serviceVersion": "1.0",
"serviceUUID": "ffe7db4b-1624-4548-be86-ad698299016a",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "b826bc41-5edd-46b7-bfcc-12edbadbdb24",
"resources": [
{
"resourceInstanceName": "vFW 6966f23a-1f6a 0",
"resourceCustomizationUUID": "9b23a26a-bd71-483e-9e85-d14d3ced1496",
"resourceName": "vFW 6966f23a-1f6a",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "6fd45354-f45c-4729-86c4-9a896b9f95b1",
"resourceInvariantUUID": "6eb4f36e-87fc-48d9-a483-db7ee4b80da3",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw6966f23a1f6a0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/vfw6966f23a1f6a0_modules.json",
"artifactChecksum": "YzRiYmQ3ODZjNGJlNGRiMjA4NDgyMzdhMTEyMmRmMTM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "dafacf2e-b69d-4f64-b395-fae49244a26d",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "e4c711c2-0628-4403-a78d-866e5d24e937",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "be263662-81d9-4749-943d-348a8cb23bc1",
"generatedFromUUID": "e4c711c2-0628-4403-a78d-866e5d24e937"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "be263662-81d9-4749-943d-348a8cb23bc1",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20221216062553-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/artifacts/service-Vfw20221216062553-csar.csar",
"artifactChecksum": "MGY4YWEyN2YxYThkNGNlNzI1MTQzNmI4Yzc0ZjQ2NTM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "2b1aafc8-de3f-43c2-b713-4cd9ca7ad0a3"
}
],
"workloadContext": "Production"
}
2022-12-16T06:26:54.569Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-16T06:26:54.569Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ffe7db4b-1624-4548-be86-ad698299016a ASDC
2022-12-16T06:26:54.712Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:e9076c5a-317f-48e6-9c70-5d493d86b126
ServiceName:vFW 2022-12-16 06-25-53
ServiceVersion:1.0
ServiceUUID:ffe7db4b-1624-4548-be86-ad698299016a
ServiceInvariantUUID:b826bc41-5edd-46b7-bfcc-12edbadbdb24
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221216062553-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221216062553/1.0/artifacts/service-Vfw20221216062553-csar.csar
ArtifactUUID:2b1aafc8-de3f-43c2-b713-4cd9ca7ad0a3
ArtifactChecksum:MGY4YWEyN2YxYThkNGNlNzI1MTQzNmI4Yzc0ZjQ2NTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 6966f23a-1f6a 0
ResourceCustomizationUUID:9b23a26a-bd71-483e-9e85-d14d3ced1496
ResourceInvariantUUID:6eb4f36e-87fc-48d9-a483-db7ee4b80da3
ResourceName:vFW 6966f23a-1f6a
ResourceType:VF
ResourceUUID:6fd45354-f45c-4729-86c4-9a896b9f95b1
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw6966f23a1f6a0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/vfw6966f23a1f6a0_modules.json
ArtifactUUID:dafacf2e-b69d-4f64-b395-fae49244a26d
ArtifactChecksum:YzRiYmQ3ODZjNGJlNGRiMjA4NDgyMzdhMTEyMmRmMTM=
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/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/base_vfw.yaml
ArtifactUUID:e4c711c2-0628-4403-a78d-866e5d24e937
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/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/base_vfw.env
ArtifactUUID:be263662-81d9-4749-943d-348a8cb23bc1
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/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/base_vfw.env
ArtifactUUID:be263662-81d9-4749-943d-348a8cb23bc1
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-12-16T06:26:54.712Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ffe7db4b-1624-4548-be86-ad698299016a 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-12-16T06:26:54.980Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-16T06:26:54.981Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-12-16T06:26:54.983Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-12-16T06:26:54.984Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 2b1aafc8-de3f-43c2-b713-4cd9ca7ad0a3 from URL: /sdc/v1/catalog/services/Vfw20221216062553/1.0/artifacts/service-Vfw20221216062553-csar.csar
2022-12-16T06:26:54.984Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-12-16T06:26:54.986Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221216062553/1.0/artifacts/service-Vfw20221216062553-csar.csar
2022-12-16T06:26:55.089Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-12-16T06:26:55.109Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221216062553/1.0/artifacts/service-Vfw20221216062553-csar.csar 2b1aafc8-de3f-43c2-b713-4cd9ca7ad0a3 101501
2022-12-16T06:26:55.111Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221216062553/1.0/artifacts/service-Vfw20221216062553-csar.csar ASDC sendASDCNotification
2022-12-16T06:26:55.111Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221216062553/1.0/artifacts/service-Vfw20221216062553-csar.csar
2022-12-16T06:26:55.112Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-16T06:26:55.113Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:26:55.115Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:26:55.115Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671172015109,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/artifacts/service-Vfw20221216062553-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-16T06:26:55.215Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T06:26:55.216Z||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-12-16T06:26:55.217Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:26:55.234Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:26:55.234Z||pool-10-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-12-16T06:26:56.116Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-16T06:26:56.117Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-12-16T06:26:56.117Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 2b1aafc8-de3f-43c2-b713-4cd9ca7ad0a3, URL: /sdc/v1/catalog/services/Vfw20221216062553/1.0/artifacts/service-Vfw20221216062553-csar.csar to file: /app/ASDC/1/service-Vfw20221216062553-csar.csar
2022-12-16T06:26:56.118Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221216062553-csar.csar
2022-12-16T06:26:56.224Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221216062553-csar.csar
2022-12-16T06:26:56.225Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221216062553-csar.csar
2022-12-16T06:26:57.117Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18399672890700125398/Definitions/service-Vfw20221216062553-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-12-16T06:27:00.972Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-16T06:27:00.978Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-12-16T06:27:00.978Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221216062553-csar.csar
2022-12-16T06:27:00.978Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-12-16T06:27:00.978Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221216062553-csar.csar
2022-12-16T06:27:00.979Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221216062553-csar.csar
2022-12-16T06:27:00.979Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20221216062553-csar.csar
2022-12-16T06:27:00.979Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221216062553-csar.csar
2022-12-16T06:27:00.979Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221216062553-csar.csar
2022-12-16T06:27:00.979Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221216062553-csar.csar
2022-12-16T06:27:00.979Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221216062553-csar.csar
2022-12-16T06:27:00.979Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221216062553-csar.csar
2022-12-16T06:27:00.979Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221216062553-csar.csar
2022-12-16T06:27:00.979Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 6966f23a-1f6a 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-Vfw20221216062553-csar.csar
2022-12-16T06:27:00.979Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221216062553-csar.csar
2022-12-16T06:27:00.980Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-12-16T06:27:00.986Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T06:27:00.988Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-16 06-25-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:27:00.993Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vFW 6966f23a-1f6a 0 is matching search criteria
2022-12-16T06:27:00.994Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-12-16T06:27:00.996Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6966f23a-1f6a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-16T06:27:01.000Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T06:27:01.000Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-16 06-25-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:27:01.001Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vFW 6966f23a-1f6a 0 is matching search criteria
2022-12-16T06:27:01.001Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-12-16T06:27:01.001Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6966f23a-1f6a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-16T06:27:01.001Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T06:27:01.002Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-16 06-25-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:27:01.006Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T06:27:01.007Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vFW 6966f23a-1f6a 0 is not matching search criteria
2022-12-16T06:27:01.007Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-16T06:27:01.008Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-16T06:27:01.008Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-16T06:27:01.008Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-16T06:27:01.008Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-16T06:27:01.009Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-16T06:27:01.009Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-16T06:27:01.009Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-16T06:27:01.009Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-16T06:27:01.010Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-16T06:27:01.010Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-16T06:27:01.010Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-16T06:27:01.011Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-16T06:27:01.011Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-16T06:27:01.011Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-16T06:27:01.011Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-16T06:27:01.012Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T06:27:01.012Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-16 06-25-53 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-16T06:27:01.014Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T06:27:01.014Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vFW 6966f23a-1f6a 0 is matching search criteria
2022-12-16T06:27:01.014Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6966f23a-1f6a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-16T06:27:01.015Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T06:27:01.015Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vFW 6966f23a-1f6a 0 is matching search criteria
2022-12-16T06:27:01.015Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6966f23a-1f6a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-16T06:27:01.016Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T06:27:01.016Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vFW 6966f23a-1f6a 0 is matching search criteria
2022-12-16T06:27:01.016Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6966f23a-1f6a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-16T06:27:01.016Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T06:27:01.017Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vFW 6966f23a-1f6a 0 is not matching search criteria
2022-12-16T06:27:01.017Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-16T06:27:01.017Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-12-16T06:27:01.017Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-16T06:27:01.017Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-16T06:27:01.018Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-16T06:27:01.018Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-16T06:27:01.018Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-16T06:27:01.018Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-16T06:27:01.019Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-16T06:27:01.019Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-16T06:27:01.019Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-16T06:27:01.019Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c2d653c0-d8ac-4ab8-b075-6882072aa7cf
2022-12-16T06:27:01.019Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T06:27:01.020Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vFW 6966f23a-1f6a 0 is not matching search criteria
2022-12-16T06:27:01.020Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-16T06:27:01.020Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-16T06:27:01.020Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-16T06:27:01.020Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-16T06:27:01.021Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-16T06:27:01.021Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-16T06:27:01.021Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-16T06:27:01.021Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-12-16T06:27:01.021Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-16T06:27:01.022Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-16T06:27:01.022Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-16T06:27:01.022Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-16T06:27:01.022Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=fa3ec85a-e2fe-4050-8a3c-e7e1abee2bd4
2022-12-16T06:27:01.022Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T06:27:01.023Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vFW 6966f23a-1f6a 0 is not matching search criteria
2022-12-16T06:27:01.023Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-16T06:27:01.023Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-16T06:27:01.023Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-16T06:27:01.023Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-16T06:27:01.024Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-16T06:27:01.024Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-16T06:27:01.024Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-16T06:27:01.024Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-16T06:27:01.024Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-16T06:27:01.024Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-16T06:27:01.024Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-16T06:27:01.025Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-12-16T06:27:01.025Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=691362f9-65a8-4c94-8d21-0b4dd7363501
2022-12-16T06:27:01.025Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T06:27:01.025Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-16 06-25-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:27:01.026Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T06:27:01.026Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-16 06-25-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:27:01.026Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T06:27:01.026Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-16 06-25-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:27:01.027Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T06:27:01.027Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-16 06-25-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:27:01.027Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-12-16 06-25-53
Description:catalog service description
Model UUID:ffe7db4b-1624-4548-be86-ad698299016a
Model Version:NULL
Model InvariantUuid:b826bc41-5edd-46b7-bfcc-12edbadbdb24
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 6966f23a-1f6a
Model UUID:d85b875b-9527-4aa8-9d55-2f8bf3af3ba0
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6eb4f36e-87fc-48d9-a483-db7ee4b80da3
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:9b23a26a-bd71-483e-9e85-d14d3ced1496
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:7971ff14-691e-4f03-bc71-be1d1a7e5f2f
ModelName:Vfw6966f23a1f6a..base_vfw..module-0
ModelUuid:96fd9e39-2fbf-48a9-a3be-65eb44dee087
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:c2d653c0-d8ac-4ab8-b075-6882072aa7cf
ModelInvariantUuid:8cc9922f-4d07-49a2-a951-51186e05591e
ModelName:vFW 6966f23a-1f6a-nodes.vfwCvfc
ModelUuid:af9988bb-d1a2-4a59-ae1d-bd2ce2978b77
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:39dfd724-3c97-4b8b-bf9c-910cd4ce1b2b
ModelInvariantUuid:ab9db60a-c94b-4621-9660-0621bd82d719
ModelName:Vfw6966f23a1f6a.compute.nodes.heat.vfw
ModelUuid:aa45f131-347c-441a-8ea6-da64cd6c3c1d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:fa3ec85a-e2fe-4050-8a3c-e7e1abee2bd4
ModelInvariantUuid:b0251067-59b9-4917-9940-acd0a40c428c
ModelName:vFW 6966f23a-1f6a-nodes.vsnCvfc
ModelUuid:61f20c66-de48-4571-adbe-46ccb5e09100
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:66645fd5-4964-4366-84d4-7d60eb19c814
ModelInvariantUuid:a2e92a7b-2afb-43b5-b0a4-fc0c70ecbe9b
ModelName:Vfw6966f23a1f6a.compute.nodes.heat.vsn
ModelUuid:a6e85608-bffc-46a6-8e82-fdcf735808e3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:691362f9-65a8-4c94-8d21-0b4dd7363501
ModelInvariantUuid:a49509b4-553e-4f4b-88a8-b25a15182110
ModelName:vFW 6966f23a-1f6a-nodes.vpgCvfc
ModelUuid:efdf01d9-2603-454e-8054-0498ee417b7d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:79e9a445-81c1-4f68-9ac9-37b838b67fe6
ModelInvariantUuid:e7a047af-a38a-49ff-84c1-fb5d842470a5
ModelName:Vfw6966f23a1f6a.compute.nodes.heat.vpg
ModelUuid:768642df-2c40-459c-a96d-f2a58acae990
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-12-16T06:27:01.055Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 6fd45354-f45c-4729-86c4-9a896b9f95b1
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-12-16T06:27:01.156Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||vFW 6966f23a-1f6a 0
2022-12-16T06:27:01.163Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6fd45354-f45c-4729-86c4-9a896b9f95b1
2022-12-16T06:27:01.164Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: dafacf2e-b69d-4f64-b395-fae49244a26d from URL: /sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/vfw6966f23a1f6a0_modules.json
2022-12-16T06:27:01.164Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-12-16T06:27:01.164Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/vfw6966f23a1f6a0_modules.json
2022-12-16T06:27:01.245Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-12-16T06:27:01.246Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/vfw6966f23a1f6a0_modules.json dafacf2e-b69d-4f64-b395-fae49244a26d 785
2022-12-16T06:27:01.246Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/vfw6966f23a1f6a0_modules.json ASDC sendASDCNotification
2022-12-16T06:27:01.247Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/vfw6966f23a1f6a0_modules.json
2022-12-16T06:27:01.247Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-16T06:27:01.247Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:27:01.250Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:27:01.250Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671172021246,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/vfw6966f23a1f6a0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-16T06:27:01.350Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T06:27:01.352Z||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-12-16T06:27:01.352Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:27:01.376Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:27:01.377Z||pool-11-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-12-16T06:27:02.252Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw6966f23a1f6a..base_vfw..module-0",
"vfModuleModelInvariantUUID": "7971ff14-691e-4f03-bc71-be1d1a7e5f2f",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "96fd9e39-2fbf-48a9-a3be-65eb44dee087",
"vfModuleModelCustomizationUUID": "43785137-cceb-4d2b-b2ee-bcfa63e3d02d",
"isBase": true,
"artifacts": [
"e4c711c2-0628-4403-a78d-866e5d24e937",
"be263662-81d9-4749-943d-348a8cb23bc1"
],
"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-12-16T06:27:02.272Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6966f23a1f6a..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:96fd9e39-2fbf-48a9-a3be-65eb44dee087
VfModuleModelInvariantUUID:7971ff14-691e-4f03-bc71-be1d1a7e5f2f
VfModuleModelDescription:NULL
Artifacts UUID List:{
e4c711c2-0628-4403-a78d-866e5d24e937
,
be263662-81d9-4749-943d-348a8cb23bc1
}
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-12-16T06:27:02.276Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw6966f23a1f6a..base_vfw..module-0",
"vfModuleModelInvariantUUID": "7971ff14-691e-4f03-bc71-be1d1a7e5f2f",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "96fd9e39-2fbf-48a9-a3be-65eb44dee087",
"vfModuleModelCustomizationUUID": "43785137-cceb-4d2b-b2ee-bcfa63e3d02d",
"isBase": true,
"artifacts": [
"e4c711c2-0628-4403-a78d-866e5d24e937",
"be263662-81d9-4749-943d-348a8cb23bc1"
],
"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-12-16T06:27:02.277Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6966f23a1f6a..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:96fd9e39-2fbf-48a9-a3be-65eb44dee087
VfModuleModelInvariantUUID:7971ff14-691e-4f03-bc71-be1d1a7e5f2f
VfModuleModelDescription:NULL
Artifacts UUID List:{
e4c711c2-0628-4403-a78d-866e5d24e937
,
be263662-81d9-4749-943d-348a8cb23bc1
}
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-12-16T06:27:02.277Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: e4c711c2-0628-4403-a78d-866e5d24e937 from URL: /sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/base_vfw.yaml
2022-12-16T06:27:02.277Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-12-16T06:27:02.277Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/base_vfw.yaml
2022-12-16T06:27:02.436Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-12-16T06:27:02.437Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/base_vfw.yaml e4c711c2-0628-4403-a78d-866e5d24e937 20368
2022-12-16T06:27:02.438Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-12-16T06:27:02.438Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/base_vfw.yaml
2022-12-16T06:27:02.438Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-16T06:27:02.439Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:27:02.441Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:27:02.441Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671172022438,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-16T06:27:02.541Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T06:27:02.543Z||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-12-16T06:27:02.543Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:27:02.556Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:27:02.557Z||pool-12-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-16T06:27:03.442Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: be263662-81d9-4749-943d-348a8cb23bc1 from URL: /sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/base_vfw.env
2022-12-16T06:27:03.443Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-12-16T06:27:03.444Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/base_vfw.env
2022-12-16T06:27:03.495Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-12-16T06:27:03.496Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/base_vfw.env be263662-81d9-4749-943d-348a8cb23bc1 2098
2022-12-16T06:27:03.496Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-12-16T06:27:03.496Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/base_vfw.env
2022-12-16T06:27:03.497Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-16T06:27:03.497Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:27:03.500Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:27:03.500Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671172023496,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-12-16T06:27:03.600Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T06:27:03.602Z||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-12-16T06:27:03.602Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:27:03.613Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:27:03.614Z||pool-13-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-12-16T06:27:04.501Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: ffe7db4b-1624-4548-be86-ad698299016a
2022-12-16T06:27:04.502Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 6966f23a-1f6a 0 6fd45354-f45c-4729-86c4-9a896b9f95b1 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-12-16T06:27:04.548Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@22501f83, org.onap.sdc.toscaparser.api.parameters.Input@16abbcaa, org.onap.sdc.toscaparser.api.parameters.Input@30769575, org.onap.sdc.toscaparser.api.parameters.Input@12fb13d9, org.onap.sdc.toscaparser.api.parameters.Input@3075ba02]
2022-12-16T06:27:04.554Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T06:27:04.555Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-16 06-25-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:27:04.556Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2022-12-16T06:27:04.556Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 9b23a26a-bd71-483e-9e85-d14d3ced1496
2022-12-16T06:27:04.556Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9b23a26a-bd71-483e-9e85-d14d3ced1496 matches Tosca VF Customization UUID: 9b23a26a-bd71-483e-9e85-d14d3ced1496
2022-12-16T06:27:04.556Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 9b23a26a-bd71-483e-9e85-d14d3ced1496 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-12-16T06:27:04.566Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T06:27:04.566Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-16 06-25-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:27:04.569Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 9b23a26a-bd71-483e-9e85-d14d3ced1496: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-12-16T06:27:04.569Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7303818f
2022-12-16T06:27:04.569Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T06:27:04.570Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-16 06-25-53 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-16T06:27:04.571Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 43785137-cceb-4d2b-b2ee-bcfa63e3d02d
2022-12-16T06:27:04.572Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 43785137-cceb-4d2b-b2ee-bcfa63e3d02d
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-12-16T06:27:04.582Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T06:27:04.583Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vFW 6966f23a-1f6a 0 is matching search criteria
2022-12-16T06:27:04.584Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6966f23a-1f6a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-16T06:27:04.585Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T06:27:04.585Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vFW 6966f23a-1f6a 0 is matching search criteria
2022-12-16T06:27:04.585Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6966f23a-1f6a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-16T06:27:04.586Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T06:27:04.586Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vFW 6966f23a-1f6a 0 is not matching search criteria
2022-12-16T06:27:04.586Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-16T06:27:04.586Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-12-16T06:27:04.587Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-16T06:27:04.587Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-16T06:27:04.587Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-16T06:27:04.587Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-16T06:27:04.588Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-16T06:27:04.588Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-16T06:27:04.588Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-16T06:27:04.588Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-16T06:27:04.589Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-16T06:27:04.589Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c2d653c0-d8ac-4ab8-b075-6882072aa7cf
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-12-16T06:27:04.599Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T06:27:04.600Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vFW 6966f23a-1f6a 0 is matching search criteria
2022-12-16T06:27:04.600Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6966f23a-1f6a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-16T06:27:04.601Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T06:27:04.601Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vFW 6966f23a-1f6a 0 is not matching search criteria
2022-12-16T06:27:04.601Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-16T06:27:04.602Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-16T06:27:04.602Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-16T06:27:04.602Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-16T06:27:04.603Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-16T06:27:04.603Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-16T06:27:04.603Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-16T06:27:04.603Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-12-16T06:27:04.604Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-16T06:27:04.604Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-16T06:27:04.604Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-16T06:27:04.605Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-16T06:27:04.605Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=fa3ec85a-e2fe-4050-8a3c-e7e1abee2bd4
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-12-16T06:27:04.608Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T06:27:04.609Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vFW 6966f23a-1f6a 0 is matching search criteria
2022-12-16T06:27:04.609Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6966f23a-1f6a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-16T06:27:04.612Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T06:27:04.612Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vFW 6966f23a-1f6a 0 is not matching search criteria
2022-12-16T06:27:04.612Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-16T06:27:04.612Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-16T06:27:04.613Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-16T06:27:04.613Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-16T06:27:04.613Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-16T06:27:04.613Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-16T06:27:04.614Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-16T06:27:04.614Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-16T06:27:04.614Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-16T06:27:04.614Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-16T06:27:04.614Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-16T06:27:04.615Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-12-16T06:27:04.615Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=691362f9-65a8-4c94-8d21-0b4dd7363501
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-12-16T06:27:04.618Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T06:27:04.618Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vFW 6966f23a-1f6a 0 is matching search criteria
2022-12-16T06:27:04.618Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6966f23a-1f6a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-16T06:27:04.618Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T06:27:04.619Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Node template vFW 6966f23a-1f6a 0 is matching search criteria
2022-12-16T06:27:04.619Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6966f23a-1f6a 0] matching following query criteria: sdcType=VF, customizationUUID=9b23a26a-bd71-483e-9e85-d14d3ced1496
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-12-16T06:27:04.621Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T06:27:04.622Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-16 06-25-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:27:04.622Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid ffe7db4b-1624-4548-be86-ad698299016a: vFW 6966f23a-1f6a
2022-12-16T06:27:04.622Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T06:27:04.623Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-16 06-25-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:27:04.623Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T06:27:04.624Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-16 06-25-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:27:04.624Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T06:27:04.624Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-16 06-25-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:27:04.625Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T06:27:04.625Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-16 06-25-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:27:04.625Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T06:27:04.626Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-16 06-25-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:27:04.626Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2022-12-16 06-25-53
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-12-16T06:27:04.938Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 6966f23a-1f6a 6fd45354-f45c-4729-86c4-9a896b9f95b1 1 ASDC deployResourceStructure
2022-12-16T06:27:04.939Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/vfw6966f23a1f6a0_modules.json ASDC sendASDCNotification
2022-12-16T06:27:04.939Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/vfw6966f23a1f6a0_modules.json
2022-12-16T06:27:04.939Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-16T06:27:04.940Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:27:04.942Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:27:04.942Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671172024939,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/vfw6966f23a1f6a0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-16T06:27:05.042Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T06:27:05.043Z||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-12-16T06:27:05.043Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:27:05.056Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:27:05.057Z||pool-14-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-16T06:27:05.944Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-12-16T06:27:05.944Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/base_vfw.yaml
2022-12-16T06:27:05.944Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-16T06:27:05.945Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:27:05.948Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:27:05.948Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671172025943,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-12-16T06:27:06.048Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T06:27:06.049Z||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-12-16T06:27:06.050Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:27:06.065Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:27:06.066Z||pool-15-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-12-16T06:27:06.949Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-12-16T06:27:06.950Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/base_vfw.env
2022-12-16T06:27:06.950Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-16T06:27:06.950Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:27:06.952Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:27:06.952Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671172026949,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-12-16T06:27:07.053Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T06:27:07.054Z||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-12-16T06:27:07.054Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:27:07.065Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:27:07.066Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-16T06:27:07.954Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221216062553/1.0/artifacts/service-Vfw20221216062553-csar.csar ASDC sendASDCNotification
2022-12-16T06:27:07.954Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221216062553/1.0/artifacts/service-Vfw20221216062553-csar.csar
2022-12-16T06:27:07.954Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-16T06:27:07.955Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:27:07.957Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:27:07.958Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671172027954,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/artifacts/service-Vfw20221216062553-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-16T06:27:08.058Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T06:27:08.059Z||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-12-16T06:27:08.059Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:27:08.070Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:27:08.071Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-16T06:27:08.959Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e9076c5a-317f-48e6-9c70-5d493d86b126
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-12-16T06:27:08.995Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e9076c5a-317f-48e6-9c70-5d493d86b126
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-12-16T06:27:08.999Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-16T06:27:08.999Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-16T06:27:08.999Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-16T06:27:38.999Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e9076c5a-317f-48e6-9c70-5d493d86b126
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-12-16T06:27:39.014Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e9076c5a-317f-48e6-9c70-5d493d86b126
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-12-16T06:27:39.019Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-16T06:27:39.020Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-16T06:27:39.023Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-16T06:27:41.387Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:27:41.388Z||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-12-16T06:27:41.388Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:27:41.416Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:27:41.417Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:27:41.417Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
"consumerID": "multicloud-k8s",
"timestamp": 1671171989067,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-16T06:27:41.418Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-16T06:27:41.418Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:27:41.418Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
"consumerID": "aai-model-loader",
"timestamp": 1671172003705,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-16T06:27:41.419Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-16T06:28:09.024Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e9076c5a-317f-48e6-9c70-5d493d86b126
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-12-16T06:28:09.036Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e9076c5a-317f-48e6-9c70-5d493d86b126
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-12-16T06:28:09.039Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-16T06:28:09.039Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-16T06:28:09.039Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-16T06:28:39.039Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e9076c5a-317f-48e6-9c70-5d493d86b126
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-12-16T06:28:39.051Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e9076c5a-317f-48e6-9c70-5d493d86b126
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-12-16T06:28:39.054Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-16T06:28:39.054Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-16T06:28:39.054Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-16T06:28:41.387Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:28:41.388Z||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-12-16T06:28:41.388Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:28:41.416Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:28:41.416Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:28:41.416Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
"consumerID": "ves-openapi-manager",
"timestamp": 1671172006901,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-16T06:28:41.417Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-16T06:29:09.055Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e9076c5a-317f-48e6-9c70-5d493d86b126
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-12-16T06:29:09.070Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e9076c5a-317f-48e6-9c70-5d493d86b126
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-12-16T06:29:09.072Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-16T06:29:09.072Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-16T06:29:09.072Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-16T06:29:39.073Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e9076c5a-317f-48e6-9c70-5d493d86b126
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-12-16T06:29:39.089Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e9076c5a-317f-48e6-9c70-5d493d86b126
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-12-16T06:29:39.094Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-16T06:29:39.094Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-16T06:29:39.094Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-16T06:29:41.387Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:29:41.388Z||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-12-16T06:29:41.388Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:29:41.430Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:29:41.943Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:41.943Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671172004425,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-16T06:29:41.945Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-16T06:29:41.945Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:41.945Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671172001383,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-16T06:29:41.946Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-16T06:29:41.946Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:41.946Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
"consumerID": "ves-openapi-manager",
"timestamp": 1671172006901,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/vfw6966f23a1f6a0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-16T06:29:41.947Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-16T06:29:41.947Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:41.947Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
"consumerID": "aai-model-loader",
"timestamp": 1671172003705,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/vfw6966f23a1f6a0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-16T06:29:41.947Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-16T06:29:41.947Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:41.947Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
"consumerID": "multicloud-k8s",
"timestamp": 1671171989067,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/vfw6966f23a1f6a0_modules.json",
"status": "NOTIFIED"
}
2022-12-16T06:29:41.947Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-16T06:29:41.947Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:41.948Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
"consumerID": "cds-sdc-listener",
"timestamp": 1671171965175,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/vfw6966f23a1f6a0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-16T06:29:41.948Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-16T06:29:41.948Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:41.948Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671172004425,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/vfw6966f23a1f6a0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-16T06:29:41.949Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-16T06:29:41.949Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:41.949Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671172001383,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/vfw6966f23a1f6a0_modules.json",
"status": "NOTIFIED"
}
2022-12-16T06:29:41.949Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-16T06:29:41.950Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:41.950Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
"consumerID": "cds-sdc-listener",
"timestamp": 1671171965175,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-16T06:29:41.950Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-16T06:29:41.950Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:41.951Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
"consumerID": "ves-openapi-manager",
"timestamp": 1671172006901,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-16T06:29:41.951Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-16T06:29:41.951Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:41.951Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
"consumerID": "multicloud-k8s",
"timestamp": 1671171989067,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-12-16T06:29:41.951Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-16T06:29:41.952Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:41.952Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
"consumerID": "aai-model-loader",
"timestamp": 1671172003705,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-16T06:29:41.953Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-16T06:29:41.953Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:41.953Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671172004425,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-16T06:29:41.954Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-16T06:29:41.955Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:41.955Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671172001383,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-12-16T06:29:41.957Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-16T06:29:41.957Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:41.957Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
"consumerID": "ves-openapi-manager",
"timestamp": 1671172006901,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-16T06:29:41.958Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-16T06:29:41.958Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:41.959Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
"consumerID": "cds-sdc-listener",
"timestamp": 1671171965175,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-16T06:29:41.959Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-16T06:29:41.959Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:41.960Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
"consumerID": "multicloud-k8s",
"timestamp": 1671171989067,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-16T06:29:41.960Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-16T06:29:41.960Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:41.960Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
"consumerID": "aai-model-loader",
"timestamp": 1671172003705,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-16T06:29:41.961Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-16T06:29:41.961Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:41.961Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671172004425,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-16T06:29:41.962Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-16T06:29:41.962Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:41.962Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671172001383,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-16T06:29:41.963Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-16T06:29:41.963Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:41.963Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
"consumerID": "ves-openapi-manager",
"timestamp": 1671172006901,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-12-16T06:29:41.964Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-16T06:29:41.964Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:41.964Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
"consumerID": "cds-sdc-listener",
"timestamp": 1671171965175,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-12-16T06:29:41.965Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-16T06:29:41.965Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:41.965Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
"consumerID": "multicloud-k8s",
"timestamp": 1671171989067,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-12-16T06:29:41.966Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-16T06:29:41.966Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:41.966Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
"consumerID": "aai-model-loader",
"timestamp": 1671172003705,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-12-16T06:29:41.967Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-16T06:29:41.967Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:41.967Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671172004425,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-12-16T06:29:41.968Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-16T06:29:41.968Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:41.968Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671172001383,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-12-16T06:29:41.969Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-16T06:29:41.969Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:41.969Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
"consumerID": "ves-openapi-manager",
"timestamp": 1671172006901,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/artifacts/service-Vfw20221216062553-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-16T06:29:41.970Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-16T06:29:41.970Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:41.971Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
"consumerID": "cds-sdc-listener",
"timestamp": 1671171965175,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/artifacts/service-Vfw20221216062553-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-16T06:29:41.971Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-16T06:29:41.971Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:41.971Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
"consumerID": "multicloud-k8s",
"timestamp": 1671171989067,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/artifacts/service-Vfw20221216062553-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-16T06:29:41.972Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-16T06:29:41.973Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:41.973Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
"consumerID": "aai-model-loader",
"timestamp": 1671172003705,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/artifacts/service-Vfw20221216062553-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-16T06:29:41.973Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-16T06:29:41.973Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:41.974Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671172004425,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/artifacts/service-Vfw20221216062553-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-16T06:29:41.974Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-16T06:29:41.974Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:41.974Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671172001383,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/artifacts/service-Vfw20221216062553-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-16T06:29:41.974Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-16T06:29:41.975Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:41.975Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
"consumerID": "ves-openapi-manager",
"timestamp": 1671172006901,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/artifacts/service-Vfw20221216062553-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-12-16T06:29:41.975Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-16T06:29:41.975Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:41.975Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
"consumerID": "cds-sdc-listener",
"timestamp": 1671171965175,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/artifacts/service-Vfw20221216062553-csar.csar",
"status": "NOTIFIED"
}
2022-12-16T06:29:41.976Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-16T06:29:41.976Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:41.976Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
"consumerID": "multicloud-k8s",
"timestamp": 1671171989067,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/artifacts/service-Vfw20221216062553-csar.csar",
"status": "NOTIFIED"
}
2022-12-16T06:29:41.976Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-16T06:29:41.976Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:41.977Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
"consumerID": "aai-model-loader",
"timestamp": 1671172003705,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/artifacts/service-Vfw20221216062553-csar.csar",
"status": "NOTIFIED"
}
2022-12-16T06:29:41.977Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-16T06:29:41.977Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:41.977Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671172004425,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/artifacts/service-Vfw20221216062553-csar.csar",
"status": "NOTIFIED"
}
2022-12-16T06:29:41.978Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-16T06:29:41.978Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:41.978Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671172001383,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/artifacts/service-Vfw20221216062553-csar.csar",
"status": "NOTIFIED"
}
2022-12-16T06:29:41.978Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-16T06:29:41.978Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:41.978Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
"consumerID": "multicloud-k8s",
"timestamp": 1671172015044,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/vfw6966f23a1f6a0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-16T06:29:41.979Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:29:41.979Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:41.979Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
"consumerID": "aai-model-loader",
"timestamp": 1671172015162,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/artifacts/service-Vfw20221216062553-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-16T06:29:41.980Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:29:41.980Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:41.980Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
"consumerID": "cds-sdc-listener",
"timestamp": 1671172014221,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/artifacts/service-Vfw20221216062553-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-16T06:29:41.980Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:29:41.980Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:41.980Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671172015965,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/artifacts/service-Vfw20221216062553-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-16T06:29:41.981Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:29:41.981Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:41.981Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
"consumerID": "multicloud-k8s",
"timestamp": 1671172016129,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-16T06:29:41.982Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:29:41.982Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:41.982Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
"consumerID": "cds-sdc-listener",
"timestamp": 1671172015251,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/artifacts/service-Vfw20221216062553-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-12-16T06:29:41.993Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e9076c5a-317f-48e6-9c70-5d493d86b126
2022-12-16T06:29:41.994Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e9076c5a-317f-48e6-9c70-5d493d86b126 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-12-16T06:29:42.010Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.011Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671172015109,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/artifacts/service-Vfw20221216062553-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-16T06:29:42.011Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:29:42.011Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.011Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
"consumerID": "multicloud-k8s",
"timestamp": 1671172017207,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-12-16T06:29:42.012Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:29:42.012Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.012Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
"consumerID": "multicloud-k8s",
"timestamp": 1671172018316,
"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-12-16T06:29:42.018Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e9076c5a-317f-48e6-9c70-5d493d86b126
2022-12-16T06:29:42.018Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e9076c5a-317f-48e6-9c70-5d493d86b126 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-12-16T06:29:42.030Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.031Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
"consumerID": "multicloud-k8s",
"timestamp": 1671172019319,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/vfw6966f23a1f6a0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-16T06:29:42.031Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:29:42.031Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.031Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671172021403,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/artifacts/service-Vfw20221216062553-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-16T06:29:42.032Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:29:42.032Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.032Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671172022408,
"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-12-16T06:29:42.038Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e9076c5a-317f-48e6-9c70-5d493d86b126
2022-12-16T06:29:42.039Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e9076c5a-317f-48e6-9c70-5d493d86b126 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-12-16T06:29:42.052Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.053Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671172021246,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/vfw6966f23a1f6a0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-16T06:29:42.053Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:29:42.053Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.054Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671172022438,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-16T06:29:42.054Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:29:42.054Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.054Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671172023496,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-12-16T06:29:42.054Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:29:42.054Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.055Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671172024939,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/vfw6966f23a1f6a0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-16T06:29:42.055Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:29:42.055Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.055Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671172025943,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-12-16T06:29:42.055Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:29:42.055Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.056Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671172026949,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/resourceInstances/vfw6966f23a1f6a0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-12-16T06:29:42.056Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:29:42.056Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.056Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671172027954,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/artifacts/service-Vfw20221216062553-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-16T06:29:42.056Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:29:42.056Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.056Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
"consumerID": "aai-model-loader",
"timestamp": 1671172032399,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221216062553/1.0/artifacts/service-Vfw20221216062553-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-16T06:29:42.057Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:29:42.057Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.057Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
"consumerID": "aai-model-loader",
"timestamp": 1671172033404,
"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-12-16T06:29:42.069Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e9076c5a-317f-48e6-9c70-5d493d86b126
2022-12-16T06:29:42.070Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e9076c5a-317f-48e6-9c70-5d493d86b126 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-12-16T06:29:42.083Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.083Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
"consumerID": "aai-model-loader",
"timestamp": 1671172034410,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-16T06:29:42.084Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-16T06:29:42.084Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.084Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
"consumerID": "multicloud-k8s",
"timestamp": 1671172020323,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-16T06:29:42.085Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-16T06:29:42.085Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.085Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
"consumerID": "ves-openapi-manager",
"timestamp": 1671172026612,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-16T06:29:42.085Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-16T06:29:42.085Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.086Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
"consumerID": "cds-sdc-listener",
"timestamp": 1671172016257,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-16T06:29:42.086Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-16T06:29:42.086Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.087Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671172034425,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-16T06:29:42.087Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-16T06:29:42.087Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.087Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
"consumerID": "ves-openapi-manager",
"timestamp": 1671172026612,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/basic_onboard_xncpsk0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-16T06:29:42.087Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-16T06:29:42.088Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.088Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
"consumerID": "aai-model-loader",
"timestamp": 1671172034410,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/basic_onboard_xncpsk0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-16T06:29:42.088Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-16T06:29:42.088Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.088Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
"consumerID": "multicloud-k8s",
"timestamp": 1671172020323,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/basic_onboard_xncpsk0_modules.json",
"status": "NOTIFIED"
}
2022-12-16T06:29:42.089Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-16T06:29:42.089Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.089Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
"consumerID": "cds-sdc-listener",
"timestamp": 1671172016257,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/basic_onboard_xncpsk0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-16T06:29:42.089Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-16T06:29:42.089Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.090Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671172034425,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/basic_onboard_xncpsk0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-16T06:29:42.090Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-16T06:29:42.090Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.090Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
"consumerID": "ves-openapi-manager",
"timestamp": 1671172026612,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-16T06:29:42.091Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-16T06:29:42.091Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.091Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
"consumerID": "aai-model-loader",
"timestamp": 1671172034410,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-16T06:29:42.091Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-16T06:29:42.091Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.092Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
"consumerID": "multicloud-k8s",
"timestamp": 1671172020323,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-12-16T06:29:42.092Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-16T06:29:42.092Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.092Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
"consumerID": "cds-sdc-listener",
"timestamp": 1671172016257,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-16T06:29:42.092Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-16T06:29:42.093Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.093Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671172034425,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-16T06:29:42.093Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-16T06:29:42.093Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.093Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
"consumerID": "aai-model-loader",
"timestamp": 1671172034410,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-16T06:29:42.094Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-16T06:29:42.094Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.094Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
"consumerID": "ves-openapi-manager",
"timestamp": 1671172026612,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-16T06:29:42.094Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-16T06:29:42.094Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.095Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
"consumerID": "multicloud-k8s",
"timestamp": 1671172020323,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-16T06:29:42.095Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-16T06:29:42.095Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.095Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
"consumerID": "cds-sdc-listener",
"timestamp": 1671172016257,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-16T06:29:42.096Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-16T06:29:42.096Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.096Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671172034425,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-16T06:29:42.096Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-16T06:29:42.096Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.096Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
"consumerID": "aai-model-loader",
"timestamp": 1671172034410,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-12-16T06:29:42.097Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-16T06:29:42.097Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.097Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
"consumerID": "ves-openapi-manager",
"timestamp": 1671172026612,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-12-16T06:29:42.097Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-16T06:29:42.097Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.097Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
"consumerID": "cds-sdc-listener",
"timestamp": 1671172016257,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-12-16T06:29:42.098Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-16T06:29:42.098Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.098Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
"consumerID": "multicloud-k8s",
"timestamp": 1671172020323,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-12-16T06:29:42.098Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-16T06:29:42.098Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.099Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671172034425,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-12-16T06:29:42.099Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-16T06:29:42.099Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.099Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
"consumerID": "aai-model-loader",
"timestamp": 1671172034410,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/artifacts/service-BasicOnboardXncpsk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-16T06:29:42.099Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-16T06:29:42.100Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.100Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
"consumerID": "multicloud-k8s",
"timestamp": 1671172020323,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/artifacts/service-BasicOnboardXncpsk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-16T06:29:42.100Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-16T06:29:42.100Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.100Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
"consumerID": "cds-sdc-listener",
"timestamp": 1671172016257,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/artifacts/service-BasicOnboardXncpsk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-16T06:29:42.101Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-16T06:29:42.101Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.101Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
"consumerID": "ves-openapi-manager",
"timestamp": 1671172026612,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/artifacts/service-BasicOnboardXncpsk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-16T06:29:42.101Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-16T06:29:42.101Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.101Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671172034425,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/artifacts/service-BasicOnboardXncpsk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-16T06:29:42.102Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-16T06:29:42.102Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.102Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
"consumerID": "aai-model-loader",
"timestamp": 1671172034410,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/artifacts/service-BasicOnboardXncpsk-csar.csar",
"status": "NOTIFIED"
}
2022-12-16T06:29:42.102Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-16T06:29:42.102Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.103Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
"consumerID": "cds-sdc-listener",
"timestamp": 1671172016257,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/artifacts/service-BasicOnboardXncpsk-csar.csar",
"status": "NOTIFIED"
}
2022-12-16T06:29:42.103Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-16T06:29:42.103Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.103Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
"consumerID": "multicloud-k8s",
"timestamp": 1671172020323,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/artifacts/service-BasicOnboardXncpsk-csar.csar",
"status": "NOTIFIED"
}
2022-12-16T06:29:42.103Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-16T06:29:42.104Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.104Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
"consumerID": "ves-openapi-manager",
"timestamp": 1671172026612,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/artifacts/service-BasicOnboardXncpsk-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-12-16T06:29:42.104Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-16T06:29:42.104Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.104Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671172034425,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/artifacts/service-BasicOnboardXncpsk-csar.csar",
"status": "NOTIFIED"
}
2022-12-16T06:29:42.105Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-16T06:29:42.105Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.105Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
"consumerID": "multicloud-k8s",
"timestamp": 1671172047247,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/basic_onboard_xncpsk0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-16T06:29:42.105Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:29:42.105Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.105Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
"consumerID": "aai-model-loader",
"timestamp": 1671172047315,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/artifacts/service-BasicOnboardXncpsk-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-16T06:29:42.106Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:29:42.106Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.106Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
"consumerID": "cds-sdc-listener",
"timestamp": 1671172046362,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/artifacts/service-BasicOnboardXncpsk-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-16T06:29:42.107Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:29:42.107Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.107Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671172048212,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/artifacts/service-BasicOnboardXncpsk-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-16T06:29:42.108Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:29:42.108Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.108Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
"consumerID": "cds-sdc-listener",
"timestamp": 1671172047370,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/artifacts/service-BasicOnboardXncpsk-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-12-16T06:29:42.131Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 66175205-c0f4-4f91-95bf-31255c866814
2022-12-16T06:29:42.131Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 66175205-c0f4-4f91-95bf-31255c866814 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-12-16T06:29:42.145Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.145Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
"consumerID": "multicloud-k8s",
"timestamp": 1671172048314,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-16T06:29:42.146Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:29:42.146Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.146Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
"consumerID": "multicloud-k8s",
"timestamp": 1671172049372,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-12-16T06:29:42.146Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:29:42.146Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.147Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671172050600,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/artifacts/service-BasicOnboardXncpsk-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-16T06:29:42.147Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:29:42.147Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.147Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
"consumerID": "multicloud-k8s",
"timestamp": 1671172050403,
"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-12-16T06:29:42.154Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 66175205-c0f4-4f91-95bf-31255c866814
2022-12-16T06:29:42.155Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 66175205-c0f4-4f91-95bf-31255c866814 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-12-16T06:29:42.168Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.168Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671172051604,
"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-12-16T06:29:42.177Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 66175205-c0f4-4f91-95bf-31255c866814
2022-12-16T06:29:42.178Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 66175205-c0f4-4f91-95bf-31255c866814 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-12-16T06:29:42.192Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.192Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
"consumerID": "multicloud-k8s",
"timestamp": 1671172051405,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/basic_onboard_xncpsk0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-16T06:29:42.193Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:29:42.194Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.194Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
"consumerID": "aai-model-loader",
"timestamp": 1671172055176,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/artifacts/service-BasicOnboardXncpsk-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-16T06:29:42.194Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:29:42.194Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:29:42.194Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
"consumerID": "aai-model-loader",
"timestamp": 1671172056179,
"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-12-16T06:29:42.206Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 66175205-c0f4-4f91-95bf-31255c866814
2022-12-16T06:29:42.206Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 66175205-c0f4-4f91-95bf-31255c866814 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-12-16T06:30:09.095Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e9076c5a-317f-48e6-9c70-5d493d86b126
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-12-16T06:30:09.114Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e9076c5a-317f-48e6-9c70-5d493d86b126
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-12-16T06:30:09.122Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-16T06:30:09.123Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-16T06:30:09.124Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-16T06:30:09.124Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-16T06:30:09.124Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-16T06:30:09.124Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-16T06:30:09.125Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-16T06:30:09.125Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-16T06:30:09.125Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-16T06:30:09.125Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-16T06:30:09.133Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-16T06:30:39.134Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e9076c5a-317f-48e6-9c70-5d493d86b126 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-12-16T06:30:39.145Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e9076c5a-317f-48e6-9c70-5d493d86b126 and serviceModelVersionId: ffe7db4b-1624-4548-be86-ad698299016a
2022-12-16T06:30:39.146Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b826bc41-5edd-46b7-bfcc-12edbadbdb24
2022-12-16T06:30:41.387Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:30:41.388Z||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-12-16T06:30:41.388Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:30:50.942Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:30:55.247Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b826bc41-5edd-46b7-bfcc-12edbadbdb24/model-vers/model-ver/ffe7db4b-1624-4548-be86-ad698299016a?depth=0
2022-12-16T06:30:55.378Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-12-16T06:30:55.975Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b826bc41-5edd-46b7-bfcc-12edbadbdb24/model-vers/model-ver/ffe7db4b-1624-4548-be86-ad698299016a?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-12-16T06:30:55.981Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b826bc41-5edd-46b7-bfcc-12edbadbdb24/model-vers/model-ver/ffe7db4b-1624-4548-be86-ad698299016a?depth=0|INFO|500||Invoke
2022-12-16T06:30:56.159Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b826bc41-5edd-46b7-bfcc-12edbadbdb24/model-vers/model-ver/ffe7db4b-1624-4548-be86-ad698299016a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-12-16T06:30:56.377Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b826bc41-5edd-46b7-bfcc-12edbadbdb24/model-vers/model-ver/ffe7db4b-1624-4548-be86-ad698299016a?depth=0|INFO|500||InvokeReturn
2022-12-16T06:30:56.379Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b826bc41-5edd-46b7-bfcc-12edbadbdb24/model-vers/model-ver/ffe7db4b-1624-4548-be86-ad698299016a?depth=0 has http status code:200 and response headers:{date=[Fri, 16 Dec 2022 06:30:57 GMT], content-length=[0], vertex-id=[372848], x-aai-txid=[1-aai-resources-221216-06:30:57:238-90677], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-16T06:30:56.379Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-12-16T06:30:56.383Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-16T06:30:56.384Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-16T06:30:56.389Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-12-16T06:30:56.390Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e9076c5a-317f-48e6-9c70-5d493d86b126 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-16T06:30:56.392Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-16T06:30:56.392Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:30:56.395Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:30:56.395Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671172256391,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-16T06:30:56.495Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T06:30:56.497Z||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-12-16T06:30:56.497Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:30:56.509Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:30:56.510Z||pool-18-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-16T06:30:57.413Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:30:57.414Z|e9076c5a-317f-48e6-9c70-5d493d86b126|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-12-16T06:30:57.414Z|e9076c5a-317f-48e6-9c70-5d493d86b126|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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:31:03.021Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:31:03.022Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-16T06:31:03.023Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"66175205-c0f4-4f91-95bf-31255c866814","serviceName":"basic_onboard_XncPSK","serviceVersion":"1.0","serviceUUID":"eb010dc9-9ab8-4b1f-be25-c0ed18ab4908","serviceDescription":"service","serviceInvariantUUID":"c2ba1d86-4c8a-46e6-9b01-888d47f707ae","resources":[{"resourceInstanceName":"basic_onboard_XncPSK 0","resourceName":"basic_onboard_XncPSK","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b2887a44-e93b-4637-a2ef-e02d10914bdf","resourceInvariantUUID":"8ac4d0fb-9958-4017-9371-0fbef04fb079","resourceCustomizationUUID":"4bccb5ae-45a0-47f4-bf61-b51794937368","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/vf-license-model.xml","artifactChecksum":"N2JlMjNjOWE4YmE0OGRiMGNkZTVhNzkzZjk2YWUwNWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"70bc503d-ade6-41af-9b79-f2a90e5ba193","artifactVersion":"1"},{"artifactName":"basic_onboard_xncpsk0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/basic_onboard_xncpsk0_modules.json","artifactChecksum":"ZjhlMzg0MTYwY2YxMTJlM2FiMzlmOGIzN2U5YzU1NDI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8f96099f-2a50-4096-8d15-dde72f11ef4f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"5c4bec72-f08e-4f1c-821c-3e4087195b40","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"515e33f3-0072-484c-a991-ea7b741b9fd1","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f75a7010-2675-49ed-9e4d-e142124731b5","artifactVersion":"2","generatedFromUUID":"5c4bec72-f08e-4f1c-821c-3e4087195b40"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardXncpsk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/artifacts/service-BasicOnboardXncpsk-template.yml","artifactChecksum":"NjZiMjQyOWVkODM5MjVkYzg1M2RkODgwZTBlNGEyOGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b3c579e2-0d2c-412a-8fbf-9b0a2b7a8230","artifactVersion":"1"},{"artifactName":"service-BasicOnboardXncpsk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/artifacts/service-BasicOnboardXncpsk-csar.csar","artifactChecksum":"MDBhMzM3MGJlNWVkYjI3NWExNDYxZWI0NGVjNzdjYjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a1d7540d-4f7d-4670-bfed-27c9534d7346","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-16T06:31:03.026Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-16T06:31:03.027Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:31:03.030Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:31:03.030Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671172257413,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-16T06:31:03.130Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T06:31:03.131Z||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-12-16T06:31:03.131Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:31:03.144Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:31:03.144Z||pool-19-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-16T06:31:04.030Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-16T06:31:04.032Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:31:04.035Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:31:04.035Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671172257413,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/basic_onboard_xncpsk0_modules.json",
"status": "NOTIFIED"
}
2022-12-16T06:31:04.135Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T06:31:04.136Z||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-12-16T06:31:04.136Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:31:04.150Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:31:04.150Z||pool-20-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-16T06:31:05.035Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-16T06:31:05.036Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:31:05.038Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:31:05.039Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671172257413,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-12-16T06:31:05.138Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-16T06:31:05.141Z||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-12-16T06:31:05.141Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:31:05.153Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:31:05.154Z||pool-21-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-16T06:31:06.039Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-16T06:31:06.040Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:31:06.043Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:31:06.043Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671172257413,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-16T06:31:06.144Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-16T06:31:06.145Z||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-12-16T06:31:06.145Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:31:06.157Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:31:06.158Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-16T06:31:07.044Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-16T06:31:07.045Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:31:07.047Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:31:07.047Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671172257413,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-12-16T06:31:07.147Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T06:31:07.149Z||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-12-16T06:31:07.149Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:31:07.165Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:31:07.166Z||pool-23-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-12-16T06:31:08.048Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-16T06:31:08.049Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:31:08.051Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:31:08.051Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671172257413,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/artifacts/service-BasicOnboardXncpsk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-16T06:31:08.152Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-16T06:31:08.153Z||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-12-16T06:31:08.153Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:31:08.165Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:31:08.165Z||pool-24-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-12-16T06:31:09.052Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-16T06:31:09.053Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:31:09.056Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:31:09.056Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671172257413,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/artifacts/service-BasicOnboardXncpsk-csar.csar",
"status": "NOTIFIED"
}
2022-12-16T06:31:09.156Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T06:31:09.157Z||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-12-16T06:31:09.157Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:31:09.168Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:31:09.169Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-16T06:31:10.057Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
"serviceName": "basic_onboard_XncPSK",
"serviceVersion": "1.0",
"serviceUUID": "eb010dc9-9ab8-4b1f-be25-c0ed18ab4908",
"serviceDescription": "service",
"serviceInvariantUUID": "c2ba1d86-4c8a-46e6-9b01-888d47f707ae",
"resources": [
{
"resourceInstanceName": "basic_onboard_XncPSK 0",
"resourceCustomizationUUID": "4bccb5ae-45a0-47f4-bf61-b51794937368",
"resourceName": "basic_onboard_XncPSK",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "b2887a44-e93b-4637-a2ef-e02d10914bdf",
"resourceInvariantUUID": "8ac4d0fb-9958-4017-9371-0fbef04fb079",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_xncpsk0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/basic_onboard_xncpsk0_modules.json",
"artifactChecksum": "ZjhlMzg0MTYwY2YxMTJlM2FiMzlmOGIzN2U5YzU1NDI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "8f96099f-2a50-4096-8d15-dde72f11ef4f",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "5c4bec72-f08e-4f1c-821c-3e4087195b40",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f75a7010-2675-49ed-9e4d-e142124731b5",
"generatedFromUUID": "5c4bec72-f08e-4f1c-821c-3e4087195b40"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f75a7010-2675-49ed-9e4d-e142124731b5",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardXncpsk-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/artifacts/service-BasicOnboardXncpsk-csar.csar",
"artifactChecksum": "MDBhMzM3MGJlNWVkYjI3NWExNDYxZWI0NGVjNzdjYjI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a1d7540d-4f7d-4670-bfed-27c9534d7346"
}
],
"workloadContext": "Production"
}
2022-12-16T06:31:10.058Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-16T06:31:10.058Z|e9076c5a-317f-48e6-9c70-5d493d86b126|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 eb010dc9-9ab8-4b1f-be25-c0ed18ab4908 ASDC
2022-12-16T06:31:10.058Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:66175205-c0f4-4f91-95bf-31255c866814
ServiceName:basic_onboard_XncPSK
ServiceVersion:1.0
ServiceUUID:eb010dc9-9ab8-4b1f-be25-c0ed18ab4908
ServiceInvariantUUID:c2ba1d86-4c8a-46e6-9b01-888d47f707ae
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardXncpsk-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/artifacts/service-BasicOnboardXncpsk-csar.csar
ArtifactUUID:a1d7540d-4f7d-4670-bfed-27c9534d7346
ArtifactChecksum:MDBhMzM3MGJlNWVkYjI3NWExNDYxZWI0NGVjNzdjYjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_XncPSK 0
ResourceCustomizationUUID:4bccb5ae-45a0-47f4-bf61-b51794937368
ResourceInvariantUUID:8ac4d0fb-9958-4017-9371-0fbef04fb079
ResourceName:basic_onboard_XncPSK
ResourceType:VF
ResourceUUID:b2887a44-e93b-4637-a2ef-e02d10914bdf
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_xncpsk0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/basic_onboard_xncpsk0_modules.json
ArtifactUUID:8f96099f-2a50-4096-8d15-dde72f11ef4f
ArtifactChecksum:ZjhlMzg0MTYwY2YxMTJlM2FiMzlmOGIzN2U5YzU1NDI=
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/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/base_ubuntu18.yaml
ArtifactUUID:5c4bec72-f08e-4f1c-821c-3e4087195b40
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/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/base_ubuntu18.env
ArtifactUUID:f75a7010-2675-49ed-9e4d-e142124731b5
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/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/base_ubuntu18.env
ArtifactUUID:f75a7010-2675-49ed-9e4d-e142124731b5
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-12-16T06:31:10.059Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF eb010dc9-9ab8-4b1f-be25-c0ed18ab4908 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-12-16T06:31:10.103Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-16T06:31:10.104Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-12-16T06:31:10.104Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-12-16T06:31:10.104Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a1d7540d-4f7d-4670-bfed-27c9534d7346 from URL: /sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/artifacts/service-BasicOnboardXncpsk-csar.csar
2022-12-16T06:31:10.105Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-12-16T06:31:10.105Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/artifacts/service-BasicOnboardXncpsk-csar.csar
2022-12-16T06:31:10.263Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-12-16T06:31:10.267Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/artifacts/service-BasicOnboardXncpsk-csar.csar a1d7540d-4f7d-4670-bfed-27c9534d7346 75684
2022-12-16T06:31:10.267Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/artifacts/service-BasicOnboardXncpsk-csar.csar ASDC sendASDCNotification
2022-12-16T06:31:10.267Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/artifacts/service-BasicOnboardXncpsk-csar.csar
2022-12-16T06:31:10.267Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-16T06:31:10.268Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:31:10.270Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:31:10.270Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671172270267,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/artifacts/service-BasicOnboardXncpsk-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-16T06:31:10.371Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T06:31:10.372Z||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-12-16T06:31:10.372Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:31:10.389Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:31:10.389Z||pool-26-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-12-16T06:31:11.271Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-16T06:31:11.273Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-12-16T06:31:11.273Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: a1d7540d-4f7d-4670-bfed-27c9534d7346, URL: /sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/artifacts/service-BasicOnboardXncpsk-csar.csar to file: /app/ASDC/1/service-BasicOnboardXncpsk-csar.csar
2022-12-16T06:31:11.273Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardXncpsk-csar.csar
2022-12-16T06:31:11.274Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardXncpsk-csar.csar
2022-12-16T06:31:11.274Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardXncpsk-csar.csar
2022-12-16T06:31:11.430Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10044524545673420068/Definitions/service-BasicOnboardXncpsk-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-12-16T06:31:12.997Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-16T06:31:12.997Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-12-16T06:31:12.998Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardXncpsk-csar.csar
2022-12-16T06:31:12.998Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-16T06:31:12.998Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_XncPSK 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-BasicOnboardXncpsk-csar.csar
2022-12-16T06:31:12.998Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardXncpsk-csar.csar
2022-12-16T06:31:12.998Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardXncpsk-csar.csar
2022-12-16T06:31:12.998Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardXncpsk-csar.csar
2022-12-16T06:31:12.998Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardXncpsk-csar.csar
2022-12-16T06:31:12.998Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardXncpsk-csar.csar
2022-12-16T06:31:12.998Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardXncpsk-csar.csar
2022-12-16T06:31:12.999Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-12-16T06:31:12.999Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T06:31:12.999Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_XncPSK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:31:12.999Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_XncPSK 0 is matching search criteria
2022-12-16T06:31:13.000Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-12-16T06:31:13.000Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_XncPSK 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-16T06:31:13.000Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T06:31:13.000Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_XncPSK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:31:13.000Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_XncPSK 0 is matching search criteria
2022-12-16T06:31:13.001Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-12-16T06:31:13.001Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_XncPSK 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-16T06:31:13.001Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T06:31:13.001Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_XncPSK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:31:13.002Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T06:31:13.002Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_XncPSK 0 is not matching search criteria
2022-12-16T06:31:13.002Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-12-16T06:31:13.002Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-12-16T06:31:13.002Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-12-16T06:31:13.003Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-16T06:31:13.003Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-16T06:31:13.003Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T06:31:13.003Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_XncPSK is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-16T06:31:13.003Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T06:31:13.004Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_XncPSK 0 is matching search criteria
2022-12-16T06:31:13.004Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_XncPSK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-16T06:31:13.004Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T06:31:13.004Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_XncPSK 0 is matching search criteria
2022-12-16T06:31:13.004Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_XncPSK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-16T06:31:13.005Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T06:31:13.005Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_XncPSK 0 is matching search criteria
2022-12-16T06:31:13.005Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_XncPSK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-16T06:31:13.005Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T06:31:13.005Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_XncPSK 0 is not matching search criteria
2022-12-16T06:31:13.006Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-12-16T06:31:13.006Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-16T06:31:13.006Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=21c51055-8e7a-47a2-9e7b-50d361ff4cf9
2022-12-16T06:31:13.006Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T06:31:13.006Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_XncPSK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:31:13.006Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T06:31:13.007Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_XncPSK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:31:13.007Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T06:31:13.007Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_XncPSK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:31:13.007Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T06:31:13.007Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_XncPSK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:31:13.008Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_XncPSK
Description:service
Model UUID:eb010dc9-9ab8-4b1f-be25-c0ed18ab4908
Model Version:NULL
Model InvariantUuid:c2ba1d86-4c8a-46e6-9b01-888d47f707ae
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_XncPSK
Model UUID:1ec2519a-3989-4f66-9035-014ee3f7d207
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8ac4d0fb-9958-4017-9371-0fbef04fb079
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:4bccb5ae-45a0-47f4-bf61-b51794937368
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:428c8165-15cb-401e-b6f3-ee40a7a78b23
ModelName:BasicOnboardXncpsk..base_ubuntu18..module-0
ModelUuid:617ed6ee-ff69-4dda-ad72-a68907e1a45b
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:21c51055-8e7a-47a2-9e7b-50d361ff4cf9
ModelInvariantUuid:e61caee0-4591-49d9-8a36-362e4dc1f8a8
ModelName:basic_onboard_XncPSK-nodes.ubuntu18Cvfc
ModelUuid:f7f0b6df-21b5-4510-a471-735f63279f9e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:38abc126-2733-456e-9c47-014127e57827
ModelInvariantUuid:ceaf25fb-8518-4ac1-a9ee-13ce52f0b9fb
ModelName:BasicOnboardXncpsk.compute.nodes.heat.ubuntu18
ModelUuid:032b6519-9b98-441e-b297-cdcc88043aa9
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-12-16T06:31:13.015Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: b2887a44-e93b-4637-a2ef-e02d10914bdf
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-12-16T06:31:13.018Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||basic_onboard_XncPSK 0
2022-12-16T06:31:13.018Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b2887a44-e93b-4637-a2ef-e02d10914bdf
2022-12-16T06:31:13.018Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 8f96099f-2a50-4096-8d15-dde72f11ef4f from URL: /sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/basic_onboard_xncpsk0_modules.json
2022-12-16T06:31:13.018Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-12-16T06:31:13.019Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/basic_onboard_xncpsk0_modules.json
2022-12-16T06:31:13.072Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-12-16T06:31:13.073Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/basic_onboard_xncpsk0_modules.json 8f96099f-2a50-4096-8d15-dde72f11ef4f 798
2022-12-16T06:31:13.073Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/basic_onboard_xncpsk0_modules.json ASDC sendASDCNotification
2022-12-16T06:31:13.073Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/basic_onboard_xncpsk0_modules.json
2022-12-16T06:31:13.073Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-16T06:31:13.074Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:31:13.076Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:31:13.076Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671172273073,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/basic_onboard_xncpsk0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-16T06:31:13.176Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T06:31:13.178Z||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-12-16T06:31:13.178Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:31:13.191Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:31:13.192Z||pool-27-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-16T06:31:14.076Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardXncpsk..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "428c8165-15cb-401e-b6f3-ee40a7a78b23",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "617ed6ee-ff69-4dda-ad72-a68907e1a45b",
"vfModuleModelCustomizationUUID": "c3b35ee8-7521-408d-96ab-c382bde623ce",
"isBase": true,
"artifacts": [
"5c4bec72-f08e-4f1c-821c-3e4087195b40",
"f75a7010-2675-49ed-9e4d-e142124731b5"
],
"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-12-16T06:31:14.081Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardXncpsk..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:617ed6ee-ff69-4dda-ad72-a68907e1a45b
VfModuleModelInvariantUUID:428c8165-15cb-401e-b6f3-ee40a7a78b23
VfModuleModelDescription:NULL
Artifacts UUID List:{
5c4bec72-f08e-4f1c-821c-3e4087195b40
,
f75a7010-2675-49ed-9e4d-e142124731b5
}
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-12-16T06:31:14.083Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardXncpsk..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "428c8165-15cb-401e-b6f3-ee40a7a78b23",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "617ed6ee-ff69-4dda-ad72-a68907e1a45b",
"vfModuleModelCustomizationUUID": "c3b35ee8-7521-408d-96ab-c382bde623ce",
"isBase": true,
"artifacts": [
"5c4bec72-f08e-4f1c-821c-3e4087195b40",
"f75a7010-2675-49ed-9e4d-e142124731b5"
],
"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-12-16T06:31:14.083Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardXncpsk..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:617ed6ee-ff69-4dda-ad72-a68907e1a45b
VfModuleModelInvariantUUID:428c8165-15cb-401e-b6f3-ee40a7a78b23
VfModuleModelDescription:NULL
Artifacts UUID List:{
5c4bec72-f08e-4f1c-821c-3e4087195b40
,
f75a7010-2675-49ed-9e4d-e142124731b5
}
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-12-16T06:31:14.083Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 5c4bec72-f08e-4f1c-821c-3e4087195b40 from URL: /sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/base_ubuntu18.yaml
2022-12-16T06:31:14.084Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-12-16T06:31:14.084Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/base_ubuntu18.yaml
2022-12-16T06:31:14.142Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-12-16T06:31:14.143Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/base_ubuntu18.yaml 5c4bec72-f08e-4f1c-821c-3e4087195b40 5033
2022-12-16T06:31:14.143Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-12-16T06:31:14.143Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/base_ubuntu18.yaml
2022-12-16T06:31:14.144Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-16T06:31:14.144Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:31:14.146Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:31:14.146Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671172274143,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-16T06:31:14.247Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T06:31:14.248Z||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-12-16T06:31:14.248Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:31:14.261Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:31:14.262Z||pool-28-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-16T06:31:15.147Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: f75a7010-2675-49ed-9e4d-e142124731b5 from URL: /sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/base_ubuntu18.env
2022-12-16T06:31:15.148Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-12-16T06:31:15.148Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/base_ubuntu18.env
2022-12-16T06:31:15.200Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-12-16T06:31:15.201Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/base_ubuntu18.env f75a7010-2675-49ed-9e4d-e142124731b5 909
2022-12-16T06:31:15.201Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-12-16T06:31:15.201Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/base_ubuntu18.env
2022-12-16T06:31:15.201Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-16T06:31:15.201Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:31:15.211Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:31:15.212Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671172275201,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-12-16T06:31:15.304Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-12-16T06:31:15.306Z||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-12-16T06:31:15.306Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:31:15.339Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:31:15.341Z||pool-29-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-12-16T06:31:16.213Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: eb010dc9-9ab8-4b1f-be25-c0ed18ab4908
2022-12-16T06:31:16.214Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_XncPSK 0 b2887a44-e93b-4637-a2ef-e02d10914bdf 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-12-16T06:31:16.227Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@341bb14, org.onap.sdc.toscaparser.api.parameters.Input@925dc0b, org.onap.sdc.toscaparser.api.parameters.Input@193b91ba, org.onap.sdc.toscaparser.api.parameters.Input@1628314d, org.onap.sdc.toscaparser.api.parameters.Input@183fa187]
2022-12-16T06:31:16.229Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T06:31:16.230Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_XncPSK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:31:16.230Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2022-12-16T06:31:16.230Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 4bccb5ae-45a0-47f4-bf61-b51794937368
2022-12-16T06:31:16.230Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4bccb5ae-45a0-47f4-bf61-b51794937368 matches Tosca VF Customization UUID: 4bccb5ae-45a0-47f4-bf61-b51794937368
2022-12-16T06:31:16.231Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 4bccb5ae-45a0-47f4-bf61-b51794937368 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-12-16T06:31:16.233Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T06:31:16.234Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_XncPSK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:31:16.235Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 4bccb5ae-45a0-47f4-bf61-b51794937368: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-12-16T06:31:16.235Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2d5bf74e
2022-12-16T06:31:16.235Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T06:31:16.235Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_XncPSK is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-16T06:31:16.236Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c3b35ee8-7521-408d-96ab-c382bde623ce
2022-12-16T06:31:16.236Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c3b35ee8-7521-408d-96ab-c382bde623ce
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-12-16T06:31:16.238Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T06:31:16.239Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_XncPSK 0 is matching search criteria
2022-12-16T06:31:16.239Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_XncPSK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-16T06:31:16.239Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T06:31:16.239Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_XncPSK 0 is matching search criteria
2022-12-16T06:31:16.240Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_XncPSK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-16T06:31:16.240Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T06:31:16.240Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_XncPSK 0 is not matching search criteria
2022-12-16T06:31:16.240Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-12-16T06:31:16.240Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-16T06:31:16.241Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=21c51055-8e7a-47a2-9e7b-50d361ff4cf9
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-12-16T06:31:16.243Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T06:31:16.243Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_XncPSK 0 is matching search criteria
2022-12-16T06:31:16.243Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_XncPSK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-16T06:31:16.244Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T06:31:16.244Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_XncPSK 0 is matching search criteria
2022-12-16T06:31:16.244Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_XncPSK 0] matching following query criteria: sdcType=VF, customizationUUID=4bccb5ae-45a0-47f4-bf61-b51794937368
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-12-16T06:31:16.246Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T06:31:16.246Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_XncPSK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:31:16.246Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid eb010dc9-9ab8-4b1f-be25-c0ed18ab4908: basic_onboard_XncPSK
2022-12-16T06:31:16.246Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T06:31:16.246Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_XncPSK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:31:16.247Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T06:31:16.247Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_XncPSK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:31:16.248Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T06:31:16.248Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_XncPSK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:31:16.248Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T06:31:16.248Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_XncPSK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:31:16.248Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T06:31:16.249Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_XncPSK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:31:16.249Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||Saving Service: basic_onboard_XncPSK
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-12-16T06:31:16.347Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_XncPSK b2887a44-e93b-4637-a2ef-e02d10914bdf 1 ASDC deployResourceStructure
2022-12-16T06:31:16.348Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/basic_onboard_xncpsk0_modules.json ASDC sendASDCNotification
2022-12-16T06:31:16.348Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/basic_onboard_xncpsk0_modules.json
2022-12-16T06:31:16.348Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-16T06:31:16.348Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:31:16.350Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:31:16.351Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671172276348,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/basic_onboard_xncpsk0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-16T06:31:16.451Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T06:31:16.452Z||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-12-16T06:31:16.452Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:31:16.468Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:31:16.468Z||pool-30-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-12-16T06:31:17.352Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-12-16T06:31:17.352Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/base_ubuntu18.yaml
2022-12-16T06:31:17.352Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-16T06:31:17.352Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:31:17.355Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:31:17.355Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671172277352,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-12-16T06:31:17.457Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-16T06:31:17.458Z||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-12-16T06:31:17.458Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:31:17.470Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:31:17.470Z||pool-31-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-16T06:31:18.357Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-12-16T06:31:18.357Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/base_ubuntu18.env
2022-12-16T06:31:18.357Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-16T06:31:18.357Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:31:18.359Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:31:18.359Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671172278356,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-12-16T06:31:18.460Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-16T06:31:18.461Z||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-12-16T06:31:18.461Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:31:18.476Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:31:18.477Z||pool-32-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-16T06:31:19.360Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/artifacts/service-BasicOnboardXncpsk-csar.csar ASDC sendASDCNotification
2022-12-16T06:31:19.361Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/artifacts/service-BasicOnboardXncpsk-csar.csar
2022-12-16T06:31:19.361Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-16T06:31:19.362Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:31:19.365Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:31:19.366Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671172279360,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/artifacts/service-BasicOnboardXncpsk-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-16T06:31:19.466Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T06:31:19.467Z||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-12-16T06:31:19.467Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:31:19.485Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:31:19.485Z||pool-33-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-12-16T06:31:20.367Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 66175205-c0f4-4f91-95bf-31255c866814
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-12-16T06:31:20.380Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 66175205-c0f4-4f91-95bf-31255c866814
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-12-16T06:31:20.385Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-16T06:31:20.385Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-16T06:31:20.385Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-16T06:31:20.386Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-16T06:31:20.386Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-16T06:31:20.386Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-16T06:31:20.386Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-16T06:31:20.386Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-16T06:31:20.386Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-16T06:31:20.387Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-16T06:31:20.395Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-16T06:31:41.387Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:31:41.388Z||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-12-16T06:31:41.388Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:31:42.015Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:31:42.017Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:31:42.017Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9076c5a-317f-48e6-9c70-5d493d86b126",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671172256391,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-16T06:31:42.019Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:31:42.019Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:31:42.019Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671172257413,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-16T06:31:42.019Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-16T06:31:42.020Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:31:42.020Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671172257413,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/basic_onboard_xncpsk0_modules.json",
"status": "NOTIFIED"
}
2022-12-16T06:31:42.020Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-16T06:31:42.021Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:31:42.021Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671172257413,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-12-16T06:31:42.021Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-16T06:31:42.022Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:31:42.022Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671172257413,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-16T06:31:42.022Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-16T06:31:42.022Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:31:42.022Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671172257413,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-12-16T06:31:42.023Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-16T06:31:42.023Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:31:42.023Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671172257413,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/artifacts/service-BasicOnboardXncpsk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-16T06:31:42.023Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-16T06:31:42.023Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:31:42.023Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671172257413,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/artifacts/service-BasicOnboardXncpsk-csar.csar",
"status": "NOTIFIED"
}
2022-12-16T06:31:42.024Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-16T06:31:42.024Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:31:42.024Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671172270267,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/artifacts/service-BasicOnboardXncpsk-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-16T06:31:42.024Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:31:42.024Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:31:42.024Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671172273073,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/basic_onboard_xncpsk0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-16T06:31:42.025Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:31:42.025Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:31:42.025Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671172274143,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-16T06:31:42.025Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:31:42.025Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:31:42.025Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671172275201,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-12-16T06:31:42.026Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:31:42.026Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:31:42.026Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671172276348,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/basic_onboard_xncpsk0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-16T06:31:42.026Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:31:42.026Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:31:42.026Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671172277352,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-12-16T06:31:42.027Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:31:42.027Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:31:42.028Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671172278356,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/resourceInstances/basic_onboard_xncpsk0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-12-16T06:31:42.028Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:31:42.028Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-16T06:31:42.028Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671172279360,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXncpsk/1.0/artifacts/service-BasicOnboardXncpsk-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-16T06:31:42.028Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:31:50.395Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 66175205-c0f4-4f91-95bf-31255c866814 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-12-16T06:31:50.402Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 66175205-c0f4-4f91-95bf-31255c866814 and serviceModelVersionId: eb010dc9-9ab8-4b1f-be25-c0ed18ab4908
2022-12-16T06:31:50.403Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c2ba1d86-4c8a-46e6-9b01-888d47f707ae
2022-12-16T06:31:50.403Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c2ba1d86-4c8a-46e6-9b01-888d47f707ae/model-vers/model-ver/eb010dc9-9ab8-4b1f-be25-c0ed18ab4908?depth=0
2022-12-16T06:31:50.408Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-12-16T06:31:50.460Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c2ba1d86-4c8a-46e6-9b01-888d47f707ae/model-vers/model-ver/eb010dc9-9ab8-4b1f-be25-c0ed18ab4908?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-12-16T06:31:50.462Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c2ba1d86-4c8a-46e6-9b01-888d47f707ae/model-vers/model-ver/eb010dc9-9ab8-4b1f-be25-c0ed18ab4908?depth=0|INFO|500||Invoke
2022-12-16T06:31:50.487Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c2ba1d86-4c8a-46e6-9b01-888d47f707ae/model-vers/model-ver/eb010dc9-9ab8-4b1f-be25-c0ed18ab4908?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-12-16T06:31:50.645Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c2ba1d86-4c8a-46e6-9b01-888d47f707ae/model-vers/model-ver/eb010dc9-9ab8-4b1f-be25-c0ed18ab4908?depth=0|INFO|500||InvokeReturn
2022-12-16T06:31:50.646Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c2ba1d86-4c8a-46e6-9b01-888d47f707ae/model-vers/model-ver/eb010dc9-9ab8-4b1f-be25-c0ed18ab4908?depth=0 has http status code:200 and response headers:{date=[Fri, 16 Dec 2022 06:31:51 GMT], content-length=[0], vertex-id=[602240], x-aai-txid=[0-aai-resources-221216-06:31:51:566-20142], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-16T06:31:50.646Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-12-16T06:31:50.646Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-16T06:31:50.646Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-16T06:31:50.652Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-12-16T06:31:50.653Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 66175205-c0f4-4f91-95bf-31255c866814 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-16T06:31:50.653Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-16T06:31:50.653Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:31:50.656Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:31:50.656Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671172310653,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-16T06:31:50.756Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T06:31:50.758Z||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-12-16T06:31:50.758Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:31:50.777Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:31:50.777Z||pool-34-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-16T06:31:51.670Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:31:51.671Z|66175205-c0f4-4f91-95bf-31255c866814|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-12-16T06:31:51.671Z|66175205-c0f4-4f91-95bf-31255c866814|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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:32:01.240Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:32:01.241Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:32:01.242Z||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-12-16T06:32:01.242Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:32:10.792Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:32:10.792Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:32:10.793Z||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-12-16T06:32:10.793Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:32:20.347Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:32:20.347Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:32:20.348Z||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-12-16T06:32:20.348Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:32:29.915Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:32:41.383Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:32:41.384Z||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-12-16T06:32:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:32:41.386Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:32:41.387Z||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-12-16T06:32:41.387Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:32:42.034Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:32:42.034Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-16T06:32:42.035Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66175205-c0f4-4f91-95bf-31255c866814",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671172310653,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-16T06:32:42.036Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:32:50.948Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:33:41.383Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:33:41.384Z||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-12-16T06:33:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:33:41.386Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:33:41.387Z||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-12-16T06:33:41.387Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:33:50.981Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:33:50.984Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:34:41.383Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:34:41.385Z||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-12-16T06:34:41.385Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:34:41.386Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:34:41.387Z||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-12-16T06:34:41.387Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:34:50.950Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:34:50.950Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:35:41.383Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:35:41.385Z||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-12-16T06:35:41.386Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:35:41.387Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:35:41.387Z||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-12-16T06:35:41.388Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:35:50.935Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:35:50.937Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:36:41.383Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:36:41.384Z||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-12-16T06:36:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:36:41.386Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:36:41.387Z|66175205-c0f4-4f91-95bf-31255c866814|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-12-16T06:36:41.387Z|66175205-c0f4-4f91-95bf-31255c866814|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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:36:50.943Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:36:50.945Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:37:41.383Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:37:41.384Z||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-12-16T06:37:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:37:41.386Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:37:41.387Z||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-12-16T06:37:41.388Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:37:50.928Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:37:50.936Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:38:41.383Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:38:41.384Z||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-12-16T06:38:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:38:41.386Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:38:41.387Z||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-12-16T06:38:41.387Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:38:50.936Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:38:50.942Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:39:41.383Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:39:41.384Z||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-12-16T06:39:41.385Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:39:41.386Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:39:41.387Z||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-12-16T06:39:41.387Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:39:50.938Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:39:50.951Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:40:41.383Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:40:41.384Z||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-12-16T06:40:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:40:41.387Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:40:41.387Z|66175205-c0f4-4f91-95bf-31255c866814|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-12-16T06:40:41.388Z|66175205-c0f4-4f91-95bf-31255c866814|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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:40:50.940Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:40:50.941Z|66175205-c0f4-4f91-95bf-31255c866814|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:41:41.383Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:41:41.384Z||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-12-16T06:41:41.384Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:41:41.386Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:41:41.387Z||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-12-16T06:41:41.387Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:41:42.016Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:41:42.017Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-16T06:41:42.017Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"61501270-1233-4965-947c-ea9235c1dbef","serviceDescription":"service","serviceInvariantUUID":"9b85c044-f656-4fff-8fdd-72586576f1d7","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"024eccd1-6f85-484b-b248-b7e142f4aaa1","resourceInvariantUUID":"91d558ef-7252-4eda-9304-3e5c18000b94","resourceCustomizationUUID":"b83fbcfe-5160-44fb-af4d-ecc72d53c799","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":"NDUyNmRiN2FiZWMyNDI2NzYwMWYzZDVjNDg2ZWVhMzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a6b1c13a-cda4-43d3-aa9d-1db2cd2acaf6","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MDg4ZDY0ZjQ1NzE0Zjc4NDY4Zjk5MjkwY2JhNGRkYWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3721f9ed-7223-4b76-9526-ec24d697cc00","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-16T06:41:42.019Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:41:42.023Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-16T06:41:42.023Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-16T06:41:42.024Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:41:42.023Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93",
"consumerID": "cds-sdc-listener",
"timestamp": 1671172828406,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-16T06:41:42.025Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-16T06:41:42.026Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-16T06:41:42.026Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93",
"consumerID": "multicloud-k8s",
"timestamp": 1671172862442,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-16T06:41:42.026Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-16T06:41:42.026Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-16T06:41:42.027Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93",
"consumerID": "ves-openapi-manager",
"timestamp": 1671172866679,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-16T06:41:42.027Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-16T06:41:42.028Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-16T06:41:42.027Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:41:42.029Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671172901383,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-16T06:41:42.028Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93",
"consumerID": "cds-sdc-listener",
"timestamp": 1671172828406,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-16T06:41:42.029Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-16T06:41:42.029Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-16T06:41:42.029Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93",
"consumerID": "multicloud-k8s",
"timestamp": 1671172862442,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-16T06:41:42.030Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-16T06:41:42.030Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-16T06:41:42.030Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93",
"consumerID": "ves-openapi-manager",
"timestamp": 1671172866679,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-12-16T06:41:42.031Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-16T06:41:42.031Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-16T06:41:42.031Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93",
"consumerID": "cds-sdc-listener",
"timestamp": 1671172870213,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-16T06:41:42.031Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:41:42.032Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-16T06:41:42.032Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93",
"consumerID": "cds-sdc-listener",
"timestamp": 1671172871217,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-16T06:41:42.073Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93
2022-12-16T06:41:42.074Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93 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-12-16T06:41:42.096Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-16T06:41:42.097Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93",
"consumerID": "aai-model-loader",
"timestamp": 1671172873706,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-16T06:41:42.097Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-16T06:41:42.097Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-16T06:41:42.097Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93",
"consumerID": "aai-model-loader",
"timestamp": 1671172873706,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-16T06:41:42.098Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-16T06:41:42.098Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-16T06:41:42.098Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671172874425,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-16T06:41:42.098Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-16T06:41:42.099Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-16T06:41:42.099Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93",
"consumerID": "aai-model-loader",
"timestamp": 1671172875837,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-16T06:41:42.099Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:41:42.099Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-16T06:41:42.100Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671172874425,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-16T06:41:42.100Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-16T06:41:42.100Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-16T06:41:42.100Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671172877202,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-16T06:41:42.101Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:41:42.101Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-16T06:41:42.101Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671172878908,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-16T06:41:42.101Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:41:42.101Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-16T06:41:42.102Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671172879912,
"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-12-16T06:41:42.109Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93
2022-12-16T06:41:42.109Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93 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-12-16T06:41:42.121Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-16T06:41:42.121Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93",
"consumerID": "aai-model-loader",
"timestamp": 1671172880424,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-16T06:41:42.122Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-16T06:41:42.122Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-16T06:41:42.122Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93",
"consumerID": "aai-model-loader",
"timestamp": 1671172881429,
"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-12-16T06:41:42.127Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-12-16T06:41:42.128Z||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-12-16T06:41:42.129Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:41:42.129Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93
2022-12-16T06:41:42.129Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93 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-12-16T06:41:42.149Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:41:42.149Z||pool-35-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-12-16T06:41:43.029Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-16T06:41:43.031Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:41:43.033Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:41:43.034Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671172901383,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-16T06:41:43.134Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T06:41:43.135Z||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-12-16T06:41:43.135Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:41:43.146Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:41:43.147Z||pool-36-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-16T06:41:44.037Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "61501270-1233-4965-947c-ea9235c1dbef",
"serviceDescription": "service",
"serviceInvariantUUID": "9b85c044-f656-4fff-8fdd-72586576f1d7",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "b83fbcfe-5160-44fb-af4d-ecc72d53c799",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "024eccd1-6f85-484b-b248-b7e142f4aaa1",
"resourceInvariantUUID": "91d558ef-7252-4eda-9304-3e5c18000b94",
"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": "MDg4ZDY0ZjQ1NzE0Zjc4NDY4Zjk5MjkwY2JhNGRkYWQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "3721f9ed-7223-4b76-9526-ec24d697cc00"
}
],
"workloadContext": "Production"
}
2022-12-16T06:41:44.038Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-16T06:41:44.038Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 61501270-1233-4965-947c-ea9235c1dbef ASDC
2022-12-16T06:41:44.039Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:61501270-1233-4965-947c-ea9235c1dbef
ServiceInvariantUUID:9b85c044-f656-4fff-8fdd-72586576f1d7
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:3721f9ed-7223-4b76-9526-ec24d697cc00
ArtifactChecksum:MDg4ZDY0ZjQ1NzE0Zjc4NDY4Zjk5MjkwY2JhNGRkYWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:b83fbcfe-5160-44fb-af4d-ecc72d53c799
ResourceInvariantUUID:91d558ef-7252-4eda-9304-3e5c18000b94
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:024eccd1-6f85-484b-b248-b7e142f4aaa1
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-12-16T06:41:44.040Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 61501270-1233-4965-947c-ea9235c1dbef 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-12-16T06:41:44.072Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-16T06:41:44.074Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-12-16T06:41:44.074Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-12-16T06:41:44.074Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 3721f9ed-7223-4b76-9526-ec24d697cc00 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-16T06:41:44.075Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-12-16T06:41:44.075Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|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-12-16T06:41:44.158Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-12-16T06:41:44.161Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 3721f9ed-7223-4b76-9526-ec24d697cc00 57790
2022-12-16T06:41:44.162Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|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-12-16T06:41:44.162Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|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-12-16T06:41:44.162Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-16T06:41:44.163Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:41:44.165Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:41:44.165Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671172904162,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-16T06:41:44.265Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T06:41:44.267Z||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-12-16T06:41:44.267Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:41:44.278Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:41:44.279Z||pool-37-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-16T06:41:45.166Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-16T06:41:45.167Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-12-16T06:41:45.167Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 3721f9ed-7223-4b76-9526-ec24d697cc00, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-16T06:41:45.167Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-12-16T06:41:45.168Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-16T06:41:45.168Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-16T06:41:45.322Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13955350956767502405/Definitions/service-BasicNetwork-template.yml
2022-12-16T06:41:45.904Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-16T06:41:45.904Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-12-16T06:41:45.904Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-16T06:41:45.905Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-12-16T06:41:45.905Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|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-12-16T06:41:45.905Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|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-12-16T06:41:45.905Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|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-12-16T06:41:45.905Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|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-12-16T06:41:45.905Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|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-12-16T06:41:45.905Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|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-12-16T06:41:45.905Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|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-12-16T06:41:45.905Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|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-12-16T06:41:45.906Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-12-16T06:41:45.906Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T06:41:45.906Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|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-12-16T06:41:45.906Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-12-16T06:41:45.906Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-12-16T06:41:45.907Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-16T06:41:45.907Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T06:41:45.907Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:41:45.907Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-12-16T06:41:45.907Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-12-16T06:41:45.907Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-16T06:41:45.908Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T06:41:45.908Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:41:45.908Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T06:41:45.908Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:41:45.908Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T06:41:45.908Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:41:45.909Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T06:41:45.909Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:41:45.909Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T06:41:45.909Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:41:45.909Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:61501270-1233-4965-947c-ea9235c1dbef
Model Version:NULL
Model InvariantUuid:9b85c044-f656-4fff-8fdd-72586576f1d7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:91d558ef-7252-4eda-9304-3e5c18000b94
Model UUID:34470601-86f3-4953-9306-eedac2226c3c
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:b83fbcfe-5160-44fb-af4d-ecc72d53c799
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-12-16T06:41:45.915Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||INFO|500||Processing Resource Type: VL, Model UUID: 024eccd1-6f85-484b-b248-b7e142f4aaa1
2022-12-16T06:41:45.915Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||INFO|500||No resources found for Service: 61501270-1233-4965-947c-ea9235c1dbef
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-12-16T06:41:45.924Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||INFO|500||
2022-12-16T06:41:45.924Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-12-16T06:41:45.925Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 61501270-1233-4965-947c-ea9235c1dbef
2022-12-16T06:41:45.925Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 61501270-1233-4965-947c-ea9235c1dbef
2022-12-16T06:41:45.925Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-12-16T06:41:45.925Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|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-12-16T06:41:45.930Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@26551ce1, org.onap.sdc.toscaparser.api.parameters.Input@70bdf0ef, org.onap.sdc.toscaparser.api.parameters.Input@71ce848d, org.onap.sdc.toscaparser.api.parameters.Input@6a4bf23e, org.onap.sdc.toscaparser.api.parameters.Input@64f74982]
2022-12-16T06:41:45.933Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T06:41:45.933Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:41:45.934Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T06:41:45.934Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:41:45.934Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 61501270-1233-4965-947c-ea9235c1dbef: Generic NeutronNet
2022-12-16T06:41:45.935Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T06:41:45.935Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:41:45.935Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T06:41:45.936Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|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-12-16T06:41:45.971Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T06:41:45.972Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:41:45.972Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T06:41:45.972Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|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-12-16T06:41:45.973Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T06:41:45.973Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:41:45.973Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|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-12-16T06:41:46.038Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-12-16T06:41:46.039Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|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-12-16T06:41:46.040Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|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-12-16T06:41:46.040Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-16T06:41:46.040Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:41:46.042Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:41:46.043Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671172906039,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-16T06:41:46.143Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-16T06:41:46.144Z||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-12-16T06:41:46.144Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:41:46.154Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:41:46.155Z||pool-38-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-16T06:41:47.044Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93
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-12-16T06:41:47.060Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93
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-12-16T06:41:47.063Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-16T06:41:47.063Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-16T06:41:47.063Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-16T06:41:47.063Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-16T06:41:47.064Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-16T06:41:47.064Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-16T06:41:47.064Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-16T06:41:47.064Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-16T06:41:47.064Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|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-12-16T06:41:47.070Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-16T06:42:17.070Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93 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-12-16T06:42:17.085Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93 and serviceModelVersionId: 61501270-1233-4965-947c-ea9235c1dbef
2022-12-16T06:42:17.085Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9b85c044-f656-4fff-8fdd-72586576f1d7
2022-12-16T06:42:17.087Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9b85c044-f656-4fff-8fdd-72586576f1d7/model-vers/model-ver/61501270-1233-4965-947c-ea9235c1dbef?depth=0
2022-12-16T06:42:17.093Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-12-16T06:42:17.194Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|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/9b85c044-f656-4fff-8fdd-72586576f1d7/model-vers/model-ver/61501270-1233-4965-947c-ea9235c1dbef?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-12-16T06:42:17.196Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b85c044-f656-4fff-8fdd-72586576f1d7/model-vers/model-ver/61501270-1233-4965-947c-ea9235c1dbef?depth=0|INFO|500||Invoke
2022-12-16T06:42:17.222Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b85c044-f656-4fff-8fdd-72586576f1d7/model-vers/model-ver/61501270-1233-4965-947c-ea9235c1dbef?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-12-16T06:42:17.381Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b85c044-f656-4fff-8fdd-72586576f1d7/model-vers/model-ver/61501270-1233-4965-947c-ea9235c1dbef?depth=0|INFO|500||InvokeReturn
2022-12-16T06:42:17.382Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|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/9b85c044-f656-4fff-8fdd-72586576f1d7/model-vers/model-ver/61501270-1233-4965-947c-ea9235c1dbef?depth=0 has http status code:200 and response headers:{date=[Fri, 16 Dec 2022 06:42:18 GMT], content-length=[0], vertex-id=[626816], x-aai-txid=[1-aai-resources-221216-06:42:18:323-46333], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-16T06:42:17.382Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2022-12-16T06:42:17.382Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-16T06:42:17.382Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|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-12-16T06:42:17.396Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|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-12-16T06:42:17.396Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-16T06:42:17.396Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-16T06:42:17.397Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:42:17.399Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:42:17.399Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671172937396,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-16T06:42:17.499Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T06:42:17.500Z||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-12-16T06:42:17.501Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:42:17.515Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:42:17.516Z||pool-39-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-16T06:42:41.386Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:42:41.387Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-16T06:42:41.390Z||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-12-16T06:42:41.390Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|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-12-16T06:42:41.390Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:42:41.390Z||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 So2y2X3OlwYoj1H8) ...
2022-12-16T06:42:41.515Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:42:41.516Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-16T06:42:41.517Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671172901383,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-16T06:42:41.519Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-16T06:42:42.016Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:42:42.018Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-16T06:42:42.019Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"f06f8058-1244-43a2-923c-4de2eacec5b6","serviceName":"Demo_pNF_4qEvfDg8PxAyWysF0dLh","serviceVersion":"1.0","serviceUUID":"f724e439-351c-4b21-a46d-d07bb058c6ee","serviceDescription":"catalog service description","serviceInvariantUUID":"ff9ac397-4873-4f39-b451-2f4e3a1debda","resources":[{"resourceInstanceName":"pNF f5d2c086-46ad 0","resourceName":"pNF f5d2c086-46ad","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"e70045ae-1da2-4be2-b632-4b07d77d98b1","resourceInvariantUUID":"7784dfdb-db2d-46f4-be9a-d4b01c11d692","resourceCustomizationUUID":"d8b23aaf-4275-4ac3-a92d-cd1a0505b571","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4qevfdg8pxaywysf0dlh/1.0/resourceInstances/pnff5d2c08646ad0/artifacts/vf-license-model.xml","artifactChecksum":"NWM1MzNjMTY2ZDY3ZGJhZjM4YjJiYjdjYmEwNzkyMWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"08a55955-6fda-40b3-a11d-bf2cab533ab4","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4qevfdg8pxaywysf0dlh/1.0/resourceInstances/pnff5d2c08646ad0/artifacts/pNF.csar","artifactChecksum":"MDZhOTk2Y2Y2YjhlYTFjOGY0NTgwMTE2NjdiNDhiYzU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7db70d27-bf2d-4f5f-a6c6-73619f158340","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4qevfdg8pxaywysf0dlh/1.0/resourceInstances/pnff5d2c08646ad0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2f4fa545-e53b-4653-bd7a-a6aba65515e8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4qevfdg8pxaywysf0dlh/1.0/resourceInstances/pnff5d2c08646ad0/artifacts/vendor-license-model.xml","artifactChecksum":"ZGYyZTJjNmE4Mzk3Y2M5OTlmYzFhOWVjMGZkNGJjODc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e99a8c53-820a-495d-b228-f5052070e248","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf4qevfdg8pxaywysf0dlh/1.0/resourceInstances/pnff5d2c08646ad0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b8c31324-7414-433f-b298-30d7a1feb829","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf4qevfdg8pxaywysf0dlh/1.0/resourceInstances/pnff5d2c08646ad0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cda85b9b-3181-4523-839b-8fd97fc7ca04","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf4qevfdg8pxaywysf0dlh-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4qevfdg8pxaywysf0dlh/1.0/artifacts/service-DemoPnf4qevfdg8pxaywysf0dlh-template.yml","artifactChecksum":"ODI0YmIzZjE4YzNmZGM5ZDE2ZjNlMWQ1YmI2ZWRlODE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e47e3d4e-61a2-4fc4-8fa8-70b892315edd","artifactVersion":"1"},{"artifactName":"service-DemoPnf4qevfdg8pxaywysf0dlh-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf4qevfdg8pxaywysf0dlh/1.0/artifacts/service-DemoPnf4qevfdg8pxaywysf0dlh-csar.csar","artifactChecksum":"MTk2OWZmN2M2ZDMwMzZmYmJjNTlhMjFkNzJkNTA4YmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"894a087f-a4dd-4451-b711-08dd8e8db783","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-16T06:42:42.022Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-16T06:42:42.022Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:42:42.027Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:42:42.027Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f06f8058-1244-43a2-923c-4de2eacec5b6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671172961385,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4qevfdg8pxaywysf0dlh/1.0/resourceInstances/pnff5d2c08646ad0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-16T06:42:42.128Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-16T06:42:42.129Z||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-12-16T06:42:42.129Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:42:42.141Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:42:42.141Z||pool-40-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-16T06:42:43.028Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-16T06:42:43.029Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:42:43.031Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:42:43.031Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f06f8058-1244-43a2-923c-4de2eacec5b6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671172961385,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4qevfdg8pxaywysf0dlh/1.0/resourceInstances/pnff5d2c08646ad0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-12-16T06:42:43.131Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T06:42:43.132Z||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-12-16T06:42:43.132Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:42:43.142Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:42:43.143Z||pool-41-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-12-16T06:42:44.031Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-16T06:42:44.032Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:42:44.035Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:42:44.035Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f06f8058-1244-43a2-923c-4de2eacec5b6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671172961385,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4qevfdg8pxaywysf0dlh/1.0/resourceInstances/pnff5d2c08646ad0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-12-16T06:42:44.135Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T06:42:44.137Z||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-12-16T06:42:44.137Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:42:44.148Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:42:44.149Z||pool-42-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-16T06:42:45.036Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-16T06:42:45.037Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:42:45.041Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:42:45.041Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f06f8058-1244-43a2-923c-4de2eacec5b6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671172961385,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4qevfdg8pxaywysf0dlh/1.0/resourceInstances/pnff5d2c08646ad0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-16T06:42:45.143Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-12-16T06:42:45.144Z||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-12-16T06:42:45.145Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:42:45.164Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:42:45.164Z||pool-43-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-12-16T06:42:46.041Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-16T06:42:46.043Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:42:46.046Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:42:46.046Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f06f8058-1244-43a2-923c-4de2eacec5b6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671172961385,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4qevfdg8pxaywysf0dlh/1.0/resourceInstances/pnff5d2c08646ad0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-16T06:42:46.146Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T06:42:46.147Z||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-12-16T06:42:46.147Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:42:46.158Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:42:46.159Z||pool-44-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-16T06:42:47.046Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-16T06:42:47.047Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:42:47.050Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:42:47.050Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f06f8058-1244-43a2-923c-4de2eacec5b6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671172961385,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4qevfdg8pxaywysf0dlh/1.0/resourceInstances/pnff5d2c08646ad0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-16T06:42:47.151Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T06:42:47.152Z||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-12-16T06:42:47.152Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:42:47.165Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:42:47.165Z||pool-45-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-16T06:42:48.052Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-16T06:42:48.053Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:42:48.055Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:42:48.056Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f06f8058-1244-43a2-923c-4de2eacec5b6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671172961385,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4qevfdg8pxaywysf0dlh/1.0/artifacts/service-DemoPnf4qevfdg8pxaywysf0dlh-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-16T06:42:48.157Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-16T06:42:48.158Z||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-12-16T06:42:48.158Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:42:48.172Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:42:48.172Z||pool-46-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-16T06:42:49.056Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-16T06:42:49.057Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:42:49.059Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:42:49.059Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f06f8058-1244-43a2-923c-4de2eacec5b6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671172961385,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4qevfdg8pxaywysf0dlh/1.0/artifacts/service-DemoPnf4qevfdg8pxaywysf0dlh-csar.csar",
"status": "NOTIFIED"
}
2022-12-16T06:42:49.160Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-16T06:42:49.161Z||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-12-16T06:42:49.161Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:42:49.173Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:42:49.173Z||pool-47-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-12-16T06:42:50.061Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "f06f8058-1244-43a2-923c-4de2eacec5b6",
"serviceName": "Demo_pNF_4qEvfDg8PxAyWysF0dLh",
"serviceVersion": "1.0",
"serviceUUID": "f724e439-351c-4b21-a46d-d07bb058c6ee",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "ff9ac397-4873-4f39-b451-2f4e3a1debda",
"resources": [
{
"resourceInstanceName": "pNF f5d2c086-46ad 0",
"resourceCustomizationUUID": "d8b23aaf-4275-4ac3-a92d-cd1a0505b571",
"resourceName": "pNF f5d2c086-46ad",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "e70045ae-1da2-4be2-b632-4b07d77d98b1",
"resourceInvariantUUID": "7784dfdb-db2d-46f4-be9a-d4b01c11d692",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnf4qevfdg8pxaywysf0dlh-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4qevfdg8pxaywysf0dlh/1.0/artifacts/service-DemoPnf4qevfdg8pxaywysf0dlh-csar.csar",
"artifactChecksum": "MTk2OWZmN2M2ZDMwMzZmYmJjNTlhMjFkNzJkNTA4YmQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "894a087f-a4dd-4451-b711-08dd8e8db783"
}
],
"workloadContext": "Production"
}
2022-12-16T06:42:50.062Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-16T06:42:50.062Z|f68806dd-1dcf-46bb-a1b1-d67cdb0f1c93|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f724e439-351c-4b21-a46d-d07bb058c6ee ASDC
2022-12-16T06:42:50.063Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:f06f8058-1244-43a2-923c-4de2eacec5b6
ServiceName:Demo_pNF_4qEvfDg8PxAyWysF0dLh
ServiceVersion:1.0
ServiceUUID:f724e439-351c-4b21-a46d-d07bb058c6ee
ServiceInvariantUUID:ff9ac397-4873-4f39-b451-2f4e3a1debda
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf4qevfdg8pxaywysf0dlh-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf4qevfdg8pxaywysf0dlh/1.0/artifacts/service-DemoPnf4qevfdg8pxaywysf0dlh-csar.csar
ArtifactUUID:894a087f-a4dd-4451-b711-08dd8e8db783
ArtifactChecksum:MTk2OWZmN2M2ZDMwMzZmYmJjNTlhMjFkNzJkNTA4YmQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF f5d2c086-46ad 0
ResourceCustomizationUUID:d8b23aaf-4275-4ac3-a92d-cd1a0505b571
ResourceInvariantUUID:7784dfdb-db2d-46f4-be9a-d4b01c11d692
ResourceName:pNF f5d2c086-46ad
ResourceType:PNF
ResourceUUID:e70045ae-1da2-4be2-b632-4b07d77d98b1
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-12-16T06:42:50.064Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f724e439-351c-4b21-a46d-d07bb058c6ee 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-12-16T06:42:50.117Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-16T06:42:50.118Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-12-16T06:42:50.119Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-12-16T06:42:50.119Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 894a087f-a4dd-4451-b711-08dd8e8db783 from URL: /sdc/v1/catalog/services/DemoPnf4qevfdg8pxaywysf0dlh/1.0/artifacts/service-DemoPnf4qevfdg8pxaywysf0dlh-csar.csar
2022-12-16T06:42:50.119Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-12-16T06:42:50.120Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf4qevfdg8pxaywysf0dlh/1.0/artifacts/service-DemoPnf4qevfdg8pxaywysf0dlh-csar.csar
2022-12-16T06:42:50.195Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-12-16T06:42:50.200Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf4qevfdg8pxaywysf0dlh/1.0/artifacts/service-DemoPnf4qevfdg8pxaywysf0dlh-csar.csar 894a087f-a4dd-4451-b711-08dd8e8db783 88023
2022-12-16T06:42:50.200Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf4qevfdg8pxaywysf0dlh/1.0/artifacts/service-DemoPnf4qevfdg8pxaywysf0dlh-csar.csar ASDC sendASDCNotification
2022-12-16T06:42:50.200Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf4qevfdg8pxaywysf0dlh/1.0/artifacts/service-DemoPnf4qevfdg8pxaywysf0dlh-csar.csar
2022-12-16T06:42:50.201Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-16T06:42:50.201Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-16T06:42:50.204Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-16T06:42:50.204Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f06f8058-1244-43a2-923c-4de2eacec5b6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671172970200,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4qevfdg8pxaywysf0dlh/1.0/artifacts/service-DemoPnf4qevfdg8pxaywysf0dlh-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-16T06:42:50.304Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-16T06:42:50.305Z||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-12-16T06:42:50.305Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as So2y2X3OlwYoj1H8) ...
2022-12-16T06:42:50.316Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-16T06:42:50.317Z||pool-48-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-16T06:42:51.205Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-16T06:42:51.206Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-12-16T06:42:51.206Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 894a087f-a4dd-4451-b711-08dd8e8db783, URL: /sdc/v1/catalog/services/DemoPnf4qevfdg8pxaywysf0dlh/1.0/artifacts/service-DemoPnf4qevfdg8pxaywysf0dlh-csar.csar to file: /app/ASDC/1/service-DemoPnf4qevfdg8pxaywysf0dlh-csar.csar
2022-12-16T06:42:51.207Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf4qevfdg8pxaywysf0dlh-csar.csar
2022-12-16T06:42:51.208Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf4qevfdg8pxaywysf0dlh-csar.csar
2022-12-16T06:42:51.208Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf4qevfdg8pxaywysf0dlh-csar.csar
2022-12-16T06:42:51.436Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7422217622077747389/Definitions/service-DemoPnf4qevfdg8pxaywysf0dlh-template.yml
2022-12-16T06:42:52.371Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-16T06:42:52.372Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-12-16T06:42:52.372Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf4qevfdg8pxaywysf0dlh-csar.csar
2022-12-16T06:42:52.372Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-16T06:42:52.372Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF f5d2c086-46ad 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-DemoPnf4qevfdg8pxaywysf0dlh-csar.csar
2022-12-16T06:42:52.372Z|f06f8058-1244-43a2-923c-4de2eacec5b6|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-DemoPnf4qevfdg8pxaywysf0dlh-csar.csar
2022-12-16T06:42:52.372Z|f06f8058-1244-43a2-923c-4de2eacec5b6|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-DemoPnf4qevfdg8pxaywysf0dlh-csar.csar
2022-12-16T06:42:52.372Z|f06f8058-1244-43a2-923c-4de2eacec5b6|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-DemoPnf4qevfdg8pxaywysf0dlh-csar.csar
2022-12-16T06:42:52.372Z|f06f8058-1244-43a2-923c-4de2eacec5b6|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-DemoPnf4qevfdg8pxaywysf0dlh-csar.csar
2022-12-16T06:42:52.373Z|f06f8058-1244-43a2-923c-4de2eacec5b6|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-DemoPnf4qevfdg8pxaywysf0dlh-csar.csar
2022-12-16T06:42:52.373Z|f06f8058-1244-43a2-923c-4de2eacec5b6|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-DemoPnf4qevfdg8pxaywysf0dlh-csar.csar
2022-12-16T06:42:52.373Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-12-16T06:42:52.373Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T06:42:52.373Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_4qEvfDg8PxAyWysF0dLh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:42:52.373Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||Node template pNF f5d2c086-46ad 0 is matching search criteria
2022-12-16T06:42:52.373Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-12-16T06:42:52.374Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF f5d2c086-46ad 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-16T06:42:52.374Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T06:42:52.374Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_4qEvfDg8PxAyWysF0dLh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:42:52.374Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||Node template pNF f5d2c086-46ad 0 is matching search criteria
2022-12-16T06:42:52.374Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-12-16T06:42:52.374Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF f5d2c086-46ad 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-16T06:42:52.375Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T06:42:52.375Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_4qEvfDg8PxAyWysF0dLh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:42:52.375Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T06:42:52.375Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_4qEvfDg8PxAyWysF0dLh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:42:52.375Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T06:42:52.375Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_4qEvfDg8PxAyWysF0dLh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:42:52.375Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T06:42:52.375Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_4qEvfDg8PxAyWysF0dLh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:42:52.376Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T06:42:52.376Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_4qEvfDg8PxAyWysF0dLh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:42:52.376Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_4qEvfDg8PxAyWysF0dLh
Description:catalog service description
Model UUID:f724e439-351c-4b21-a46d-d07bb058c6ee
Model Version:NULL
Model InvariantUuid:ff9ac397-4873-4f39-b451-2f4e3a1debda
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-12-16T06:42:52.382Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: e70045ae-1da2-4be2-b632-4b07d77d98b1
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-12-16T06:42:52.386Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||INFO|500||pNF f5d2c086-46ad 0
2022-12-16T06:42:52.386Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: e70045ae-1da2-4be2-b632-4b07d77d98b1
2022-12-16T06:42:52.386Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||No resources found for Service: f724e439-351c-4b21-a46d-d07bb058c6ee
2022-12-16T06:42:52.386Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: f724e439-351c-4b21-a46d-d07bb058c6ee
2022-12-16T06:42:52.386Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF f5d2c086-46ad 0 e70045ae-1da2-4be2-b632-4b07d77d98b1 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-12-16T06:42:52.390Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@18f3c991, org.onap.sdc.toscaparser.api.parameters.Input@165a11bb, org.onap.sdc.toscaparser.api.parameters.Input@61959907, org.onap.sdc.toscaparser.api.parameters.Input@3047f060, org.onap.sdc.toscaparser.api.parameters.Input@36fe08b8]
2022-12-16T06:42:52.391Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-16T06:42:52.391Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_4qEvfDg8PxAyWysF0dLh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-16T06:42:52.391Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid f724e439-351c-4b21-a46d-d07bb058c6ee: pNF f5d2c086-46ad
2022-12-16T06:42:52.391Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||INFO|500||Processing PNF resource: e70045ae-1da2-4be2-b632-4b07d77d98b1
2022-12-16T06:42:52.392Z|f06f8058-1244-43a2-923c-4de2eacec5b6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery