By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2022-12-28T11:41:20.072Z||main|||||INFO|500||The following profiles are active: basic
2022-12-28T11:42:20.206Z||main|||||INFO|500||Starting service [Tomcat]
2022-12-28T11:42:20.214Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-12-28T11:42:20.887Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-12-28T11:42:41.992Z||main|||||INFO|500||catdb-pool - Starting...
2022-12-28T11:42:43.940Z||main|||||INFO|500||catdb-pool - Start completed.
2022-12-28T11:42:46.055Z||main|||||INFO|500||reqdb-pool - Starting...
2022-12-28T11:42:46.092Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-12-28T11:42:47.217Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-12-28T11:42:48.819Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-12-28T11:42:51.362Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-12-28T11:43:03.727Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-12-28T11:43:11.131Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-12-28T11:43:11.324Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-12-28T11:43:13.259Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-12-28T11:43:14.149Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-12-28T11:43:19.502Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-12-28T11:43:23.662Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-12-28T11:43:23.732Z||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-12-28T11:43:23.738Z||main|||||WARN|500||The sdc end point is not alive
2022-12-28T11:43:32.769Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-12-28T11:43:41.734Z||main|||||WARN|500||---
2022-12-28T11:43:41.735Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-12-28T11:43:41.735Z||main|||||WARN|500||---
2022-12-28T11:43:43.373Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-12-28T11:43:57.201Z||main|||||INFO|500||Started Application in 171.657 seconds (JVM running for 185.34)
2022-12-28T11:43:57.310Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-12-28T11:43:57.338Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-12-28T11:43:57.366Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-12-28T11:43:57.514Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-12-28T11:43:57.741Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ac341717-6332-45cb-b80d-3cd5309d318e url= /sdc/v1/artifactTypes
2022-12-28T11:43:57.744Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-12-28T11:43:58.825Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-12-28T11:43:59.060Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-12-28T11:43:59.127Z||scheduling-1|||||DEBUG|500||create keys
2022-12-28T11:43:59.146Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-12-28T11:43:59.319Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T11:43:59.366Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= f55b82b3-8a13-4760-b74a-28d780e3c8d3 url= /sdc/v1/registerForDistribution
2022-12-28T11:43:59.536Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= f55b82b3-8a13-4760-b74a-28d780e3c8d3 url= /sdc/v1/registerForDistribution
2022-12-28T11:43:59.537Z||scheduling-1|||||INFO|500||start DistributionClient
2022-12-28T11:43:59.756Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-12-28T11:43:59.771Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T11:43:59.770Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T11:43:59.916Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T11:43:59.916Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T11:43:59.916Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T11:43:59.917Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T11:44:10.301Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T11:44:10.302Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T11:44:59.666Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T11:44:59.668Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T11:44:59.669Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T11:44:59.693Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T11:44:59.694Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T11:44:59.695Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T11:45:09.380Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T11:45:09.380Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T11:45:59.670Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T11:45:59.677Z||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-12-28T11:45:59.679Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T11:45:59.716Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T11:45:59.719Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T11:45:59.720Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T11:46:09.340Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T11:46:09.341Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T11:46:59.668Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T11:46:59.673Z||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-12-28T11:46:59.674Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T11:46:59.702Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T11:46:59.706Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T11:46:59.715Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T11:47:09.288Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T11:47:09.294Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T11:47:59.670Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T11:47:59.695Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T11:47:59.695Z||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-12-28T11:47:59.696Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T11:47:59.696Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T11:47:59.696Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T11:48:09.348Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T11:48:09.351Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T11:48:59.666Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T11:48:59.668Z||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-12-28T11:48:59.668Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T11:48:59.695Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T11:48:59.696Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T11:48:59.697Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T11:49:09.248Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T11:49:09.275Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T11:49:59.666Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T11:49:59.668Z||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-12-28T11:49:59.668Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T11:49:59.692Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T11:49:59.693Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T11:49:59.694Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T11:50:09.248Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T11:50:09.278Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T11:50:59.669Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T11:50:59.679Z||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-12-28T11:50:59.679Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T11:50:59.699Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T11:50:59.721Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T11:50:59.721Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T11:51:09.257Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T11:51:09.318Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T11:51:45.226Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-12-28T11:51:59.666Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T11:51:59.668Z||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-12-28T11:51:59.668Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T11:51:59.697Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T11:51:59.698Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T11:51:59.698Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T11:52:09.248Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T11:52:09.277Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T11:52:59.668Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T11:52:59.669Z||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-12-28T11:52:59.669Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T11:52:59.692Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T11:52:59.693Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T11:52:59.693Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T11:53:09.235Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T11:53:09.303Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T11:53:59.676Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T11:53:59.680Z||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-12-28T11:53:59.681Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T11:53:59.695Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T11:53:59.696Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T11:53:59.696Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T11:54:09.247Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T11:54:09.265Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T11:54:59.666Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T11:54:59.671Z||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-12-28T11:54:59.671Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T11:54:59.700Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T11:54:59.701Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T11:54:59.702Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T11:55:09.270Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T11:55:09.311Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T11:55:59.666Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T11:55:59.669Z||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-12-28T11:55:59.669Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T11:55:59.692Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T11:55:59.692Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T11:55:59.694Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T11:56:09.246Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T11:56:09.304Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T11:56:59.668Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T11:56:59.670Z||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-12-28T11:56:59.670Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T11:56:59.692Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T11:56:59.694Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T11:56:59.696Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T11:57:09.242Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T11:57:09.280Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T11:57:59.667Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T11:57:59.670Z||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-12-28T11:57:59.671Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T11:57:59.692Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T11:57:59.698Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T11:57:59.701Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T11:58:09.237Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T11:58:09.270Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T11:58:59.674Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T11:58:59.696Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T11:58:59.697Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T11:58:59.698Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T11:58:59.707Z||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-12-28T11:58:59.720Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T11:59:09.283Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T11:59:09.333Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T11:59:59.683Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T11:59:59.692Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T11:59:59.693Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T11:59:59.693Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T11:59:59.724Z||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-12-28T11:59:59.724Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:00:09.318Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:00:09.322Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:00:59.667Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T12:00:59.670Z||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-12-28T12:00:59.671Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:00:59.692Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T12:00:59.693Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T12:00:59.693Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:01:09.230Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:01:09.241Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:01:59.667Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T12:01:59.686Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T12:01:59.692Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T12:01:59.693Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T12:01:59.687Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:01:59.693Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:02:09.287Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:02:09.316Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:02:59.666Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T12:02:59.668Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T12:02:59.668Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:02:59.711Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T12:02:59.712Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T12:02:59.713Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:03:09.228Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:03:09.305Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:03:59.667Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T12:03:59.668Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T12:03:59.669Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:03:59.693Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T12:03:59.695Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T12:03:59.696Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:04:09.243Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:04:09.269Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:04:59.666Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T12:04:59.669Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T12:04:59.669Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:04:59.692Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T12:04:59.693Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T12:04:59.694Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:05:09.250Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:05:09.260Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:05:59.667Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T12:05:59.671Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T12:05:59.672Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:05:59.692Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T12:05:59.693Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T12:05:59.693Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:06:09.253Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:06:09.255Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:06:59.666Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T12:06:59.669Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T12:06:59.670Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:06:59.692Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T12:06:59.692Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T12:06:59.693Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:07:09.223Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:07:09.277Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:07:59.667Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T12:07:59.669Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T12:07:59.669Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:07:59.692Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T12:07:59.694Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T12:07:59.694Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:08:09.233Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:08:09.277Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:08:59.666Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T12:08:59.668Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T12:08:59.669Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:08:59.692Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T12:08:59.693Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T12:08:59.693Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:09:09.228Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:09:09.244Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:09:59.667Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T12:09:59.671Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T12:09:59.671Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:09:59.692Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T12:09:59.694Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T12:09:59.695Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:10:09.236Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:10:09.243Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:10:59.666Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T12:10:59.668Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T12:10:59.668Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:10:59.692Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T12:10:59.692Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T12:10:59.697Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:11:09.226Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:11:09.283Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:11:59.666Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T12:11:59.668Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T12:11:59.668Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:11:59.696Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T12:11:59.698Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T12:11:59.700Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:12:09.229Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:12:09.321Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:12:59.667Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T12:12:59.670Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T12:12:59.673Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:12:59.692Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T12:12:59.693Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T12:12:59.693Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:13:09.243Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:13:09.280Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:13:59.667Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T12:13:59.672Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T12:13:59.672Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:13:59.692Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T12:13:59.692Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T12:13:59.693Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:14:09.265Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:14:09.265Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:14:59.666Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T12:14:59.668Z||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-12-28T12:14:59.669Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:14:59.692Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T12:14:59.693Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T12:14:59.693Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:15:09.275Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:15:09.279Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:15:59.669Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T12:15:59.671Z||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-12-28T12:15:59.671Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:15:59.692Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T12:15:59.693Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T12:15:59.693Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:16:09.227Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:16:09.265Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:16:59.666Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T12:16:59.667Z||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-12-28T12:16:59.668Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:16:59.692Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T12:16:59.694Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T12:16:59.694Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:17:09.245Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:17:09.261Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:17:59.666Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T12:17:59.668Z||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-12-28T12:17:59.669Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:17:59.692Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T12:17:59.693Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T12:17:59.693Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:18:09.250Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:18:09.256Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:18:59.668Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T12:18:59.676Z||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-12-28T12:18:59.677Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:18:59.711Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T12:18:59.712Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T12:18:59.713Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:19:09.249Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:19:09.294Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:19:59.666Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T12:19:59.667Z||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-12-28T12:19:59.667Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:19:59.692Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T12:19:59.693Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T12:19:59.693Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:20:09.249Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:20:09.268Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:20:59.666Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T12:20:59.668Z||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-12-28T12:20:59.669Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:20:59.692Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T12:20:59.693Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T12:20:59.693Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:21:09.242Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:21:09.258Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:21:59.669Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T12:21:59.694Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T12:21:59.701Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T12:21:59.701Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:21:59.700Z||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-12-28T12:21:59.705Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:22:09.275Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:22:09.278Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:22:59.667Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T12:22:59.671Z||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-12-28T12:22:59.671Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:22:59.692Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T12:22:59.694Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T12:22:59.694Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:23:09.235Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:23:09.300Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:23:59.666Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T12:23:59.668Z||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-12-28T12:23:59.669Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:23:59.701Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T12:23:59.702Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T12:23:59.702Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:24:09.231Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:24:09.273Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:24:59.669Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T12:24:59.683Z||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-12-28T12:24:59.683Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:24:59.692Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T12:24:59.693Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T12:24:59.693Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:25:09.242Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:25:09.271Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:25:59.666Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T12:25:59.669Z||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-12-28T12:25:59.670Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:25:59.692Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T12:25:59.693Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T12:25:59.693Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:26:09.225Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:26:09.253Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:26:59.692Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T12:26:59.697Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T12:26:59.698Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:26:59.691Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T12:26:59.741Z||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-12-28T12:26:59.741Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:27:09.335Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:27:09.342Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:27:59.667Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T12:27:59.671Z||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-12-28T12:27:59.671Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:27:59.692Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T12:27:59.692Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T12:27:59.693Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:28:09.243Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:28:09.298Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:28:59.668Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T12:28:59.673Z||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-12-28T12:28:59.674Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:28:59.692Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T12:28:59.695Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T12:28:59.695Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:29:09.265Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:29:09.266Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:29:59.666Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T12:29:59.667Z||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-12-28T12:29:59.668Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:29:59.692Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T12:29:59.693Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T12:29:59.694Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:30:09.224Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:30:09.264Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:30:59.667Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T12:30:59.672Z||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-12-28T12:30:59.672Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:30:59.698Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T12:30:59.699Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T12:30:59.699Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:31:09.236Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:31:09.297Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:31:59.666Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T12:31:59.668Z||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-12-28T12:31:59.668Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:31:59.692Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T12:31:59.693Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T12:31:59.693Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:32:09.254Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:32:09.264Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:32:59.666Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T12:32:59.667Z||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-12-28T12:32:59.667Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:32:59.698Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T12:32:59.732Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T12:32:59.732Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:33:09.234Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:33:09.311Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:33:59.668Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T12:33:59.682Z||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-12-28T12:33:59.687Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:33:59.692Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T12:33:59.692Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T12:33:59.693Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:34:09.266Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:34:09.266Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:34:59.668Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T12:34:59.671Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T12:34:59.671Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:34:59.692Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T12:34:59.700Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T12:34:59.700Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:35:09.272Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:35:09.272Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:35:59.672Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T12:35:59.676Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T12:35:59.676Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:35:59.692Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T12:35:59.693Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T12:35:59.693Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:36:09.260Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:36:09.270Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:36:59.667Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T12:36:59.668Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T12:36:59.669Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:36:59.692Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T12:36:59.693Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T12:36:59.693Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:37:09.247Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:37:09.248Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:37:59.666Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T12:37:59.669Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T12:37:59.669Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:37:59.692Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T12:37:59.693Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T12:37:59.693Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:38:09.236Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:38:09.298Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:38:59.666Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T12:38:59.669Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T12:38:59.670Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:38:59.692Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T12:38:59.693Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T12:38:59.693Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:39:09.230Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:39:09.292Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:39:59.677Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T12:39:59.694Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T12:39:59.705Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T12:39:59.706Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:39:59.697Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T12:39:59.710Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:40:09.334Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:40:09.336Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:40:59.692Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T12:40:59.694Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T12:40:59.694Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:40:59.721Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T12:40:59.726Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T12:40:59.728Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:41:09.317Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:41:09.320Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:41:59.668Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T12:41:59.673Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T12:41:59.683Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:41:59.692Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T12:41:59.693Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T12:41:59.694Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:42:09.300Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:42:09.311Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:42:59.666Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T12:42:59.669Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T12:42:59.669Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:42:59.692Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T12:42:59.708Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T12:42:59.708Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:43:09.247Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:43:09.310Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:43:59.667Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T12:43:59.670Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T12:43:59.671Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:43:59.697Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T12:43:59.699Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T12:43:59.700Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:44:09.251Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:44:09.273Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:44:59.667Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T12:44:59.670Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T12:44:59.671Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:44:59.692Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T12:44:59.692Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T12:44:59.692Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:45:09.235Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:45:09.318Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:45:59.667Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T12:45:59.669Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T12:45:59.670Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:45:59.692Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T12:45:59.693Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T12:45:59.693Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:46:09.235Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:46:09.247Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:46:59.666Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T12:46:59.668Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T12:46:59.669Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:46:59.692Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T12:46:59.693Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T12:46:59.693Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:47:09.243Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:47:09.294Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:47:59.666Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T12:47:59.668Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T12:47:59.668Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:47:59.692Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T12:47:59.692Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T12:47:59.693Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:48:09.295Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:48:09.327Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:48:59.667Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T12:48:59.670Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T12:48:59.670Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:48:59.694Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T12:48:59.695Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T12:48:59.695Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:49:00.368Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:49:00.384Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:49:00.392Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T12:49:00.392Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"22b6de17-132e-44ac-a040-64790a2b13a4","serviceName":"vFW 2022-12-28 12-47-18","serviceVersion":"1.0","serviceUUID":"497825f5-18dc-4ec2-8c7b-a0928f9c9c43","serviceDescription":"catalog service description","serviceInvariantUUID":"b0fc0f49-ed95-4a85-b5ef-0adc4e9fafa8","resources":[{"resourceInstanceName":"vFW bc53c0c4-89c6 0","resourceName":"vFW bc53c0c4-89c6","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5a0b171a-963b-4b90-a531-c9e6b3b9d219","resourceInvariantUUID":"808e994a-adf5-4f0d-adf6-341f74ad9615","resourceCustomizationUUID":"dd1c757e-4361-4886-91f2-60c030c9c3a2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/vf-license-model.xml","artifactChecksum":"ZmNlODA4YzM4NjZhYzJiNzc5Mjc4MmM4ODgwYjMxMDM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ab1698be-44fb-40ef-bd29-9d4bbf717c37","artifactVersion":"1"},{"artifactName":"vfwbc53c0c489c60_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/vfwbc53c0c489c60_modules.json","artifactChecksum":"NTZmZjE1N2QzNjhjZjY1OWMyZjYxOGIzZjQyNGQ2MmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"28c0aeb0-c874-4737-8ef7-e4700fa77750","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"1c2bd39b-0920-4be4-8d71-0db3dad53c47","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/vendor-license-model.xml","artifactChecksum":"Mjk1NzI4NGE0ZGRlOTEwOTNjOWRjMzUzOWI2OGY1ZGQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3ddfd2b5-0c54-4c53-ad56-47ff6d55d457","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"1b520432-ffd0-4d0e-aca6-350c70bab649","artifactVersion":"2","generatedFromUUID":"1c2bd39b-0920-4be4-8d71-0db3dad53c47"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221228124718-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221228124718/1.0/artifacts/service-Vfw20221228124718-template.yml","artifactChecksum":"YzY5N2Q2ZTc4MDE5ODA1YWM4ZGRhMTM3NDY3YzI5Y2Y\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"faf4b3db-1fb9-42d7-a74f-c0e51a99063b","artifactVersion":"1"},{"artifactName":"service-Vfw20221228124718-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221228124718/1.0/artifacts/service-Vfw20221228124718-csar.csar","artifactChecksum":"MmYzMTJmMTQzNjM0OGViOGE0OWFiZDMwNTAwZThhZGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"eb9d9958-792e-4ee8-ad03-e72e38e5b95c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-28T12:49:00.393Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:49:00.393Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4",
"consumerID": "cds",
"timestamp": 1672231693275,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-28T12:49:00.435Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-28T12:49:00.449Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-28T12:49:00.449Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:49:00.449Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672231696526,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-28T12:49:00.450Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-28T12:49:00.450Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:49:00.450Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4",
"consumerID": "ves-openapi-manager",
"timestamp": 1672231695816,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-28T12:49:00.450Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-28T12:49:00.450Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:49:00.451Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4",
"consumerID": "ves-openapi-manager",
"timestamp": 1672231695816,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/vfwbc53c0c489c60_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-28T12:49:00.451Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-28T12:49:00.451Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:49:00.451Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4",
"consumerID": "cds",
"timestamp": 1672231693275,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/vfwbc53c0c489c60_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-28T12:49:00.452Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-28T12:49:00.452Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:49:00.452Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672231696526,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/vfwbc53c0c489c60_modules.json",
"status": "NOTIFIED"
}
2022-12-28T12:49:00.453Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-28T12:49:00.453Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:49:00.453Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4",
"consumerID": "aai-ml",
"timestamp": 1672231701039,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-28T12:49:00.453Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-28T12:49:00.454Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:49:00.454Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4",
"consumerID": "cds",
"timestamp": 1672231693275,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-28T12:49:00.455Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-28T12:49:00.455Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:49:00.455Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4",
"consumerID": "ves-openapi-manager",
"timestamp": 1672231695816,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-28T12:49:00.456Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-28T12:49:00.456Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-28T12:49:00.456Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:49:00.456Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672231696526,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-12-28T12:49:00.457Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-28T12:49:00.457Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:49:00.457Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4",
"consumerID": "aai-ml",
"timestamp": 1672231701039,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/vfwbc53c0c489c60_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-28T12:49:00.458Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-28T12:49:00.458Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:49:00.458Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4",
"consumerID": "ves-openapi-manager",
"timestamp": 1672231695816,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-28T12:49:00.459Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-28T12:49:00.459Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:49:00.460Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4",
"consumerID": "cds",
"timestamp": 1672231693275,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-28T12:49:00.460Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-28T12:49:00.460Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:49:00.461Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672231696526,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-28T12:49:00.462Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-28T12:49:00.462Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:49:00.462Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4",
"consumerID": "aai-ml",
"timestamp": 1672231701039,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-28T12:49:00.463Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-28T12:49:00.464Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:49:00.465Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4",
"consumerID": "ves-openapi-manager",
"timestamp": 1672231695816,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-12-28T12:49:00.467Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-28T12:49:00.467Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:49:00.467Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4",
"consumerID": "cds",
"timestamp": 1672231693275,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-12-28T12:49:00.469Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-28T12:49:00.474Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:49:00.478Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672231696526,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-12-28T12:49:00.478Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-28T12:49:00.484Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:49:00.484Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4",
"consumerID": "aai-ml",
"timestamp": 1672231701039,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-28T12:49:00.485Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-28T12:49:00.485Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:49:00.486Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4",
"consumerID": "ves-openapi-manager",
"timestamp": 1672231695816,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/artifacts/service-Vfw20221228124718-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-28T12:49:00.487Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-28T12:49:00.487Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:49:00.488Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4",
"consumerID": "cds",
"timestamp": 1672231693275,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/artifacts/service-Vfw20221228124718-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-28T12:49:00.488Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T12:49:00.488Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672231739666,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-28T12:49:00.488Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-28T12:49:00.489Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:49:00.489Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672231696526,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/artifacts/service-Vfw20221228124718-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-28T12:49:00.490Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-28T12:49:00.490Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:49:00.490Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4",
"consumerID": "aai-ml",
"timestamp": 1672231701039,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-12-28T12:49:00.491Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-28T12:49:00.492Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:49:00.492Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4",
"consumerID": "ves-openapi-manager",
"timestamp": 1672231695816,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/artifacts/service-Vfw20221228124718-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-12-28T12:49:00.493Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-28T12:49:00.493Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:49:00.493Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4",
"consumerID": "cds",
"timestamp": 1672231693275,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/artifacts/service-Vfw20221228124718-csar.csar",
"status": "NOTIFIED"
}
2022-12-28T12:49:00.493Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-28T12:49:00.494Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:49:00.494Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672231696526,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/artifacts/service-Vfw20221228124718-csar.csar",
"status": "NOTIFIED"
}
2022-12-28T12:49:00.494Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-28T12:49:00.494Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:49:00.494Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4",
"consumerID": "aai-ml",
"timestamp": 1672231701039,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/artifacts/service-Vfw20221228124718-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-28T12:49:00.494Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-28T12:49:00.495Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:49:00.495Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672231707027,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/vfwbc53c0c489c60_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-28T12:49:00.496Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T12:49:00.499Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:49:00.499Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4",
"consumerID": "cds",
"timestamp": 1672231707074,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/artifacts/service-Vfw20221228124718-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-28T12:49:00.500Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T12:49:00.500Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:49:00.500Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4",
"consumerID": "aai-ml",
"timestamp": 1672231701039,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/artifacts/service-Vfw20221228124718-csar.csar",
"status": "NOTIFIED"
}
2022-12-28T12:49:00.500Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-28T12:49:00.501Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:49:00.501Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4",
"consumerID": "cds",
"timestamp": 1672231708096,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/artifacts/service-Vfw20221228124718-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2022-12-28T12:49:00.588Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 85 ms
2022-12-28T12:49:00.595Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-28T12:49:00.596Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-28T12:49:00.653Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:49:00.655Z||pool-3-thread-1|||||INFO|500||cambria reply ok (61 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-12-28T12:49:00.987Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 22b6de17-132e-44ac-a040-64790a2b13a4
2022-12-28T12:49:01.029Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 22b6de17-132e-44ac-a040-64790a2b13a4 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-28T12:49:01.073Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:49:01.074Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672231708117,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-28T12:49:01.074Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T12:49:01.075Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:49:01.075Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4",
"consumerID": "aai-ml",
"timestamp": 1672231708905,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/artifacts/service-Vfw20221228124718-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-28T12:49:01.075Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T12:49:01.075Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:49:01.076Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672231709189,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-12-28T12:49:01.076Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T12:49:01.076Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:49:01.076Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672231710293,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-28T12:49:01.104Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 22b6de17-132e-44ac-a040-64790a2b13a4
2022-12-28T12:49:01.104Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 22b6de17-132e-44ac-a040-64790a2b13a4 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-28T12:49:01.114Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:49:01.115Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672231711299,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/vfwbc53c0c489c60_modules.json",
"status": "DEPLOY_OK"
}
2022-12-28T12:49:01.115Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T12:49:01.115Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:49:01.115Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672231715118,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-28T12:49:01.116Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-28T12:49:01.116Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:49:01.116Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672231715118,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/vfwbc53c0c489c60_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-28T12:49:01.116Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-28T12:49:01.116Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:49:01.117Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672231715118,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-28T12:49:01.117Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-28T12:49:01.117Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:49:01.118Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672231715118,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-28T12:49:01.118Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-28T12:49:01.118Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:49:01.118Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672231715118,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-12-28T12:49:01.119Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-28T12:49:01.119Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:49:01.119Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672231715118,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/artifacts/service-Vfw20221228124718-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-28T12:49:01.120Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-28T12:49:01.120Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:49:01.120Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48",
"consumerID": "ves-openapi-manager",
"timestamp": 1672231715816,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-28T12:49:01.120Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-28T12:49:01.120Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:49:01.121Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672231716527,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-28T12:49:01.121Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-28T12:49:01.121Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:49:01.121Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672231715118,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/artifacts/service-Vfw20221228124718-csar.csar",
"status": "NOTIFIED"
}
2022-12-28T12:49:01.122Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-28T12:49:01.122Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:49:01.122Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48",
"consumerID": "ves-openapi-manager",
"timestamp": 1672231715816,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/basic_onboard_czxbdf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-28T12:49:01.123Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-28T12:49:01.123Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:49:01.124Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672231716527,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/basic_onboard_czxbdf0_modules.json",
"status": "NOTIFIED"
}
2022-12-28T12:49:01.125Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-28T12:49:01.125Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:49:01.126Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672231723079,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/artifacts/service-Vfw20221228124718-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-28T12:49:01.127Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T12:49:01.127Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:49:01.128Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48",
"consumerID": "ves-openapi-manager",
"timestamp": 1672231715816,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-28T12:49:01.128Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-28T12:49:01.129Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:49:01.129Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672231716527,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-12-28T12:49:01.130Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-28T12:49:01.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:49:01.131Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48",
"consumerID": "cds",
"timestamp": 1672231723275,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-28T12:49:01.131Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-28T12:49:01.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:49:01.132Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48",
"consumerID": "ves-openapi-manager",
"timestamp": 1672231715816,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-28T12:49:01.133Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-28T12:49:01.133Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:49:01.134Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672231716527,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-28T12:49:01.134Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-28T12:49:01.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:49:01.135Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48",
"consumerID": "cds",
"timestamp": 1672231723275,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/basic_onboard_czxbdf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-28T12:49:01.136Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-28T12:49:01.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:49:01.137Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48",
"consumerID": "ves-openapi-manager",
"timestamp": 1672231715816,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-12-28T12:49:01.138Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-28T12:49:01.138Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:49:01.139Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672231716527,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-12-28T12:49:01.139Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-28T12:49:01.140Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:49:01.140Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48",
"consumerID": "cds",
"timestamp": 1672231723275,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-28T12:49:01.141Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-28T12:49:01.141Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:49:01.142Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48",
"consumerID": "ves-openapi-manager",
"timestamp": 1672231715816,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/artifacts/service-BasicOnboardCzxbdf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-28T12:49:01.142Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-28T12:49:01.143Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:49:01.143Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672231716527,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/artifacts/service-BasicOnboardCzxbdf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-28T12:49:01.144Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-28T12:49:01.145Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:49:01.145Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48",
"consumerID": "cds",
"timestamp": 1672231723275,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-28T12:49:01.146Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-28T12:49:01.146Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:49:01.147Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48",
"consumerID": "ves-openapi-manager",
"timestamp": 1672231715816,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/artifacts/service-BasicOnboardCzxbdf-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-12-28T12:49:01.148Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-28T12:49:01.149Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:49:01.150Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672231716527,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/artifacts/service-BasicOnboardCzxbdf-csar.csar",
"status": "NOTIFIED"
}
2022-12-28T12:49:01.151Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-28T12:49:01.151Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:49:01.152Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48",
"consumerID": "cds",
"timestamp": 1672231723275,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-12-28T12:49:01.153Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-28T12:49:01.153Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:49:01.154Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4",
"consumerID": "aai-ml",
"timestamp": 1672231728230,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/artifacts/service-Vfw20221228124718-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-28T12:49:01.155Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T12:49:01.156Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:49:01.156Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672231728724,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/basic_onboard_czxbdf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-28T12:49:01.157Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T12:49:01.158Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:49:01.158Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48",
"consumerID": "cds",
"timestamp": 1672231723275,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/artifacts/service-BasicOnboardCzxbdf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-28T12:49:01.159Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-28T12:49:01.160Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:49:01.160Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4",
"consumerID": "aai-ml",
"timestamp": 1672231729258,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-28T12:49:01.168Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 22b6de17-132e-44ac-a040-64790a2b13a4
2022-12-28T12:49:01.168Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 22b6de17-132e-44ac-a040-64790a2b13a4 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-28T12:49:01.178Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:49:01.179Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672231729823,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-28T12:49:01.179Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T12:49:01.180Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:49:01.180Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48",
"consumerID": "cds",
"timestamp": 1672231723275,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/artifacts/service-BasicOnboardCzxbdf-csar.csar",
"status": "NOTIFIED"
}
2022-12-28T12:49:01.180Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-28T12:49:01.181Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:49:01.181Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672231730901,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-12-28T12:49:01.182Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T12:49:01.182Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:49:01.182Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48",
"consumerID": "cds",
"timestamp": 1672231731019,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/artifacts/service-BasicOnboardCzxbdf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-28T12:49:01.183Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T12:49:01.183Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:49:01.183Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672231731317,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/artifacts/service-Vfw20221228124718-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-28T12:49:01.184Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T12:49:01.184Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:49:01.184Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48",
"consumerID": "aai-ml",
"timestamp": 1672231731039,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-28T12:49:01.185Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-28T12:49:01.185Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:49:01.185Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672231731943,
"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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-28T12:49:01.214Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 72544007-ce6c-4dd1-be98-95223c4a8c48
2022-12-28T12:49:01.214Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 72544007-ce6c-4dd1-be98-95223c4a8c48 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-28T12:49:01.224Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:49:01.225Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48",
"consumerID": "cds",
"timestamp": 1672231732025,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/artifacts/service-BasicOnboardCzxbdf-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-28T12:49:01.230Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 72544007-ce6c-4dd1-be98-95223c4a8c48
2022-12-28T12:49:01.230Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 72544007-ce6c-4dd1-be98-95223c4a8c48 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-28T12:49:01.241Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:49:01.241Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672231732337,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-28T12:49:01.246Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 22b6de17-132e-44ac-a040-64790a2b13a4
2022-12-28T12:49:01.246Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 22b6de17-132e-44ac-a040-64790a2b13a4 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-28T12:49:01.255Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:49:01.255Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48",
"consumerID": "aai-ml",
"timestamp": 1672231731039,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/basic_onboard_czxbdf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-28T12:49:01.256Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-28T12:49:01.256Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:49:01.256Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672231732949,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/basic_onboard_czxbdf0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-28T12:49:01.257Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T12:49:01.257Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:49:01.257Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48",
"consumerID": "aai-ml",
"timestamp": 1672231731039,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-28T12:49:01.258Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-28T12:49:01.258Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:49:01.258Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48",
"consumerID": "aai-ml",
"timestamp": 1672231731039,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-28T12:49:01.258Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-28T12:49:01.259Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:49:01.259Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48",
"consumerID": "aai-ml",
"timestamp": 1672231731039,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-12-28T12:49:01.259Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-28T12:49:01.259Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:49:01.260Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48",
"consumerID": "aai-ml",
"timestamp": 1672231731039,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/artifacts/service-BasicOnboardCzxbdf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-28T12:49:01.260Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-28T12:49:01.260Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:49:01.260Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48",
"consumerID": "aai-ml",
"timestamp": 1672231731039,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/artifacts/service-BasicOnboardCzxbdf-csar.csar",
"status": "NOTIFIED"
}
2022-12-28T12:49:01.261Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-28T12:49:01.261Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:49:01.261Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48",
"consumerID": "aai-ml",
"timestamp": 1672231738804,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/artifacts/service-BasicOnboardCzxbdf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-28T12:49:01.261Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T12:49:01.506Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-28T12:49:01.506Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-28T12:49:01.509Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T12:49:01.509Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672231739666,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/vfwbc53c0c489c60_modules.json",
"status": "NOTIFIED"
}
2022-12-28T12:49:01.609Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-28T12:49:01.613Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-28T12:49:01.614Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:49:01.631Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:49:01.632Z||pool-4-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-12-28T12:49:02.517Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-28T12:49:02.519Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-28T12:49:02.522Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T12:49:02.523Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672231739666,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-12-28T12:49:02.623Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-28T12:49:02.625Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-28T12:49:02.626Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:49:02.646Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:49:02.646Z||pool-5-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-12-28T12:49:03.524Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-28T12:49:03.525Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-28T12:49:03.528Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T12:49:03.528Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672231739666,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-28T12:49:03.631Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-12-28T12:49:03.633Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-28T12:49:03.633Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:49:03.653Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:49:03.653Z||pool-6-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-12-28T12:49:04.529Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-28T12:49:04.531Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-28T12:49:04.535Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T12:49:04.535Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672231739666,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-12-28T12:49:04.635Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-28T12:49:04.636Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-28T12:49:04.636Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:49:04.650Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:49:04.651Z||pool-7-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-28T12:49:05.537Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-28T12:49:05.537Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-28T12:49:05.540Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T12:49:05.540Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672231739666,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/artifacts/service-Vfw20221228124718-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-28T12:49:05.640Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-28T12:49:05.641Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-28T12:49:05.642Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:49:05.654Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:49:05.654Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-28T12:49:06.541Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-28T12:49:06.542Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-28T12:49:06.545Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T12:49:06.545Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672231739666,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/artifacts/service-Vfw20221228124718-csar.csar",
"status": "NOTIFIED"
}
2022-12-28T12:49:06.645Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-28T12:49:06.649Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-28T12:49:06.649Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:49:06.692Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:49:06.692Z||pool-9-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1}
2022-12-28T12:49:07.551Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4",
"serviceName": "vFW 2022-12-28 12-47-18",
"serviceVersion": "1.0",
"serviceUUID": "497825f5-18dc-4ec2-8c7b-a0928f9c9c43",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "b0fc0f49-ed95-4a85-b5ef-0adc4e9fafa8",
"resources": [
{
"resourceInstanceName": "vFW bc53c0c4-89c6 0",
"resourceCustomizationUUID": "dd1c757e-4361-4886-91f2-60c030c9c3a2",
"resourceName": "vFW bc53c0c4-89c6",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "5a0b171a-963b-4b90-a531-c9e6b3b9d219",
"resourceInvariantUUID": "808e994a-adf5-4f0d-adf6-341f74ad9615",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwbc53c0c489c60_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/vfwbc53c0c489c60_modules.json",
"artifactChecksum": "NTZmZjE1N2QzNjhjZjY1OWMyZjYxOGIzZjQyNGQ2MmM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "28c0aeb0-c874-4737-8ef7-e4700fa77750",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "1c2bd39b-0920-4be4-8d71-0db3dad53c47",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "1b520432-ffd0-4d0e-aca6-350c70bab649",
"generatedFromUUID": "1c2bd39b-0920-4be4-8d71-0db3dad53c47"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "1b520432-ffd0-4d0e-aca6-350c70bab649",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20221228124718-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/artifacts/service-Vfw20221228124718-csar.csar",
"artifactChecksum": "MmYzMTJmMTQzNjM0OGViOGE0OWFiZDMwNTAwZThhZGM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "eb9d9958-792e-4ee8-ad03-e72e38e5b95c"
}
],
"workloadContext": "Production"
}
2022-12-28T12:49:07.553Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-28T12:49:07.553Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 497825f5-18dc-4ec2-8c7b-a0928f9c9c43 ASDC
2022-12-28T12:49:08.086Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:22b6de17-132e-44ac-a040-64790a2b13a4
ServiceName:vFW 2022-12-28 12-47-18
ServiceVersion:1.0
ServiceUUID:497825f5-18dc-4ec2-8c7b-a0928f9c9c43
ServiceInvariantUUID:b0fc0f49-ed95-4a85-b5ef-0adc4e9fafa8
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221228124718-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221228124718/1.0/artifacts/service-Vfw20221228124718-csar.csar
ArtifactUUID:eb9d9958-792e-4ee8-ad03-e72e38e5b95c
ArtifactChecksum:MmYzMTJmMTQzNjM0OGViOGE0OWFiZDMwNTAwZThhZGM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW bc53c0c4-89c6 0
ResourceCustomizationUUID:dd1c757e-4361-4886-91f2-60c030c9c3a2
ResourceInvariantUUID:808e994a-adf5-4f0d-adf6-341f74ad9615
ResourceName:vFW bc53c0c4-89c6
ResourceType:VF
ResourceUUID:5a0b171a-963b-4b90-a531-c9e6b3b9d219
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwbc53c0c489c60_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/vfwbc53c0c489c60_modules.json
ArtifactUUID:28c0aeb0-c874-4737-8ef7-e4700fa77750
ArtifactChecksum:NTZmZjE1N2QzNjhjZjY1OWMyZjYxOGIzZjQyNGQ2MmM=
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/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/base_vfw.yaml
ArtifactUUID:1c2bd39b-0920-4be4-8d71-0db3dad53c47
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/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/base_vfw.env
ArtifactUUID:1b520432-ffd0-4d0e-aca6-350c70bab649
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/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/base_vfw.env
ArtifactUUID:1b520432-ffd0-4d0e-aca6-350c70bab649
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-12-28T12:49:08.087Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 497825f5-18dc-4ec2-8c7b-a0928f9c9c43 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-28T12:49:08.320Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-28T12:49:08.325Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-12-28T12:49:08.332Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-12-28T12:49:08.333Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: eb9d9958-792e-4ee8-ad03-e72e38e5b95c from URL: /sdc/v1/catalog/services/Vfw20221228124718/1.0/artifacts/service-Vfw20221228124718-csar.csar
2022-12-28T12:49:08.334Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-12-28T12:49:08.342Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221228124718/1.0/artifacts/service-Vfw20221228124718-csar.csar
2022-12-28T12:49:08.468Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-12-28T12:49:08.496Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221228124718/1.0/artifacts/service-Vfw20221228124718-csar.csar eb9d9958-792e-4ee8-ad03-e72e38e5b95c 100644
2022-12-28T12:49:08.498Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221228124718/1.0/artifacts/service-Vfw20221228124718-csar.csar ASDC sendASDCNotification
2022-12-28T12:49:08.498Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221228124718/1.0/artifacts/service-Vfw20221228124718-csar.csar
2022-12-28T12:49:08.499Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-28T12:49:08.501Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-28T12:49:08.503Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T12:49:08.504Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672231748497,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/artifacts/service-Vfw20221228124718-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-28T12:49:08.608Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-12-28T12:49:08.610Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-28T12:49:08.611Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:49:08.645Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:49:08.648Z||pool-10-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-12-28T12:49:09.504Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-28T12:49:09.506Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-12-28T12:49:09.506Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: eb9d9958-792e-4ee8-ad03-e72e38e5b95c, URL: /sdc/v1/catalog/services/Vfw20221228124718/1.0/artifacts/service-Vfw20221228124718-csar.csar to file: /app/ASDC/1/service-Vfw20221228124718-csar.csar
2022-12-28T12:49:09.507Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221228124718-csar.csar
2022-12-28T12:49:09.772Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221228124718-csar.csar
2022-12-28T12:49:09.773Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221228124718-csar.csar
2022-12-28T12:49:11.713Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5776470144812605402/Definitions/service-Vfw20221228124718-template.yml
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
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2022-12-28T12:49:19.241Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-28T12:49:19.247Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-12-28T12:49:19.248Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221228124718-csar.csar
2022-12-28T12:49:19.248Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-12-28T12:49:19.249Z|22b6de17-132e-44ac-a040-64790a2b13a4|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-Vfw20221228124718-csar.csar
2022-12-28T12:49:19.249Z|22b6de17-132e-44ac-a040-64790a2b13a4|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-Vfw20221228124718-csar.csar
2022-12-28T12:49:19.249Z|22b6de17-132e-44ac-a040-64790a2b13a4|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-Vfw20221228124718-csar.csar
2022-12-28T12:49:19.250Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW bc53c0c4-89c6 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-Vfw20221228124718-csar.csar
2022-12-28T12:49:19.250Z|22b6de17-132e-44ac-a040-64790a2b13a4|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-Vfw20221228124718-csar.csar
2022-12-28T12:49:19.251Z|22b6de17-132e-44ac-a040-64790a2b13a4|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-Vfw20221228124718-csar.csar
2022-12-28T12:49:19.251Z|22b6de17-132e-44ac-a040-64790a2b13a4|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-Vfw20221228124718-csar.csar
2022-12-28T12:49:19.251Z|22b6de17-132e-44ac-a040-64790a2b13a4|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-Vfw20221228124718-csar.csar
2022-12-28T12:49:19.252Z|22b6de17-132e-44ac-a040-64790a2b13a4|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-Vfw20221228124718-csar.csar
2022-12-28T12:49:19.252Z|22b6de17-132e-44ac-a040-64790a2b13a4|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-Vfw20221228124718-csar.csar
2022-12-28T12:49:19.253Z|22b6de17-132e-44ac-a040-64790a2b13a4|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-Vfw20221228124718-csar.csar
2022-12-28T12:49:19.253Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-12-28T12:49:19.262Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-28T12:49:19.264Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-12-28 12-47-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T12:49:19.269Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vFW bc53c0c4-89c6 0 is matching search criteria
2022-12-28T12:49:19.269Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-12-28T12:49:19.271Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW bc53c0c4-89c6 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-28T12:49:19.274Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-28T12:49:19.279Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-12-28 12-47-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T12:49:19.279Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vFW bc53c0c4-89c6 0 is matching search criteria
2022-12-28T12:49:19.280Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-12-28T12:49:19.280Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW bc53c0c4-89c6 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-28T12:49:19.280Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-28T12:49:19.281Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-12-28 12-47-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T12:49:19.285Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-28T12:49:19.285Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vFW bc53c0c4-89c6 0 is not matching search criteria
2022-12-28T12:49:19.285Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-28T12:49:19.286Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-28T12:49:19.286Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-28T12:49:19.286Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-28T12:49:19.286Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-28T12:49:19.287Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-28T12:49:19.287Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-28T12:49:19.287Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-28T12:49:19.288Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-28T12:49:19.288Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-28T12:49:19.288Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-28T12:49:19.288Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-28T12:49:19.289Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-28T12:49:19.289Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-28T12:49:19.295Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-28T12:49:19.295Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-28T12:49:19.295Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-28T12:49:19.296Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-12-28 12-47-18 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-28T12:49:19.297Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-28T12:49:19.297Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vFW bc53c0c4-89c6 0 is matching search criteria
2022-12-28T12:49:19.298Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW bc53c0c4-89c6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-28T12:49:19.298Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-28T12:49:19.298Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vFW bc53c0c4-89c6 0 is matching search criteria
2022-12-28T12:49:19.299Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW bc53c0c4-89c6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-28T12:49:19.299Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-28T12:49:19.299Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vFW bc53c0c4-89c6 0 is matching search criteria
2022-12-28T12:49:19.299Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW bc53c0c4-89c6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-28T12:49:19.300Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-28T12:49:19.300Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vFW bc53c0c4-89c6 0 is not matching search criteria
2022-12-28T12:49:19.300Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-28T12:49:19.300Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-28T12:49:19.301Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-12-28T12:49:19.301Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-28T12:49:19.301Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-28T12:49:19.301Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-28T12:49:19.302Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-28T12:49:19.302Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-28T12:49:19.302Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-28T12:49:19.302Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-28T12:49:19.303Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-28T12:49:19.303Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d36edd94-67e2-40f2-9185-70267a512d7a
2022-12-28T12:49:19.303Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-28T12:49:19.303Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vFW bc53c0c4-89c6 0 is not matching search criteria
2022-12-28T12:49:19.304Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-28T12:49:19.304Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-28T12:49:19.304Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-28T12:49:19.304Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-28T12:49:19.305Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-28T12:49:19.305Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-28T12:49:19.307Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-28T12:49:19.308Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-12-28T12:49:19.309Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-28T12:49:19.310Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-28T12:49:19.311Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-28T12:49:19.312Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-28T12:49:19.313Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ca2a9bac-2974-46d0-b6d7-880de56b0255
2022-12-28T12:49:19.313Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-28T12:49:19.314Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vFW bc53c0c4-89c6 0 is not matching search criteria
2022-12-28T12:49:19.315Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-28T12:49:19.316Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-28T12:49:19.316Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-28T12:49:19.317Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-28T12:49:19.317Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-28T12:49:19.318Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-28T12:49:19.318Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-28T12:49:19.318Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-28T12:49:19.318Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-28T12:49:19.319Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-28T12:49:19.319Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-28T12:49:19.319Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-12-28T12:49:19.320Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ff048fe0-68d6-4c60-b7c1-3bbe7a2e8f0e
2022-12-28T12:49:19.320Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-28T12:49:19.320Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-12-28 12-47-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T12:49:19.320Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-28T12:49:19.321Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-12-28 12-47-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T12:49:19.321Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-28T12:49:19.321Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-12-28 12-47-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T12:49:19.321Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-28T12:49:19.322Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-12-28 12-47-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T12:49:19.325Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-12-28 12-47-18
Description:catalog service description
Model UUID:497825f5-18dc-4ec2-8c7b-a0928f9c9c43
Model Version:NULL
Model InvariantUuid:b0fc0f49-ed95-4a85-b5ef-0adc4e9fafa8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW bc53c0c4-89c6
Model UUID:cfb53c56-c176-4dcc-990f-a9b8ef4895ee
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:808e994a-adf5-4f0d-adf6-341f74ad9615
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:dd1c757e-4361-4886-91f2-60c030c9c3a2
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:b8833349-cf4c-4894-a2de-ae3b60c47298
ModelName:VfwBc53c0c489c6..base_vfw..module-0
ModelUuid:8339fd5f-2fda-42f8-8024-b73ffc7fd8da
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:d36edd94-67e2-40f2-9185-70267a512d7a
ModelInvariantUuid:a706fc83-c52d-4694-9f48-a6afe3a99703
ModelName:vFW bc53c0c4-89c6-nodes.vfwCvfc
ModelUuid:d90e8174-0526-49d6-a6b0-41e8d70acf51
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:d5710475-6b00-4cd8-9494-a58bdb4947bf
ModelInvariantUuid:6910e9f4-6a10-4687-ba29-769312c52f31
ModelName:VfwBc53c0c489c6.compute.nodes.heat.vfw
ModelUuid:3d50c0c2-3e4e-425b-9136-68cd454a4940
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:ca2a9bac-2974-46d0-b6d7-880de56b0255
ModelInvariantUuid:f6891106-8315-41df-8d7b-8619d139fa88
ModelName:vFW bc53c0c4-89c6-nodes.vsnCvfc
ModelUuid:1545c224-55e1-44bb-94ac-8bd4bb448539
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:ab915a5b-1a73-4c50-8285-9a3409010bc0
ModelInvariantUuid:2cc8ae83-5559-43b5-b387-380c7df1444b
ModelName:VfwBc53c0c489c6.compute.nodes.heat.vsn
ModelUuid:3b6a92d3-5462-47b8-9981-218e89ad562f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:ff048fe0-68d6-4c60-b7c1-3bbe7a2e8f0e
ModelInvariantUuid:63ff2d04-1f73-40db-9c4b-d996f93af1a1
ModelName:vFW bc53c0c4-89c6-nodes.vpgCvfc
ModelUuid:fba29a4f-8b66-471f-b649-c28fa85060a6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:68e75fe7-0e13-4362-98d0-eb9f7b03f81b
ModelInvariantUuid:4f1b18a9-f849-4841-9f60-8c71d15eefc9
ModelName:VfwBc53c0c489c6.compute.nodes.heat.vpg
ModelUuid:dc530bf3-bc33-4b68-bc91-73fd18c6dbfe
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-12-28T12:49:19.354Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 5a0b171a-963b-4b90-a531-c9e6b3b9d219
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-28T12:49:19.640Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||vFW bc53c0c4-89c6 0
2022-12-28T12:49:19.651Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5a0b171a-963b-4b90-a531-c9e6b3b9d219
2022-12-28T12:49:19.652Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 28c0aeb0-c874-4737-8ef7-e4700fa77750 from URL: /sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/vfwbc53c0c489c60_modules.json
2022-12-28T12:49:19.652Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-12-28T12:49:19.652Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/vfwbc53c0c489c60_modules.json
2022-12-28T12:49:19.713Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-12-28T12:49:19.715Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/vfwbc53c0c489c60_modules.json 28c0aeb0-c874-4737-8ef7-e4700fa77750 785
2022-12-28T12:49:19.715Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/vfwbc53c0c489c60_modules.json ASDC sendASDCNotification
2022-12-28T12:49:19.716Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/vfwbc53c0c489c60_modules.json
2022-12-28T12:49:19.716Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-28T12:49:19.717Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-28T12:49:19.743Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T12:49:19.744Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672231759715,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/vfwbc53c0c489c60_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-28T12:49:19.829Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 84 ms
2022-12-28T12:49:19.832Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-28T12:49:19.833Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:49:19.863Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:49:19.865Z||pool-11-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-12-28T12:49:20.749Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwBc53c0c489c6..base_vfw..module-0",
"vfModuleModelInvariantUUID": "b8833349-cf4c-4894-a2de-ae3b60c47298",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "8339fd5f-2fda-42f8-8024-b73ffc7fd8da",
"vfModuleModelCustomizationUUID": "079a573d-16ed-474c-933b-0a25068f5a9a",
"isBase": true,
"artifacts": [
"1c2bd39b-0920-4be4-8d71-0db3dad53c47",
"1b520432-ffd0-4d0e-aca6-350c70bab649"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-12-28T12:49:20.777Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwBc53c0c489c6..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8339fd5f-2fda-42f8-8024-b73ffc7fd8da
VfModuleModelInvariantUUID:b8833349-cf4c-4894-a2de-ae3b60c47298
VfModuleModelDescription:NULL
Artifacts UUID List:{
1c2bd39b-0920-4be4-8d71-0db3dad53c47
,
1b520432-ffd0-4d0e-aca6-350c70bab649
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-12-28T12:49:20.814Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwBc53c0c489c6..base_vfw..module-0",
"vfModuleModelInvariantUUID": "b8833349-cf4c-4894-a2de-ae3b60c47298",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "8339fd5f-2fda-42f8-8024-b73ffc7fd8da",
"vfModuleModelCustomizationUUID": "079a573d-16ed-474c-933b-0a25068f5a9a",
"isBase": true,
"artifacts": [
"1c2bd39b-0920-4be4-8d71-0db3dad53c47",
"1b520432-ffd0-4d0e-aca6-350c70bab649"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-12-28T12:49:20.814Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwBc53c0c489c6..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8339fd5f-2fda-42f8-8024-b73ffc7fd8da
VfModuleModelInvariantUUID:b8833349-cf4c-4894-a2de-ae3b60c47298
VfModuleModelDescription:NULL
Artifacts UUID List:{
1c2bd39b-0920-4be4-8d71-0db3dad53c47
,
1b520432-ffd0-4d0e-aca6-350c70bab649
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-12-28T12:49:20.815Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 1c2bd39b-0920-4be4-8d71-0db3dad53c47 from URL: /sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/base_vfw.yaml
2022-12-28T12:49:20.816Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-12-28T12:49:20.816Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/base_vfw.yaml
2022-12-28T12:49:20.886Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-12-28T12:49:20.887Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/base_vfw.yaml 1c2bd39b-0920-4be4-8d71-0db3dad53c47 20368
2022-12-28T12:49:20.888Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-12-28T12:49:20.888Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/base_vfw.yaml
2022-12-28T12:49:20.888Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-28T12:49:20.888Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-28T12:49:20.890Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T12:49:20.891Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672231760888,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-28T12:49:20.991Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-28T12:49:20.992Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-28T12:49:20.992Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:49:21.006Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:49:21.007Z||pool-12-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-28T12:49:21.892Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 1b520432-ffd0-4d0e-aca6-350c70bab649 from URL: /sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/base_vfw.env
2022-12-28T12:49:21.892Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-12-28T12:49:21.894Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/base_vfw.env
2022-12-28T12:49:21.956Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-12-28T12:49:21.956Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/base_vfw.env 1b520432-ffd0-4d0e-aca6-350c70bab649 2098
2022-12-28T12:49:21.959Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/base_vfw.env ASDC sendASDCNotification
2022-12-28T12:49:21.959Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/base_vfw.env
2022-12-28T12:49:21.960Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-28T12:49:21.961Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-28T12:49:21.966Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T12:49:21.966Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672231761959,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-12-28T12:49:22.064Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-12-28T12:49:22.065Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-28T12:49:22.066Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:49:22.080Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:49:22.081Z||pool-13-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-28T12:49:22.970Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 497825f5-18dc-4ec2-8c7b-a0928f9c9c43
2022-12-28T12:49:22.970Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW bc53c0c4-89c6 0 5a0b171a-963b-4b90-a531-c9e6b3b9d219 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-28T12:49:23.020Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1474c19e, org.onap.sdc.toscaparser.api.parameters.Input@44fe77da, org.onap.sdc.toscaparser.api.parameters.Input@126a71a7, org.onap.sdc.toscaparser.api.parameters.Input@623fd301, org.onap.sdc.toscaparser.api.parameters.Input@50f596e9]
2022-12-28T12:49:23.025Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-28T12:49:23.026Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-12-28 12-47-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T12:49:23.027Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic
2022-12-28T12:49:23.027Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= dd1c757e-4361-4886-91f2-60c030c9c3a2
2022-12-28T12:49:23.027Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: dd1c757e-4361-4886-91f2-60c030c9c3a2 matches Tosca VF Customization UUID: dd1c757e-4361-4886-91f2-60c030c9c3a2
2022-12-28T12:49:23.027Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: dd1c757e-4361-4886-91f2-60c030c9c3a2 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-12-28T12:49:23.040Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-28T12:49:23.042Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-12-28 12-47-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T12:49:23.043Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id dd1c757e-4361-4886-91f2-60c030c9c3a2: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-12-28T12:49:23.044Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7c30bf69
2022-12-28T12:49:23.044Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-28T12:49:23.044Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-12-28 12-47-18 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-28T12:49:23.046Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 079a573d-16ed-474c-933b-0a25068f5a9a
2022-12-28T12:49:23.047Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 079a573d-16ed-474c-933b-0a25068f5a9a
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-12-28T12:49:23.054Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-28T12:49:23.055Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vFW bc53c0c4-89c6 0 is matching search criteria
2022-12-28T12:49:23.055Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW bc53c0c4-89c6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-28T12:49:23.056Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-28T12:49:23.057Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vFW bc53c0c4-89c6 0 is matching search criteria
2022-12-28T12:49:23.057Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW bc53c0c4-89c6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-28T12:49:23.057Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-28T12:49:23.057Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vFW bc53c0c4-89c6 0 is not matching search criteria
2022-12-28T12:49:23.058Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-28T12:49:23.058Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-28T12:49:23.058Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-12-28T12:49:23.059Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-28T12:49:23.059Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-28T12:49:23.059Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-28T12:49:23.059Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-28T12:49:23.060Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-28T12:49:23.060Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-28T12:49:23.060Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-28T12:49:23.060Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-28T12:49:23.061Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d36edd94-67e2-40f2-9185-70267a512d7a
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-12-28T12:49:23.072Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-28T12:49:23.073Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vFW bc53c0c4-89c6 0 is matching search criteria
2022-12-28T12:49:23.073Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW bc53c0c4-89c6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-28T12:49:23.074Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-28T12:49:23.074Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vFW bc53c0c4-89c6 0 is not matching search criteria
2022-12-28T12:49:23.075Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-28T12:49:23.075Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-28T12:49:23.075Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-28T12:49:23.076Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-28T12:49:23.076Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-28T12:49:23.076Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-28T12:49:23.076Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-28T12:49:23.077Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-12-28T12:49:23.077Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-28T12:49:23.077Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-28T12:49:23.077Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-28T12:49:23.078Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-28T12:49:23.078Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ca2a9bac-2974-46d0-b6d7-880de56b0255
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-12-28T12:49:23.081Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-28T12:49:23.082Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vFW bc53c0c4-89c6 0 is matching search criteria
2022-12-28T12:49:23.082Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW bc53c0c4-89c6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-28T12:49:23.085Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-28T12:49:23.085Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vFW bc53c0c4-89c6 0 is not matching search criteria
2022-12-28T12:49:23.085Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-28T12:49:23.085Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-28T12:49:23.086Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-28T12:49:23.086Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-28T12:49:23.086Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-28T12:49:23.086Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-28T12:49:23.086Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-28T12:49:23.087Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-28T12:49:23.087Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-28T12:49:23.087Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-28T12:49:23.087Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-28T12:49:23.088Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-12-28T12:49:23.088Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ff048fe0-68d6-4c60-b7c1-3bbe7a2e8f0e
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-12-28T12:49:23.090Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-28T12:49:23.091Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vFW bc53c0c4-89c6 0 is matching search criteria
2022-12-28T12:49:23.091Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW bc53c0c4-89c6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-28T12:49:23.092Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-28T12:49:23.092Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Node template vFW bc53c0c4-89c6 0 is matching search criteria
2022-12-28T12:49:23.092Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW bc53c0c4-89c6 0] matching following query criteria: sdcType=VF, customizationUUID=dd1c757e-4361-4886-91f2-60c030c9c3a2
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-28T12:49:23.095Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-28T12:49:23.095Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-12-28 12-47-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T12:49:23.096Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 497825f5-18dc-4ec2-8c7b-a0928f9c9c43: vFW bc53c0c4-89c6
2022-12-28T12:49:23.097Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-28T12:49:23.097Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-12-28 12-47-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T12:49:23.098Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-28T12:49:23.098Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-12-28 12-47-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T12:49:23.098Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-28T12:49:23.099Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-12-28 12-47-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T12:49:23.099Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-28T12:49:23.100Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-12-28 12-47-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T12:49:23.100Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-28T12:49:23.101Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-12-28 12-47-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T12:49:23.101Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2022-12-28 12-47-18
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-28T12:49:23.504Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW bc53c0c4-89c6 5a0b171a-963b-4b90-a531-c9e6b3b9d219 1 ASDC deployResourceStructure
2022-12-28T12:49:23.506Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/vfwbc53c0c489c60_modules.json ASDC sendASDCNotification
2022-12-28T12:49:23.506Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/vfwbc53c0c489c60_modules.json
2022-12-28T12:49:23.506Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-28T12:49:23.507Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-28T12:49:23.525Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T12:49:23.525Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672231763506,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/vfwbc53c0c489c60_modules.json",
"status": "DEPLOY_OK"
}
2022-12-28T12:49:23.624Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-28T12:49:23.625Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-28T12:49:23.625Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:49:23.651Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:49:23.652Z||pool-14-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-12-28T12:49:24.526Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-12-28T12:49:24.527Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/base_vfw.yaml
2022-12-28T12:49:24.527Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-28T12:49:24.527Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-28T12:49:24.531Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T12:49:24.533Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672231764526,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-12-28T12:49:24.632Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-12-28T12:49:24.633Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-28T12:49:24.633Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:49:24.646Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:49:24.647Z||pool-15-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-28T12:49:25.535Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/base_vfw.env ASDC sendASDCNotification
2022-12-28T12:49:25.535Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/base_vfw.env
2022-12-28T12:49:25.535Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-28T12:49:25.535Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-28T12:49:25.538Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T12:49:25.540Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672231765534,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-12-28T12:49:25.638Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-12-28T12:49:25.639Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-28T12:49:25.640Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:49:25.664Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:49:25.665Z||pool-16-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-12-28T12:49:26.542Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221228124718/1.0/artifacts/service-Vfw20221228124718-csar.csar ASDC sendASDCNotification
2022-12-28T12:49:26.542Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221228124718/1.0/artifacts/service-Vfw20221228124718-csar.csar
2022-12-28T12:49:26.542Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-28T12:49:26.543Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-28T12:49:26.546Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T12:49:26.546Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672231766542,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/artifacts/service-Vfw20221228124718-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-28T12:49:26.646Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-28T12:49:26.647Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-28T12:49:26.647Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:49:26.682Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:49:26.682Z||pool-17-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1}
2022-12-28T12:49:27.552Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 22b6de17-132e-44ac-a040-64790a2b13a4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-28T12:49:27.622Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 22b6de17-132e-44ac-a040-64790a2b13a4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-28T12:49:27.632Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-28T12:49:27.633Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-28T12:49:27.633Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-28T12:49:27.633Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-28T12:49:27.633Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-28T12:49:27.634Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-28T12:49:27.634Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-28T12:49:27.634Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-28T12:49:27.634Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-28T12:49:27.635Z|22b6de17-132e-44ac-a040-64790a2b13a4|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-12-28T12:49:27.644Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-28T12:49:57.644Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 22b6de17-132e-44ac-a040-64790a2b13a4 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-12-28T12:49:57.669Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 22b6de17-132e-44ac-a040-64790a2b13a4 and serviceModelVersionId: 497825f5-18dc-4ec2-8c7b-a0928f9c9c43
2022-12-28T12:49:57.670Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b0fc0f49-ed95-4a85-b5ef-0adc4e9fafa8
2022-12-28T12:49:59.697Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T12:49:59.705Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T12:49:59.706Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:49:59.860Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:49:59.865Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:49:59.866Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672231739666,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-28T12:49:59.874Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-28T12:50:26.457Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b0fc0f49-ed95-4a85-b5ef-0adc4e9fafa8/model-vers/model-ver/497825f5-18dc-4ec2-8c7b-a0928f9c9c43?depth=0
2022-12-28T12:50:26.789Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-12-28T12:50:27.810Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b0fc0f49-ed95-4a85-b5ef-0adc4e9fafa8/model-vers/model-ver/497825f5-18dc-4ec2-8c7b-a0928f9c9c43?depth=0|INFO|500||Invoke
2022-12-28T12:50:27.824Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b0fc0f49-ed95-4a85-b5ef-0adc4e9fafa8/model-vers/model-ver/497825f5-18dc-4ec2-8c7b-a0928f9c9c43?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b0fc0f49-ed95-4a85-b5ef-0adc4e9fafa8/model-vers/model-ver/497825f5-18dc-4ec2-8c7b-a0928f9c9c43?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[22b6de17-132e-44ac-a040-64790a2b13a4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7c2b961a-01c5-4788-9606-5e71eb2d46b4], X-ECOMP-RequestID=[22b6de17-132e-44ac-a040-64790a2b13a4], X-TransactionId=[], X-ONAP-RequestID=[22b6de17-132e-44ac-a040-64790a2b13a4], Content-Type=[application/merge-patch+json]}
2022-12-28T12:50:28.213Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b0fc0f49-ed95-4a85-b5ef-0adc4e9fafa8/model-vers/model-ver/497825f5-18dc-4ec2-8c7b-a0928f9c9c43?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-12-28T12:50:28.506Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b0fc0f49-ed95-4a85-b5ef-0adc4e9fafa8/model-vers/model-ver/497825f5-18dc-4ec2-8c7b-a0928f9c9c43?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/b0fc0f49-ed95-4a85-b5ef-0adc4e9fafa8/model-vers/model-ver/497825f5-18dc-4ec2-8c7b-a0928f9c9c43?depth=0 has http status code:200 and response headers:{date=[Wed, 28 Dec 2022 12:50:26 GMT], content-length=[0], vertex-id=[200872], x-aai-txid=[1-aai-resources-221228-12:50:26:906-4871], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-28T12:50:28.510Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b0fc0f49-ed95-4a85-b5ef-0adc4e9fafa8/model-vers/model-ver/497825f5-18dc-4ec2-8c7b-a0928f9c9c43?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-12-28T12:50:28.511Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b0fc0f49-ed95-4a85-b5ef-0adc4e9fafa8/model-vers/model-ver/497825f5-18dc-4ec2-8c7b-a0928f9c9c43?depth=0|INFO|500||InvokeReturn
2022-12-28T12:50:28.520Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-28T12:50:28.521Z|22b6de17-132e-44ac-a040-64790a2b13a4|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-12-28T12:50:28.533Z|22b6de17-132e-44ac-a040-64790a2b13a4|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-12-28T12:50:28.534Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 22b6de17-132e-44ac-a040-64790a2b13a4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-28T12:50:28.536Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-28T12:50:28.537Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-28T12:50:28.540Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T12:50:28.540Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672231828534,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-28T12:50:28.640Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-28T12:50:28.648Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-28T12:50:28.649Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:50:28.663Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:50:28.664Z||pool-18-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-28T12:50:29.575Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T12:50:29.575Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"72544007-ce6c-4dd1-be98-95223c4a8c48","serviceName":"basic_onboard_cZxBDf","serviceVersion":"1.0","serviceUUID":"277dbb6a-e249-4653-99d4-48eee2a55db7","serviceDescription":"service","serviceInvariantUUID":"34009ba5-22f3-4b83-ba89-a21fafdf11d7","resources":[{"resourceInstanceName":"basic_onboard_cZxBDf 0","resourceName":"basic_onboard_cZxBDf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"62386b5a-a700-44ca-97ed-44d5b6a8bd74","resourceInvariantUUID":"b10bf874-f0b9-444e-9763-fe8ecce28485","resourceCustomizationUUID":"74b6768e-1929-401b-8e64-fbf417f84676","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/vf-license-model.xml","artifactChecksum":"NTAwYjhiMDJjODI4MGE2ZjEwZmM5Y2I0NzcwYWY5Y2Y\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cb1d1969-2fff-436e-9148-da39f14690cf","artifactVersion":"1"},{"artifactName":"basic_onboard_czxbdf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/basic_onboard_czxbdf0_modules.json","artifactChecksum":"NmQ0MWZhZTIwMzE4ZDFlMGI5NWI1MmFhY2VlNzllZGY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"433b4151-9ba7-40d9-b342-17022ab91d69","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"fef291d0-f4cb-4f31-a163-874bcf0f32b8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4212e402-7138-4604-85b4-af279c03d18d","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"cae0b381-9bf4-4a9a-a275-8ef618664244","artifactVersion":"2","generatedFromUUID":"fef291d0-f4cb-4f31-a163-874bcf0f32b8"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardCzxbdf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/artifacts/service-BasicOnboardCzxbdf-template.yml","artifactChecksum":"ZjM3MTY3MWVmM2QxN2UyYTcxZWVmMDUzZDc4ZDRmMGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1fe1d401-7a9f-49fb-94a4-9f90aa266e08","artifactVersion":"1"},{"artifactName":"service-BasicOnboardCzxbdf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/artifacts/service-BasicOnboardCzxbdf-csar.csar","artifactChecksum":"NzJjZTQwYzNjMTAxN2E4YmEyZWYyMDFlZjMxYjlkMGE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"34129b95-a266-4f4a-8046-b9f4a52a9192","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-28T12:50:29.576Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-28T12:50:29.577Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-28T12:50:29.580Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T12:50:29.580Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672231739666,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-28T12:50:29.691Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 110 ms
2022-12-28T12:50:29.692Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-28T12:50:29.693Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:50:29.707Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:50:29.708Z||pool-19-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-12-28T12:50:30.583Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-28T12:50:30.586Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-28T12:50:30.591Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T12:50:30.592Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672231739666,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/basic_onboard_czxbdf0_modules.json",
"status": "NOTIFIED"
}
2022-12-28T12:50:30.690Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-12-28T12:50:30.691Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-28T12:50:30.691Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:50:30.705Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:50:30.706Z||pool-20-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-28T12:50:31.593Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-28T12:50:31.594Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-28T12:50:31.597Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T12:50:31.597Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672231739666,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-12-28T12:50:31.700Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-28T12:50:31.702Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-28T12:50:31.702Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:50:31.716Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:50:31.717Z||pool-21-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-28T12:50:32.599Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-28T12:50:32.600Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-28T12:50:32.605Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T12:50:32.605Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672231739666,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-28T12:50:32.710Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-12-28T12:50:32.711Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-28T12:50:32.713Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:50:32.726Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:50:32.727Z||pool-22-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-28T12:50:33.606Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-28T12:50:33.607Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-28T12:50:33.610Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T12:50:33.610Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672231739666,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-12-28T12:50:33.712Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-28T12:50:33.714Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-28T12:50:33.715Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:50:33.728Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:50:33.729Z||pool-23-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-28T12:50:34.610Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-28T12:50:34.612Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-28T12:50:34.629Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T12:50:34.629Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672231739666,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/artifacts/service-BasicOnboardCzxbdf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-28T12:50:34.714Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 85 ms
2022-12-28T12:50:34.716Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-28T12:50:34.716Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:50:34.728Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:50:34.729Z||pool-24-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-12-28T12:50:35.630Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-28T12:50:35.631Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-28T12:50:35.635Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T12:50:35.635Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672231739666,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/artifacts/service-BasicOnboardCzxbdf-csar.csar",
"status": "NOTIFIED"
}
2022-12-28T12:50:35.734Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-28T12:50:35.735Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-28T12:50:35.736Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:50:35.749Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:50:35.750Z||pool-25-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-28T12:50:36.645Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48",
"serviceName": "basic_onboard_cZxBDf",
"serviceVersion": "1.0",
"serviceUUID": "277dbb6a-e249-4653-99d4-48eee2a55db7",
"serviceDescription": "service",
"serviceInvariantUUID": "34009ba5-22f3-4b83-ba89-a21fafdf11d7",
"resources": [
{
"resourceInstanceName": "basic_onboard_cZxBDf 0",
"resourceCustomizationUUID": "74b6768e-1929-401b-8e64-fbf417f84676",
"resourceName": "basic_onboard_cZxBDf",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "62386b5a-a700-44ca-97ed-44d5b6a8bd74",
"resourceInvariantUUID": "b10bf874-f0b9-444e-9763-fe8ecce28485",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_czxbdf0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/basic_onboard_czxbdf0_modules.json",
"artifactChecksum": "NmQ0MWZhZTIwMzE4ZDFlMGI5NWI1MmFhY2VlNzllZGY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "433b4151-9ba7-40d9-b342-17022ab91d69",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "fef291d0-f4cb-4f31-a163-874bcf0f32b8",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "cae0b381-9bf4-4a9a-a275-8ef618664244",
"generatedFromUUID": "fef291d0-f4cb-4f31-a163-874bcf0f32b8"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "cae0b381-9bf4-4a9a-a275-8ef618664244",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardCzxbdf-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/artifacts/service-BasicOnboardCzxbdf-csar.csar",
"artifactChecksum": "NzJjZTQwYzNjMTAxN2E4YmEyZWYyMDFlZjMxYjlkMGE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "34129b95-a266-4f4a-8046-b9f4a52a9192"
}
],
"workloadContext": "Production"
}
2022-12-28T12:50:36.645Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-28T12:50:36.646Z|22b6de17-132e-44ac-a040-64790a2b13a4|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 277dbb6a-e249-4653-99d4-48eee2a55db7 ASDC
2022-12-28T12:50:36.646Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:72544007-ce6c-4dd1-be98-95223c4a8c48
ServiceName:basic_onboard_cZxBDf
ServiceVersion:1.0
ServiceUUID:277dbb6a-e249-4653-99d4-48eee2a55db7
ServiceInvariantUUID:34009ba5-22f3-4b83-ba89-a21fafdf11d7
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardCzxbdf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/artifacts/service-BasicOnboardCzxbdf-csar.csar
ArtifactUUID:34129b95-a266-4f4a-8046-b9f4a52a9192
ArtifactChecksum:NzJjZTQwYzNjMTAxN2E4YmEyZWYyMDFlZjMxYjlkMGE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_cZxBDf 0
ResourceCustomizationUUID:74b6768e-1929-401b-8e64-fbf417f84676
ResourceInvariantUUID:b10bf874-f0b9-444e-9763-fe8ecce28485
ResourceName:basic_onboard_cZxBDf
ResourceType:VF
ResourceUUID:62386b5a-a700-44ca-97ed-44d5b6a8bd74
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_czxbdf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/basic_onboard_czxbdf0_modules.json
ArtifactUUID:433b4151-9ba7-40d9-b342-17022ab91d69
ArtifactChecksum:NmQ0MWZhZTIwMzE4ZDFlMGI5NWI1MmFhY2VlNzllZGY=
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/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/base_ubuntu18.yaml
ArtifactUUID:fef291d0-f4cb-4f31-a163-874bcf0f32b8
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/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/base_ubuntu18.env
ArtifactUUID:cae0b381-9bf4-4a9a-a275-8ef618664244
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/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/base_ubuntu18.env
ArtifactUUID:cae0b381-9bf4-4a9a-a275-8ef618664244
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-12-28T12:50:36.646Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 277dbb6a-e249-4653-99d4-48eee2a55db7 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-28T12:50:36.737Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-28T12:50:36.738Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-12-28T12:50:36.738Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-12-28T12:50:36.739Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 34129b95-a266-4f4a-8046-b9f4a52a9192 from URL: /sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/artifacts/service-BasicOnboardCzxbdf-csar.csar
2022-12-28T12:50:36.739Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-12-28T12:50:36.739Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/artifacts/service-BasicOnboardCzxbdf-csar.csar
2022-12-28T12:50:36.819Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-12-28T12:50:36.824Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/artifacts/service-BasicOnboardCzxbdf-csar.csar 34129b95-a266-4f4a-8046-b9f4a52a9192 75296
2022-12-28T12:50:36.824Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/artifacts/service-BasicOnboardCzxbdf-csar.csar ASDC sendASDCNotification
2022-12-28T12:50:36.824Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/artifacts/service-BasicOnboardCzxbdf-csar.csar
2022-12-28T12:50:36.825Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-28T12:50:36.825Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-28T12:50:36.828Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T12:50:36.828Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672231836824,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/artifacts/service-BasicOnboardCzxbdf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-28T12:50:36.928Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-28T12:50:36.929Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-28T12:50:36.930Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:50:36.946Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:50:36.946Z||pool-26-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-28T12:50:37.829Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-28T12:50:37.833Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-12-28T12:50:37.833Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 34129b95-a266-4f4a-8046-b9f4a52a9192, URL: /sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/artifacts/service-BasicOnboardCzxbdf-csar.csar to file: /app/ASDC/1/service-BasicOnboardCzxbdf-csar.csar
2022-12-28T12:50:37.834Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardCzxbdf-csar.csar
2022-12-28T12:50:37.834Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardCzxbdf-csar.csar
2022-12-28T12:50:37.834Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardCzxbdf-csar.csar
2022-12-28T12:50:38.063Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11282447605891455390/Definitions/service-BasicOnboardCzxbdf-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2022-12-28T12:50:40.653Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-28T12:50:40.654Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-12-28T12:50:40.654Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardCzxbdf-csar.csar
2022-12-28T12:50:40.654Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-28T12:50:40.655Z|72544007-ce6c-4dd1-be98-95223c4a8c48|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-BasicOnboardCzxbdf-csar.csar
2022-12-28T12:50:40.655Z|72544007-ce6c-4dd1-be98-95223c4a8c48|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-BasicOnboardCzxbdf-csar.csar
2022-12-28T12:50:40.655Z|72544007-ce6c-4dd1-be98-95223c4a8c48|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-BasicOnboardCzxbdf-csar.csar
2022-12-28T12:50:40.655Z|72544007-ce6c-4dd1-be98-95223c4a8c48|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-BasicOnboardCzxbdf-csar.csar
2022-12-28T12:50:40.655Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_cZxBDf 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-BasicOnboardCzxbdf-csar.csar
2022-12-28T12:50:40.655Z|72544007-ce6c-4dd1-be98-95223c4a8c48|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-BasicOnboardCzxbdf-csar.csar
2022-12-28T12:50:40.655Z|72544007-ce6c-4dd1-be98-95223c4a8c48|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-BasicOnboardCzxbdf-csar.csar
2022-12-28T12:50:40.659Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-12-28T12:50:40.659Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-28T12:50:40.660Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_cZxBDf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T12:50:40.660Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_cZxBDf 0 is matching search criteria
2022-12-28T12:50:40.660Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-12-28T12:50:40.660Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_cZxBDf 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-28T12:50:40.661Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-28T12:50:40.661Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_cZxBDf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T12:50:40.661Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_cZxBDf 0 is matching search criteria
2022-12-28T12:50:40.661Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-12-28T12:50:40.662Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_cZxBDf 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-28T12:50:40.662Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-28T12:50:40.662Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_cZxBDf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T12:50:40.662Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-28T12:50:40.663Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_cZxBDf 0 is not matching search criteria
2022-12-28T12:50:40.663Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-12-28T12:50:40.663Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-12-28T12:50:40.664Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-12-28T12:50:40.664Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-28T12:50:40.665Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-28T12:50:40.665Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-28T12:50:40.665Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_cZxBDf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-28T12:50:40.665Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-28T12:50:40.665Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_cZxBDf 0 is matching search criteria
2022-12-28T12:50:40.665Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_cZxBDf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-28T12:50:40.666Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-28T12:50:40.666Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_cZxBDf 0 is matching search criteria
2022-12-28T12:50:40.666Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_cZxBDf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-28T12:50:40.666Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-28T12:50:40.667Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_cZxBDf 0 is matching search criteria
2022-12-28T12:50:40.667Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_cZxBDf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-28T12:50:40.667Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-28T12:50:40.668Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_cZxBDf 0 is not matching search criteria
2022-12-28T12:50:40.668Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-12-28T12:50:40.668Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-28T12:50:40.668Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=dab0418e-597f-4242-8beb-1e1bb212c455
2022-12-28T12:50:40.669Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-28T12:50:40.669Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_cZxBDf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T12:50:40.670Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-28T12:50:40.670Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_cZxBDf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T12:50:40.671Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-28T12:50:40.671Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_cZxBDf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T12:50:40.672Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-28T12:50:40.672Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_cZxBDf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T12:50:40.673Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_cZxBDf
Description:service
Model UUID:277dbb6a-e249-4653-99d4-48eee2a55db7
Model Version:NULL
Model InvariantUuid:34009ba5-22f3-4b83-ba89-a21fafdf11d7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_cZxBDf
Model UUID:e25d042e-d823-4a45-85d5-83f7a9a02ae5
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b10bf874-f0b9-444e-9763-fe8ecce28485
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:74b6768e-1929-401b-8e64-fbf417f84676
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:b52c0fa7-2c70-4a6b-afa8-f949ec308294
ModelName:BasicOnboardCzxbdf..base_ubuntu18..module-0
ModelUuid:6a49b8b4-de5b-492a-83ba-38e3c9993e46
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:dab0418e-597f-4242-8beb-1e1bb212c455
ModelInvariantUuid:fa2d3b2c-8204-493e-81fb-bd233a2be0d7
ModelName:basic_onboard_cZxBDf-nodes.ubuntu18Cvfc
ModelUuid:c2d47d6c-8807-45da-b1dc-b9e4b6696299
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:b306a1d1-8003-469e-ab33-1e424ee37eea
ModelInvariantUuid:045c7adf-7ad1-4c5b-88ad-cc31ce0b4cb1
ModelName:BasicOnboardCzxbdf.compute.nodes.heat.ubuntu18
ModelUuid:08b8be2a-c3d4-435c-9779-0e667e09ccb5
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-12-28T12:50:40.684Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 62386b5a-a700-44ca-97ed-44d5b6a8bd74
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-28T12:50:40.687Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||basic_onboard_cZxBDf 0
2022-12-28T12:50:40.688Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 62386b5a-a700-44ca-97ed-44d5b6a8bd74
2022-12-28T12:50:40.688Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 433b4151-9ba7-40d9-b342-17022ab91d69 from URL: /sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/basic_onboard_czxbdf0_modules.json
2022-12-28T12:50:40.688Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-12-28T12:50:40.689Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/basic_onboard_czxbdf0_modules.json
2022-12-28T12:50:40.800Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-12-28T12:50:40.802Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/basic_onboard_czxbdf0_modules.json 433b4151-9ba7-40d9-b342-17022ab91d69 798
2022-12-28T12:50:40.804Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/basic_onboard_czxbdf0_modules.json ASDC sendASDCNotification
2022-12-28T12:50:40.805Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/basic_onboard_czxbdf0_modules.json
2022-12-28T12:50:40.806Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-28T12:50:40.808Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-28T12:50:40.812Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T12:50:40.812Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672231840804,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/basic_onboard_czxbdf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-28T12:50:40.914Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-28T12:50:40.915Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-28T12:50:40.915Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:50:40.934Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:50:40.935Z||pool-27-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-12-28T12:50:41.813Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardCzxbdf..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "b52c0fa7-2c70-4a6b-afa8-f949ec308294",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "6a49b8b4-de5b-492a-83ba-38e3c9993e46",
"vfModuleModelCustomizationUUID": "ffa66907-e94c-49ae-9856-d03d9a11e458",
"isBase": true,
"artifacts": [
"fef291d0-f4cb-4f31-a163-874bcf0f32b8",
"cae0b381-9bf4-4a9a-a275-8ef618664244"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-12-28T12:50:41.819Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardCzxbdf..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6a49b8b4-de5b-492a-83ba-38e3c9993e46
VfModuleModelInvariantUUID:b52c0fa7-2c70-4a6b-afa8-f949ec308294
VfModuleModelDescription:NULL
Artifacts UUID List:{
fef291d0-f4cb-4f31-a163-874bcf0f32b8
,
cae0b381-9bf4-4a9a-a275-8ef618664244
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-12-28T12:50:41.822Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardCzxbdf..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "b52c0fa7-2c70-4a6b-afa8-f949ec308294",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "6a49b8b4-de5b-492a-83ba-38e3c9993e46",
"vfModuleModelCustomizationUUID": "ffa66907-e94c-49ae-9856-d03d9a11e458",
"isBase": true,
"artifacts": [
"fef291d0-f4cb-4f31-a163-874bcf0f32b8",
"cae0b381-9bf4-4a9a-a275-8ef618664244"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-12-28T12:50:41.822Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardCzxbdf..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6a49b8b4-de5b-492a-83ba-38e3c9993e46
VfModuleModelInvariantUUID:b52c0fa7-2c70-4a6b-afa8-f949ec308294
VfModuleModelDescription:NULL
Artifacts UUID List:{
fef291d0-f4cb-4f31-a163-874bcf0f32b8
,
cae0b381-9bf4-4a9a-a275-8ef618664244
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-12-28T12:50:41.822Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: fef291d0-f4cb-4f31-a163-874bcf0f32b8 from URL: /sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/base_ubuntu18.yaml
2022-12-28T12:50:41.823Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-12-28T12:50:41.823Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/base_ubuntu18.yaml
2022-12-28T12:50:41.871Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-12-28T12:50:41.871Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/base_ubuntu18.yaml fef291d0-f4cb-4f31-a163-874bcf0f32b8 5033
2022-12-28T12:50:41.872Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-12-28T12:50:41.872Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/base_ubuntu18.yaml
2022-12-28T12:50:41.872Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-28T12:50:41.872Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-28T12:50:41.874Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T12:50:41.875Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672231841872,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-28T12:50:41.975Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-28T12:50:41.976Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-28T12:50:41.976Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:50:41.989Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:50:41.989Z||pool-28-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-28T12:50:42.876Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: cae0b381-9bf4-4a9a-a275-8ef618664244 from URL: /sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/base_ubuntu18.env
2022-12-28T12:50:42.876Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-12-28T12:50:42.877Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/base_ubuntu18.env
2022-12-28T12:50:42.935Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-12-28T12:50:42.935Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/base_ubuntu18.env cae0b381-9bf4-4a9a-a275-8ef618664244 909
2022-12-28T12:50:42.936Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-12-28T12:50:42.936Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/base_ubuntu18.env
2022-12-28T12:50:42.936Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-28T12:50:42.937Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-28T12:50:42.939Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T12:50:42.939Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672231842936,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-12-28T12:50:43.039Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-28T12:50:43.041Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-28T12:50:43.041Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:50:43.055Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:50:43.055Z||pool-29-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-28T12:50:43.942Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 277dbb6a-e249-4653-99d4-48eee2a55db7
2022-12-28T12:50:43.946Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_cZxBDf 0 62386b5a-a700-44ca-97ed-44d5b6a8bd74 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-28T12:50:44.012Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6cc2e196, org.onap.sdc.toscaparser.api.parameters.Input@658f2397, org.onap.sdc.toscaparser.api.parameters.Input@d68282d, org.onap.sdc.toscaparser.api.parameters.Input@1ceeac7c, org.onap.sdc.toscaparser.api.parameters.Input@675b2026]
2022-12-28T12:50:44.017Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-28T12:50:44.018Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_cZxBDf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T12:50:44.018Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic
2022-12-28T12:50:44.018Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 74b6768e-1929-401b-8e64-fbf417f84676
2022-12-28T12:50:44.018Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 74b6768e-1929-401b-8e64-fbf417f84676 matches Tosca VF Customization UUID: 74b6768e-1929-401b-8e64-fbf417f84676
2022-12-28T12:50:44.019Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 74b6768e-1929-401b-8e64-fbf417f84676 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-12-28T12:50:44.022Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-28T12:50:44.022Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_cZxBDf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T12:50:44.023Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 74b6768e-1929-401b-8e64-fbf417f84676: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-12-28T12:50:44.023Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5ed59510
2022-12-28T12:50:44.024Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-28T12:50:44.024Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_cZxBDf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-28T12:50:44.024Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ffa66907-e94c-49ae-9856-d03d9a11e458
2022-12-28T12:50:44.024Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ffa66907-e94c-49ae-9856-d03d9a11e458
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-12-28T12:50:44.027Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-28T12:50:44.027Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_cZxBDf 0 is matching search criteria
2022-12-28T12:50:44.028Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_cZxBDf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-28T12:50:44.028Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-28T12:50:44.028Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_cZxBDf 0 is matching search criteria
2022-12-28T12:50:44.028Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_cZxBDf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-28T12:50:44.037Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-28T12:50:44.037Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_cZxBDf 0 is not matching search criteria
2022-12-28T12:50:44.037Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-12-28T12:50:44.041Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-28T12:50:44.041Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=dab0418e-597f-4242-8beb-1e1bb212c455
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-12-28T12:50:44.047Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-28T12:50:44.047Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_cZxBDf 0 is matching search criteria
2022-12-28T12:50:44.047Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_cZxBDf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-28T12:50:44.047Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-28T12:50:44.047Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_cZxBDf 0 is matching search criteria
2022-12-28T12:50:44.048Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_cZxBDf 0] matching following query criteria: sdcType=VF, customizationUUID=74b6768e-1929-401b-8e64-fbf417f84676
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-28T12:50:44.050Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-28T12:50:44.051Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_cZxBDf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T12:50:44.052Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 277dbb6a-e249-4653-99d4-48eee2a55db7: basic_onboard_cZxBDf
2022-12-28T12:50:44.052Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-28T12:50:44.053Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_cZxBDf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T12:50:44.053Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-28T12:50:44.053Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_cZxBDf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T12:50:44.053Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-28T12:50:44.054Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_cZxBDf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T12:50:44.054Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-28T12:50:44.054Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_cZxBDf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T12:50:44.054Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-28T12:50:44.055Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_cZxBDf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T12:50:44.055Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Saving Service: basic_onboard_cZxBDf
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-28T12:50:44.351Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_cZxBDf 62386b5a-a700-44ca-97ed-44d5b6a8bd74 1 ASDC deployResourceStructure
2022-12-28T12:50:44.352Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/basic_onboard_czxbdf0_modules.json ASDC sendASDCNotification
2022-12-28T12:50:44.352Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/basic_onboard_czxbdf0_modules.json
2022-12-28T12:50:44.352Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-28T12:50:44.353Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-28T12:50:44.363Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T12:50:44.363Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672231844352,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/basic_onboard_czxbdf0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-28T12:50:44.457Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-12-28T12:50:44.458Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-28T12:50:44.458Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:50:44.499Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:50:44.501Z||pool-30-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":1,"count":1}
2022-12-28T12:50:45.365Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-12-28T12:50:45.365Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/base_ubuntu18.yaml
2022-12-28T12:50:45.365Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-28T12:50:45.366Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-28T12:50:45.371Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T12:50:45.372Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672231845365,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-12-28T12:50:45.469Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-12-28T12:50:45.470Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-28T12:50:45.470Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:50:45.483Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:50:45.483Z||pool-31-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-28T12:50:46.374Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-12-28T12:50:46.374Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/base_ubuntu18.env
2022-12-28T12:50:46.374Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-28T12:50:46.374Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-28T12:50:46.377Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T12:50:46.377Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672231846373,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-12-28T12:50:46.477Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-28T12:50:46.478Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-28T12:50:46.479Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:50:46.490Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:50:46.490Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-28T12:50:47.378Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/artifacts/service-BasicOnboardCzxbdf-csar.csar ASDC sendASDCNotification
2022-12-28T12:50:47.378Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/artifacts/service-BasicOnboardCzxbdf-csar.csar
2022-12-28T12:50:47.379Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-28T12:50:47.380Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-28T12:50:47.391Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T12:50:47.392Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672231847378,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/artifacts/service-BasicOnboardCzxbdf-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-28T12:50:47.504Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-12-28T12:50:47.506Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-28T12:50:47.507Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:50:47.524Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:50:47.525Z||pool-33-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-12-28T12:50:48.394Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 72544007-ce6c-4dd1-be98-95223c4a8c48
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-28T12:50:48.412Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 72544007-ce6c-4dd1-be98-95223c4a8c48
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-28T12:50:48.421Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-28T12:50:48.421Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-28T12:50:48.421Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-28T12:50:59.692Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T12:50:59.701Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T12:50:59.701Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:50:59.747Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:50:59.753Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:50:59.754Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672231739666,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/vfwbc53c0c489c60_modules.json",
"status": "NOTIFIED"
}
2022-12-28T12:50:59.759Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-28T12:50:59.759Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:50:59.760Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672231739666,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-12-28T12:50:59.761Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-28T12:50:59.762Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:50:59.762Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672231739666,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-28T12:50:59.764Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-28T12:50:59.765Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:50:59.766Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672231739666,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-12-28T12:50:59.780Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-28T12:50:59.781Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:50:59.782Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672231739666,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/artifacts/service-Vfw20221228124718-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-28T12:50:59.796Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-28T12:50:59.796Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:50:59.797Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672231745118,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-28T12:50:59.797Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-28T12:50:59.797Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:50:59.798Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672231739666,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/artifacts/service-Vfw20221228124718-csar.csar",
"status": "NOTIFIED"
}
2022-12-28T12:50:59.803Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-28T12:50:59.804Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:50:59.804Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672231745118,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/basic_onboard_czxbdf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-28T12:50:59.805Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-28T12:50:59.805Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:50:59.805Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672231745118,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-28T12:50:59.806Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-28T12:50:59.806Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:50:59.806Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48",
"consumerID": "aai-ml",
"timestamp": 1672231748120,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/artifacts/service-BasicOnboardCzxbdf-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-28T12:50:59.811Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T12:50:59.811Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:50:59.812Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672231748497,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/artifacts/service-Vfw20221228124718-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-28T12:50:59.812Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T12:50:59.812Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:50:59.813Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672231745118,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-28T12:50:59.813Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-28T12:50:59.820Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:50:59.821Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48",
"consumerID": "aai-ml",
"timestamp": 1672231749124,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-28T12:50:59.834Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 72544007-ce6c-4dd1-be98-95223c4a8c48
2022-12-28T12:50:59.835Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 72544007-ce6c-4dd1-be98-95223c4a8c48 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-28T12:50:59.873Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:50:59.874Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672231745118,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-12-28T12:50:59.875Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-28T12:50:59.875Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:50:59.875Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672231745118,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/artifacts/service-BasicOnboardCzxbdf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-28T12:50:59.875Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-28T12:50:59.876Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:50:59.876Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672231745118,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/artifacts/service-BasicOnboardCzxbdf-csar.csar",
"status": "NOTIFIED"
}
2022-12-28T12:50:59.876Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-28T12:50:59.876Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:50:59.877Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672231752862,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/artifacts/service-BasicOnboardCzxbdf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-28T12:50:59.877Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T12:50:59.878Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:50:59.878Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672231755968,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/artifacts/service-BasicOnboardCzxbdf-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-28T12:50:59.883Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T12:50:59.883Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:50:59.884Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672231756975,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-28T12:50:59.911Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 72544007-ce6c-4dd1-be98-95223c4a8c48
2022-12-28T12:50:59.911Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 72544007-ce6c-4dd1-be98-95223c4a8c48 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-28T12:51:00.000Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:51:00.001Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672231759715,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/vfwbc53c0c489c60_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-28T12:51:00.003Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T12:51:00.004Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:51:00.004Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672231760888,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-28T12:51:00.004Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T12:51:00.004Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:51:00.005Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672231761959,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-12-28T12:51:00.005Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T12:51:00.005Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:51:00.005Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672231763506,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/vfwbc53c0c489c60_modules.json",
"status": "DEPLOY_OK"
}
2022-12-28T12:51:00.005Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T12:51:00.005Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:51:00.005Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672231764526,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-12-28T12:51:00.013Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T12:51:00.013Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:51:00.014Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672231765534,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/resourceInstances/vfwbc53c0c489c60/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-12-28T12:51:00.014Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T12:51:00.014Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:51:00.015Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672231766542,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221228124718/1.0/artifacts/service-Vfw20221228124718-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-28T12:51:00.015Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T12:51:18.423Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 72544007-ce6c-4dd1-be98-95223c4a8c48
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-28T12:51:18.464Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 72544007-ce6c-4dd1-be98-95223c4a8c48
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-28T12:51:18.469Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-28T12:51:18.470Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-28T12:51:18.470Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-28T12:51:18.470Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-28T12:51:18.470Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-28T12:51:18.471Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-28T12:51:18.472Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-28T12:51:18.473Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-28T12:51:18.473Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-28T12:51:18.474Z|72544007-ce6c-4dd1-be98-95223c4a8c48|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-12-28T12:51:18.497Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-28T12:51:48.497Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 72544007-ce6c-4dd1-be98-95223c4a8c48 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-12-28T12:51:48.504Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 72544007-ce6c-4dd1-be98-95223c4a8c48 and serviceModelVersionId: 277dbb6a-e249-4653-99d4-48eee2a55db7
2022-12-28T12:51:48.504Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 34009ba5-22f3-4b83-ba89-a21fafdf11d7
2022-12-28T12:51:48.506Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/34009ba5-22f3-4b83-ba89-a21fafdf11d7/model-vers/model-ver/277dbb6a-e249-4653-99d4-48eee2a55db7?depth=0
2022-12-28T12:51:48.521Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-12-28T12:51:48.656Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/34009ba5-22f3-4b83-ba89-a21fafdf11d7/model-vers/model-ver/277dbb6a-e249-4653-99d4-48eee2a55db7?depth=0|INFO|500||Invoke
2022-12-28T12:51:48.657Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/34009ba5-22f3-4b83-ba89-a21fafdf11d7/model-vers/model-ver/277dbb6a-e249-4653-99d4-48eee2a55db7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/34009ba5-22f3-4b83-ba89-a21fafdf11d7/model-vers/model-ver/277dbb6a-e249-4653-99d4-48eee2a55db7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[72544007-ce6c-4dd1-be98-95223c4a8c48], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d85523ac-7901-40ad-ba5c-9b7c97092004], X-ECOMP-RequestID=[72544007-ce6c-4dd1-be98-95223c4a8c48], X-TransactionId=[], X-ONAP-RequestID=[72544007-ce6c-4dd1-be98-95223c4a8c48], Content-Type=[application/merge-patch+json]}
2022-12-28T12:51:48.700Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/34009ba5-22f3-4b83-ba89-a21fafdf11d7/model-vers/model-ver/277dbb6a-e249-4653-99d4-48eee2a55db7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-12-28T12:51:48.849Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/34009ba5-22f3-4b83-ba89-a21fafdf11d7/model-vers/model-ver/277dbb6a-e249-4653-99d4-48eee2a55db7?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/34009ba5-22f3-4b83-ba89-a21fafdf11d7/model-vers/model-ver/277dbb6a-e249-4653-99d4-48eee2a55db7?depth=0 has http status code:200 and response headers:{date=[Wed, 28 Dec 2022 12:51:47 GMT], content-length=[0], vertex-id=[200936], x-aai-txid=[0-aai-resources-221228-12:51:47:379-39423], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-28T12:51:48.849Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/34009ba5-22f3-4b83-ba89-a21fafdf11d7/model-vers/model-ver/277dbb6a-e249-4653-99d4-48eee2a55db7?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-12-28T12:51:48.850Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/34009ba5-22f3-4b83-ba89-a21fafdf11d7/model-vers/model-ver/277dbb6a-e249-4653-99d4-48eee2a55db7?depth=0|INFO|500||InvokeReturn
2022-12-28T12:51:48.851Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-28T12:51:48.852Z|72544007-ce6c-4dd1-be98-95223c4a8c48|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-12-28T12:51:48.857Z|72544007-ce6c-4dd1-be98-95223c4a8c48|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-12-28T12:51:48.858Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 72544007-ce6c-4dd1-be98-95223c4a8c48 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-28T12:51:48.858Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-28T12:51:48.859Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-28T12:51:48.861Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T12:51:48.862Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672231908858,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-28T12:51:48.962Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-28T12:51:48.963Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-28T12:51:48.963Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:51:48.982Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:51:48.982Z||pool-34-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-28T12:51:49.893Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T12:51:49.894Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T12:51:49.894Z|72544007-ce6c-4dd1-be98-95223c4a8c48|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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:51:59.692Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T12:51:59.693Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T12:51:59.693Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:51:59.730Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:51:59.731Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:51:59.732Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "22b6de17-132e-44ac-a040-64790a2b13a4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672231828534,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-28T12:51:59.733Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T12:51:59.733Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:51:59.733Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672231739666,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-28T12:51:59.733Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-28T12:51:59.733Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:51:59.733Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672231739666,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/basic_onboard_czxbdf0_modules.json",
"status": "NOTIFIED"
}
2022-12-28T12:51:59.733Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-28T12:51:59.734Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:51:59.734Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672231739666,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-12-28T12:51:59.734Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-28T12:51:59.734Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:51:59.734Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672231739666,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-28T12:51:59.734Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-28T12:51:59.735Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:51:59.735Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672231739666,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-12-28T12:51:59.735Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-28T12:51:59.735Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:51:59.735Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672231739666,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/artifacts/service-BasicOnboardCzxbdf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-28T12:51:59.735Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-28T12:51:59.735Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:51:59.736Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672231739666,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/artifacts/service-BasicOnboardCzxbdf-csar.csar",
"status": "NOTIFIED"
}
2022-12-28T12:51:59.736Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-28T12:51:59.736Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:51:59.736Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672231836824,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/artifacts/service-BasicOnboardCzxbdf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-28T12:51:59.736Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T12:51:59.736Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:51:59.736Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672231840804,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/basic_onboard_czxbdf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-28T12:51:59.736Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T12:51:59.737Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:51:59.737Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672231841872,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-28T12:51:59.737Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T12:51:59.737Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:51:59.737Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672231842936,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-12-28T12:51:59.737Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T12:51:59.737Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:51:59.738Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672231844352,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/basic_onboard_czxbdf0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-28T12:51:59.738Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T12:51:59.738Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:51:59.743Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672231845365,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-12-28T12:51:59.743Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T12:51:59.743Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:51:59.743Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672231846373,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/resourceInstances/basic_onboard_czxbdf0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-12-28T12:51:59.743Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T12:51:59.746Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:51:59.746Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672231847378,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCzxbdf/1.0/artifacts/service-BasicOnboardCzxbdf-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-28T12:51:59.747Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T12:52:00.181Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:52:00.194Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T12:52:00.196Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T12:52:00.196Z|72544007-ce6c-4dd1-be98-95223c4a8c48|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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:52:09.747Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:52:09.749Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T12:52:09.750Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T12:52:09.750Z|72544007-ce6c-4dd1-be98-95223c4a8c48|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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:52:19.325Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:52:59.669Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T12:52:59.692Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T12:52:59.693Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T12:52:59.694Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:52:59.695Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T12:52:59.696Z|72544007-ce6c-4dd1-be98-95223c4a8c48|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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:53:00.277Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:53:00.278Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T12:53:00.278Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72544007-ce6c-4dd1-be98-95223c4a8c48",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672231908858,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-28T12:53:00.281Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T12:53:09.305Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:53:59.668Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T12:53:59.671Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T12:53:59.671Z|72544007-ce6c-4dd1-be98-95223c4a8c48|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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:53:59.692Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T12:53:59.693Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T12:53:59.693Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:54:09.238Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:54:09.260Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:54:59.669Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T12:54:59.672Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T12:54:59.672Z|72544007-ce6c-4dd1-be98-95223c4a8c48|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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:54:59.694Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T12:54:59.697Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T12:54:59.698Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:55:09.261Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:55:09.328Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:55:59.666Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T12:55:59.667Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T12:55:59.668Z|72544007-ce6c-4dd1-be98-95223c4a8c48|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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:55:59.692Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T12:55:59.692Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T12:55:59.693Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:56:09.227Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:56:09.273Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:56:59.666Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T12:56:59.667Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T12:56:59.667Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:56:59.692Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T12:56:59.693Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T12:56:59.693Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:57:09.267Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:57:09.289Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:57:59.669Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T12:57:59.672Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T12:57:59.672Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:57:59.692Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T12:57:59.692Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T12:57:59.693Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:58:09.224Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:58:09.258Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:58:59.666Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T12:58:59.667Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T12:58:59.667Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:58:59.692Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T12:58:59.692Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T12:58:59.692Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:59:09.237Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:59:09.258Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T12:59:59.666Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T12:59:59.667Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T12:59:59.667Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T12:59:59.692Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T12:59:59.693Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T12:59:59.693Z|72544007-ce6c-4dd1-be98-95223c4a8c48|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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T13:00:09.222Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T13:00:09.265Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T13:00:59.667Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T13:00:59.698Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T13:00:59.700Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T13:00:59.700Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T13:00:59.707Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T13:00:59.707Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T13:01:09.302Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T13:01:09.317Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T13:01:59.667Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T13:01:59.670Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T13:01:59.670Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T13:01:59.692Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T13:01:59.693Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T13:01:59.693Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T13:02:09.249Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T13:02:09.251Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T13:02:59.666Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T13:02:59.667Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T13:02:59.667Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T13:02:59.692Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T13:02:59.693Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T13:02:59.693Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T13:03:09.229Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T13:03:09.264Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T13:03:59.670Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T13:03:59.671Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T13:03:59.671Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T13:03:59.694Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T13:03:59.696Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T13:03:59.697Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T13:04:09.225Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T13:04:09.282Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T13:04:59.666Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T13:04:59.667Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T13:04:59.667Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T13:04:59.692Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T13:04:59.696Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T13:04:59.696Z|72544007-ce6c-4dd1-be98-95223c4a8c48|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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T13:05:00.354Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T13:05:00.355Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-28T13:05:00.356Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"9c3550f2-a31b-4f7f-8717-83627d1415f3","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"76053395-f748-4338-b274-9f89df50db6a","serviceDescription":"service","serviceInvariantUUID":"1d5fa812-e26d-4f77-b9a7-35cb45272070","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"b425b173-c0e8-42f8-bec9-db68af120165","resourceInvariantUUID":"9567d520-0e28-4e09-a1da-507dd2d1f9ff","resourceCustomizationUUID":"a16d82df-6963-4512-91e9-f55717f1e1e2","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":"OWRiODQwNzg4ZTY4M2YzYmFjNjRiYWIyODU0NTE5MTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ad29e717-92c3-43c7-9ba2-daa6480f6f39","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MDZiZDk2YjQ2NTc2OTg3MDA3ODc1OWU1MWQxMDg2MjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7629f485-06d2-4f46-9e47-73a81857581b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-28T13:05:00.366Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-28T13:05:00.366Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-28T13:05:00.373Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T13:05:00.373Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "9c3550f2-a31b-4f7f-8717-83627d1415f3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672232699666,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-28T13:05:00.434Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T13:05:00.436Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T13:05:00.436Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3550f2-a31b-4f7f-8717-83627d1415f3",
"consumerID": "cds",
"timestamp": 1672232653275,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-28T13:05:00.437Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-28T13:05:00.438Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T13:05:00.438Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3550f2-a31b-4f7f-8717-83627d1415f3",
"consumerID": "ves-openapi-manager",
"timestamp": 1672232655815,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-28T13:05:00.438Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-28T13:05:00.438Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T13:05:00.439Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3550f2-a31b-4f7f-8717-83627d1415f3",
"consumerID": "cds",
"timestamp": 1672232653275,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-28T13:05:00.439Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-28T13:05:00.439Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T13:05:00.439Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3550f2-a31b-4f7f-8717-83627d1415f3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672232656526,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-28T13:05:00.440Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-28T13:05:00.440Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T13:05:00.440Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3550f2-a31b-4f7f-8717-83627d1415f3",
"consumerID": "ves-openapi-manager",
"timestamp": 1672232655815,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-12-28T13:05:00.441Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-28T13:05:00.441Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T13:05:00.441Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3550f2-a31b-4f7f-8717-83627d1415f3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672232656526,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-28T13:05:00.442Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-28T13:05:00.442Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T13:05:00.442Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3550f2-a31b-4f7f-8717-83627d1415f3",
"consumerID": "cds",
"timestamp": 1672232658234,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-28T13:05:00.442Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T13:05:00.443Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T13:05:00.443Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3550f2-a31b-4f7f-8717-83627d1415f3",
"consumerID": "cds",
"timestamp": 1672232659249,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-28T13:05:00.476Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-12-28T13:05:00.477Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-28T13:05:00.477Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-28T13:05:00.496Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T13:05:00.497Z||pool-35-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-12-28T13:05:00.497Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9c3550f2-a31b-4f7f-8717-83627d1415f3
2022-12-28T13:05:00.498Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9c3550f2-a31b-4f7f-8717-83627d1415f3 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-28T13:05:00.508Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T13:05:00.508Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3550f2-a31b-4f7f-8717-83627d1415f3",
"consumerID": "aai-ml",
"timestamp": 1672232661039,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-28T13:05:00.509Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-28T13:05:00.509Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T13:05:00.509Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3550f2-a31b-4f7f-8717-83627d1415f3",
"consumerID": "aai-ml",
"timestamp": 1672232661039,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-28T13:05:00.509Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-28T13:05:00.509Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T13:05:00.510Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3550f2-a31b-4f7f-8717-83627d1415f3",
"consumerID": "aai-ml",
"timestamp": 1672232663788,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-28T13:05:00.510Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T13:05:00.510Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T13:05:00.510Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3550f2-a31b-4f7f-8717-83627d1415f3",
"consumerID": "aai-ml",
"timestamp": 1672232669712,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-28T13:05:00.511Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T13:05:00.511Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T13:05:00.511Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3550f2-a31b-4f7f-8717-83627d1415f3",
"consumerID": "aai-ml",
"timestamp": 1672232670717,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-28T13:05:00.517Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9c3550f2-a31b-4f7f-8717-83627d1415f3
2022-12-28T13:05:00.517Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9c3550f2-a31b-4f7f-8717-83627d1415f3 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-28T13:05:00.525Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T13:05:00.526Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3550f2-a31b-4f7f-8717-83627d1415f3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672232675118,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-28T13:05:00.526Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-28T13:05:00.526Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T13:05:00.526Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3550f2-a31b-4f7f-8717-83627d1415f3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672232675118,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-28T13:05:00.527Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-28T13:05:00.527Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T13:05:00.527Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3550f2-a31b-4f7f-8717-83627d1415f3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672232678011,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-28T13:05:00.527Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T13:05:00.528Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T13:05:00.528Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3550f2-a31b-4f7f-8717-83627d1415f3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672232680161,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-28T13:05:00.528Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T13:05:00.528Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T13:05:00.529Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3550f2-a31b-4f7f-8717-83627d1415f3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672232681169,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-28T13:05:00.534Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9c3550f2-a31b-4f7f-8717-83627d1415f3
2022-12-28T13:05:00.534Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9c3550f2-a31b-4f7f-8717-83627d1415f3 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-28T13:05:01.374Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-28T13:05:01.375Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-28T13:05:01.378Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T13:05:01.378Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "9c3550f2-a31b-4f7f-8717-83627d1415f3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672232699666,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-28T13:05:01.478Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-28T13:05:01.479Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-28T13:05:01.479Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ...
2022-12-28T13:05:01.498Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T13:05:01.498Z||pool-36-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-12-28T13:05:02.379Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "9c3550f2-a31b-4f7f-8717-83627d1415f3",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "76053395-f748-4338-b274-9f89df50db6a",
"serviceDescription": "service",
"serviceInvariantUUID": "1d5fa812-e26d-4f77-b9a7-35cb45272070",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "a16d82df-6963-4512-91e9-f55717f1e1e2",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "b425b173-c0e8-42f8-bec9-db68af120165",
"resourceInvariantUUID": "9567d520-0e28-4e09-a1da-507dd2d1f9ff",
"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": "MDZiZDk2YjQ2NTc2OTg3MDA3ODc1OWU1MWQxMDg2MjU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "7629f485-06d2-4f46-9e47-73a81857581b"
}
],
"workloadContext": "Production"
}
2022-12-28T13:05:02.380Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-28T13:05:02.380Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 76053395-f748-4338-b274-9f89df50db6a ASDC
2022-12-28T13:05:02.381Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:9c3550f2-a31b-4f7f-8717-83627d1415f3
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:76053395-f748-4338-b274-9f89df50db6a
ServiceInvariantUUID:1d5fa812-e26d-4f77-b9a7-35cb45272070
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:7629f485-06d2-4f46-9e47-73a81857581b
ArtifactChecksum:MDZiZDk2YjQ2NTc2OTg3MDA3ODc1OWU1MWQxMDg2MjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:a16d82df-6963-4512-91e9-f55717f1e1e2
ResourceInvariantUUID:9567d520-0e28-4e09-a1da-507dd2d1f9ff
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:b425b173-c0e8-42f8-bec9-db68af120165
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-12-28T13:05:02.381Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 76053395-f748-4338-b274-9f89df50db6a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-28T13:05:02.430Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-28T13:05:02.433Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-12-28T13:05:02.433Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-12-28T13:05:02.433Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 7629f485-06d2-4f46-9e47-73a81857581b from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-28T13:05:02.433Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-12-28T13:05:02.434Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-28T13:05:02.546Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-12-28T13:05:02.549Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 7629f485-06d2-4f46-9e47-73a81857581b 57661
2022-12-28T13:05:02.550Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-12-28T13:05:02.550Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-28T13:05:02.550Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-28T13:05:02.550Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-28T13:05:02.553Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T13:05:02.554Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "9c3550f2-a31b-4f7f-8717-83627d1415f3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672232702550,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-28T13:05:02.653Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-28T13:05:02.656Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-28T13:05:02.656Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ...
2022-12-28T13:05:02.673Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T13:05:02.673Z||pool-37-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-12-28T13:05:03.555Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-28T13:05:03.556Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-12-28T13:05:03.557Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 7629f485-06d2-4f46-9e47-73a81857581b, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-28T13:05:03.558Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-12-28T13:05:03.559Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-28T13:05:03.560Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-28T13:05:04.419Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2430409950813031352/Definitions/service-BasicNetwork-template.yml
2022-12-28T13:05:05.328Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-28T13:05:05.328Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-12-28T13:05:05.328Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-28T13:05:05.328Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-12-28T13:05:05.329Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-28T13:05:05.333Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-28T13:05:05.335Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-28T13:05:05.335Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-28T13:05:05.335Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-28T13:05:05.335Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-28T13:05:05.335Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-28T13:05:05.335Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-28T13:05:05.338Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-12-28T13:05:05.338Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-28T13:05:05.338Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T13:05:05.339Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-12-28T13:05:05.339Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-12-28T13:05:05.339Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-28T13:05:05.339Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-28T13:05:05.339Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T13:05:05.340Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-12-28T13:05:05.341Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-12-28T13:05:05.341Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-28T13:05:05.341Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-28T13:05:05.341Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T13:05:05.341Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-28T13:05:05.342Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T13:05:05.342Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-28T13:05:05.342Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T13:05:05.342Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-28T13:05:05.343Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T13:05:05.343Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-28T13:05:05.343Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T13:05:05.343Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:76053395-f748-4338-b274-9f89df50db6a
Model Version:NULL
Model InvariantUuid:1d5fa812-e26d-4f77-b9a7-35cb45272070
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:9567d520-0e28-4e09-a1da-507dd2d1f9ff
Model UUID:94c48c98-8988-41ee-8204-12afbccc94f6
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:a16d82df-6963-4512-91e9-f55717f1e1e2
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-12-28T13:05:05.356Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Processing Resource Type: VL, Model UUID: b425b173-c0e8-42f8-bec9-db68af120165
2022-12-28T13:05:05.356Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||No resources found for Service: 76053395-f748-4338-b274-9f89df50db6a
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-28T13:05:05.369Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||
2022-12-28T13:05:05.369Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-12-28T13:05:05.370Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 76053395-f748-4338-b274-9f89df50db6a
2022-12-28T13:05:05.370Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 76053395-f748-4338-b274-9f89df50db6a
2022-12-28T13:05:05.370Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-12-28T13:05:05.374Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-28T13:05:05.384Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2b2628b8, org.onap.sdc.toscaparser.api.parameters.Input@3f0c34b0, org.onap.sdc.toscaparser.api.parameters.Input@1876fc8a, org.onap.sdc.toscaparser.api.parameters.Input@100ca699, org.onap.sdc.toscaparser.api.parameters.Input@af53fc8]
2022-12-28T13:05:05.385Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-28T13:05:05.386Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T13:05:05.386Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-28T13:05:05.386Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T13:05:05.386Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 76053395-f748-4338-b274-9f89df50db6a: Generic NeutronNet
2022-12-28T13:05:05.387Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-28T13:05:05.387Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T13:05:05.387Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-28T13:05:05.387Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-12-28T13:05:05.463Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-28T13:05:05.464Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T13:05:05.464Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-28T13:05:05.464Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T13:05:05.464Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-28T13:05:05.466Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T13:05:05.466Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-12-28T13:05:05.589Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-12-28T13:05:05.590Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-12-28T13:05:05.592Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-28T13:05:05.592Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-28T13:05:05.592Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-28T13:05:05.597Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T13:05:05.597Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "9c3550f2-a31b-4f7f-8717-83627d1415f3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672232705590,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-28T13:05:05.697Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-28T13:05:05.698Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-28T13:05:05.701Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ...
2022-12-28T13:05:05.716Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T13:05:05.717Z||pool-38-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-12-28T13:05:06.598Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9c3550f2-a31b-4f7f-8717-83627d1415f3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-28T13:05:06.616Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9c3550f2-a31b-4f7f-8717-83627d1415f3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-28T13:05:06.623Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-28T13:05:06.623Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-28T13:05:06.624Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-28T13:05:06.624Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-28T13:05:06.624Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-28T13:05:06.624Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-28T13:05:06.625Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-28T13:05:06.625Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-28T13:05:06.625Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-28T13:05:06.639Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-28T13:05:36.639Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9c3550f2-a31b-4f7f-8717-83627d1415f3 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-12-28T13:05:36.657Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9c3550f2-a31b-4f7f-8717-83627d1415f3 and serviceModelVersionId: 76053395-f748-4338-b274-9f89df50db6a
2022-12-28T13:05:36.658Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1d5fa812-e26d-4f77-b9a7-35cb45272070
2022-12-28T13:05:36.659Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1d5fa812-e26d-4f77-b9a7-35cb45272070/model-vers/model-ver/76053395-f748-4338-b274-9f89df50db6a?depth=0
2022-12-28T13:05:36.665Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-12-28T13:05:36.805Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d5fa812-e26d-4f77-b9a7-35cb45272070/model-vers/model-ver/76053395-f748-4338-b274-9f89df50db6a?depth=0|INFO|500||Invoke
2022-12-28T13:05:36.805Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d5fa812-e26d-4f77-b9a7-35cb45272070/model-vers/model-ver/76053395-f748-4338-b274-9f89df50db6a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d5fa812-e26d-4f77-b9a7-35cb45272070/model-vers/model-ver/76053395-f748-4338-b274-9f89df50db6a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9c3550f2-a31b-4f7f-8717-83627d1415f3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[30634078-265d-4761-9214-537ba75691c9], X-ECOMP-RequestID=[9c3550f2-a31b-4f7f-8717-83627d1415f3], X-TransactionId=[], X-ONAP-RequestID=[9c3550f2-a31b-4f7f-8717-83627d1415f3], Content-Type=[application/merge-patch+json]}
2022-12-28T13:05:36.842Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d5fa812-e26d-4f77-b9a7-35cb45272070/model-vers/model-ver/76053395-f748-4338-b274-9f89df50db6a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-12-28T13:05:37.089Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d5fa812-e26d-4f77-b9a7-35cb45272070/model-vers/model-ver/76053395-f748-4338-b274-9f89df50db6a?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/1d5fa812-e26d-4f77-b9a7-35cb45272070/model-vers/model-ver/76053395-f748-4338-b274-9f89df50db6a?depth=0 has http status code:200 and response headers:{date=[Wed, 28 Dec 2022 13:05:35 GMT], content-length=[0], vertex-id=[184472], x-aai-txid=[2-aai-resources-221228-13:05:35:526-10523], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-28T13:05:37.089Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d5fa812-e26d-4f77-b9a7-35cb45272070/model-vers/model-ver/76053395-f748-4338-b274-9f89df50db6a?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-12-28T13:05:37.090Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d5fa812-e26d-4f77-b9a7-35cb45272070/model-vers/model-ver/76053395-f748-4338-b274-9f89df50db6a?depth=0|INFO|500||InvokeReturn
2022-12-28T13:05:37.091Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-28T13:05:37.091Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-28T13:05:37.109Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-12-28T13:05:37.110Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9c3550f2-a31b-4f7f-8717-83627d1415f3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-28T13:05:37.110Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-28T13:05:37.110Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-28T13:05:37.123Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T13:05:37.126Z|9c3550f2-a31b-4f7f-8717-83627d1415f3|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "9c3550f2-a31b-4f7f-8717-83627d1415f3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672232737110,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-28T13:05:37.232Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-12-28T13:05:37.234Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-28T13:05:37.234Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ...
2022-12-28T13:05:37.271Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T13:05:37.272Z||pool-39-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-28T13:05:59.667Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T13:05:59.668Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T13:05:59.668Z||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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T13:05:59.695Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T13:05:59.697Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T13:05:59.698Z|72544007-ce6c-4dd1-be98-95223c4a8c48|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 3FAiD4vUvcJFn4Qw) ...
2022-12-28T13:05:59.844Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T13:05:59.848Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T13:05:59.849Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c3550f2-a31b-4f7f-8717-83627d1415f3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672232699666,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-28T13:05:59.861Z|72544007-ce6c-4dd1-be98-95223c4a8c48|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-28T13:06:00.317Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T13:06:00.320Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-28T13:06:00.320Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"f5be3f91-ea40-42d9-b8a0-c987d4fdc248","serviceName":"Demo_pNF_T4GKA2p8T6lkaBoBKNLI","serviceVersion":"1.0","serviceUUID":"c7b229c8-f988-4c36-bfca-30604987dddb","serviceDescription":"catalog service description","serviceInvariantUUID":"592de103-a803-4e07-ba14-a10e77b3ba65","resources":[{"resourceInstanceName":"pNF f82f1fcb-58fd 0","resourceName":"pNF f82f1fcb-58fd","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"a2669cf0-c72f-43e3-8c93-f06c3c10e863","resourceInvariantUUID":"1514d189-3642-4cb4-9ac3-7947d79689b6","resourceCustomizationUUID":"70b8eacc-3b50-4a63-9f8a-8a075397096c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfT4gka2p8t6lkabobknli/1.0/resourceInstances/pnff82f1fcb58fd0/artifacts/vf-license-model.xml","artifactChecksum":"ZDIxNjJjMTY1NWNhZGQxOTcyMjA0N2NjODlmYTE3ODY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f45a55c5-bfda-41b6-bdb7-6a386f7701de","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfT4gka2p8t6lkabobknli/1.0/resourceInstances/pnff82f1fcb58fd0/artifacts/pNF.csar","artifactChecksum":"MTNkZWRmNTZkNDExZmYyNjQzOWIzOWJiZGI1ZTUzMTk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4e2e3bbe-7e1d-4ce4-8c4a-438329202c84","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfT4gka2p8t6lkabobknli/1.0/resourceInstances/pnff82f1fcb58fd0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8591f825-c198-4154-bf98-0cde8854d952","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfT4gka2p8t6lkabobknli/1.0/resourceInstances/pnff82f1fcb58fd0/artifacts/vendor-license-model.xml","artifactChecksum":"ODQ3NDhjMjY0YzU1NjcwYTFkZTMxZGY1MzIyODQyMWY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f9f5fa20-7457-426d-b4cd-512ac2b985c2","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfT4gka2p8t6lkabobknli/1.0/resourceInstances/pnff82f1fcb58fd0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f6639b52-d9aa-403c-ad6a-ae3756ba3ff9","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfT4gka2p8t6lkabobknli/1.0/resourceInstances/pnff82f1fcb58fd0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"180f77ec-8cba-4cda-a9f9-8a8730717e39","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfT4gka2p8t6lkabobknli-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfT4gka2p8t6lkabobknli/1.0/artifacts/service-DemoPnfT4gka2p8t6lkabobknli-template.yml","artifactChecksum":"MWQ0MjQyMWJjZmQ5YjQwNjc4MjYzY2YzZWEyNGY1YjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e910a3ed-29a8-497e-a8f6-282ed9bd132c","artifactVersion":"1"},{"artifactName":"service-DemoPnfT4gka2p8t6lkabobknli-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfT4gka2p8t6lkabobknli/1.0/artifacts/service-DemoPnfT4gka2p8t6lkabobknli-csar.csar","artifactChecksum":"NTZhNTc1Y2YwMWJhYWU1YWZkOGZlMDg5ZWVlOWJkZWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7850a8d0-445c-40db-a60e-d461abcb90db","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-28T13:06:00.324Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-28T13:06:00.325Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-28T13:06:00.327Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T13:06:00.328Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "f5be3f91-ea40-42d9-b8a0-c987d4fdc248",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672232759667,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfT4gka2p8t6lkabobknli/1.0/resourceInstances/pnff82f1fcb58fd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-28T13:06:00.428Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-28T13:06:00.429Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-28T13:06:00.429Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ...
2022-12-28T13:06:00.452Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T13:06:00.453Z||pool-40-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-12-28T13:06:01.328Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-28T13:06:01.330Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-28T13:06:01.338Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T13:06:01.338Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "f5be3f91-ea40-42d9-b8a0-c987d4fdc248",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672232759667,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfT4gka2p8t6lkabobknli/1.0/resourceInstances/pnff82f1fcb58fd0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-12-28T13:06:01.435Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-12-28T13:06:01.437Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-28T13:06:01.437Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ...
2022-12-28T13:06:01.460Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T13:06:01.461Z||pool-41-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-12-28T13:06:02.339Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-28T13:06:02.344Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-28T13:06:02.346Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T13:06:02.347Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "f5be3f91-ea40-42d9-b8a0-c987d4fdc248",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672232759667,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfT4gka2p8t6lkabobknli/1.0/resourceInstances/pnff82f1fcb58fd0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-12-28T13:06:02.447Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-28T13:06:02.448Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-28T13:06:02.448Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ...
2022-12-28T13:06:02.479Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T13:06:02.480Z||pool-42-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-12-28T13:06:03.347Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-28T13:06:03.348Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-28T13:06:03.350Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T13:06:03.351Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "f5be3f91-ea40-42d9-b8a0-c987d4fdc248",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672232759667,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfT4gka2p8t6lkabobknli/1.0/resourceInstances/pnff82f1fcb58fd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-28T13:06:03.451Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-28T13:06:03.452Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-28T13:06:03.454Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ...
2022-12-28T13:06:03.477Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T13:06:03.477Z||pool-43-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-12-28T13:06:04.352Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-28T13:06:04.353Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-28T13:06:04.355Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T13:06:04.356Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "f5be3f91-ea40-42d9-b8a0-c987d4fdc248",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672232759667,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfT4gka2p8t6lkabobknli/1.0/resourceInstances/pnff82f1fcb58fd0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-28T13:06:04.456Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-28T13:06:04.457Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-28T13:06:04.457Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ...
2022-12-28T13:06:04.471Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T13:06:04.472Z||pool-44-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-12-28T13:06:05.356Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-28T13:06:05.357Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-28T13:06:05.360Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T13:06:05.360Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "f5be3f91-ea40-42d9-b8a0-c987d4fdc248",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672232759667,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfT4gka2p8t6lkabobknli/1.0/resourceInstances/pnff82f1fcb58fd0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-28T13:06:05.460Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-28T13:06:05.461Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-28T13:06:05.461Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ...
2022-12-28T13:06:05.500Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T13:06:05.501Z||pool-45-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2022-12-28T13:06:06.361Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-28T13:06:06.362Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-28T13:06:06.365Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T13:06:06.365Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "f5be3f91-ea40-42d9-b8a0-c987d4fdc248",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672232759667,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfT4gka2p8t6lkabobknli/1.0/artifacts/service-DemoPnfT4gka2p8t6lkabobknli-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-28T13:06:06.465Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-28T13:06:06.467Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-28T13:06:06.468Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ...
2022-12-28T13:06:06.495Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T13:06:06.496Z||pool-46-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-12-28T13:06:07.366Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-28T13:06:07.366Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-28T13:06:07.370Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T13:06:07.371Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "f5be3f91-ea40-42d9-b8a0-c987d4fdc248",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672232759667,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfT4gka2p8t6lkabobknli/1.0/artifacts/service-DemoPnfT4gka2p8t6lkabobknli-csar.csar",
"status": "NOTIFIED"
}
2022-12-28T13:06:07.472Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-28T13:06:07.474Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-28T13:06:07.474Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ...
2022-12-28T13:06:07.494Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T13:06:07.511Z||pool-47-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-12-28T13:06:08.371Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "f5be3f91-ea40-42d9-b8a0-c987d4fdc248",
"serviceName": "Demo_pNF_T4GKA2p8T6lkaBoBKNLI",
"serviceVersion": "1.0",
"serviceUUID": "c7b229c8-f988-4c36-bfca-30604987dddb",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "592de103-a803-4e07-ba14-a10e77b3ba65",
"resources": [
{
"resourceInstanceName": "pNF f82f1fcb-58fd 0",
"resourceCustomizationUUID": "70b8eacc-3b50-4a63-9f8a-8a075397096c",
"resourceName": "pNF f82f1fcb-58fd",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "a2669cf0-c72f-43e3-8c93-f06c3c10e863",
"resourceInvariantUUID": "1514d189-3642-4cb4-9ac3-7947d79689b6",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfT4gka2p8t6lkabobknli-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfT4gka2p8t6lkabobknli/1.0/artifacts/service-DemoPnfT4gka2p8t6lkabobknli-csar.csar",
"artifactChecksum": "NTZhNTc1Y2YwMWJhYWU1YWZkOGZlMDg5ZWVlOWJkZWY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "7850a8d0-445c-40db-a60e-d461abcb90db"
}
],
"workloadContext": "Production"
}
2022-12-28T13:06:08.372Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-28T13:06:08.372Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c7b229c8-f988-4c36-bfca-30604987dddb ASDC
2022-12-28T13:06:08.373Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:f5be3f91-ea40-42d9-b8a0-c987d4fdc248
ServiceName:Demo_pNF_T4GKA2p8T6lkaBoBKNLI
ServiceVersion:1.0
ServiceUUID:c7b229c8-f988-4c36-bfca-30604987dddb
ServiceInvariantUUID:592de103-a803-4e07-ba14-a10e77b3ba65
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfT4gka2p8t6lkabobknli-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfT4gka2p8t6lkabobknli/1.0/artifacts/service-DemoPnfT4gka2p8t6lkabobknli-csar.csar
ArtifactUUID:7850a8d0-445c-40db-a60e-d461abcb90db
ArtifactChecksum:NTZhNTc1Y2YwMWJhYWU1YWZkOGZlMDg5ZWVlOWJkZWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF f82f1fcb-58fd 0
ResourceCustomizationUUID:70b8eacc-3b50-4a63-9f8a-8a075397096c
ResourceInvariantUUID:1514d189-3642-4cb4-9ac3-7947d79689b6
ResourceName:pNF f82f1fcb-58fd
ResourceType:PNF
ResourceUUID:a2669cf0-c72f-43e3-8c93-f06c3c10e863
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-12-28T13:06:08.373Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c7b229c8-f988-4c36-bfca-30604987dddb ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-28T13:06:08.451Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-28T13:06:08.453Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-12-28T13:06:08.454Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-12-28T13:06:08.459Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 7850a8d0-445c-40db-a60e-d461abcb90db from URL: /sdc/v1/catalog/services/DemoPnfT4gka2p8t6lkabobknli/1.0/artifacts/service-DemoPnfT4gka2p8t6lkabobknli-csar.csar
2022-12-28T13:06:08.460Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-12-28T13:06:08.460Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfT4gka2p8t6lkabobknli/1.0/artifacts/service-DemoPnfT4gka2p8t6lkabobknli-csar.csar
2022-12-28T13:06:08.555Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-12-28T13:06:08.587Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfT4gka2p8t6lkabobknli/1.0/artifacts/service-DemoPnfT4gka2p8t6lkabobknli-csar.csar 7850a8d0-445c-40db-a60e-d461abcb90db 87793
2022-12-28T13:06:08.588Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfT4gka2p8t6lkabobknli/1.0/artifacts/service-DemoPnfT4gka2p8t6lkabobknli-csar.csar ASDC sendASDCNotification
2022-12-28T13:06:08.588Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfT4gka2p8t6lkabobknli/1.0/artifacts/service-DemoPnfT4gka2p8t6lkabobknli-csar.csar
2022-12-28T13:06:08.588Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-28T13:06:08.589Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-28T13:06:08.593Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T13:06:08.593Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "f5be3f91-ea40-42d9-b8a0-c987d4fdc248",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672232768588,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfT4gka2p8t6lkabobknli/1.0/artifacts/service-DemoPnfT4gka2p8t6lkabobknli-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-28T13:06:08.692Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-12-28T13:06:08.693Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-28T13:06:08.694Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3FAiD4vUvcJFn4Qw) ...
2022-12-28T13:06:08.705Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-28T13:06:08.706Z||pool-48-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-28T13:06:09.594Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-28T13:06:09.595Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-12-28T13:06:09.595Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 7850a8d0-445c-40db-a60e-d461abcb90db, URL: /sdc/v1/catalog/services/DemoPnfT4gka2p8t6lkabobknli/1.0/artifacts/service-DemoPnfT4gka2p8t6lkabobknli-csar.csar to file: /app/ASDC/1/service-DemoPnfT4gka2p8t6lkabobknli-csar.csar
2022-12-28T13:06:09.596Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfT4gka2p8t6lkabobknli-csar.csar
2022-12-28T13:06:09.596Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfT4gka2p8t6lkabobknli-csar.csar
2022-12-28T13:06:09.596Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfT4gka2p8t6lkabobknli-csar.csar
2022-12-28T13:06:09.797Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8375186339280302418/Definitions/service-DemoPnfT4gka2p8t6lkabobknli-template.yml
2022-12-28T13:06:11.600Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-28T13:06:11.601Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-12-28T13:06:11.601Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfT4gka2p8t6lkabobknli-csar.csar
2022-12-28T13:06:11.601Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-28T13:06:11.601Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||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-DemoPnfT4gka2p8t6lkabobknli-csar.csar
2022-12-28T13:06:11.601Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF f82f1fcb-58fd 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-DemoPnfT4gka2p8t6lkabobknli-csar.csar
2022-12-28T13:06:11.601Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfT4gka2p8t6lkabobknli-csar.csar
2022-12-28T13:06:11.601Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||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-DemoPnfT4gka2p8t6lkabobknli-csar.csar
2022-12-28T13:06:11.601Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfT4gka2p8t6lkabobknli-csar.csar
2022-12-28T13:06:11.601Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfT4gka2p8t6lkabobknli-csar.csar
2022-12-28T13:06:11.602Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfT4gka2p8t6lkabobknli-csar.csar
2022-12-28T13:06:11.602Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-12-28T13:06:11.602Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-28T13:06:11.602Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_T4GKA2p8T6lkaBoBKNLI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T13:06:11.602Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||Node template pNF f82f1fcb-58fd 0 is matching search criteria
2022-12-28T13:06:11.602Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-12-28T13:06:11.603Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF f82f1fcb-58fd 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-28T13:06:11.603Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-28T13:06:11.603Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_T4GKA2p8T6lkaBoBKNLI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T13:06:11.603Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||Node template pNF f82f1fcb-58fd 0 is matching search criteria
2022-12-28T13:06:11.604Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-12-28T13:06:11.604Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF f82f1fcb-58fd 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-28T13:06:11.604Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-28T13:06:11.604Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_T4GKA2p8T6lkaBoBKNLI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T13:06:11.604Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-28T13:06:11.604Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_T4GKA2p8T6lkaBoBKNLI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T13:06:11.604Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-28T13:06:11.605Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_T4GKA2p8T6lkaBoBKNLI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T13:06:11.605Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-28T13:06:11.605Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_T4GKA2p8T6lkaBoBKNLI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T13:06:11.605Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-28T13:06:11.605Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_T4GKA2p8T6lkaBoBKNLI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T13:06:11.605Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_T4GKA2p8T6lkaBoBKNLI
Description:catalog service description
Model UUID:c7b229c8-f988-4c36-bfca-30604987dddb
Model Version:NULL
Model InvariantUuid:592de103-a803-4e07-ba14-a10e77b3ba65
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-12-28T13:06:11.662Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: a2669cf0-c72f-43e3-8c93-f06c3c10e863
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-28T13:06:11.678Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||INFO|500||pNF f82f1fcb-58fd 0
2022-12-28T13:06:11.679Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: a2669cf0-c72f-43e3-8c93-f06c3c10e863
2022-12-28T13:06:11.679Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||No resources found for Service: c7b229c8-f988-4c36-bfca-30604987dddb
2022-12-28T13:06:11.679Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: c7b229c8-f988-4c36-bfca-30604987dddb
2022-12-28T13:06:11.679Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF f82f1fcb-58fd 0 a2669cf0-c72f-43e3-8c93-f06c3c10e863 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-28T13:06:11.695Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@18c6c153, org.onap.sdc.toscaparser.api.parameters.Input@56bb2043, org.onap.sdc.toscaparser.api.parameters.Input@1bbd3ce7, org.onap.sdc.toscaparser.api.parameters.Input@4df8ff89, org.onap.sdc.toscaparser.api.parameters.Input@631a733c]
2022-12-28T13:06:11.696Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-28T13:06:11.696Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_T4GKA2p8T6lkaBoBKNLI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T13:06:11.697Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid c7b229c8-f988-4c36-bfca-30604987dddb: pNF f82f1fcb-58fd
2022-12-28T13:06:11.697Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||INFO|500||Processing PNF resource: a2669cf0-c72f-43e3-8c93-f06c3c10e863
2022-12-28T13:06:11.697Z|f5be3f91-ea40-42d9-b8a0-c987d4fdc248|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery