By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2022-11-27T05:22:40.740Z||main|||||INFO|500||The following profiles are active: basic
2022-11-27T05:22:52.069Z||main|||||INFO|500||Starting service [Tomcat]
2022-11-27T05:22:52.069Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-11-27T05:22:52.181Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-11-27T05:22:56.358Z||main|||||INFO|500||catdb-pool - Starting...
2022-11-27T05:22:56.737Z||main|||||INFO|500||catdb-pool - Start completed.
2022-11-27T05:22:57.207Z||main|||||INFO|500||reqdb-pool - Starting...
2022-11-27T05:22:57.213Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-11-27T05:22:57.331Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-11-27T05:22:57.628Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-11-27T05:22:58.179Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-11-27T05:23:00.270Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-27T05:23:02.598Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-27T05:23:02.655Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-11-27T05:23:03.265Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-27T05:23:03.509Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-11-27T05:23:04.708Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-27T05:23:05.824Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-11-27T05:23:05.845Z||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$$30e71889.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-11-27T05:23:05.845Z||main|||||WARN|500||The sdc end point is not alive
2022-11-27T05:23:09.076Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-11-27T05:23:11.889Z||main|||||WARN|500||---
2022-11-27T05:23:11.889Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-11-27T05:23:11.890Z||main|||||WARN|500||---
2022-11-27T05:23:12.408Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-11-27T05:23:17.610Z||main|||||INFO|500||Started Application in 40.048 seconds (JVM running for 42.245)
2022-11-27T05:23:17.628Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-27T05:23:17.629Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-27T05:23:17.641Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-27T05:23:17.668Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-27T05:23:17.738Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d44f4d72-0d3a-4769-9ec9-a6edbd499d8b url= /sdc/v1/artifactTypes
2022-11-27T05:23:17.738Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-11-27T05:23:18.026Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-11-27T05:23:18.052Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-11-27T05:23:18.074Z||scheduling-1|||||DEBUG|500||create keys
2022-11-27T05:23:18.082Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-11-27T05:23:18.145Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T05:23:18.163Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 8d95ef79-7266-4097-980d-5ec2c4fa7343 url= /sdc/v1/registerForDistribution
2022-11-27T05:23:18.346Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 8d95ef79-7266-4097-980d-5ec2c4fa7343 url= /sdc/v1/registerForDistribution
2022-11-27T05:23:18.347Z||scheduling-1|||||INFO|500||start DistributionClient
2022-11-27T05:23:18.358Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T05:23:18.358Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T05:23:18.363Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-11-27T05:23:18.368Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T05:23:18.368Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T05:23:18.376Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T05:23:18.377Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T05:23:28.853Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T05:23:28.922Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T05:24:18.355Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T05:24:18.356Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T05:24:18.356Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T05:24:18.356Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T05:24:18.356Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T05:24:18.357Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T05:24:27.923Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T05:24:27.942Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T05:25:18.354Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T05:25:18.355Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T05:25:18.356Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T05:25:18.356Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T05:25:18.357Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T05:25:18.359Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T05:25:27.941Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T05:25:27.949Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T05:26:18.355Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T05:26:18.357Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T05:26:18.359Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T05:26:18.359Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T05:26:18.359Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T05:26:18.360Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T05:26:27.936Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T05:26:27.942Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T05:27:18.354Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T05:27:18.355Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T05:27:18.355Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T05:27:18.356Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T05:27:18.357Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T05:27:18.357Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T05:27:27.919Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T05:27:27.920Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T05:28:18.354Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T05:28:18.355Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T05:28:18.356Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T05:28:18.356Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T05:28:18.356Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T05:28:18.356Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T05:28:27.916Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T05:28:27.921Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T05:29:18.354Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T05:29:18.355Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T05:29:18.355Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T05:29:18.356Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T05:29:18.356Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T05:29:18.357Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T05:29:27.920Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T05:29:27.924Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T05:30:18.354Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T05:30:18.355Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T05:30:18.355Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T05:30:18.356Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T05:30:18.357Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T05:30:18.357Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T05:30:27.923Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T05:30:27.925Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T05:31:18.354Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T05:31:18.356Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T05:31:18.357Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T05:31:18.357Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T05:31:18.357Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T05:31:18.357Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T05:31:27.928Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T05:31:27.928Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T05:32:18.354Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T05:32:18.355Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T05:32:18.355Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T05:32:18.356Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T05:32:18.356Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T05:32:18.357Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T05:32:27.961Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T05:32:27.961Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T05:32:50.120Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-11-27T05:33:18.354Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T05:33:18.355Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T05:33:18.355Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T05:33:18.358Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T05:33:18.360Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T05:33:18.360Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T05:33:27.932Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T05:33:27.933Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T05:34:18.359Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T05:34:18.364Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T05:34:18.365Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T05:34:18.365Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T05:34:18.365Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T05:34:18.366Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T05:34:27.975Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T05:34:27.984Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T05:35:18.354Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T05:35:18.355Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T05:35:18.356Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T05:35:18.356Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T05:35:18.357Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T05:35:18.358Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T05:35:27.971Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T05:35:27.973Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T05:36:18.354Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T05:36:18.355Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T05:36:18.355Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T05:36:18.356Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T05:36:18.356Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T05:36:18.356Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T05:36:27.933Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T05:36:27.941Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T05:37:18.354Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T05:37:18.355Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T05:37:18.355Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T05:37:18.356Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T05:37:18.356Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T05:37:18.356Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T05:37:27.927Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T05:37:27.945Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T05:38:18.354Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T05:38:18.355Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T05:38:18.355Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T05:38:18.356Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T05:38:18.356Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T05:38:18.356Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T05:38:27.918Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T05:38:27.939Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T05:39:18.354Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T05:39:18.355Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T05:39:18.355Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T05:39:18.356Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T05:39:18.356Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T05:39:18.357Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T05:39:27.922Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T05:39:27.930Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T05:40:18.354Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T05:40:18.355Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T05:40:18.355Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T05:40:18.356Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T05:40:18.357Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T05:40:18.357Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T05:40:27.940Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T05:40:27.941Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T05:41:18.354Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T05:41:18.355Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T05:41:18.356Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T05:41:18.356Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T05:41:18.356Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T05:41:18.356Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T05:41:27.915Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T05:41:27.918Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T05:42:18.354Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T05:42:18.356Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T05:42:18.356Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T05:42:18.356Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T05:42:18.356Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T05:42:18.356Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T05:42:27.926Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T05:42:27.931Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T05:43:18.354Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T05:43:18.356Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T05:43:18.356Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T05:43:18.356Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T05:43:18.356Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T05:43:18.356Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T05:43:27.948Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T05:43:27.949Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T05:44:18.354Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T05:44:18.355Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T05:44:18.355Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T05:44:18.356Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T05:44:18.356Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T05:44:18.356Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T05:44:27.928Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T05:44:27.929Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T05:45:18.354Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T05:45:18.355Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T05:45:18.355Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T05:45:18.356Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T05:45:18.357Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T05:45:18.357Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T05:45:27.924Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T05:45:27.933Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T05:46:18.354Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T05:46:18.354Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T05:46:18.355Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T05:46:18.356Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T05:46:18.356Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T05:46:18.357Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T05:46:27.937Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T05:46:27.937Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T05:47:18.354Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T05:47:18.355Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T05:47:18.355Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T05:47:18.356Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T05:47:18.356Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T05:47:18.357Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T05:47:27.967Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T05:47:27.967Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T05:48:18.354Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T05:48:18.355Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T05:48:18.355Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T05:48:18.356Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T05:48:18.357Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T05:48:18.357Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T05:48:27.909Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T05:48:27.911Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T05:49:18.354Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T05:49:18.355Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T05:49:18.355Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T05:49:18.356Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T05:49:18.357Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T05:49:18.357Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T05:49:27.909Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T05:49:27.917Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T05:50:18.354Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T05:50:18.355Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T05:50:18.355Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T05:50:18.356Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T05:50:18.356Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T05:50:18.357Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T05:50:27.909Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T05:50:27.914Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T05:51:18.356Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T05:51:18.356Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T05:51:18.360Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T05:51:18.360Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T05:51:18.360Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T05:51:18.360Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T05:51:27.922Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T05:51:27.927Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T05:52:18.354Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T05:52:18.355Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T05:52:18.355Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T05:52:18.356Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T05:52:18.356Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T05:52:18.357Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T05:52:27.919Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T05:52:27.920Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T05:53:18.354Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T05:53:18.355Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T05:53:18.355Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T05:53:18.356Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T05:53:18.356Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T05:53:18.357Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T05:53:27.917Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T05:53:27.917Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T05:54:18.354Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T05:54:18.355Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T05:54:18.355Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T05:54:18.356Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T05:54:18.357Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T05:54:18.357Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T05:54:27.903Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T05:54:27.903Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T05:55:18.354Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T05:55:18.356Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T05:55:18.356Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T05:55:18.356Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T05:55:18.357Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T05:55:18.357Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T05:55:27.914Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T05:55:27.928Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T05:56:18.354Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T05:56:18.355Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T05:56:18.355Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T05:56:18.356Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T05:56:18.357Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T05:56:18.357Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T05:56:27.912Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T05:56:27.920Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T05:57:18.354Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T05:57:18.355Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T05:57:18.355Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T05:57:18.356Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T05:57:18.357Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T05:57:18.357Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T05:57:27.905Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T05:57:27.912Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T05:58:18.354Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T05:58:18.355Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T05:58:18.355Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T05:58:18.356Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T05:58:18.356Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T05:58:18.356Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T05:58:27.914Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T05:58:27.917Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T05:59:18.354Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T05:59:18.355Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T05:59:18.355Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T05:59:18.356Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T05:59:18.357Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T05:59:18.357Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T05:59:27.927Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T05:59:27.943Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:00:18.354Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T06:00:18.355Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T06:00:18.356Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T06:00:18.356Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T06:00:18.356Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T06:00:18.357Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T06:00:27.922Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:00:27.943Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:01:18.354Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T06:01:18.356Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T06:01:18.357Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T06:01:18.357Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T06:01:18.358Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T06:01:18.358Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T06:01:27.915Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:01:27.929Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:02:18.354Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T06:02:18.355Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T06:02:18.355Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T06:02:18.356Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T06:02:18.357Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T06:02:18.357Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T06:02:27.917Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:02:27.917Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:03:18.354Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T06:03:18.355Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T06:03:18.355Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T06:03:18.356Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T06:03:18.356Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T06:03:18.358Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T06:03:27.917Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:03:27.921Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:04:18.354Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T06:04:18.355Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T06:04:18.355Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T06:04:18.356Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T06:04:18.356Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T06:04:18.357Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T06:04:27.926Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:04:27.929Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:05:18.354Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T06:05:18.355Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T06:05:18.355Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T06:05:18.356Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T06:05:18.356Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T06:05:18.356Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T06:05:27.941Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:05:27.941Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:06:18.354Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T06:06:18.355Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T06:06:18.355Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T06:06:18.356Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T06:06:18.357Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T06:06:18.357Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T06:06:27.931Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:06:27.937Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:07:18.354Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T06:07:18.355Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T06:07:18.355Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T06:07:18.356Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T06:07:18.356Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T06:07:18.356Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T06:07:27.916Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:07:27.946Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:08:18.354Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T06:08:18.355Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T06:08:18.355Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T06:08:18.356Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T06:08:18.356Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T06:08:18.357Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T06:08:27.921Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:08:27.921Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:09:18.354Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T06:09:18.355Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T06:09:18.355Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T06:09:18.356Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T06:09:18.356Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T06:09:18.356Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T06:09:27.932Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:09:27.936Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:10:18.354Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T06:10:18.356Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T06:10:18.358Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T06:10:18.358Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T06:10:18.358Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T06:10:18.358Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T06:10:27.937Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:10:27.946Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:11:18.354Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T06:11:18.356Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T06:11:18.356Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T06:11:18.357Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T06:11:18.357Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T06:11:18.357Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T06:11:27.916Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:11:27.924Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:12:18.354Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T06:12:18.355Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T06:12:18.355Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T06:12:18.356Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T06:12:18.356Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T06:12:18.356Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T06:12:27.909Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:12:27.912Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:13:18.354Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T06:13:18.355Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T06:13:18.355Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T06:13:18.356Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T06:13:18.357Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T06:13:18.357Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T06:13:27.949Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:13:27.954Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:14:18.354Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T06:14:18.355Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T06:14:18.355Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T06:14:18.356Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T06:14:18.356Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T06:14:18.357Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T06:14:27.914Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:14:27.929Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:15:18.354Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T06:15:18.355Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T06:15:18.355Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T06:15:18.356Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T06:15:18.356Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T06:15:18.356Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T06:15:27.933Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:15:27.933Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:16:18.354Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T06:16:18.356Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T06:16:18.356Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T06:16:18.356Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T06:16:18.356Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T06:16:18.356Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T06:16:27.942Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:16:27.957Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:17:18.354Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T06:17:18.356Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T06:17:18.356Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T06:17:18.356Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T06:17:18.356Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T06:17:18.357Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T06:17:27.924Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:17:27.952Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:18:18.356Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T06:18:18.357Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T06:18:18.357Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T06:18:18.358Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T06:18:18.359Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T06:18:18.359Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T06:18:27.987Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:18:27.997Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:19:18.354Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T06:19:18.355Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T06:19:18.355Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T06:19:18.356Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T06:19:18.356Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T06:19:18.356Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T06:19:27.948Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:19:27.953Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:20:18.354Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T06:20:18.355Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T06:20:18.355Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T06:20:18.356Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T06:20:18.356Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T06:20:18.356Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T06:20:27.943Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:20:27.945Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:21:18.354Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T06:21:18.355Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T06:21:18.355Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T06:21:18.356Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T06:21:18.356Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T06:21:18.356Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T06:21:28.058Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:21:28.075Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:22:18.354Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T06:22:18.355Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T06:22:18.355Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T06:22:18.356Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T06:22:18.356Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T06:22:18.356Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T06:22:27.980Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:22:27.983Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:23:18.354Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T06:23:18.355Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T06:23:18.355Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T06:23:18.356Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T06:23:18.356Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T06:23:18.356Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T06:23:19.041Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:23:19.042Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:23:19.045Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-27T06:23:19.046Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"77fc6f1a-1397-444f-aa28-f987e3b8949e","serviceName":"vFW 2022-11-27 06-21-12","serviceVersion":"1.0","serviceUUID":"65cf1b6e-270a-42ce-b7c3-9ed7fc944715","serviceDescription":"catalog service description","serviceInvariantUUID":"8696b347-48cf-409a-a674-52e3639053c7","resources":[{"resourceInstanceName":"vFW 6d64e3bb-06b7 0","resourceName":"vFW 6d64e3bb-06b7","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8c6bab57-d254-4b13-8930-de9fe1fab5fb","resourceInvariantUUID":"d93d4184-44d2-497e-95af-d5975d945fb2","resourceCustomizationUUID":"a483db87-f6dc-4add-949d-56e33ecdb719","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/vf-license-model.xml","artifactChecksum":"ZmZlYWE0OWE1ZmI2N2M2ZTViNzg3ZTQyY2M5MGMxMDQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"adaa6334-ac98-4909-95d3-f9d5284e5135","artifactVersion":"1"},{"artifactName":"vfw6d64e3bb06b70_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/vfw6d64e3bb06b70_modules.json","artifactChecksum":"Yzc5YThlY2E2MWNhNTUxODNhMDFlZjkxOTcxNjI5OTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d4d80b06-f2ed-4bc7-9d91-afc88dd7d326","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ee99bc5d-7a3a-4aa6-99c1-0ed0aaabec5f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/vendor-license-model.xml","artifactChecksum":"ZTk5YTc4ZmJmODY2YzIxZGZhZjAzZjE3MzZhYjRlMTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4abbbd62-d8ac-4e54-b4ea-f6a2c34d9f11","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b089d494-7214-4c60-a7c2-59d86226a1a4","artifactVersion":"2","generatedFromUUID":"ee99bc5d-7a3a-4aa6-99c1-0ed0aaabec5f"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221127062112-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221127062112/1.0/artifacts/service-Vfw20221127062112-template.yml","artifactChecksum":"NDVlMWViMDY2MTBjODk4M2E3NjNiYWU1OTM1ZWZlM2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"affa9e19-256c-4901-bf2f-5794a2b7b8cb","artifactVersion":"1"},{"artifactName":"service-Vfw20221127062112-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221127062112/1.0/artifacts/service-Vfw20221127062112-csar.csar","artifactChecksum":"ZDVhNTgxY2M5ZDkwNzBmMjhkNDU4MGQ2NDg2NTA4NWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7675d5a3-e12a-4441-9db3-a49471de265e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-27T06:23:19.046Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-27T06:23:19.047Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e",
"consumerID": "ves-openapi-manager",
"timestamp": 1669530149524,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-27T06:23:19.061Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-27T06:23:19.071Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-27T06:23:19.072Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-27T06:23:19.072Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-27T06:23:19.072Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669530152863,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-27T06:23:19.072Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-27T06:23:19.073Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-27T06:23:19.073Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e",
"consumerID": "ves-openapi-manager",
"timestamp": 1669530149524,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/vfw6d64e3bb06b70_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-27T06:23:19.073Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-27T06:23:19.073Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-27T06:23:19.073Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669530152863,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/vfw6d64e3bb06b70_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-27T06:23:19.074Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-27T06:23:19.074Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-27T06:23:19.074Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e",
"consumerID": "ves-openapi-manager",
"timestamp": 1669530149524,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-27T06:23:19.074Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-27T06:23:19.075Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-27T06:23:19.075Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e",
"consumerID": "cds",
"timestamp": 1669530154231,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-27T06:23:19.075Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-27T06:23:19.076Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-27T06:23:19.076Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669530152863,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-27T06:23:19.076Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-27T06:23:19.077Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-27T06:23:19.077Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669530155940,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-27T06:23:19.077Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-27T06:23:19.078Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-27T06:23:19.078Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e",
"consumerID": "ves-openapi-manager",
"timestamp": 1669530149524,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-27T06:23:19.078Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-27T06:23:19.079Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-27T06:23:19.079Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e",
"consumerID": "cds",
"timestamp": 1669530154231,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/vfw6d64e3bb06b70_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-27T06:23:19.080Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-27T06:23:19.080Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-27T06:23:19.080Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669530152863,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-27T06:23:19.081Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-27T06:23:19.081Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-27T06:23:19.082Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669530155940,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/vfw6d64e3bb06b70_modules.json",
"status": "NOTIFIED"
}
2022-11-27T06:23:19.086Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-27T06:23:19.086Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-27T06:23:19.087Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e",
"consumerID": "ves-openapi-manager",
"timestamp": 1669530149524,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-27T06:23:19.087Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-27T06:23:19.087Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-27T06:23:19.088Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e",
"consumerID": "cds",
"timestamp": 1669530154231,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-27T06:23:19.088Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-27T06:23:19.088Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-27T06:23:19.088Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669530152863,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-27T06:23:19.089Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-27T06:23:19.089Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-27T06:23:19.089Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669530155940,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-27T06:23:19.089Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-27T06:23:19.089Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669530198354,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-27T06:23:19.090Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-27T06:23:19.090Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-27T06:23:19.090Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e",
"consumerID": "ves-openapi-manager",
"timestamp": 1669530149524,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/artifacts/service-Vfw20221127062112-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-27T06:23:19.091Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-27T06:23:19.091Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-27T06:23:19.091Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e",
"consumerID": "cds",
"timestamp": 1669530154231,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-27T06:23:19.091Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-27T06:23:19.091Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-27T06:23:19.092Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669530152863,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/artifacts/service-Vfw20221127062112-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-27T06:23:19.092Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-27T06:23:19.092Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-27T06:23:19.092Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669530155940,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-27T06:23:19.093Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-27T06:23:19.093Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-27T06:23:19.093Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e",
"consumerID": "ves-openapi-manager",
"timestamp": 1669530149524,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/artifacts/service-Vfw20221127062112-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-27T06:23:19.093Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-27T06:23:19.093Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-27T06:23:19.093Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e",
"consumerID": "cds",
"timestamp": 1669530154231,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-27T06:23:19.094Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-27T06:23:19.094Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-27T06:23:19.095Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669530152863,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/artifacts/service-Vfw20221127062112-csar.csar",
"status": "NOTIFIED"
}
2022-11-27T06:23:19.095Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-27T06:23:19.095Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-27T06:23:19.096Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669530155940,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-27T06:23:19.096Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-27T06:23:19.096Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-27T06:23:19.096Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e",
"consumerID": "cds",
"timestamp": 1669530154231,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/artifacts/service-Vfw20221127062112-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-27T06:23:19.097Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-27T06:23:19.097Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-27T06:23:19.097Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669530155940,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/artifacts/service-Vfw20221127062112-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-27T06:23:19.097Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-27T06:23:19.097Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-27T06:23:19.097Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e",
"consumerID": "cds",
"timestamp": 1669530154231,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/artifacts/service-Vfw20221127062112-csar.csar",
"status": "NOTIFIED"
}
2022-11-27T06:23:19.098Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-27T06:23:19.098Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-27T06:23:19.098Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669530161122,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/artifacts/service-Vfw20221127062112-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-27T06:23:19.098Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T06:23:19.098Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-27T06:23:19.099Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669530155940,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/artifacts/service-Vfw20221127062112-csar.csar",
"status": "NOTIFIED"
}
2022-11-27T06:23:19.099Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-27T06:23:19.099Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-27T06:23:19.099Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e",
"consumerID": "cds",
"timestamp": 1669530162154,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/artifacts/service-Vfw20221127062112-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-27T06:23:19.100Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T06:23:19.100Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-27T06:23:19.100Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669530163826,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/vfw6d64e3bb06b70_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-27T06:23:19.100Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T06:23:19.100Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-27T06:23:19.100Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e",
"consumerID": "cds",
"timestamp": 1669530163174,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/artifacts/service-Vfw20221127062112-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-27T06:23:19.189Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-11-27T06:23:19.194Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-27T06:23:19.195Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ...
2022-11-27T06:23:19.219Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:23:19.220Z||pool-3-thread-1|||||INFO|500||cambria reply ok (27 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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-27T06:23:19.293Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 77fc6f1a-1397-444f-aa28-f987e3b8949e
2022-11-27T06:23:19.313Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 77fc6f1a-1397-444f-aa28-f987e3b8949e and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-27T06:23:19.339Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-27T06:23:19.340Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669530164917,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-27T06:23:19.340Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T06:23:19.340Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-27T06:23:19.341Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669530165999,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-27T06:23:19.341Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T06:23:19.341Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-27T06:23:19.341Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669530167133,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-27T06:23:19.357Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 77fc6f1a-1397-444f-aa28-f987e3b8949e
2022-11-27T06:23:19.358Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 77fc6f1a-1397-444f-aa28-f987e3b8949e and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-27T06:23:19.370Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-27T06:23:19.370Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669530166831,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/artifacts/service-Vfw20221127062112-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-27T06:23:19.370Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T06:23:19.371Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-27T06:23:19.371Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669530168138,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/vfw6d64e3bb06b70_modules.json",
"status": "DEPLOY_OK"
}
2022-11-27T06:23:19.371Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T06:23:19.371Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-27T06:23:19.371Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669530167842,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-27T06:23:19.377Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 77fc6f1a-1397-444f-aa28-f987e3b8949e
2022-11-27T06:23:19.377Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 77fc6f1a-1397-444f-aa28-f987e3b8949e and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-27T06:23:19.389Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-27T06:23:19.389Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e",
"consumerID": "aai-ml",
"timestamp": 1669530171376,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-27T06:23:19.389Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-27T06:23:19.390Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-27T06:23:19.390Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e",
"consumerID": "aai-ml",
"timestamp": 1669530171376,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/vfw6d64e3bb06b70_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-27T06:23:19.390Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-27T06:23:19.390Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-27T06:23:19.390Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e",
"consumerID": "aai-ml",
"timestamp": 1669530171376,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-27T06:23:19.391Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-27T06:23:19.391Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-27T06:23:19.391Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e",
"consumerID": "aai-ml",
"timestamp": 1669530171376,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-27T06:23:19.391Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-27T06:23:19.391Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-27T06:23:19.392Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e",
"consumerID": "aai-ml",
"timestamp": 1669530171376,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-27T06:23:19.392Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-27T06:23:19.392Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-27T06:23:19.392Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e",
"consumerID": "aai-ml",
"timestamp": 1669530171376,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/artifacts/service-Vfw20221127062112-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-27T06:23:19.392Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-27T06:23:19.392Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-27T06:23:19.393Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e",
"consumerID": "aai-ml",
"timestamp": 1669530171376,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/artifacts/service-Vfw20221127062112-csar.csar",
"status": "NOTIFIED"
}
2022-11-27T06:23:19.393Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-27T06:23:19.393Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-27T06:23:19.393Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e",
"consumerID": "aai-ml",
"timestamp": 1669530179270,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/artifacts/service-Vfw20221127062112-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-27T06:23:19.393Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T06:23:19.394Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-27T06:23:19.394Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e",
"consumerID": "aai-ml",
"timestamp": 1669530194281,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/artifacts/service-Vfw20221127062112-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-27T06:23:19.395Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T06:23:19.395Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-27T06:23:19.395Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e",
"consumerID": "aai-ml",
"timestamp": 1669530195288,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-27T06:23:19.406Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 77fc6f1a-1397-444f-aa28-f987e3b8949e
2022-11-27T06:23:19.407Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 77fc6f1a-1397-444f-aa28-f987e3b8949e and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-27T06:23:20.101Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-27T06:23:20.105Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-27T06:23:20.108Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-27T06:23:20.108Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669530198354,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/vfw6d64e3bb06b70_modules.json",
"status": "NOTIFIED"
}
2022-11-27T06:23:20.208Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-27T06:23:20.210Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-27T06:23:20.210Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ...
2022-11-27T06:23:20.228Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:23:20.228Z||pool-4-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-11-27T06:23:21.108Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-27T06:23:21.109Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-27T06:23:21.111Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-27T06:23:21.111Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669530198354,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-27T06:23:21.211Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-27T06:23:21.212Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-27T06:23:21.213Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ...
2022-11-27T06:23:21.227Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:23:21.227Z||pool-5-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-27T06:23:22.112Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-27T06:23:22.112Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-27T06:23:22.114Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-27T06:23:22.114Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669530198354,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-27T06:23:22.215Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-27T06:23:22.216Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-27T06:23:22.216Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ...
2022-11-27T06:23:22.231Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:23:22.232Z||pool-6-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-11-27T06:23:23.115Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-27T06:23:23.116Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-27T06:23:23.117Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-27T06:23:23.118Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669530198354,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-27T06:23:23.218Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-27T06:23:23.219Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-27T06:23:23.219Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ...
2022-11-27T06:23:23.238Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:23:23.238Z||pool-7-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-11-27T06:23:24.118Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-27T06:23:24.119Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-27T06:23:24.121Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-27T06:23:24.121Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669530198354,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/artifacts/service-Vfw20221127062112-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-27T06:23:24.221Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-27T06:23:24.222Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-27T06:23:24.222Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ...
2022-11-27T06:23:24.237Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:23:24.238Z||pool-8-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-11-27T06:23:25.121Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-27T06:23:25.122Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-27T06:23:25.124Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-27T06:23:25.124Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669530198354,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/artifacts/service-Vfw20221127062112-csar.csar",
"status": "NOTIFIED"
}
2022-11-27T06:23:25.224Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-27T06:23:25.225Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-27T06:23:25.226Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ...
2022-11-27T06:23:25.241Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:23:25.241Z||pool-9-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-11-27T06:23:26.126Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e",
"serviceName": "vFW 2022-11-27 06-21-12",
"serviceVersion": "1.0",
"serviceUUID": "65cf1b6e-270a-42ce-b7c3-9ed7fc944715",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "8696b347-48cf-409a-a674-52e3639053c7",
"resources": [
{
"resourceInstanceName": "vFW 6d64e3bb-06b7 0",
"resourceCustomizationUUID": "a483db87-f6dc-4add-949d-56e33ecdb719",
"resourceName": "vFW 6d64e3bb-06b7",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "8c6bab57-d254-4b13-8930-de9fe1fab5fb",
"resourceInvariantUUID": "d93d4184-44d2-497e-95af-d5975d945fb2",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw6d64e3bb06b70_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/vfw6d64e3bb06b70_modules.json",
"artifactChecksum": "Yzc5YThlY2E2MWNhNTUxODNhMDFlZjkxOTcxNjI5OTM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d4d80b06-f2ed-4bc7-9d91-afc88dd7d326",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "ee99bc5d-7a3a-4aa6-99c1-0ed0aaabec5f",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "b089d494-7214-4c60-a7c2-59d86226a1a4",
"generatedFromUUID": "ee99bc5d-7a3a-4aa6-99c1-0ed0aaabec5f"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "b089d494-7214-4c60-a7c2-59d86226a1a4",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20221127062112-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/artifacts/service-Vfw20221127062112-csar.csar",
"artifactChecksum": "ZDVhNTgxY2M5ZDkwNzBmMjhkNDU4MGQ2NDg2NTA4NWE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "7675d5a3-e12a-4441-9db3-a49471de265e"
}
],
"workloadContext": "Production"
}
2022-11-27T06:23:26.127Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-27T06:23:26.127Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 65cf1b6e-270a-42ce-b7c3-9ed7fc944715 ASDC
2022-11-27T06:23:26.314Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:77fc6f1a-1397-444f-aa28-f987e3b8949e
ServiceName:vFW 2022-11-27 06-21-12
ServiceVersion:1.0
ServiceUUID:65cf1b6e-270a-42ce-b7c3-9ed7fc944715
ServiceInvariantUUID:8696b347-48cf-409a-a674-52e3639053c7
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221127062112-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221127062112/1.0/artifacts/service-Vfw20221127062112-csar.csar
ArtifactUUID:7675d5a3-e12a-4441-9db3-a49471de265e
ArtifactChecksum:ZDVhNTgxY2M5ZDkwNzBmMjhkNDU4MGQ2NDg2NTA4NWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 6d64e3bb-06b7 0
ResourceCustomizationUUID:a483db87-f6dc-4add-949d-56e33ecdb719
ResourceInvariantUUID:d93d4184-44d2-497e-95af-d5975d945fb2
ResourceName:vFW 6d64e3bb-06b7
ResourceType:VF
ResourceUUID:8c6bab57-d254-4b13-8930-de9fe1fab5fb
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw6d64e3bb06b70_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/vfw6d64e3bb06b70_modules.json
ArtifactUUID:d4d80b06-f2ed-4bc7-9d91-afc88dd7d326
ArtifactChecksum:Yzc5YThlY2E2MWNhNTUxODNhMDFlZjkxOTcxNjI5OTM=
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/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/base_vfw.yaml
ArtifactUUID:ee99bc5d-7a3a-4aa6-99c1-0ed0aaabec5f
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/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/base_vfw.env
ArtifactUUID:b089d494-7214-4c60-a7c2-59d86226a1a4
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/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/base_vfw.env
ArtifactUUID:b089d494-7214-4c60-a7c2-59d86226a1a4
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-11-27T06:23:26.316Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 65cf1b6e-270a-42ce-b7c3-9ed7fc944715 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-27T06:23:26.385Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-27T06:23:26.386Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-27T06:23:26.387Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-27T06:23:26.387Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 7675d5a3-e12a-4441-9db3-a49471de265e from URL: /sdc/v1/catalog/services/Vfw20221127062112/1.0/artifacts/service-Vfw20221127062112-csar.csar
2022-11-27T06:23:26.387Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-27T06:23:26.388Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221127062112/1.0/artifacts/service-Vfw20221127062112-csar.csar
2022-11-27T06:23:26.546Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-27T06:23:26.564Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221127062112/1.0/artifacts/service-Vfw20221127062112-csar.csar 7675d5a3-e12a-4441-9db3-a49471de265e 101536
2022-11-27T06:23:26.566Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221127062112/1.0/artifacts/service-Vfw20221127062112-csar.csar ASDC sendASDCNotification
2022-11-27T06:23:26.566Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221127062112/1.0/artifacts/service-Vfw20221127062112-csar.csar
2022-11-27T06:23:26.567Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-27T06:23:26.568Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-27T06:23:26.570Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-27T06:23:26.570Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669530206565,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/artifacts/service-Vfw20221127062112-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-27T06:23:26.671Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-27T06:23:26.673Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-27T06:23:26.673Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ...
2022-11-27T06:23:26.687Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:23:26.688Z||pool-10-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-27T06:23:27.571Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-27T06:23:27.572Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-27T06:23:27.573Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 7675d5a3-e12a-4441-9db3-a49471de265e, URL: /sdc/v1/catalog/services/Vfw20221127062112/1.0/artifacts/service-Vfw20221127062112-csar.csar to file: /app/ASDC/1/service-Vfw20221127062112-csar.csar
2022-11-27T06:23:27.574Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221127062112-csar.csar
2022-11-27T06:23:27.666Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221127062112-csar.csar
2022-11-27T06:23:27.666Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221127062112-csar.csar
2022-11-27T06:23:28.387Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4849950610712277106/Definitions/service-Vfw20221127062112-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2022-11-27T06:23:31.423Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-27T06:23:31.428Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-11-27T06:23:31.429Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221127062112-csar.csar
2022-11-27T06:23:31.429Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-11-27T06:23:31.429Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221127062112-csar.csar
2022-11-27T06:23:31.429Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221127062112-csar.csar
2022-11-27T06:23:31.429Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20221127062112-csar.csar
2022-11-27T06:23:31.429Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221127062112-csar.csar
2022-11-27T06:23:31.430Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221127062112-csar.csar
2022-11-27T06:23:31.430Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221127062112-csar.csar
2022-11-27T06:23:31.430Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221127062112-csar.csar
2022-11-27T06:23:31.430Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221127062112-csar.csar
2022-11-27T06:23:31.430Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221127062112-csar.csar
2022-11-27T06:23:31.430Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 6d64e3bb-06b7 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-Vfw20221127062112-csar.csar
2022-11-27T06:23:31.431Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221127062112-csar.csar
2022-11-27T06:23:31.431Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-11-27T06:23:31.437Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T06:23:31.438Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-27 06-21-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-27T06:23:31.442Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vFW 6d64e3bb-06b7 0 is matching search criteria
2022-11-27T06:23:31.442Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-11-27T06:23:31.444Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6d64e3bb-06b7 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-27T06:23:31.446Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T06:23:31.446Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-27 06-21-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-27T06:23:31.446Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vFW 6d64e3bb-06b7 0 is matching search criteria
2022-11-27T06:23:31.446Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-11-27T06:23:31.446Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6d64e3bb-06b7 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-27T06:23:31.447Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T06:23:31.447Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-27 06-21-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-27T06:23:31.450Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T06:23:31.450Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vFW 6d64e3bb-06b7 0 is not matching search criteria
2022-11-27T06:23:31.451Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-27T06:23:31.451Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-27T06:23:31.451Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-27T06:23:31.451Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-27T06:23:31.451Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-27T06:23:31.452Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-27T06:23:31.452Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-27T06:23:31.452Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-27T06:23:31.452Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-27T06:23:31.452Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-27T06:23:31.453Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-27T06:23:31.453Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-27T06:23:31.453Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-27T06:23:31.453Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-27T06:23:31.453Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-27T06:23:31.454Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-27T06:23:31.454Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T06:23:31.454Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-27 06-21-12 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-27T06:23:31.455Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T06:23:31.456Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vFW 6d64e3bb-06b7 0 is matching search criteria
2022-11-27T06:23:31.456Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6d64e3bb-06b7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-27T06:23:31.456Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T06:23:31.456Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vFW 6d64e3bb-06b7 0 is matching search criteria
2022-11-27T06:23:31.457Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6d64e3bb-06b7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-27T06:23:31.457Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T06:23:31.457Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vFW 6d64e3bb-06b7 0 is matching search criteria
2022-11-27T06:23:31.457Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6d64e3bb-06b7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-27T06:23:31.458Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T06:23:31.458Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vFW 6d64e3bb-06b7 0 is not matching search criteria
2022-11-27T06:23:31.458Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-27T06:23:31.458Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-27T06:23:31.458Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-27T06:23:31.459Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-27T06:23:31.459Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-27T06:23:31.459Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-27T06:23:31.459Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-27T06:23:31.459Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-27T06:23:31.460Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-27T06:23:31.460Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-27T06:23:31.460Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-27T06:23:31.460Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=b6739beb-37d1-4175-b3e9-6d01289fe19e
2022-11-27T06:23:31.460Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T06:23:31.461Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vFW 6d64e3bb-06b7 0 is not matching search criteria
2022-11-27T06:23:31.461Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-27T06:23:31.461Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-27T06:23:31.461Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-27T06:23:31.461Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-27T06:23:31.462Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-27T06:23:31.462Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-27T06:23:31.462Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-27T06:23:31.462Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-27T06:23:31.462Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-27T06:23:31.463Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-27T06:23:31.463Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-27T06:23:31.463Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-27T06:23:31.463Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=94f43934-b570-4bb5-863e-a687d58f8b56
2022-11-27T06:23:31.463Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T06:23:31.464Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vFW 6d64e3bb-06b7 0 is not matching search criteria
2022-11-27T06:23:31.464Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-27T06:23:31.464Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-27T06:23:31.464Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-27T06:23:31.465Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-27T06:23:31.465Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-27T06:23:31.465Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-27T06:23:31.465Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-27T06:23:31.465Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-27T06:23:31.465Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-27T06:23:31.466Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-27T06:23:31.466Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-27T06:23:31.466Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-27T06:23:31.466Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ee0cc367-b1b4-4296-8307-98243d03b6a2
2022-11-27T06:23:31.466Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T06:23:31.467Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-27 06-21-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-27T06:23:31.467Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T06:23:31.467Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-27 06-21-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-27T06:23:31.467Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T06:23:31.467Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-27 06-21-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-27T06:23:31.468Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T06:23:31.468Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-27 06-21-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-27T06:23:31.468Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-11-27 06-21-12
Description:catalog service description
Model UUID:65cf1b6e-270a-42ce-b7c3-9ed7fc944715
Model Version:NULL
Model InvariantUuid:8696b347-48cf-409a-a674-52e3639053c7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 6d64e3bb-06b7
Model UUID:046d123a-959b-4423-8d65-1e48849d7ba4
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d93d4184-44d2-497e-95af-d5975d945fb2
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:a483db87-f6dc-4add-949d-56e33ecdb719
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:2f6fec94-00b8-4ea5-8bbd-f6712e22cbf4
ModelName:Vfw6d64e3bb06b7..base_vfw..module-0
ModelUuid:191bf8be-8916-49ec-b95a-319d05b479e0
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:b6739beb-37d1-4175-b3e9-6d01289fe19e
ModelInvariantUuid:8ee9a008-21d4-48a9-ae38-c6b648e0df76
ModelName:vFW 6d64e3bb-06b7-nodes.vfwCvfc
ModelUuid:2a2546f9-5275-4ddb-9911-aca8e2303dd6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:b56aa5cc-835e-4d4c-b42d-62b1e267a77c
ModelInvariantUuid:996c0421-a866-4c7e-9d7a-39d0f0007e6e
ModelName:Vfw6d64e3bb06b7.compute.nodes.heat.vfw
ModelUuid:a9ae258c-600a-420d-89fc-a6e98d4d9368
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:94f43934-b570-4bb5-863e-a687d58f8b56
ModelInvariantUuid:03401b26-28be-4c30-824b-672ac3a5aea9
ModelName:vFW 6d64e3bb-06b7-nodes.vsnCvfc
ModelUuid:07ab40f5-62c0-476f-9b79-31e809d5b15c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:26379827-6028-415b-9d01-79b90700841a
ModelInvariantUuid:84277a56-324b-4bf1-a400-961d10ce6b19
ModelName:Vfw6d64e3bb06b7.compute.nodes.heat.vsn
ModelUuid:518e0a97-1662-47df-96b9-73189cd9b645
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:ee0cc367-b1b4-4296-8307-98243d03b6a2
ModelInvariantUuid:e55b934c-9960-4de3-8319-6e6f8a95576b
ModelName:vFW 6d64e3bb-06b7-nodes.vpgCvfc
ModelUuid:b7e1505f-3f43-45d8-9601-67a4a5ded8b4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:ba566fe3-063f-4db3-9022-24b38a27caf3
ModelInvariantUuid:5b84b1aa-e17c-4a9b-b406-cb462ae0666a
ModelName:Vfw6d64e3bb06b7.compute.nodes.heat.vpg
ModelUuid:170fb5fb-3e89-49e0-8ee0-8b950630a706
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-27T06:23:31.487Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 8c6bab57-d254-4b13-8930-de9fe1fab5fb
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-27T06:23:31.594Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||vFW 6d64e3bb-06b7 0
2022-11-27T06:23:31.600Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8c6bab57-d254-4b13-8930-de9fe1fab5fb
2022-11-27T06:23:31.601Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d4d80b06-f2ed-4bc7-9d91-afc88dd7d326 from URL: /sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/vfw6d64e3bb06b70_modules.json
2022-11-27T06:23:31.601Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-27T06:23:31.601Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/vfw6d64e3bb06b70_modules.json
2022-11-27T06:23:31.685Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-27T06:23:31.686Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/vfw6d64e3bb06b70_modules.json d4d80b06-f2ed-4bc7-9d91-afc88dd7d326 785
2022-11-27T06:23:31.686Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/vfw6d64e3bb06b70_modules.json ASDC sendASDCNotification
2022-11-27T06:23:31.687Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/vfw6d64e3bb06b70_modules.json
2022-11-27T06:23:31.687Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-27T06:23:31.687Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-27T06:23:31.690Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-27T06:23:31.690Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669530211686,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/vfw6d64e3bb06b70_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-27T06:23:31.790Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-27T06:23:31.792Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-27T06:23:31.792Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ...
2022-11-27T06:23:31.816Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:23:31.817Z||pool-11-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-11-27T06:23:32.692Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw6d64e3bb06b7..base_vfw..module-0",
"vfModuleModelInvariantUUID": "2f6fec94-00b8-4ea5-8bbd-f6712e22cbf4",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "191bf8be-8916-49ec-b95a-319d05b479e0",
"vfModuleModelCustomizationUUID": "003f05c1-c946-4e2c-a5ec-fab211289805",
"isBase": true,
"artifacts": [
"ee99bc5d-7a3a-4aa6-99c1-0ed0aaabec5f",
"b089d494-7214-4c60-a7c2-59d86226a1a4"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-11-27T06:23:32.705Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6d64e3bb06b7..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:191bf8be-8916-49ec-b95a-319d05b479e0
VfModuleModelInvariantUUID:2f6fec94-00b8-4ea5-8bbd-f6712e22cbf4
VfModuleModelDescription:NULL
Artifacts UUID List:{
ee99bc5d-7a3a-4aa6-99c1-0ed0aaabec5f
,
b089d494-7214-4c60-a7c2-59d86226a1a4
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-11-27T06:23:32.708Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw6d64e3bb06b7..base_vfw..module-0",
"vfModuleModelInvariantUUID": "2f6fec94-00b8-4ea5-8bbd-f6712e22cbf4",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "191bf8be-8916-49ec-b95a-319d05b479e0",
"vfModuleModelCustomizationUUID": "003f05c1-c946-4e2c-a5ec-fab211289805",
"isBase": true,
"artifacts": [
"ee99bc5d-7a3a-4aa6-99c1-0ed0aaabec5f",
"b089d494-7214-4c60-a7c2-59d86226a1a4"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-11-27T06:23:32.708Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6d64e3bb06b7..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:191bf8be-8916-49ec-b95a-319d05b479e0
VfModuleModelInvariantUUID:2f6fec94-00b8-4ea5-8bbd-f6712e22cbf4
VfModuleModelDescription:NULL
Artifacts UUID List:{
ee99bc5d-7a3a-4aa6-99c1-0ed0aaabec5f
,
b089d494-7214-4c60-a7c2-59d86226a1a4
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-11-27T06:23:32.708Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ee99bc5d-7a3a-4aa6-99c1-0ed0aaabec5f from URL: /sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/base_vfw.yaml
2022-11-27T06:23:32.708Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-27T06:23:32.709Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/base_vfw.yaml
2022-11-27T06:23:32.800Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-27T06:23:32.800Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/base_vfw.yaml ee99bc5d-7a3a-4aa6-99c1-0ed0aaabec5f 20368
2022-11-27T06:23:32.801Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-27T06:23:32.801Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/base_vfw.yaml
2022-11-27T06:23:32.801Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-27T06:23:32.801Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-27T06:23:32.803Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-27T06:23:32.803Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669530212801,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-27T06:23:32.904Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-27T06:23:32.905Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-27T06:23:32.906Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ...
2022-11-27T06:23:32.932Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:23:32.933Z||pool-12-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-11-27T06:23:33.806Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: b089d494-7214-4c60-a7c2-59d86226a1a4 from URL: /sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/base_vfw.env
2022-11-27T06:23:33.807Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-27T06:23:33.807Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/base_vfw.env
2022-11-27T06:23:33.910Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-27T06:23:33.911Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/base_vfw.env b089d494-7214-4c60-a7c2-59d86226a1a4 2098
2022-11-27T06:23:33.911Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-27T06:23:33.911Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/base_vfw.env
2022-11-27T06:23:33.911Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-27T06:23:33.912Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-27T06:23:33.917Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-27T06:23:33.917Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669530213911,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-27T06:23:34.015Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-11-27T06:23:34.016Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-27T06:23:34.017Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ...
2022-11-27T06:23:34.046Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:23:34.047Z||pool-13-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-11-27T06:23:34.918Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 65cf1b6e-270a-42ce-b7c3-9ed7fc944715
2022-11-27T06:23:34.919Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 6d64e3bb-06b7 0 8c6bab57-d254-4b13-8930-de9fe1fab5fb ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-27T06:23:34.966Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6d9225d1, org.onap.sdc.toscaparser.api.parameters.Input@8e5de94, org.onap.sdc.toscaparser.api.parameters.Input@787f063e, org.onap.sdc.toscaparser.api.parameters.Input@79ec1276, org.onap.sdc.toscaparser.api.parameters.Input@52c0c37]
2022-11-27T06:23:34.970Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T06:23:34.970Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-27 06-21-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-27T06:23:34.971Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic
2022-11-27T06:23:34.971Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= a483db87-f6dc-4add-949d-56e33ecdb719
2022-11-27T06:23:34.971Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a483db87-f6dc-4add-949d-56e33ecdb719 matches Tosca VF Customization UUID: a483db87-f6dc-4add-949d-56e33ecdb719
2022-11-27T06:23:34.971Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: a483db87-f6dc-4add-949d-56e33ecdb719 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-11-27T06:23:34.980Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T06:23:34.980Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-27 06-21-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-27T06:23:34.981Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id a483db87-f6dc-4add-949d-56e33ecdb719: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-27T06:23:34.982Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@626e44cd
2022-11-27T06:23:34.982Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T06:23:34.982Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-27 06-21-12 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-27T06:23:34.983Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 003f05c1-c946-4e2c-a5ec-fab211289805
2022-11-27T06:23:34.984Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 003f05c1-c946-4e2c-a5ec-fab211289805
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-11-27T06:23:34.990Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T06:23:34.990Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vFW 6d64e3bb-06b7 0 is matching search criteria
2022-11-27T06:23:34.991Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6d64e3bb-06b7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-27T06:23:34.991Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T06:23:34.992Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vFW 6d64e3bb-06b7 0 is matching search criteria
2022-11-27T06:23:34.992Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6d64e3bb-06b7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-27T06:23:34.992Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T06:23:34.992Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vFW 6d64e3bb-06b7 0 is not matching search criteria
2022-11-27T06:23:34.992Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-27T06:23:34.993Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-27T06:23:34.993Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-27T06:23:34.993Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-27T06:23:34.993Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-27T06:23:34.993Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-27T06:23:34.993Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-27T06:23:34.994Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-27T06:23:34.994Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-27T06:23:34.994Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-27T06:23:34.994Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-27T06:23:34.994Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=b6739beb-37d1-4175-b3e9-6d01289fe19e
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-27T06:23:35.007Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T06:23:35.007Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vFW 6d64e3bb-06b7 0 is matching search criteria
2022-11-27T06:23:35.007Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6d64e3bb-06b7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-27T06:23:35.007Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T06:23:35.008Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vFW 6d64e3bb-06b7 0 is not matching search criteria
2022-11-27T06:23:35.008Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-27T06:23:35.008Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-27T06:23:35.008Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-27T06:23:35.008Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-27T06:23:35.009Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-27T06:23:35.009Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-27T06:23:35.009Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-27T06:23:35.009Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-27T06:23:35.009Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-27T06:23:35.009Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-27T06:23:35.010Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-27T06:23:35.010Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-27T06:23:35.010Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=94f43934-b570-4bb5-863e-a687d58f8b56
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-27T06:23:35.015Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T06:23:35.015Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vFW 6d64e3bb-06b7 0 is matching search criteria
2022-11-27T06:23:35.015Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6d64e3bb-06b7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-27T06:23:35.018Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T06:23:35.018Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vFW 6d64e3bb-06b7 0 is not matching search criteria
2022-11-27T06:23:35.018Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-27T06:23:35.018Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-27T06:23:35.019Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-27T06:23:35.019Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-27T06:23:35.019Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-27T06:23:35.019Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-27T06:23:35.019Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-27T06:23:35.020Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-27T06:23:35.020Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-27T06:23:35.020Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-27T06:23:35.020Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-27T06:23:35.020Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-27T06:23:35.021Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ee0cc367-b1b4-4296-8307-98243d03b6a2
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-27T06:23:35.023Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T06:23:35.023Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vFW 6d64e3bb-06b7 0 is matching search criteria
2022-11-27T06:23:35.023Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6d64e3bb-06b7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-27T06:23:35.024Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T06:23:35.024Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Node template vFW 6d64e3bb-06b7 0 is matching search criteria
2022-11-27T06:23:35.024Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6d64e3bb-06b7 0] matching following query criteria: sdcType=VF, customizationUUID=a483db87-f6dc-4add-949d-56e33ecdb719
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-27T06:23:35.030Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T06:23:35.030Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-27 06-21-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-27T06:23:35.031Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 65cf1b6e-270a-42ce-b7c3-9ed7fc944715: vFW 6d64e3bb-06b7
2022-11-27T06:23:35.031Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T06:23:35.031Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-27 06-21-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-27T06:23:35.031Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T06:23:35.032Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-27 06-21-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-27T06:23:35.032Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T06:23:35.032Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-27 06-21-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-27T06:23:35.032Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T06:23:35.032Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-27 06-21-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-27T06:23:35.033Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T06:23:35.033Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-27 06-21-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-27T06:23:35.033Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2022-11-27 06-21-12
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-27T06:23:35.414Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 6d64e3bb-06b7 8c6bab57-d254-4b13-8930-de9fe1fab5fb 1 ASDC deployResourceStructure
2022-11-27T06:23:35.415Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/vfw6d64e3bb06b70_modules.json ASDC sendASDCNotification
2022-11-27T06:23:35.415Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/vfw6d64e3bb06b70_modules.json
2022-11-27T06:23:35.415Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-27T06:23:35.416Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-27T06:23:35.417Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-27T06:23:35.417Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669530215415,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/vfw6d64e3bb06b70_modules.json",
"status": "DEPLOY_OK"
}
2022-11-27T06:23:35.518Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-27T06:23:35.519Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-27T06:23:35.519Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ...
2022-11-27T06:23:35.534Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:23:35.534Z||pool-14-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-11-27T06:23:36.419Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-27T06:23:36.422Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/base_vfw.yaml
2022-11-27T06:23:36.422Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-27T06:23:36.422Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-27T06:23:36.424Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-27T06:23:36.424Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669530216419,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-11-27T06:23:36.524Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-27T06:23:36.525Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-27T06:23:36.525Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ...
2022-11-27T06:23:36.552Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:23:36.552Z||pool-15-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-11-27T06:23:37.425Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-27T06:23:37.426Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/base_vfw.env
2022-11-27T06:23:37.426Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-27T06:23:37.427Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-27T06:23:37.429Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-27T06:23:37.429Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669530217425,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-11-27T06:23:37.529Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-27T06:23:37.530Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-27T06:23:37.530Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ...
2022-11-27T06:23:37.546Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:23:37.547Z||pool-16-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-27T06:23:38.430Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221127062112/1.0/artifacts/service-Vfw20221127062112-csar.csar ASDC sendASDCNotification
2022-11-27T06:23:38.430Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221127062112/1.0/artifacts/service-Vfw20221127062112-csar.csar
2022-11-27T06:23:38.431Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-27T06:23:38.431Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-27T06:23:38.433Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-27T06:23:38.433Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669530218430,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/artifacts/service-Vfw20221127062112-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-27T06:23:38.534Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-27T06:23:38.535Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-27T06:23:38.536Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ...
2022-11-27T06:23:38.556Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:23:38.557Z||pool-17-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-11-27T06:23:39.434Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 77fc6f1a-1397-444f-aa28-f987e3b8949e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-27T06:23:39.454Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 77fc6f1a-1397-444f-aa28-f987e3b8949e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-27T06:23:39.457Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-27T06:23:39.458Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-27T06:23:39.458Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-27T06:23:39.458Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-27T06:23:39.459Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-27T06:23:39.459Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-27T06:23:39.459Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-27T06:23:39.460Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-27T06:23:39.460Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-27T06:23:39.460Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-27T06:23:39.477Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-27T06:24:09.482Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 77fc6f1a-1397-444f-aa28-f987e3b8949e and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-27T06:24:09.511Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 77fc6f1a-1397-444f-aa28-f987e3b8949e and serviceModelVersionId: 65cf1b6e-270a-42ce-b7c3-9ed7fc944715
2022-11-27T06:24:09.512Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8696b347-48cf-409a-a674-52e3639053c7
2022-11-27T06:24:18.365Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T06:24:18.366Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T06:24:18.366Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T06:24:18.525Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:24:18.526Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-27T06:24:18.526Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669530198354,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-27T06:24:18.527Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-27T06:24:24.147Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8696b347-48cf-409a-a674-52e3639053c7/model-vers/model-ver/65cf1b6e-270a-42ce-b7c3-9ed7fc944715?depth=0
2022-11-27T06:24:24.254Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-11-27T06:24:24.726Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8696b347-48cf-409a-a674-52e3639053c7/model-vers/model-ver/65cf1b6e-270a-42ce-b7c3-9ed7fc944715?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-11-27T06:24:24.730Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8696b347-48cf-409a-a674-52e3639053c7/model-vers/model-ver/65cf1b6e-270a-42ce-b7c3-9ed7fc944715?depth=0|INFO|500||Invoke
2022-11-27T06:24:24.893Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8696b347-48cf-409a-a674-52e3639053c7/model-vers/model-ver/65cf1b6e-270a-42ce-b7c3-9ed7fc944715?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-27T06:24:25.207Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8696b347-48cf-409a-a674-52e3639053c7/model-vers/model-ver/65cf1b6e-270a-42ce-b7c3-9ed7fc944715?depth=0|INFO|500||InvokeReturn
2022-11-27T06:24:25.208Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8696b347-48cf-409a-a674-52e3639053c7/model-vers/model-ver/65cf1b6e-270a-42ce-b7c3-9ed7fc944715?depth=0 has http status code:200 and response headers:{date=[Sun, 27 Nov 2022 06:24:23 GMT], content-length=[0], vertex-id=[196736], x-aai-txid=[2-aai-resources-221127-06:24:23:382-87985], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-11-27T06:24:25.209Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2022-11-27T06:24:25.212Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-27T06:24:25.212Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-27T06:24:25.218Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-11-27T06:24:25.219Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 77fc6f1a-1397-444f-aa28-f987e3b8949e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-27T06:24:25.220Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-27T06:24:25.221Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-27T06:24:25.223Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-27T06:24:25.223Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669530265219,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-27T06:24:25.323Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-27T06:24:25.324Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-27T06:24:25.325Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ...
2022-11-27T06:24:25.341Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:24:25.342Z||pool-18-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-27T06:24:26.239Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T06:24:26.240Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T06:24:26.240Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|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 2n3FTOE4s6qtnymt) ...
2022-11-27T06:24:35.856Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:25:18.354Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T06:25:18.355Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T06:25:18.355Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|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 2n3FTOE4s6qtnymt) ...
2022-11-27T06:25:18.356Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T06:25:18.356Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T06:25:18.356Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T06:25:18.387Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:25:18.388Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-27T06:25:18.388Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669530198354,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/vfw6d64e3bb06b70_modules.json",
"status": "NOTIFIED"
}
2022-11-27T06:25:18.389Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-27T06:25:18.389Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-27T06:25:18.390Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669530198354,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-27T06:25:18.390Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-27T06:25:18.390Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-27T06:25:18.390Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669530198354,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-27T06:25:18.390Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-27T06:25:18.390Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-27T06:25:18.390Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669530198354,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-27T06:25:18.391Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-27T06:25:18.391Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-27T06:25:18.391Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669530198354,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/artifacts/service-Vfw20221127062112-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-27T06:25:18.391Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-27T06:25:18.391Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-27T06:25:18.391Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669530198354,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/artifacts/service-Vfw20221127062112-csar.csar",
"status": "NOTIFIED"
}
2022-11-27T06:25:18.391Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-27T06:25:18.391Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-27T06:25:18.392Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669530206565,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/artifacts/service-Vfw20221127062112-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-27T06:25:18.392Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T06:25:18.392Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-27T06:25:18.392Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669530211686,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/vfw6d64e3bb06b70_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-27T06:25:18.392Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T06:25:18.392Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-27T06:25:18.392Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669530212801,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-27T06:25:18.392Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T06:25:18.393Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-27T06:25:18.393Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669530213911,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-27T06:25:18.393Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T06:25:18.393Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-27T06:25:18.393Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669530215415,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/vfw6d64e3bb06b70_modules.json",
"status": "DEPLOY_OK"
}
2022-11-27T06:25:18.393Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T06:25:18.393Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-27T06:25:18.393Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669530216419,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-11-27T06:25:18.394Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T06:25:18.394Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-27T06:25:18.394Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669530217425,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/resourceInstances/vfw6d64e3bb06b70/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-11-27T06:25:18.394Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T06:25:18.394Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-27T06:25:18.394Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669530218430,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127062112/1.0/artifacts/service-Vfw20221127062112-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-27T06:25:18.394Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T06:25:27.961Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:26:18.354Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T06:26:18.355Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T06:26:18.355Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|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 2n3FTOE4s6qtnymt) ...
2022-11-27T06:26:18.356Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T06:26:18.356Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T06:26:18.356Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T06:26:18.954Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:26:18.955Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-27T06:26:18.955Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "77fc6f1a-1397-444f-aa28-f987e3b8949e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669530265219,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-27T06:26:18.956Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T06:26:27.991Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:27:18.354Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T06:27:18.355Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T06:27:18.355Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|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 2n3FTOE4s6qtnymt) ...
2022-11-27T06:27:18.356Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T06:27:18.356Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T06:27:18.356Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T06:27:19.086Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:27:19.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-27T06:27:19.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2",
"consumerID": "ves-openapi-manager",
"timestamp": 1669530429524,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-27T06:27:19.088Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-27T06:27:19.088Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-27T06:27:19.088Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669530422862,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-27T06:27:19.088Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-27T06:27:19.088Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-27T06:27:19.088Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2",
"consumerID": "cds",
"timestamp": 1669530424231,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-27T06:27:19.088Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-27T06:27:19.089Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-27T06:27:19.089Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669530422862,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/basic_onboard_pxbwkg0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-27T06:27:19.089Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-27T06:27:19.089Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-27T06:27:19.089Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2",
"consumerID": "ves-openapi-manager",
"timestamp": 1669530429524,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/basic_onboard_pxbwkg0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-27T06:27:19.089Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-27T06:27:19.089Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-27T06:27:19.089Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2",
"consumerID": "cds",
"timestamp": 1669530424231,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/basic_onboard_pxbwkg0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-27T06:27:19.090Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-27T06:27:19.090Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-27T06:27:19.090Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2",
"consumerID": "ves-openapi-manager",
"timestamp": 1669530429524,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-27T06:27:19.090Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-27T06:27:19.090Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-27T06:27:19.090Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669530422862,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-27T06:27:19.090Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-27T06:27:19.090Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-27T06:27:19.091Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2",
"consumerID": "cds",
"timestamp": 1669530424231,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-27T06:27:19.091Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-27T06:27:19.091Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-27T06:27:19.091Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2",
"consumerID": "ves-openapi-manager",
"timestamp": 1669530429524,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-27T06:27:19.091Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-27T06:27:19.091Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-27T06:27:19.091Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2",
"consumerID": "cds",
"timestamp": 1669530424231,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-27T06:27:19.092Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-27T06:27:19.092Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-27T06:27:19.092Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669530422862,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-27T06:27:19.092Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-27T06:27:19.092Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-27T06:27:19.092Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2",
"consumerID": "cds",
"timestamp": 1669530424231,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-27T06:27:19.092Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-27T06:27:19.093Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-27T06:27:19.093Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669530422862,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-27T06:27:19.093Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-27T06:27:19.093Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-27T06:27:19.093Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2",
"consumerID": "ves-openapi-manager",
"timestamp": 1669530429524,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-27T06:27:19.093Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-27T06:27:19.093Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-27T06:27:19.093Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669530435941,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-27T06:27:19.094Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-27T06:27:19.094Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-27T06:27:19.094Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2",
"consumerID": "cds",
"timestamp": 1669530424231,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/artifacts/service-BasicOnboardPxbwkg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-27T06:27:19.094Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-27T06:27:19.094Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-27T06:27:19.094Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2",
"consumerID": "ves-openapi-manager",
"timestamp": 1669530429524,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/artifacts/service-BasicOnboardPxbwkg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-27T06:27:19.095Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-27T06:27:19.095Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-27T06:27:19.095Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669530422862,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/artifacts/service-BasicOnboardPxbwkg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-27T06:27:19.095Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-27T06:27:19.095Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-27T06:27:19.095Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669530435941,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/basic_onboard_pxbwkg0_modules.json",
"status": "NOTIFIED"
}
2022-11-27T06:27:19.095Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-27T06:27:19.098Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:27:19.098Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-27T06:27:19.098Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"e369fca5-38ba-414e-9aa6-925be4ee4eb2","serviceName":"basic_onboard_pxbwKg","serviceVersion":"1.0","serviceUUID":"b49c2294-f948-4518-8bce-c712e320e22c","serviceDescription":"service","serviceInvariantUUID":"81a9f083-c661-4a75-882f-63674647d56d","resources":[{"resourceInstanceName":"basic_onboard_pxbwKg 0","resourceName":"basic_onboard_pxbwKg","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ce47db1a-c14a-4804-869e-33daf65921e3","resourceInvariantUUID":"25ec83be-2486-4a8b-926b-8b5c35800072","resourceCustomizationUUID":"16613056-c2fc-4574-ab6c-dc3ae5f1906d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/vf-license-model.xml","artifactChecksum":"OTJhMTA4MTc3MWJhY2ExOTE5YjdjODgwY2Q2MWQ0YmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2f08ea49-4ebf-4c4f-9083-bffe3c1c8baa","artifactVersion":"1"},{"artifactName":"basic_onboard_pxbwkg0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/basic_onboard_pxbwkg0_modules.json","artifactChecksum":"YTc1MTI3ZWZhZjQyNDVkZDZmN2U5ZmExYzhjYjc3MGQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6611844e-cced-417a-8106-54fc82240b0e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"57abbf65-e93a-4128-8f3c-674df6b53dd8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7fe1ca6f-eb6d-43c6-8bc3-5cb666a40441","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"86442e87-29ee-4cb8-91fd-832d19d040c1","artifactVersion":"2","generatedFromUUID":"57abbf65-e93a-4128-8f3c-674df6b53dd8"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardPxbwkg-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/artifacts/service-BasicOnboardPxbwkg-template.yml","artifactChecksum":"MTEwNDcwMGZjY2E3MTdiNjYxZGI0ZmRlYTk0YTQzOGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ee905eae-d3c4-4bb8-887c-27740c2b47d4","artifactVersion":"1"},{"artifactName":"service-BasicOnboardPxbwkg-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/artifacts/service-BasicOnboardPxbwkg-csar.csar","artifactChecksum":"NDUzZDczYzcxZmFjZTY0MjUyZWE5NWZmOGU2ZTg5Zjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fb569bec-e2d2-4241-b2d6-0a5611945b25","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-27T06:27:19.101Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-27T06:27:19.101Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-27T06:27:19.104Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-27T06:27:19.104Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669530438354,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-27T06:27:19.204Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-27T06:27:19.204Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-27T06:27:19.205Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ...
2022-11-27T06:27:19.222Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:27:19.222Z||pool-19-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-11-27T06:27:20.104Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-27T06:27:20.105Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-27T06:27:20.108Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-27T06:27:20.108Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669530438354,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/basic_onboard_pxbwkg0_modules.json",
"status": "NOTIFIED"
}
2022-11-27T06:27:20.208Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-27T06:27:20.210Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-27T06:27:20.210Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ...
2022-11-27T06:27:20.234Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:27:20.235Z||pool-20-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-11-27T06:27:21.109Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-27T06:27:21.110Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-27T06:27:21.113Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-27T06:27:21.113Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669530438354,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-27T06:27:21.212Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-27T06:27:21.214Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-27T06:27:21.214Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ...
2022-11-27T06:27:21.285Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:27:21.285Z||pool-21-thread-1|||||INFO|500||cambria reply ok (72 ms):{"serverTimeMs":0,"count":1}
2022-11-27T06:27:22.114Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-27T06:27:22.115Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-27T06:27:22.117Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-27T06:27:22.117Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669530438354,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-27T06:27:22.219Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-27T06:27:22.221Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-27T06:27:22.221Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ...
2022-11-27T06:27:22.240Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:27:22.241Z||pool-22-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-11-27T06:27:23.119Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-27T06:27:23.120Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-27T06:27:23.122Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-27T06:27:23.122Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669530438354,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-27T06:27:23.222Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-27T06:27:23.223Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-27T06:27:23.224Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ...
2022-11-27T06:27:23.240Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:27:23.240Z||pool-23-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-27T06:27:24.123Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-27T06:27:24.124Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-27T06:27:24.126Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-27T06:27:24.126Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669530438354,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/artifacts/service-BasicOnboardPxbwkg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-27T06:27:24.227Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-27T06:27:24.228Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-27T06:27:24.228Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ...
2022-11-27T06:27:24.254Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:27:24.254Z||pool-24-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-11-27T06:27:25.127Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-27T06:27:25.128Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-27T06:27:25.131Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-27T06:27:25.131Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669530438354,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/artifacts/service-BasicOnboardPxbwkg-csar.csar",
"status": "NOTIFIED"
}
2022-11-27T06:27:25.231Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-27T06:27:25.233Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-27T06:27:25.233Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ...
2022-11-27T06:27:25.257Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:27:25.257Z||pool-25-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-11-27T06:27:26.133Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2",
"serviceName": "basic_onboard_pxbwKg",
"serviceVersion": "1.0",
"serviceUUID": "b49c2294-f948-4518-8bce-c712e320e22c",
"serviceDescription": "service",
"serviceInvariantUUID": "81a9f083-c661-4a75-882f-63674647d56d",
"resources": [
{
"resourceInstanceName": "basic_onboard_pxbwKg 0",
"resourceCustomizationUUID": "16613056-c2fc-4574-ab6c-dc3ae5f1906d",
"resourceName": "basic_onboard_pxbwKg",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "ce47db1a-c14a-4804-869e-33daf65921e3",
"resourceInvariantUUID": "25ec83be-2486-4a8b-926b-8b5c35800072",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_pxbwkg0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/basic_onboard_pxbwkg0_modules.json",
"artifactChecksum": "YTc1MTI3ZWZhZjQyNDVkZDZmN2U5ZmExYzhjYjc3MGQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "6611844e-cced-417a-8106-54fc82240b0e",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "57abbf65-e93a-4128-8f3c-674df6b53dd8",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "86442e87-29ee-4cb8-91fd-832d19d040c1",
"generatedFromUUID": "57abbf65-e93a-4128-8f3c-674df6b53dd8"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "86442e87-29ee-4cb8-91fd-832d19d040c1",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardPxbwkg-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/artifacts/service-BasicOnboardPxbwkg-csar.csar",
"artifactChecksum": "NDUzZDczYzcxZmFjZTY0MjUyZWE5NWZmOGU2ZTg5Zjc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "fb569bec-e2d2-4241-b2d6-0a5611945b25"
}
],
"workloadContext": "Production"
}
2022-11-27T06:27:26.134Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-27T06:27:26.134Z|77fc6f1a-1397-444f-aa28-f987e3b8949e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b49c2294-f948-4518-8bce-c712e320e22c ASDC
2022-11-27T06:27:26.135Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:e369fca5-38ba-414e-9aa6-925be4ee4eb2
ServiceName:basic_onboard_pxbwKg
ServiceVersion:1.0
ServiceUUID:b49c2294-f948-4518-8bce-c712e320e22c
ServiceInvariantUUID:81a9f083-c661-4a75-882f-63674647d56d
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardPxbwkg-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/artifacts/service-BasicOnboardPxbwkg-csar.csar
ArtifactUUID:fb569bec-e2d2-4241-b2d6-0a5611945b25
ArtifactChecksum:NDUzZDczYzcxZmFjZTY0MjUyZWE5NWZmOGU2ZTg5Zjc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_pxbwKg 0
ResourceCustomizationUUID:16613056-c2fc-4574-ab6c-dc3ae5f1906d
ResourceInvariantUUID:25ec83be-2486-4a8b-926b-8b5c35800072
ResourceName:basic_onboard_pxbwKg
ResourceType:VF
ResourceUUID:ce47db1a-c14a-4804-869e-33daf65921e3
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_pxbwkg0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/basic_onboard_pxbwkg0_modules.json
ArtifactUUID:6611844e-cced-417a-8106-54fc82240b0e
ArtifactChecksum:YTc1MTI3ZWZhZjQyNDVkZDZmN2U5ZmExYzhjYjc3MGQ=
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/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/base_ubuntu18.yaml
ArtifactUUID:57abbf65-e93a-4128-8f3c-674df6b53dd8
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/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/base_ubuntu18.env
ArtifactUUID:86442e87-29ee-4cb8-91fd-832d19d040c1
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/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/base_ubuntu18.env
ArtifactUUID:86442e87-29ee-4cb8-91fd-832d19d040c1
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-11-27T06:27:26.135Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b49c2294-f948-4518-8bce-c712e320e22c ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-27T06:27:26.175Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-27T06:27:26.175Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-27T06:27:26.175Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-27T06:27:26.176Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: fb569bec-e2d2-4241-b2d6-0a5611945b25 from URL: /sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/artifacts/service-BasicOnboardPxbwkg-csar.csar
2022-11-27T06:27:26.176Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-27T06:27:26.176Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/artifacts/service-BasicOnboardPxbwkg-csar.csar
2022-11-27T06:27:26.274Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-27T06:27:26.278Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/artifacts/service-BasicOnboardPxbwkg-csar.csar fb569bec-e2d2-4241-b2d6-0a5611945b25 75684
2022-11-27T06:27:26.278Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/artifacts/service-BasicOnboardPxbwkg-csar.csar ASDC sendASDCNotification
2022-11-27T06:27:26.279Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/artifacts/service-BasicOnboardPxbwkg-csar.csar
2022-11-27T06:27:26.279Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-27T06:27:26.279Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-27T06:27:26.281Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-27T06:27:26.281Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669530446278,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/artifacts/service-BasicOnboardPxbwkg-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-27T06:27:26.381Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-27T06:27:26.383Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-27T06:27:26.383Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ...
2022-11-27T06:27:26.404Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:27:26.404Z||pool-26-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-11-27T06:27:27.282Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-27T06:27:27.283Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-27T06:27:27.283Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: fb569bec-e2d2-4241-b2d6-0a5611945b25, URL: /sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/artifacts/service-BasicOnboardPxbwkg-csar.csar to file: /app/ASDC/1/service-BasicOnboardPxbwkg-csar.csar
2022-11-27T06:27:27.284Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardPxbwkg-csar.csar
2022-11-27T06:27:27.284Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardPxbwkg-csar.csar
2022-11-27T06:27:27.284Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardPxbwkg-csar.csar
2022-11-27T06:27:27.494Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2120515802735659528/Definitions/service-BasicOnboardPxbwkg-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2022-11-27T06:27:28.691Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-27T06:27:28.692Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-11-27T06:27:28.692Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardPxbwkg-csar.csar
2022-11-27T06:27:28.692Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-27T06:27:28.692Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_pxbwKg 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-BasicOnboardPxbwkg-csar.csar
2022-11-27T06:27:28.692Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardPxbwkg-csar.csar
2022-11-27T06:27:28.692Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardPxbwkg-csar.csar
2022-11-27T06:27:28.692Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardPxbwkg-csar.csar
2022-11-27T06:27:28.692Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardPxbwkg-csar.csar
2022-11-27T06:27:28.692Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardPxbwkg-csar.csar
2022-11-27T06:27:28.693Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardPxbwkg-csar.csar
2022-11-27T06:27:28.693Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-11-27T06:27:28.693Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T06:27:28.693Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_pxbwKg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-27T06:27:28.693Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_pxbwKg 0 is matching search criteria
2022-11-27T06:27:28.694Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-11-27T06:27:28.694Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_pxbwKg 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-27T06:27:28.694Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T06:27:28.694Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_pxbwKg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-27T06:27:28.694Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_pxbwKg 0 is matching search criteria
2022-11-27T06:27:28.694Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-11-27T06:27:28.694Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_pxbwKg 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-27T06:27:28.695Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T06:27:28.695Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_pxbwKg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-27T06:27:28.695Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T06:27:28.695Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_pxbwKg 0 is not matching search criteria
2022-11-27T06:27:28.695Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-11-27T06:27:28.695Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-11-27T06:27:28.696Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-11-27T06:27:28.696Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-27T06:27:28.696Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-27T06:27:28.696Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T06:27:28.696Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_pxbwKg is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-27T06:27:28.696Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T06:27:28.697Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_pxbwKg 0 is matching search criteria
2022-11-27T06:27:28.697Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_pxbwKg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-27T06:27:28.697Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T06:27:28.697Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_pxbwKg 0 is matching search criteria
2022-11-27T06:27:28.697Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_pxbwKg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-27T06:27:28.697Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T06:27:28.698Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_pxbwKg 0 is matching search criteria
2022-11-27T06:27:28.698Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_pxbwKg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-27T06:27:28.698Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T06:27:28.698Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_pxbwKg 0 is not matching search criteria
2022-11-27T06:27:28.698Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-27T06:27:28.698Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-27T06:27:28.699Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=81dd7e06-17c1-40ee-90dc-49f46a4c28a8
2022-11-27T06:27:28.699Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T06:27:28.699Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_pxbwKg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-27T06:27:28.699Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T06:27:28.699Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_pxbwKg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-27T06:27:28.699Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T06:27:28.700Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_pxbwKg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-27T06:27:28.700Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T06:27:28.700Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_pxbwKg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-27T06:27:28.700Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_pxbwKg
Description:service
Model UUID:b49c2294-f948-4518-8bce-c712e320e22c
Model Version:NULL
Model InvariantUuid:81a9f083-c661-4a75-882f-63674647d56d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_pxbwKg
Model UUID:7811cbda-427b-47df-8bd1-d477501e9cf5
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:25ec83be-2486-4a8b-926b-8b5c35800072
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:16613056-c2fc-4574-ab6c-dc3ae5f1906d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:9fa5590b-7e08-4918-80be-d98d1e0d2a7c
ModelName:BasicOnboardPxbwkg..base_ubuntu18..module-0
ModelUuid:f27b027f-4c18-4e61-820f-7e330503909c
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:81dd7e06-17c1-40ee-90dc-49f46a4c28a8
ModelInvariantUuid:c66f2b1e-d6c7-4c84-b78a-52208958268c
ModelName:basic_onboard_pxbwKg-nodes.ubuntu18Cvfc
ModelUuid:b75a14ce-1a44-4c9f-8797-d7caee65f882
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:8b71f7e9-2141-4e12-b9d8-ce4b96a3fc79
ModelInvariantUuid:4d6a841d-e6ad-47b6-ab8d-1e0af5223788
ModelName:BasicOnboardPxbwkg.compute.nodes.heat.ubuntu18
ModelUuid:b8b55a9b-7e04-44fa-a90a-b813573d0a7b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-27T06:27:28.712Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: ce47db1a-c14a-4804-869e-33daf65921e3
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-27T06:27:28.716Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||basic_onboard_pxbwKg 0
2022-11-27T06:27:28.716Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ce47db1a-c14a-4804-869e-33daf65921e3
2022-11-27T06:27:28.716Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 6611844e-cced-417a-8106-54fc82240b0e from URL: /sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/basic_onboard_pxbwkg0_modules.json
2022-11-27T06:27:28.717Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-27T06:27:28.717Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/basic_onboard_pxbwkg0_modules.json
2022-11-27T06:27:28.791Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-27T06:27:28.791Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/basic_onboard_pxbwkg0_modules.json 6611844e-cced-417a-8106-54fc82240b0e 798
2022-11-27T06:27:28.792Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/basic_onboard_pxbwkg0_modules.json ASDC sendASDCNotification
2022-11-27T06:27:28.792Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/basic_onboard_pxbwkg0_modules.json
2022-11-27T06:27:28.792Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-27T06:27:28.792Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-27T06:27:28.794Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-27T06:27:28.795Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669530448792,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/basic_onboard_pxbwkg0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-27T06:27:28.895Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-27T06:27:28.896Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-27T06:27:28.896Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ...
2022-11-27T06:27:28.913Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:27:28.913Z||pool-27-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-27T06:27:29.795Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardPxbwkg..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "9fa5590b-7e08-4918-80be-d98d1e0d2a7c",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "f27b027f-4c18-4e61-820f-7e330503909c",
"vfModuleModelCustomizationUUID": "2566b58d-0a77-4cd2-aabd-bb7b15647745",
"isBase": true,
"artifacts": [
"57abbf65-e93a-4128-8f3c-674df6b53dd8",
"86442e87-29ee-4cb8-91fd-832d19d040c1"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-11-27T06:27:29.801Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardPxbwkg..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f27b027f-4c18-4e61-820f-7e330503909c
VfModuleModelInvariantUUID:9fa5590b-7e08-4918-80be-d98d1e0d2a7c
VfModuleModelDescription:NULL
Artifacts UUID List:{
57abbf65-e93a-4128-8f3c-674df6b53dd8
,
86442e87-29ee-4cb8-91fd-832d19d040c1
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-11-27T06:27:29.803Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardPxbwkg..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "9fa5590b-7e08-4918-80be-d98d1e0d2a7c",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "f27b027f-4c18-4e61-820f-7e330503909c",
"vfModuleModelCustomizationUUID": "2566b58d-0a77-4cd2-aabd-bb7b15647745",
"isBase": true,
"artifacts": [
"57abbf65-e93a-4128-8f3c-674df6b53dd8",
"86442e87-29ee-4cb8-91fd-832d19d040c1"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-11-27T06:27:29.803Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardPxbwkg..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f27b027f-4c18-4e61-820f-7e330503909c
VfModuleModelInvariantUUID:9fa5590b-7e08-4918-80be-d98d1e0d2a7c
VfModuleModelDescription:NULL
Artifacts UUID List:{
57abbf65-e93a-4128-8f3c-674df6b53dd8
,
86442e87-29ee-4cb8-91fd-832d19d040c1
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-11-27T06:27:29.803Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 57abbf65-e93a-4128-8f3c-674df6b53dd8 from URL: /sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/base_ubuntu18.yaml
2022-11-27T06:27:29.803Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-27T06:27:29.803Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/base_ubuntu18.yaml
2022-11-27T06:27:29.855Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-27T06:27:29.856Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/base_ubuntu18.yaml 57abbf65-e93a-4128-8f3c-674df6b53dd8 5033
2022-11-27T06:27:29.856Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-27T06:27:29.856Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/base_ubuntu18.yaml
2022-11-27T06:27:29.856Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-27T06:27:29.857Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-27T06:27:29.859Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-27T06:27:29.860Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669530449856,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-27T06:27:29.960Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-27T06:27:29.961Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-27T06:27:29.961Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ...
2022-11-27T06:27:29.975Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:27:29.975Z||pool-28-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-27T06:27:30.860Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 86442e87-29ee-4cb8-91fd-832d19d040c1 from URL: /sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/base_ubuntu18.env
2022-11-27T06:27:30.861Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-27T06:27:30.861Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/base_ubuntu18.env
2022-11-27T06:27:30.910Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-27T06:27:30.910Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/base_ubuntu18.env 86442e87-29ee-4cb8-91fd-832d19d040c1 909
2022-11-27T06:27:30.911Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-27T06:27:30.911Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/base_ubuntu18.env
2022-11-27T06:27:30.911Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-27T06:27:30.912Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-27T06:27:30.913Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-27T06:27:30.914Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669530450911,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-27T06:27:31.014Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-27T06:27:31.014Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-27T06:27:31.015Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ...
2022-11-27T06:27:31.071Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:27:31.072Z||pool-29-thread-1|||||INFO|500||cambria reply ok (58 ms):{"serverTimeMs":0,"count":1}
2022-11-27T06:27:31.914Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: b49c2294-f948-4518-8bce-c712e320e22c
2022-11-27T06:27:31.915Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_pxbwKg 0 ce47db1a-c14a-4804-869e-33daf65921e3 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-27T06:27:31.962Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7af05783, org.onap.sdc.toscaparser.api.parameters.Input@372f5557, org.onap.sdc.toscaparser.api.parameters.Input@655a44f, org.onap.sdc.toscaparser.api.parameters.Input@2d4cf48f, org.onap.sdc.toscaparser.api.parameters.Input@55f8f2ea]
2022-11-27T06:27:31.964Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T06:27:31.964Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_pxbwKg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-27T06:27:31.965Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic
2022-11-27T06:27:31.965Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 16613056-c2fc-4574-ab6c-dc3ae5f1906d
2022-11-27T06:27:31.965Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 16613056-c2fc-4574-ab6c-dc3ae5f1906d matches Tosca VF Customization UUID: 16613056-c2fc-4574-ab6c-dc3ae5f1906d
2022-11-27T06:27:31.965Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 16613056-c2fc-4574-ab6c-dc3ae5f1906d matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-11-27T06:27:31.969Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T06:27:31.970Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_pxbwKg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-27T06:27:31.970Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 16613056-c2fc-4574-ab6c-dc3ae5f1906d: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-27T06:27:31.971Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@794e4a14
2022-11-27T06:27:31.971Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T06:27:31.971Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_pxbwKg is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-27T06:27:31.971Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2566b58d-0a77-4cd2-aabd-bb7b15647745
2022-11-27T06:27:31.972Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2566b58d-0a77-4cd2-aabd-bb7b15647745
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-11-27T06:27:31.980Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T06:27:31.980Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_pxbwKg 0 is matching search criteria
2022-11-27T06:27:31.980Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_pxbwKg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-27T06:27:31.980Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T06:27:31.981Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_pxbwKg 0 is matching search criteria
2022-11-27T06:27:31.981Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_pxbwKg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-27T06:27:31.981Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T06:27:31.981Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_pxbwKg 0 is not matching search criteria
2022-11-27T06:27:31.981Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-27T06:27:31.982Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-27T06:27:31.982Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=81dd7e06-17c1-40ee-90dc-49f46a4c28a8
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-27T06:27:31.989Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T06:27:31.990Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_pxbwKg 0 is matching search criteria
2022-11-27T06:27:31.990Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_pxbwKg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-27T06:27:31.990Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T06:27:31.990Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_pxbwKg 0 is matching search criteria
2022-11-27T06:27:31.991Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_pxbwKg 0] matching following query criteria: sdcType=VF, customizationUUID=16613056-c2fc-4574-ab6c-dc3ae5f1906d
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-27T06:27:31.993Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T06:27:31.994Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_pxbwKg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-27T06:27:31.994Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid b49c2294-f948-4518-8bce-c712e320e22c: basic_onboard_pxbwKg
2022-11-27T06:27:31.995Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T06:27:31.995Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_pxbwKg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-27T06:27:31.995Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T06:27:31.996Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_pxbwKg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-27T06:27:31.996Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T06:27:31.996Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_pxbwKg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-27T06:27:31.997Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T06:27:31.997Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_pxbwKg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-27T06:27:31.998Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T06:27:31.998Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_pxbwKg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-27T06:27:31.998Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||Saving Service: basic_onboard_pxbwKg
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-27T06:27:32.215Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_pxbwKg ce47db1a-c14a-4804-869e-33daf65921e3 1 ASDC deployResourceStructure
2022-11-27T06:27:32.216Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/basic_onboard_pxbwkg0_modules.json ASDC sendASDCNotification
2022-11-27T06:27:32.216Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/basic_onboard_pxbwkg0_modules.json
2022-11-27T06:27:32.216Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-27T06:27:32.216Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-27T06:27:32.218Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-27T06:27:32.218Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669530452216,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/basic_onboard_pxbwkg0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-27T06:27:32.319Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-27T06:27:32.319Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-27T06:27:32.320Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ...
2022-11-27T06:27:32.337Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:27:32.338Z||pool-30-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-11-27T06:27:33.219Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-27T06:27:33.220Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/base_ubuntu18.yaml
2022-11-27T06:27:33.220Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-27T06:27:33.220Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-27T06:27:33.222Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-27T06:27:33.222Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669530453219,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-11-27T06:27:33.322Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-27T06:27:33.323Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-27T06:27:33.323Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ...
2022-11-27T06:27:33.338Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:27:33.339Z||pool-31-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-27T06:27:34.223Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-27T06:27:34.223Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/base_ubuntu18.env
2022-11-27T06:27:34.223Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-27T06:27:34.224Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-27T06:27:34.226Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-27T06:27:34.226Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669530454222,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-11-27T06:27:34.326Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-27T06:27:34.327Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-27T06:27:34.327Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ...
2022-11-27T06:27:34.343Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:27:34.343Z||pool-32-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-27T06:27:35.227Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/artifacts/service-BasicOnboardPxbwkg-csar.csar ASDC sendASDCNotification
2022-11-27T06:27:35.227Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/artifacts/service-BasicOnboardPxbwkg-csar.csar
2022-11-27T06:27:35.227Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-27T06:27:35.227Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-27T06:27:35.229Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-27T06:27:35.229Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669530455226,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/artifacts/service-BasicOnboardPxbwkg-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-27T06:27:35.329Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-27T06:27:35.330Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-27T06:27:35.331Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ...
2022-11-27T06:27:35.349Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:27:35.349Z||pool-33-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-27T06:27:36.230Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e369fca5-38ba-414e-9aa6-925be4ee4eb2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-27T06:27:36.243Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e369fca5-38ba-414e-9aa6-925be4ee4eb2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-27T06:27:36.255Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-27T06:27:36.256Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-27T06:27:36.256Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-27T06:28:06.256Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e369fca5-38ba-414e-9aa6-925be4ee4eb2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-27T06:28:06.272Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e369fca5-38ba-414e-9aa6-925be4ee4eb2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-27T06:28:06.274Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-27T06:28:06.275Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-27T06:28:06.275Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-27T06:28:18.356Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T06:28:18.357Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T06:28:18.357Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T06:28:18.385Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:28:18.386Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-27T06:28:18.386Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2",
"consumerID": "cds",
"timestamp": 1669530424231,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/artifacts/service-BasicOnboardPxbwkg-csar.csar",
"status": "NOTIFIED"
}
2022-11-27T06:28:18.387Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-27T06:28:36.275Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e369fca5-38ba-414e-9aa6-925be4ee4eb2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-27T06:28:36.286Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e369fca5-38ba-414e-9aa6-925be4ee4eb2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-27T06:28:36.288Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-27T06:28:36.289Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-27T06:28:36.289Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-27T06:29:06.289Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e369fca5-38ba-414e-9aa6-925be4ee4eb2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-27T06:29:06.300Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e369fca5-38ba-414e-9aa6-925be4ee4eb2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-27T06:29:06.302Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-27T06:29:06.302Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-27T06:29:06.303Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-27T06:29:18.356Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T06:29:18.357Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T06:29:18.357Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T06:29:18.384Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:29:18.384Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-27T06:29:18.384Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2",
"consumerID": "ves-openapi-manager",
"timestamp": 1669530429524,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/artifacts/service-BasicOnboardPxbwkg-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-27T06:29:18.385Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-27T06:29:36.303Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e369fca5-38ba-414e-9aa6-925be4ee4eb2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-27T06:29:36.321Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e369fca5-38ba-414e-9aa6-925be4ee4eb2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-27T06:29:36.325Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-27T06:29:36.325Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-27T06:29:36.325Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-27T06:30:06.325Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e369fca5-38ba-414e-9aa6-925be4ee4eb2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-27T06:30:06.338Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e369fca5-38ba-414e-9aa6-925be4ee4eb2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-27T06:30:06.340Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-27T06:30:06.340Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-27T06:30:06.340Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-27T06:30:18.356Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T06:30:18.358Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T06:30:18.358Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T06:30:18.898Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:30:18.900Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-27T06:30:18.901Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669530422862,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/artifacts/service-BasicOnboardPxbwkg-csar.csar",
"status": "NOTIFIED"
}
2022-11-27T06:30:18.902Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-27T06:30:18.902Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-27T06:30:18.902Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669530438354,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-27T06:30:18.902Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-27T06:30:18.903Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-27T06:30:18.903Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669530435941,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-27T06:30:18.903Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-27T06:30:18.903Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-27T06:30:18.903Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2",
"consumerID": "cds",
"timestamp": 1669530438488,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/artifacts/service-BasicOnboardPxbwkg-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-27T06:30:18.904Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T06:30:18.904Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-27T06:30:18.904Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669530438640,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/artifacts/service-BasicOnboardPxbwkg-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-27T06:30:18.904Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T06:30:18.904Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-27T06:30:18.905Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669530438354,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/basic_onboard_pxbwkg0_modules.json",
"status": "NOTIFIED"
}
2022-11-27T06:30:18.905Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-27T06:30:18.905Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-27T06:30:18.905Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669530435941,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-27T06:30:18.906Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-27T06:30:18.906Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-27T06:30:18.906Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2",
"consumerID": "cds",
"timestamp": 1669530439495,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/artifacts/service-BasicOnboardPxbwkg-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-27T06:30:18.918Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e369fca5-38ba-414e-9aa6-925be4ee4eb2
2022-11-27T06:30:18.918Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e369fca5-38ba-414e-9aa6-925be4ee4eb2 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-27T06:30:18.935Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-27T06:30:18.936Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669530438354,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-27T06:30:18.936Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-27T06:30:18.936Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-27T06:30:18.936Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669530435941,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-27T06:30:18.936Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-27T06:30:18.937Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-27T06:30:18.937Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669530438354,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-27T06:30:18.937Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-27T06:30:18.937Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-27T06:30:18.937Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669530435941,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/artifacts/service-BasicOnboardPxbwkg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-27T06:30:18.937Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-27T06:30:18.938Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-27T06:30:18.938Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669530441203,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/artifacts/service-BasicOnboardPxbwkg-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-27T06:30:18.938Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T06:30:18.938Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-27T06:30:18.938Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669530438354,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-27T06:30:18.938Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-27T06:30:18.939Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-27T06:30:18.939Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669530435941,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/artifacts/service-BasicOnboardPxbwkg-csar.csar",
"status": "NOTIFIED"
}
2022-11-27T06:30:18.939Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-27T06:30:18.939Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-27T06:30:18.939Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2",
"consumerID": "aai-ml",
"timestamp": 1669530441376,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-27T06:30:18.939Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-27T06:30:18.940Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-27T06:30:18.940Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669530442212,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-27T06:30:18.947Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e369fca5-38ba-414e-9aa6-925be4ee4eb2
2022-11-27T06:30:18.948Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e369fca5-38ba-414e-9aa6-925be4ee4eb2 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-27T06:30:18.973Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-27T06:30:18.973Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669530438354,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/artifacts/service-BasicOnboardPxbwkg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-27T06:30:18.974Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-27T06:30:18.974Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-27T06:30:18.974Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669530443760,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/basic_onboard_pxbwkg0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-27T06:30:18.974Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T06:30:18.974Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-27T06:30:18.975Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2",
"consumerID": "aai-ml",
"timestamp": 1669530441376,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/basic_onboard_pxbwkg0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-27T06:30:18.975Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-27T06:30:18.975Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-27T06:30:18.975Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669530438354,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/artifacts/service-BasicOnboardPxbwkg-csar.csar",
"status": "NOTIFIED"
}
2022-11-27T06:30:18.975Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-27T06:30:18.975Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-27T06:30:18.976Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669530444848,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-27T06:30:18.976Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T06:30:18.976Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-27T06:30:18.976Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2",
"consumerID": "aai-ml",
"timestamp": 1669530441376,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-27T06:30:18.977Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-27T06:30:18.977Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-27T06:30:18.977Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669530446278,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/artifacts/service-BasicOnboardPxbwkg-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-27T06:30:18.977Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T06:30:18.977Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-27T06:30:18.977Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2",
"consumerID": "aai-ml",
"timestamp": 1669530441376,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-27T06:30:18.978Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-27T06:30:18.978Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-27T06:30:18.978Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669530446002,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-27T06:30:18.978Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T06:30:18.978Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-27T06:30:18.979Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2",
"consumerID": "aai-ml",
"timestamp": 1669530441376,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-27T06:30:18.979Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-27T06:30:18.979Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-27T06:30:18.979Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669530447035,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-27T06:30:18.993Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e369fca5-38ba-414e-9aa6-925be4ee4eb2
2022-11-27T06:30:18.993Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e369fca5-38ba-414e-9aa6-925be4ee4eb2 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-27T06:30:19.003Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-27T06:30:19.003Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2",
"consumerID": "aai-ml",
"timestamp": 1669530441376,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/artifacts/service-BasicOnboardPxbwkg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-27T06:30:19.003Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-27T06:30:19.003Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-27T06:30:19.003Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669530448039,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/basic_onboard_pxbwkg0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-27T06:30:19.004Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T06:30:19.004Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-27T06:30:19.004Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669530448792,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/basic_onboard_pxbwkg0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-27T06:30:19.004Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T06:30:19.004Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-27T06:30:19.005Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2",
"consumerID": "aai-ml",
"timestamp": 1669530441376,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/artifacts/service-BasicOnboardPxbwkg-csar.csar",
"status": "NOTIFIED"
}
2022-11-27T06:30:19.005Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-27T06:30:19.005Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-27T06:30:19.005Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669530449856,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-27T06:30:19.005Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T06:30:19.005Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-27T06:30:19.006Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2",
"consumerID": "aai-ml",
"timestamp": 1669530449231,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/artifacts/service-BasicOnboardPxbwkg-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-27T06:30:19.006Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T06:30:19.006Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-27T06:30:19.006Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669530450911,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-27T06:30:19.006Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T06:30:19.007Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-27T06:30:19.007Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669530452216,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/basic_onboard_pxbwkg0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-27T06:30:19.007Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T06:30:19.007Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-27T06:30:19.007Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669530453219,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-11-27T06:30:19.008Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T06:30:19.008Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-27T06:30:19.008Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669530454222,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/resourceInstances/basic_onboard_pxbwkg0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-11-27T06:30:19.008Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T06:30:19.008Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-27T06:30:19.008Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669530455226,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/artifacts/service-BasicOnboardPxbwkg-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-27T06:30:19.009Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T06:30:19.009Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-27T06:30:19.009Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2",
"consumerID": "aai-ml",
"timestamp": 1669530456733,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPxbwkg/1.0/artifacts/service-BasicOnboardPxbwkg-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-27T06:30:19.009Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T06:30:19.009Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-27T06:30:19.009Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2",
"consumerID": "aai-ml",
"timestamp": 1669530457738,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-27T06:30:19.016Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e369fca5-38ba-414e-9aa6-925be4ee4eb2
2022-11-27T06:30:19.017Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e369fca5-38ba-414e-9aa6-925be4ee4eb2 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-27T06:30:36.341Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e369fca5-38ba-414e-9aa6-925be4ee4eb2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-27T06:30:36.374Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e369fca5-38ba-414e-9aa6-925be4ee4eb2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-27T06:30:36.385Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-27T06:30:36.386Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-27T06:30:36.386Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-27T06:30:36.386Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-27T06:30:36.386Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-27T06:30:36.387Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-27T06:30:36.387Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-27T06:30:36.387Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-27T06:30:36.387Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-27T06:30:36.387Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-27T06:30:36.401Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-27T06:31:06.402Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e369fca5-38ba-414e-9aa6-925be4ee4eb2 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-27T06:31:06.411Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e369fca5-38ba-414e-9aa6-925be4ee4eb2 and serviceModelVersionId: b49c2294-f948-4518-8bce-c712e320e22c
2022-11-27T06:31:06.411Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 81a9f083-c661-4a75-882f-63674647d56d
2022-11-27T06:31:06.412Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/81a9f083-c661-4a75-882f-63674647d56d/model-vers/model-ver/b49c2294-f948-4518-8bce-c712e320e22c?depth=0
2022-11-27T06:31:06.416Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-11-27T06:31:06.469Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81a9f083-c661-4a75-882f-63674647d56d/model-vers/model-ver/b49c2294-f948-4518-8bce-c712e320e22c?depth=0|INFO|500||Invoke
2022-11-27T06:31:06.470Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81a9f083-c661-4a75-882f-63674647d56d/model-vers/model-ver/b49c2294-f948-4518-8bce-c712e320e22c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81a9f083-c661-4a75-882f-63674647d56d/model-vers/model-ver/b49c2294-f948-4518-8bce-c712e320e22c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e369fca5-38ba-414e-9aa6-925be4ee4eb2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d1fa670a-91ab-4bc4-b26b-6ae9974e1ce5], X-ECOMP-RequestID=[e369fca5-38ba-414e-9aa6-925be4ee4eb2], X-TransactionId=[], X-ONAP-RequestID=[e369fca5-38ba-414e-9aa6-925be4ee4eb2], Content-Type=[application/merge-patch+json]}
2022-11-27T06:31:06.497Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81a9f083-c661-4a75-882f-63674647d56d/model-vers/model-ver/b49c2294-f948-4518-8bce-c712e320e22c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-27T06:31:06.716Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81a9f083-c661-4a75-882f-63674647d56d/model-vers/model-ver/b49c2294-f948-4518-8bce-c712e320e22c?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81a9f083-c661-4a75-882f-63674647d56d/model-vers/model-ver/b49c2294-f948-4518-8bce-c712e320e22c?depth=0 has http status code:200 and response headers:{date=[Sun, 27 Nov 2022 06:31:04 GMT], content-length=[0], vertex-id=[217216], x-aai-txid=[1-aai-resources-221127-06:31:04:945-76393], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-11-27T06:31:06.717Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81a9f083-c661-4a75-882f-63674647d56d/model-vers/model-ver/b49c2294-f948-4518-8bce-c712e320e22c?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-27T06:31:06.718Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81a9f083-c661-4a75-882f-63674647d56d/model-vers/model-ver/b49c2294-f948-4518-8bce-c712e320e22c?depth=0|INFO|500||InvokeReturn
2022-11-27T06:31:06.719Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-27T06:31:06.719Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-27T06:31:06.731Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-11-27T06:31:06.732Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e369fca5-38ba-414e-9aa6-925be4ee4eb2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-27T06:31:06.732Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-27T06:31:06.732Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-27T06:31:06.734Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-27T06:31:06.734Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669530666732,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-27T06:31:06.834Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-27T06:31:06.835Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-27T06:31:06.835Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ...
2022-11-27T06:31:06.859Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:31:06.859Z||pool-34-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-27T06:31:07.784Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T06:31:07.784Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T06:31:07.784Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|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 2n3FTOE4s6qtnymt) ...
2022-11-27T06:31:18.193Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:31:18.193Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T06:31:18.194Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T06:31:18.194Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|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 2n3FTOE4s6qtnymt) ...
2022-11-27T06:31:18.356Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T06:31:18.357Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T06:31:18.357Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T06:31:18.995Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:31:18.995Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-27T06:31:18.995Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e369fca5-38ba-414e-9aa6-925be4ee4eb2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669530666732,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-27T06:31:18.996Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T06:31:27.809Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:31:27.811Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T06:31:27.811Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T06:31:27.811Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T06:31:37.390Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:31:37.391Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T06:31:37.392Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T06:31:37.392Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T06:31:46.967Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:32:18.354Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T06:32:18.355Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T06:32:18.355Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T06:32:18.359Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T06:32:18.359Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T06:32:18.359Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T06:32:27.923Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:32:27.952Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:33:18.354Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T06:33:18.355Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T06:33:18.355Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2n3FTOE4s6qtnymt) ...
2022-11-27T06:33:18.356Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T06:33:18.357Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T06:33:18.357Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|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 2n3FTOE4s6qtnymt) ...
2022-11-27T06:33:27.930Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:33:27.949Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:34:18.354Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T06:34:18.356Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T06:34:18.356Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T06:34:18.356Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T06:34:18.356Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T06:34:18.356Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T06:34:27.948Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:34:27.963Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:35:18.354Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T06:35:18.355Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T06:35:18.355Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T06:35:18.356Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T06:35:18.357Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T06:35:18.357Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T06:35:27.958Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:35:27.960Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:36:18.354Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T06:36:18.356Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T06:36:18.355Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T06:36:18.356Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T06:36:18.356Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T06:36:18.357Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T06:36:27.934Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:36:27.935Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:37:18.354Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T06:37:18.355Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T06:37:18.355Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T06:37:18.356Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T06:37:18.356Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T06:37:18.356Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|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 2n3FTOE4s6qtnymt) ...
2022-11-27T06:37:27.959Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:37:27.963Z|e369fca5-38ba-414e-9aa6-925be4ee4eb2|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:38:18.354Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T06:38:18.354Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T06:38:18.355Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T06:38:18.356Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T06:38:18.356Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T06:38:18.357Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T06:38:19.028Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:38:19.029Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T06:38:19.029Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"42eaa024-1a87-41ec-9ffd-4df69052abb1","serviceDescription":"service","serviceInvariantUUID":"468096c3-d4ab-45a9-aa91-16261de807df","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"330c9562-2564-4830-8c44-3ca3f41dbadb","resourceInvariantUUID":"bd28572e-df83-4308-bc50-bfb981d69879","resourceCustomizationUUID":"bc010841-b4d5-4630-adc1-f54b5172f001","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":"ZGQ1MGEyYjM2ZTMyMTkxNTgyMTI0ZDA2ODk1ZWY3NjQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"35e20419-2b1a-4309-9bd7-e86337450e09","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MGZkZmM4OGRmYTc0YjJjYTFhNjE3MTZjYTAzMTcyMDM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5686431a-089d-4edd-bca2-c7bb11781220","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-27T06:38:19.036Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:38:19.037Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-27T06:38:19.037Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-27T06:38:19.037Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80",
"consumerID": "ves-openapi-manager",
"timestamp": 1669531049526,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-27T06:38:19.037Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-27T06:38:19.038Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-27T06:38:19.038Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-27T06:38:19.038Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669531052864,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-27T06:38:19.038Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-27T06:38:19.039Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-27T06:38:19.039Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80",
"consumerID": "cds",
"timestamp": 1669531054231,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-27T06:38:19.039Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-27T06:38:19.039Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-27T06:38:19.039Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80",
"consumerID": "ves-openapi-manager",
"timestamp": 1669531049526,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-27T06:38:19.039Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-27T06:38:19.039Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-27T06:38:19.039Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669531052864,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-27T06:38:19.040Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-27T06:38:19.040Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-27T06:38:19.040Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669531055940,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-27T06:38:19.040Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-27T06:38:19.040Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-27T06:38:19.040Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80",
"consumerID": "cds",
"timestamp": 1669531054231,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-27T06:38:19.040Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-27T06:38:19.040Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669531098354,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-27T06:38:19.040Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-27T06:38:19.040Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-27T06:38:19.040Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669531055940,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-27T06:38:19.041Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-27T06:38:19.041Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-27T06:38:19.041Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669531056872,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-27T06:38:19.041Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T06:38:19.041Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-27T06:38:19.041Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80",
"consumerID": "cds",
"timestamp": 1669531057099,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-27T06:38:19.041Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T06:38:19.041Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-27T06:38:19.042Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80",
"consumerID": "cds",
"timestamp": 1669531058130,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-27T06:38:19.068Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80
2022-11-27T06:38:19.068Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-27T06:38:19.081Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-27T06:38:19.081Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669531058607,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-27T06:38:19.081Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T06:38:19.081Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-27T06:38:19.081Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669531059623,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-27T06:38:19.091Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80
2022-11-27T06:38:19.091Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-27T06:38:19.099Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-27T06:38:19.099Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80",
"consumerID": "aai-ml",
"timestamp": 1669531071377,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-27T06:38:19.099Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-27T06:38:19.099Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-27T06:38:19.099Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80",
"consumerID": "aai-ml",
"timestamp": 1669531071377,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-27T06:38:19.099Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-27T06:38:19.100Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-27T06:38:19.100Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80",
"consumerID": "aai-ml",
"timestamp": 1669531074314,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-27T06:38:19.100Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T06:38:19.100Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-27T06:38:19.100Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80",
"consumerID": "aai-ml",
"timestamp": 1669531079000,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-27T06:38:19.100Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T06:38:19.100Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-27T06:38:19.100Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80",
"consumerID": "aai-ml",
"timestamp": 1669531080005,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-27T06:38:19.117Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80
2022-11-27T06:38:19.117Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-27T06:38:19.140Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-27T06:38:19.141Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-27T06:38:19.141Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ...
2022-11-27T06:38:19.183Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:38:19.183Z||pool-35-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-11-27T06:38:20.041Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-27T06:38:20.042Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-27T06:38:20.045Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-27T06:38:20.045Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669531098354,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-27T06:38:20.145Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-27T06:38:20.146Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-27T06:38:20.146Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ...
2022-11-27T06:38:20.164Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:38:20.164Z||pool-36-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-27T06:38:21.046Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "42eaa024-1a87-41ec-9ffd-4df69052abb1",
"serviceDescription": "service",
"serviceInvariantUUID": "468096c3-d4ab-45a9-aa91-16261de807df",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "bc010841-b4d5-4630-adc1-f54b5172f001",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "330c9562-2564-4830-8c44-3ca3f41dbadb",
"resourceInvariantUUID": "bd28572e-df83-4308-bc50-bfb981d69879",
"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": "MGZkZmM4OGRmYTc0YjJjYTFhNjE3MTZjYTAzMTcyMDM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "5686431a-089d-4edd-bca2-c7bb11781220"
}
],
"workloadContext": "Production"
}
2022-11-27T06:38:21.047Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-27T06:38:21.047Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 42eaa024-1a87-41ec-9ffd-4df69052abb1 ASDC
2022-11-27T06:38:21.048Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:42eaa024-1a87-41ec-9ffd-4df69052abb1
ServiceInvariantUUID:468096c3-d4ab-45a9-aa91-16261de807df
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:5686431a-089d-4edd-bca2-c7bb11781220
ArtifactChecksum:MGZkZmM4OGRmYTc0YjJjYTFhNjE3MTZjYTAzMTcyMDM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:bc010841-b4d5-4630-adc1-f54b5172f001
ResourceInvariantUUID:bd28572e-df83-4308-bc50-bfb981d69879
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:330c9562-2564-4830-8c44-3ca3f41dbadb
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-11-27T06:38:21.048Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 42eaa024-1a87-41ec-9ffd-4df69052abb1 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-27T06:38:21.110Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-27T06:38:21.111Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-11-27T06:38:21.111Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-11-27T06:38:21.111Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 5686431a-089d-4edd-bca2-c7bb11781220 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-27T06:38:21.111Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-11-27T06:38:21.111Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-27T06:38:21.201Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-11-27T06:38:21.204Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 5686431a-089d-4edd-bca2-c7bb11781220 57795
2022-11-27T06:38:21.204Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-11-27T06:38:21.204Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-27T06:38:21.204Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-27T06:38:21.205Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-27T06:38:21.207Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-27T06:38:21.207Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669531101204,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-27T06:38:21.307Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-27T06:38:21.308Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-27T06:38:21.308Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ...
2022-11-27T06:38:21.325Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:38:21.325Z||pool-37-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-11-27T06:38:22.208Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-27T06:38:22.209Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-11-27T06:38:22.209Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 5686431a-089d-4edd-bca2-c7bb11781220, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-27T06:38:22.210Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-11-27T06:38:22.211Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-27T06:38:22.211Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-27T06:38:22.383Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16381259964940345038/Definitions/service-BasicNetwork-template.yml
2022-11-27T06:38:22.957Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-27T06:38:22.957Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-11-27T06:38:22.958Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-27T06:38:22.958Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-11-27T06:38:22.958Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-27T06:38:22.958Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-27T06:38:22.958Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-27T06:38:22.958Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-27T06:38:22.958Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-27T06:38:22.958Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-27T06:38:22.958Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-27T06:38:22.959Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-27T06:38:22.959Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-11-27T06:38:22.959Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T06:38:22.959Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-27T06:38:22.959Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-27T06:38:22.960Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-11-27T06:38:22.960Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-27T06:38:22.960Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T06:38:22.960Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-27T06:38:22.960Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-27T06:38:22.960Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-11-27T06:38:22.960Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-27T06:38:22.961Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T06:38:22.961Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-27T06:38:22.961Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T06:38:22.961Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-27T06:38:22.961Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T06:38:22.961Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-27T06:38:22.962Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T06:38:22.962Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-27T06:38:22.962Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T06:38:22.962Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-27T06:38:22.962Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:42eaa024-1a87-41ec-9ffd-4df69052abb1
Model Version:NULL
Model InvariantUuid:468096c3-d4ab-45a9-aa91-16261de807df
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:bd28572e-df83-4308-bc50-bfb981d69879
Model UUID:e2b72a91-1bc4-405f-b01c-449dd6cfcfc7
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:bc010841-b4d5-4630-adc1-f54b5172f001
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-27T06:38:22.971Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||INFO|500||Processing Resource Type: VL, Model UUID: 330c9562-2564-4830-8c44-3ca3f41dbadb
2022-11-27T06:38:22.971Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||INFO|500||No resources found for Service: 42eaa024-1a87-41ec-9ffd-4df69052abb1
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-27T06:38:22.979Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||INFO|500||
2022-11-27T06:38:22.979Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-11-27T06:38:22.980Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 42eaa024-1a87-41ec-9ffd-4df69052abb1
2022-11-27T06:38:22.980Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 42eaa024-1a87-41ec-9ffd-4df69052abb1
2022-11-27T06:38:22.980Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-11-27T06:38:22.981Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-27T06:38:22.990Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3ab10794, org.onap.sdc.toscaparser.api.parameters.Input@210918c4, org.onap.sdc.toscaparser.api.parameters.Input@6f18826d, org.onap.sdc.toscaparser.api.parameters.Input@1964a6c1, org.onap.sdc.toscaparser.api.parameters.Input@2bdb9fde]
2022-11-27T06:38:22.992Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T06:38:22.992Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-27T06:38:22.993Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T06:38:22.993Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-27T06:38:22.993Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 42eaa024-1a87-41ec-9ffd-4df69052abb1: Generic NeutronNet
2022-11-27T06:38:22.993Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T06:38:22.993Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-27T06:38:22.994Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T06:38:22.994Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-11-27T06:38:23.052Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T06:38:23.053Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-27T06:38:23.053Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T06:38:23.053Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-27T06:38:23.053Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T06:38:23.054Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-27T06:38:23.054Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-11-27T06:38:23.136Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-11-27T06:38:23.136Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-11-27T06:38:23.136Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-27T06:38:23.136Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-27T06:38:23.136Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-27T06:38:23.138Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-27T06:38:23.138Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669531103136,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-27T06:38:23.238Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-27T06:38:23.239Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-27T06:38:23.239Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ...
2022-11-27T06:38:23.282Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:38:23.282Z||pool-38-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-11-27T06:38:24.139Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-27T06:38:24.155Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-27T06:38:24.158Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-27T06:38:24.158Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-27T06:38:24.158Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-27T06:38:24.158Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-27T06:38:24.159Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-27T06:38:24.159Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-27T06:38:24.159Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-27T06:38:24.159Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-27T06:38:24.159Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-27T06:38:24.168Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-27T06:38:54.168Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-27T06:38:54.174Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80 and serviceModelVersionId: 42eaa024-1a87-41ec-9ffd-4df69052abb1
2022-11-27T06:38:54.175Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 468096c3-d4ab-45a9-aa91-16261de807df
2022-11-27T06:38:54.176Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/468096c3-d4ab-45a9-aa91-16261de807df/model-vers/model-ver/42eaa024-1a87-41ec-9ffd-4df69052abb1?depth=0
2022-11-27T06:38:54.179Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-11-27T06:38:54.230Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/468096c3-d4ab-45a9-aa91-16261de807df/model-vers/model-ver/42eaa024-1a87-41ec-9ffd-4df69052abb1?depth=0|INFO|500||Invoke
2022-11-27T06:38:54.230Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/468096c3-d4ab-45a9-aa91-16261de807df/model-vers/model-ver/42eaa024-1a87-41ec-9ffd-4df69052abb1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/468096c3-d4ab-45a9-aa91-16261de807df/model-vers/model-ver/42eaa024-1a87-41ec-9ffd-4df69052abb1?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[243548ed-198a-41b3-a2ab-72b08ed14861], X-ECOMP-RequestID=[2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80], X-TransactionId=[], X-ONAP-RequestID=[2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80], Content-Type=[application/merge-patch+json]}
2022-11-27T06:38:54.253Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/468096c3-d4ab-45a9-aa91-16261de807df/model-vers/model-ver/42eaa024-1a87-41ec-9ffd-4df69052abb1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-27T06:38:54.483Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/468096c3-d4ab-45a9-aa91-16261de807df/model-vers/model-ver/42eaa024-1a87-41ec-9ffd-4df69052abb1?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/468096c3-d4ab-45a9-aa91-16261de807df/model-vers/model-ver/42eaa024-1a87-41ec-9ffd-4df69052abb1?depth=0 has http status code:200 and response headers:{date=[Sun, 27 Nov 2022 06:38:52 GMT], content-length=[0], vertex-id=[188520], x-aai-txid=[0-aai-resources-221127-06:38:52:652-80465], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-11-27T06:38:54.484Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/468096c3-d4ab-45a9-aa91-16261de807df/model-vers/model-ver/42eaa024-1a87-41ec-9ffd-4df69052abb1?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-27T06:38:54.485Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/468096c3-d4ab-45a9-aa91-16261de807df/model-vers/model-ver/42eaa024-1a87-41ec-9ffd-4df69052abb1?depth=0|INFO|500||InvokeReturn
2022-11-27T06:38:54.485Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-27T06:38:54.485Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-27T06:38:54.490Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-11-27T06:38:54.491Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-27T06:38:54.491Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-27T06:38:54.491Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-27T06:38:54.494Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-27T06:38:54.494Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669531134491,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-27T06:38:54.594Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-27T06:38:54.594Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-27T06:38:54.595Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ...
2022-11-27T06:38:54.614Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:38:54.615Z||pool-39-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-27T06:39:18.354Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T06:39:18.355Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T06:39:18.355Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|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 2n3FTOE4s6qtnymt) ...
2022-11-27T06:39:18.356Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T06:39:18.356Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T06:39:18.356Z||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 2n3FTOE4s6qtnymt) ...
2022-11-27T06:39:18.540Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:39:18.541Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-27T06:39:18.541Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669531098354,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-27T06:39:18.542Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-27T06:39:19.038Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:39:19.041Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T06:39:19.041Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"781d20b6-c968-45e0-ac69-f1f8aa43f16d","serviceName":"Demo_pNF_9yyp5Cgx9jt9Icm7A3KN","serviceVersion":"1.0","serviceUUID":"35874371-9e48-4ac8-a061-29678317ef38","serviceDescription":"catalog service description","serviceInvariantUUID":"3ef910b3-659b-4839-84d1-88bc778cfb3f","resources":[{"resourceInstanceName":"pNF 6929fc5f-697d 0","resourceName":"pNF 6929fc5f-697d","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"2ecbd275-6eb1-485c-ac56-86bee784d1a8","resourceInvariantUUID":"06d35898-051b-419f-958f-707c0282c59e","resourceCustomizationUUID":"248072a6-cd79-4db1-8e79-68711f6cb390","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9yyp5cgx9jt9icm7a3kn/1.0/resourceInstances/pnf6929fc5f697d0/artifacts/vf-license-model.xml","artifactChecksum":"ZTIwY2RiZTY5MmRjYzAwOTAwNTBhMDdjZGM1NzNiYWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8640fb47-286a-4a08-b832-8a3b61c78b71","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9yyp5cgx9jt9icm7a3kn/1.0/resourceInstances/pnf6929fc5f697d0/artifacts/pNF.csar","artifactChecksum":"YzY2MzY4NjhlODBhMjZlMTljOGFmZTk5Njc1YzQxNmE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e3d80785-84a6-4a98-9f44-294b0c688978","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9yyp5cgx9jt9icm7a3kn/1.0/resourceInstances/pnf6929fc5f697d0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bc59858a-d33b-4f6d-bd27-a99da4fa8b0d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9yyp5cgx9jt9icm7a3kn/1.0/resourceInstances/pnf6929fc5f697d0/artifacts/vendor-license-model.xml","artifactChecksum":"YWE5Y2YyZjQzNmQxNGQxOWUyYzcyMTU2Y2JjYzMxOGQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9fb420a2-a48e-48d4-b8e2-cf6019c31a0b","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf9yyp5cgx9jt9icm7a3kn/1.0/resourceInstances/pnf6929fc5f697d0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2cc3659c-3e9e-4889-bb58-7f2e5b630d96","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf9yyp5cgx9jt9icm7a3kn/1.0/resourceInstances/pnf6929fc5f697d0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7b8ca758-e8be-4106-a7ea-2f5377f44d27","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf9yyp5cgx9jt9icm7a3kn-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9yyp5cgx9jt9icm7a3kn/1.0/artifacts/service-DemoPnf9yyp5cgx9jt9icm7a3kn-template.yml","artifactChecksum":"NmEwNjFmYWZmNzM4ZDQ0YmNiM2Y5ZjhhNDQ1YjEwMjQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3e4535b4-6f0f-4927-bced-56ecee3a16cc","artifactVersion":"1"},{"artifactName":"service-DemoPnf9yyp5cgx9jt9icm7a3kn-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf9yyp5cgx9jt9icm7a3kn/1.0/artifacts/service-DemoPnf9yyp5cgx9jt9icm7a3kn-csar.csar","artifactChecksum":"YTdiMWFlNmY1ZWZmODlkMmQ2MTQzN2JmZTcyMWYyYWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a2f21b9d-ad43-4984-87f3-81e275408133","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-27T06:39:19.043Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-27T06:39:19.043Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-27T06:39:19.045Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-27T06:39:19.046Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "781d20b6-c968-45e0-ac69-f1f8aa43f16d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669531158354,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9yyp5cgx9jt9icm7a3kn/1.0/resourceInstances/pnf6929fc5f697d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-27T06:39:19.146Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-27T06:39:19.147Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-27T06:39:19.147Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ...
2022-11-27T06:39:19.181Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:39:19.181Z||pool-40-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1}
2022-11-27T06:39:20.051Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-27T06:39:20.051Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-27T06:39:20.055Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-27T06:39:20.055Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "781d20b6-c968-45e0-ac69-f1f8aa43f16d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669531158354,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9yyp5cgx9jt9icm7a3kn/1.0/resourceInstances/pnf6929fc5f697d0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-27T06:39:20.155Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-27T06:39:20.155Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-27T06:39:20.156Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ...
2022-11-27T06:39:20.176Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:39:20.176Z||pool-41-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-11-27T06:39:21.056Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-27T06:39:21.056Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-27T06:39:21.058Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-27T06:39:21.058Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "781d20b6-c968-45e0-ac69-f1f8aa43f16d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669531158354,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9yyp5cgx9jt9icm7a3kn/1.0/resourceInstances/pnf6929fc5f697d0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-27T06:39:21.159Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-27T06:39:21.160Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-27T06:39:21.160Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ...
2022-11-27T06:39:21.175Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:39:21.175Z||pool-42-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-11-27T06:39:22.059Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-27T06:39:22.060Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-27T06:39:22.062Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-27T06:39:22.062Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "781d20b6-c968-45e0-ac69-f1f8aa43f16d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669531158354,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9yyp5cgx9jt9icm7a3kn/1.0/resourceInstances/pnf6929fc5f697d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-27T06:39:22.163Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-27T06:39:22.164Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-27T06:39:22.164Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ...
2022-11-27T06:39:22.178Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:39:22.178Z||pool-43-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-11-27T06:39:23.063Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-27T06:39:23.064Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-27T06:39:23.066Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-27T06:39:23.066Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "781d20b6-c968-45e0-ac69-f1f8aa43f16d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669531158354,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9yyp5cgx9jt9icm7a3kn/1.0/resourceInstances/pnf6929fc5f697d0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-27T06:39:23.166Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-27T06:39:23.167Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-27T06:39:23.167Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ...
2022-11-27T06:39:23.186Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:39:23.186Z||pool-44-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-11-27T06:39:24.067Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-27T06:39:24.067Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-27T06:39:24.069Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-27T06:39:24.069Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "781d20b6-c968-45e0-ac69-f1f8aa43f16d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669531158354,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9yyp5cgx9jt9icm7a3kn/1.0/resourceInstances/pnf6929fc5f697d0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-27T06:39:24.169Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-27T06:39:24.170Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-27T06:39:24.171Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ...
2022-11-27T06:39:24.184Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:39:24.184Z||pool-45-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-27T06:39:25.070Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-27T06:39:25.071Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-27T06:39:25.073Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-27T06:39:25.073Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "781d20b6-c968-45e0-ac69-f1f8aa43f16d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669531158354,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9yyp5cgx9jt9icm7a3kn/1.0/artifacts/service-DemoPnf9yyp5cgx9jt9icm7a3kn-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-27T06:39:25.173Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-27T06:39:25.174Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-27T06:39:25.174Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ...
2022-11-27T06:39:25.192Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:39:25.192Z||pool-46-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-27T06:39:26.078Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-27T06:39:26.080Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-27T06:39:26.082Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-27T06:39:26.082Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "781d20b6-c968-45e0-ac69-f1f8aa43f16d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669531158354,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9yyp5cgx9jt9icm7a3kn/1.0/artifacts/service-DemoPnf9yyp5cgx9jt9icm7a3kn-csar.csar",
"status": "NOTIFIED"
}
2022-11-27T06:39:26.182Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-27T06:39:26.183Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-27T06:39:26.184Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ...
2022-11-27T06:39:26.202Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:39:26.203Z||pool-47-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-11-27T06:39:27.083Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "781d20b6-c968-45e0-ac69-f1f8aa43f16d",
"serviceName": "Demo_pNF_9yyp5Cgx9jt9Icm7A3KN",
"serviceVersion": "1.0",
"serviceUUID": "35874371-9e48-4ac8-a061-29678317ef38",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "3ef910b3-659b-4839-84d1-88bc778cfb3f",
"resources": [
{
"resourceInstanceName": "pNF 6929fc5f-697d 0",
"resourceCustomizationUUID": "248072a6-cd79-4db1-8e79-68711f6cb390",
"resourceName": "pNF 6929fc5f-697d",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "2ecbd275-6eb1-485c-ac56-86bee784d1a8",
"resourceInvariantUUID": "06d35898-051b-419f-958f-707c0282c59e",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnf9yyp5cgx9jt9icm7a3kn-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9yyp5cgx9jt9icm7a3kn/1.0/artifacts/service-DemoPnf9yyp5cgx9jt9icm7a3kn-csar.csar",
"artifactChecksum": "YTdiMWFlNmY1ZWZmODlkMmQ2MTQzN2JmZTcyMWYyYWM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a2f21b9d-ad43-4984-87f3-81e275408133"
}
],
"workloadContext": "Production"
}
2022-11-27T06:39:27.084Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-27T06:39:27.084Z|2f5e9a8e-dec0-41d6-92d2-9c9de5d14c80|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 35874371-9e48-4ac8-a061-29678317ef38 ASDC
2022-11-27T06:39:27.085Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:781d20b6-c968-45e0-ac69-f1f8aa43f16d
ServiceName:Demo_pNF_9yyp5Cgx9jt9Icm7A3KN
ServiceVersion:1.0
ServiceUUID:35874371-9e48-4ac8-a061-29678317ef38
ServiceInvariantUUID:3ef910b3-659b-4839-84d1-88bc778cfb3f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf9yyp5cgx9jt9icm7a3kn-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf9yyp5cgx9jt9icm7a3kn/1.0/artifacts/service-DemoPnf9yyp5cgx9jt9icm7a3kn-csar.csar
ArtifactUUID:a2f21b9d-ad43-4984-87f3-81e275408133
ArtifactChecksum:YTdiMWFlNmY1ZWZmODlkMmQ2MTQzN2JmZTcyMWYyYWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 6929fc5f-697d 0
ResourceCustomizationUUID:248072a6-cd79-4db1-8e79-68711f6cb390
ResourceInvariantUUID:06d35898-051b-419f-958f-707c0282c59e
ResourceName:pNF 6929fc5f-697d
ResourceType:PNF
ResourceUUID:2ecbd275-6eb1-485c-ac56-86bee784d1a8
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-11-27T06:39:27.085Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 35874371-9e48-4ac8-a061-29678317ef38 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-27T06:39:27.118Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-27T06:39:27.118Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-11-27T06:39:27.119Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-11-27T06:39:27.119Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: a2f21b9d-ad43-4984-87f3-81e275408133 from URL: /sdc/v1/catalog/services/DemoPnf9yyp5cgx9jt9icm7a3kn/1.0/artifacts/service-DemoPnf9yyp5cgx9jt9icm7a3kn-csar.csar
2022-11-27T06:39:27.119Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-11-27T06:39:27.120Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf9yyp5cgx9jt9icm7a3kn/1.0/artifacts/service-DemoPnf9yyp5cgx9jt9icm7a3kn-csar.csar
2022-11-27T06:39:27.244Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-11-27T06:39:27.251Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf9yyp5cgx9jt9icm7a3kn/1.0/artifacts/service-DemoPnf9yyp5cgx9jt9icm7a3kn-csar.csar a2f21b9d-ad43-4984-87f3-81e275408133 88018
2022-11-27T06:39:27.251Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf9yyp5cgx9jt9icm7a3kn/1.0/artifacts/service-DemoPnf9yyp5cgx9jt9icm7a3kn-csar.csar ASDC sendASDCNotification
2022-11-27T06:39:27.251Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9yyp5cgx9jt9icm7a3kn/1.0/artifacts/service-DemoPnf9yyp5cgx9jt9icm7a3kn-csar.csar
2022-11-27T06:39:27.251Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-27T06:39:27.252Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-27T06:39:27.254Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-27T06:39:27.254Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "781d20b6-c968-45e0-ac69-f1f8aa43f16d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669531167251,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9yyp5cgx9jt9icm7a3kn/1.0/artifacts/service-DemoPnf9yyp5cgx9jt9icm7a3kn-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-27T06:39:27.355Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-27T06:39:27.356Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-27T06:39:27.356Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2n3FTOE4s6qtnymt) ...
2022-11-27T06:39:27.369Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T06:39:27.370Z||pool-48-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-27T06:39:28.255Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-27T06:39:28.257Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-11-27T06:39:28.257Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: a2f21b9d-ad43-4984-87f3-81e275408133, URL: /sdc/v1/catalog/services/DemoPnf9yyp5cgx9jt9icm7a3kn/1.0/artifacts/service-DemoPnf9yyp5cgx9jt9icm7a3kn-csar.csar to file: /app/ASDC/1/service-DemoPnf9yyp5cgx9jt9icm7a3kn-csar.csar
2022-11-27T06:39:28.258Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf9yyp5cgx9jt9icm7a3kn-csar.csar
2022-11-27T06:39:28.258Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf9yyp5cgx9jt9icm7a3kn-csar.csar
2022-11-27T06:39:28.259Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf9yyp5cgx9jt9icm7a3kn-csar.csar
2022-11-27T06:39:28.414Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4866314372278085353/Definitions/service-DemoPnf9yyp5cgx9jt9icm7a3kn-template.yml
2022-11-27T06:39:29.138Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-27T06:39:29.139Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-11-27T06:39:29.139Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf9yyp5cgx9jt9icm7a3kn-csar.csar
2022-11-27T06:39:29.139Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-27T06:39:29.139Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||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-DemoPnf9yyp5cgx9jt9icm7a3kn-csar.csar
2022-11-27T06:39:29.139Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf9yyp5cgx9jt9icm7a3kn-csar.csar
2022-11-27T06:39:29.140Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||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-DemoPnf9yyp5cgx9jt9icm7a3kn-csar.csar
2022-11-27T06:39:29.140Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||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-DemoPnf9yyp5cgx9jt9icm7a3kn-csar.csar
2022-11-27T06:39:29.140Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||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-DemoPnf9yyp5cgx9jt9icm7a3kn-csar.csar
2022-11-27T06:39:29.140Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 6929fc5f-697d 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-DemoPnf9yyp5cgx9jt9icm7a3kn-csar.csar
2022-11-27T06:39:29.140Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||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-DemoPnf9yyp5cgx9jt9icm7a3kn-csar.csar
2022-11-27T06:39:29.141Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-11-27T06:39:29.141Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T06:39:29.141Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_9yyp5Cgx9jt9Icm7A3KN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-27T06:39:29.141Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||Node template pNF 6929fc5f-697d 0 is matching search criteria
2022-11-27T06:39:29.141Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-11-27T06:39:29.142Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 6929fc5f-697d 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-27T06:39:29.142Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T06:39:29.142Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_9yyp5Cgx9jt9Icm7A3KN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-27T06:39:29.142Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||Node template pNF 6929fc5f-697d 0 is matching search criteria
2022-11-27T06:39:29.143Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-11-27T06:39:29.143Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 6929fc5f-697d 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-27T06:39:29.143Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T06:39:29.143Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_9yyp5Cgx9jt9Icm7A3KN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-27T06:39:29.143Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T06:39:29.144Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_9yyp5Cgx9jt9Icm7A3KN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-27T06:39:29.144Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T06:39:29.144Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_9yyp5Cgx9jt9Icm7A3KN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-27T06:39:29.144Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T06:39:29.144Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_9yyp5Cgx9jt9Icm7A3KN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-27T06:39:29.145Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T06:39:29.145Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_9yyp5Cgx9jt9Icm7A3KN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-27T06:39:29.145Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_9yyp5Cgx9jt9Icm7A3KN
Description:catalog service description
Model UUID:35874371-9e48-4ac8-a061-29678317ef38
Model Version:NULL
Model InvariantUuid:3ef910b3-659b-4839-84d1-88bc778cfb3f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-27T06:39:29.156Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 2ecbd275-6eb1-485c-ac56-86bee784d1a8
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-27T06:39:29.160Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||INFO|500||pNF 6929fc5f-697d 0
2022-11-27T06:39:29.160Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 2ecbd275-6eb1-485c-ac56-86bee784d1a8
2022-11-27T06:39:29.160Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 35874371-9e48-4ac8-a061-29678317ef38
2022-11-27T06:39:29.160Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 35874371-9e48-4ac8-a061-29678317ef38
2022-11-27T06:39:29.160Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 6929fc5f-697d 0 2ecbd275-6eb1-485c-ac56-86bee784d1a8 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-27T06:39:29.165Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1e307a5b, org.onap.sdc.toscaparser.api.parameters.Input@aaba08c, org.onap.sdc.toscaparser.api.parameters.Input@65da381e, org.onap.sdc.toscaparser.api.parameters.Input@19505ec1, org.onap.sdc.toscaparser.api.parameters.Input@4af1d12]
2022-11-27T06:39:29.166Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T06:39:29.166Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_9yyp5Cgx9jt9Icm7A3KN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-27T06:39:29.166Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 35874371-9e48-4ac8-a061-29678317ef38: pNF 6929fc5f-697d
2022-11-27T06:39:29.166Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||INFO|500||Processing PNF resource: 2ecbd275-6eb1-485c-ac56-86bee784d1a8
2022-11-27T06:39:29.167Z|781d20b6-c968-45e0-ac69-f1f8aa43f16d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery