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)
2023-01-01T05:27:36.046Z||main|||||INFO|500||The following profiles are active: basic
2023-01-01T05:27:56.205Z||main|||||INFO|500||Starting service [Tomcat]
2023-01-01T05:27:56.206Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2023-01-01T05:27:56.445Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2023-01-01T05:28:03.488Z||main|||||INFO|500||catdb-pool - Starting...
2023-01-01T05:28:04.119Z||main|||||INFO|500||catdb-pool - Start completed.
2023-01-01T05:28:05.194Z||main|||||INFO|500||reqdb-pool - Starting...
2023-01-01T05:28:05.239Z||main|||||INFO|500||reqdb-pool - Start completed.
2023-01-01T05:28:05.565Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2023-01-01T05:28:05.942Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2023-01-01T05:28:07.219Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-01-01T05:28:10.488Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-01-01T05:28:13.873Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-01-01T05:28:13.974Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2023-01-01T05:28:14.968Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-01-01T05:28:15.390Z||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.
2023-01-01T05:28:17.681Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-01-01T05:28:20.160Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2023-01-01T05:28:20.214Z||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$$85ff0a1e.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)
2023-01-01T05:28:20.221Z||main|||||WARN|500||The sdc end point is not alive
2023-01-01T05:28:26.494Z||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
2023-01-01T05:28:31.381Z||main|||||WARN|500||---
2023-01-01T05:28:31.383Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2023-01-01T05:28:31.383Z||main|||||WARN|500||---
2023-01-01T05:28:32.208Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2023-01-01T05:28:40.395Z||main|||||INFO|500||Started Application in 69.525 seconds (JVM running for 72.938)
2023-01-01T05:28:40.479Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-01-01T05:28:40.492Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-01-01T05:28:40.513Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-01-01T05:28:40.545Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2023-01-01T05:28:40.603Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 45e8aa93-e52a-495a-8070-ee14b2885505 url= /sdc/v1/artifactTypes
2023-01-01T05:28:40.603Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2023-01-01T05:28:41.063Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-01-01T05:28:41.107Z||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
2023-01-01T05:28:41.142Z||scheduling-1|||||DEBUG|500||create keys
2023-01-01T05:28:41.153Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2023-01-01T05:28:41.213Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T05:28:41.250Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 82036097-425e-42f8-9ede-f320de818532 url= /sdc/v1/registerForDistribution
2023-01-01T05:28:41.379Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 82036097-425e-42f8-9ede-f320de818532 url= /sdc/v1/registerForDistribution
2023-01-01T05:28:41.384Z||scheduling-1|||||INFO|500||start DistributionClient
2023-01-01T05:28:41.409Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2023-01-01T05:28:41.413Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T05:28:41.425Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T05:28:41.451Z||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.
2023-01-01T05:28:41.452Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T05:28:41.454Z||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.
2023-01-01T05:28:41.454Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T05:28:51.765Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T05:28:51.773Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T05:29:41.397Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T05:29:41.399Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T05:29:41.401Z||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.
2023-01-01T05:29:41.401Z||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.
2023-01-01T05:29:41.401Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T05:29:41.402Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T05:29:50.993Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T05:29:50.993Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T05:30:41.396Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T05:30:41.399Z||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.
2023-01-01T05:30:41.399Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T05:30:41.399Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T05:30:41.402Z||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.
2023-01-01T05:30:41.402Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T05:30:50.965Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T05:30:50.966Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T05:31:41.396Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T05:31:41.397Z||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.
2023-01-01T05:31:41.397Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T05:31:41.399Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T05:31:41.402Z||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.
2023-01-01T05:31:41.402Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T05:31:50.961Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T05:31:50.963Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T05:32:41.397Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T05:32:41.399Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-01T05:32:41.399Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Jb0Y5Usph5vTSZKw) ...
2023-01-01T05:32:41.400Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T05:32:41.400Z||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.
2023-01-01T05:32:41.401Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T05:32:50.952Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T05:32:50.953Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T05:33:41.399Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T05:33:41.399Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T05:33:41.402Z||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.
2023-01-01T05:33:41.403Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-01T05:33:41.403Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T05:33:41.403Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Jb0Y5Usph5vTSZKw) ...
2023-01-01T05:33:50.983Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T05:33:50.990Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T05:34:41.396Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T05:34:41.397Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-01T05:34:41.398Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Jb0Y5Usph5vTSZKw) ...
2023-01-01T05:34:41.399Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T05:34:41.401Z||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.
2023-01-01T05:34:41.401Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T05:34:50.946Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T05:34:50.947Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T05:35:41.396Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T05:35:41.399Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-01T05:35:41.399Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T05:35:41.400Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Jb0Y5Usph5vTSZKw) ...
2023-01-01T05:35:41.405Z||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.
2023-01-01T05:35:41.406Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T05:35:50.951Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T05:35:50.981Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T05:36:41.396Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T05:36:41.398Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-01T05:36:41.398Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Jb0Y5Usph5vTSZKw) ...
2023-01-01T05:36:41.399Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T05:36:41.400Z||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.
2023-01-01T05:36:41.401Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T05:36:50.945Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T05:36:50.945Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T05:37:28.538Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-01-01T05:37:41.396Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T05:37:41.397Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-01T05:37:41.398Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Jb0Y5Usph5vTSZKw) ...
2023-01-01T05:37:41.399Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T05:37:41.400Z||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.
2023-01-01T05:37:41.400Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T05:37:50.945Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T05:37:50.947Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T05:38:41.397Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T05:38:41.399Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T05:38:41.400Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-01T05:38:41.400Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Jb0Y5Usph5vTSZKw) ...
2023-01-01T05:38:41.400Z||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.
2023-01-01T05:38:41.401Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T05:38:50.956Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T05:38:50.973Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T05:39:41.396Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T05:39:41.397Z||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.
2023-01-01T05:39:41.398Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T05:39:41.399Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T05:39:41.400Z||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.
2023-01-01T05:39:41.402Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T05:39:50.961Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T05:39:50.963Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T05:40:41.396Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T05:40:41.398Z||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.
2023-01-01T05:40:41.398Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T05:40:41.400Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T05:40:41.401Z||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.
2023-01-01T05:40:41.401Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T05:40:50.945Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T05:40:50.944Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T05:41:41.396Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T05:41:41.397Z||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.
2023-01-01T05:41:41.397Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T05:41:41.399Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T05:41:41.400Z||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.
2023-01-01T05:41:41.400Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T05:41:50.970Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T05:41:50.970Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T05:42:41.396Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T05:42:41.398Z||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.
2023-01-01T05:42:41.399Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T05:42:41.399Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T05:42:41.400Z||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.
2023-01-01T05:42:41.400Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T05:42:50.946Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T05:42:50.947Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T05:43:41.397Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T05:43:41.399Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T05:43:41.400Z||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.
2023-01-01T05:43:41.400Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T05:43:41.401Z||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.
2023-01-01T05:43:41.401Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T05:43:50.954Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T05:43:50.954Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T05:44:41.396Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T05:44:41.398Z||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.
2023-01-01T05:44:41.399Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T05:44:41.399Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T05:44:41.400Z||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.
2023-01-01T05:44:41.400Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T05:44:50.943Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T05:44:50.949Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T05:45:41.396Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T05:45:41.397Z||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.
2023-01-01T05:45:41.397Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T05:45:41.399Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T05:45:41.400Z||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.
2023-01-01T05:45:41.400Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T05:45:50.949Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T05:45:50.949Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T05:46:41.396Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T05:46:41.398Z||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.
2023-01-01T05:46:41.398Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T05:46:41.399Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T05:46:41.400Z||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.
2023-01-01T05:46:41.401Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T05:46:50.938Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T05:46:50.938Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T05:47:41.396Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T05:47:41.398Z||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.
2023-01-01T05:47:41.399Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T05:47:41.399Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T05:47:41.400Z||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.
2023-01-01T05:47:41.401Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T05:47:50.958Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T05:47:50.958Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T05:48:41.396Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T05:48:41.399Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T05:48:41.400Z||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.
2023-01-01T05:48:41.401Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T05:48:41.401Z||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.
2023-01-01T05:48:41.402Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T05:48:50.958Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T05:48:50.958Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T05:49:41.396Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T05:49:41.397Z||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.
2023-01-01T05:49:41.397Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T05:49:41.399Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T05:49:41.400Z||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.
2023-01-01T05:49:41.400Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T05:49:50.943Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T05:49:50.950Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T05:50:41.396Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T05:50:41.397Z||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.
2023-01-01T05:50:41.398Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T05:50:41.399Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T05:50:41.400Z||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.
2023-01-01T05:50:41.400Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T05:50:50.959Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T05:50:50.967Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T05:51:41.396Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T05:51:41.397Z||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.
2023-01-01T05:51:41.397Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T05:51:41.399Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T05:51:41.400Z||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.
2023-01-01T05:51:41.401Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T05:51:50.980Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T05:51:50.982Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T05:52:41.396Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T05:52:41.398Z||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.
2023-01-01T05:52:41.399Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T05:52:41.399Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T05:52:41.400Z||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.
2023-01-01T05:52:41.401Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T05:52:50.972Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T05:52:50.972Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T05:53:41.396Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T05:53:41.397Z||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.
2023-01-01T05:53:41.397Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T05:53:41.399Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T05:53:41.400Z||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.
2023-01-01T05:53:41.401Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T05:53:50.945Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T05:53:50.945Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T05:54:41.396Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T05:54:41.398Z||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.
2023-01-01T05:54:41.398Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T05:54:41.399Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T05:54:41.400Z||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.
2023-01-01T05:54:41.400Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T05:54:50.946Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T05:54:50.951Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T05:55:41.396Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T05:55:41.397Z||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.
2023-01-01T05:55:41.397Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T05:55:41.399Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T05:55:41.400Z||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.
2023-01-01T05:55:41.400Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T05:55:50.945Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T05:55:50.945Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T05:56:41.396Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T05:56:41.398Z||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.
2023-01-01T05:56:41.398Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T05:56:41.399Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T05:56:41.400Z||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.
2023-01-01T05:56:41.401Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T05:56:50.952Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T05:56:50.952Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T05:57:41.396Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T05:57:41.397Z||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.
2023-01-01T05:57:41.398Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T05:57:41.399Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T05:57:41.400Z||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.
2023-01-01T05:57:41.400Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T05:57:50.952Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T05:57:50.956Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T05:58:41.396Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T05:58:41.397Z||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.
2023-01-01T05:58:41.397Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T05:58:41.399Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T05:58:41.400Z||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.
2023-01-01T05:58:41.400Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T05:58:50.954Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T05:58:50.955Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T05:59:41.396Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T05:59:41.398Z||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.
2023-01-01T05:59:41.399Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T05:59:41.399Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T05:59:41.400Z||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.
2023-01-01T05:59:41.400Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T05:59:50.984Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T05:59:50.984Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:00:41.396Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T06:00:41.398Z||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.
2023-01-01T06:00:41.398Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:00:41.399Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T06:00:41.400Z||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.
2023-01-01T06:00:41.401Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:00:50.969Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:00:50.970Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:01:41.396Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T06:01:41.397Z||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.
2023-01-01T06:01:41.397Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:01:41.399Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T06:01:41.400Z||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.
2023-01-01T06:01:41.400Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:01:50.942Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:01:50.944Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:02:41.396Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T06:02:41.398Z||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.
2023-01-01T06:02:41.398Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:02:41.399Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T06:02:41.400Z||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.
2023-01-01T06:02:41.401Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:02:50.945Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:02:50.946Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:03:41.397Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T06:03:41.399Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T06:03:41.400Z||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.
2023-01-01T06:03:41.400Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:03:41.399Z||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.
2023-01-01T06:03:41.401Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:03:50.947Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:03:50.950Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:04:41.396Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T06:04:41.397Z||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.
2023-01-01T06:04:41.397Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:04:41.399Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T06:04:41.400Z||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.
2023-01-01T06:04:41.400Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:04:50.967Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:04:50.967Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:05:41.396Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T06:05:41.397Z||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.
2023-01-01T06:05:41.397Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:05:41.399Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T06:05:41.400Z||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.
2023-01-01T06:05:41.401Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:05:50.945Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:05:50.947Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:06:41.396Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T06:06:41.397Z||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.
2023-01-01T06:06:41.398Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:06:41.399Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T06:06:41.400Z||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.
2023-01-01T06:06:41.400Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:06:50.993Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:06:50.994Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:07:41.396Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T06:07:41.397Z||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.
2023-01-01T06:07:41.397Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:07:41.400Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T06:07:41.400Z||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.
2023-01-01T06:07:41.401Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:07:50.944Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:07:50.953Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:08:41.396Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T06:08:41.397Z||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.
2023-01-01T06:08:41.397Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:08:41.399Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T06:08:41.400Z||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.
2023-01-01T06:08:41.400Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:08:50.961Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:08:50.963Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:09:41.396Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T06:09:41.398Z||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.
2023-01-01T06:09:41.398Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:09:41.399Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T06:09:41.400Z||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.
2023-01-01T06:09:41.400Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:09:50.952Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:09:50.952Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:10:41.396Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T06:10:41.397Z||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.
2023-01-01T06:10:41.397Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:10:41.400Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T06:10:41.400Z||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.
2023-01-01T06:10:41.401Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:10:50.955Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:10:50.955Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:11:41.396Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T06:11:41.397Z||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.
2023-01-01T06:11:41.397Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:11:41.399Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T06:11:41.400Z||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.
2023-01-01T06:11:41.400Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:11:50.953Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:11:50.954Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:12:41.396Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T06:12:41.397Z||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.
2023-01-01T06:12:41.397Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:12:41.399Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T06:12:41.400Z||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.
2023-01-01T06:12:41.400Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:12:50.949Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:12:50.963Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:13:41.396Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T06:13:41.398Z||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.
2023-01-01T06:13:41.398Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:13:41.399Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T06:13:41.402Z||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.
2023-01-01T06:13:41.402Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:13:50.945Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:13:50.946Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:14:41.396Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T06:14:41.399Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T06:14:41.399Z||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.
2023-01-01T06:14:41.400Z||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.
2023-01-01T06:14:41.400Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:14:41.400Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:14:50.949Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:14:50.953Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:15:41.396Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T06:15:41.397Z||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.
2023-01-01T06:15:41.397Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:15:41.399Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T06:15:41.400Z||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.
2023-01-01T06:15:41.400Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:15:50.955Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:15:50.955Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:16:41.396Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T06:16:41.397Z||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.
2023-01-01T06:16:41.397Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:16:41.399Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T06:16:41.400Z||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.
2023-01-01T06:16:41.400Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:16:50.950Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:16:50.952Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:17:41.396Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T06:17:41.397Z||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.
2023-01-01T06:17:41.397Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:17:41.400Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T06:17:41.400Z||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.
2023-01-01T06:17:41.400Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:17:50.960Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:17:50.964Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:18:41.397Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T06:18:41.399Z||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.
2023-01-01T06:18:41.399Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:18:41.399Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T06:18:41.401Z||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.
2023-01-01T06:18:41.401Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:18:50.946Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:18:50.946Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:19:41.396Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T06:19:41.397Z||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.
2023-01-01T06:19:41.397Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:19:41.399Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T06:19:41.400Z||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.
2023-01-01T06:19:41.400Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:19:50.947Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:19:50.947Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:20:41.396Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T06:20:41.397Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-01T06:20:41.398Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:20:41.402Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T06:20:41.404Z||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.
2023-01-01T06:20:41.404Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:20:50.973Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:20:50.993Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:21:41.396Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T06:21:41.397Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-01T06:21:41.397Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:21:41.400Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T06:21:41.401Z||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.
2023-01-01T06:21:41.401Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:21:50.943Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:21:50.943Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:22:41.399Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T06:22:41.400Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T06:22:41.401Z||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.
2023-01-01T06:22:41.401Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-01T06:22:41.401Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:22:41.401Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:22:50.948Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:22:50.951Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:23:41.396Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T06:23:41.398Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-01T06:23:41.398Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:23:41.399Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T06:23:41.400Z||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.
2023-01-01T06:23:41.400Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:23:50.977Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:23:50.978Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:24:41.396Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T06:24:41.398Z||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.
2023-01-01T06:24:41.398Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:24:41.399Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T06:24:41.400Z||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.
2023-01-01T06:24:41.400Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:24:50.951Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:24:50.951Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:25:41.396Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T06:25:41.397Z||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.
2023-01-01T06:25:41.397Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:25:41.399Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T06:25:41.401Z||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.
2023-01-01T06:25:41.401Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:25:50.950Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:25:50.951Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:26:41.396Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T06:26:41.397Z||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.
2023-01-01T06:26:41.397Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:26:41.399Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T06:26:41.401Z||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.
2023-01-01T06:26:41.401Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:26:50.945Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:26:50.945Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:27:41.412Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T06:27:41.412Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T06:27:41.413Z||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.
2023-01-01T06:27:41.413Z||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.
2023-01-01T06:27:41.414Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:27:41.413Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:27:50.962Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:27:50.961Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:28:41.396Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T06:28:41.398Z||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.
2023-01-01T06:28:41.398Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:28:41.399Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T06:28:41.399Z||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.
2023-01-01T06:28:41.400Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:28:50.954Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:28:50.954Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:29:41.396Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T06:29:41.397Z||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.
2023-01-01T06:29:41.398Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:29:41.399Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T06:29:41.405Z||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.
2023-01-01T06:29:41.406Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:29:41.725Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:29:41.739Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:29:41.740Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d",
"consumerID": "ves-openapi-manager",
"timestamp": 1672554575688,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-01T06:29:41.786Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-01T06:29:41.786Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:29:41.786Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d",
"consumerID": "aai-model-loader",
"timestamp": 1672554562723,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-01T06:29:41.787Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-01T06:29:41.787Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:29:41.787Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d",
"consumerID": "multicloud-k8s",
"timestamp": 1672554574895,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-01T06:29:41.787Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-01T06:29:41.788Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:29:41.788Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d",
"consumerID": "cds-sdc-listener",
"timestamp": 1672554562099,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-01T06:29:41.788Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-01T06:29:41.789Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:29:41.789Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d",
"consumerID": "multicloud-k8s",
"timestamp": 1672554574895,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/vfwc4bb772f2f230_modules.json",
"status": "NOTIFIED"
}
2023-01-01T06:29:41.789Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-01T06:29:41.789Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:29:41.789Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d",
"consumerID": "ves-openapi-manager",
"timestamp": 1672554575688,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/vfwc4bb772f2f230_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-01T06:29:41.790Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-01T06:29:41.790Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:29:41.790Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d",
"consumerID": "aai-model-loader",
"timestamp": 1672554562723,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/vfwc4bb772f2f230_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-01T06:29:41.791Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-01T06:29:41.791Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:29:41.791Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d",
"consumerID": "cds-sdc-listener",
"timestamp": 1672554562099,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/vfwc4bb772f2f230_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-01T06:29:41.791Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-01T06:29:41.791Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:29:41.792Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d",
"consumerID": "multicloud-k8s",
"timestamp": 1672554574895,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-01-01T06:29:41.792Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-01T06:29:41.792Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:29:41.792Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d",
"consumerID": "ves-openapi-manager",
"timestamp": 1672554575688,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-01T06:29:41.793Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-01T06:29:41.793Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:29:41.794Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d",
"consumerID": "aai-model-loader",
"timestamp": 1672554562723,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-01T06:29:41.794Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-01T06:29:41.794Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:29:41.794Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d",
"consumerID": "cds-sdc-listener",
"timestamp": 1672554562099,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-01T06:29:41.795Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-01T06:29:41.795Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:29:41.795Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672554577539,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-01T06:29:41.795Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-01T06:29:41.796Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:29:41.796Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d",
"consumerID": "multicloud-k8s",
"timestamp": 1672554574895,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-01T06:29:41.796Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-01T06:29:41.796Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:29:41.796Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d",
"consumerID": "ves-openapi-manager",
"timestamp": 1672554575688,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-01T06:29:41.797Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-01T06:29:41.797Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:29:41.797Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d",
"consumerID": "aai-model-loader",
"timestamp": 1672554562723,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-01T06:29:41.800Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-01T06:29:41.801Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:29:41.802Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d",
"consumerID": "cds-sdc-listener",
"timestamp": 1672554562099,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-01T06:29:41.802Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-01T06:29:41.802Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:29:41.803Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672554577539,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/vfwc4bb772f2f230_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-01T06:29:41.803Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-01T06:29:41.803Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:29:41.803Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d",
"consumerID": "multicloud-k8s",
"timestamp": 1672554574895,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-01-01T06:29:41.804Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-01T06:29:41.804Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:29:41.804Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d",
"consumerID": "ves-openapi-manager",
"timestamp": 1672554575688,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-01-01T06:29:41.804Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-01T06:29:41.805Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:29:41.805Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d",
"consumerID": "aai-model-loader",
"timestamp": 1672554562723,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-01-01T06:29:41.805Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-01T06:29:41.805Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:29:41.805Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d",
"consumerID": "cds-sdc-listener",
"timestamp": 1672554562099,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-01-01T06:29:41.806Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-01T06:29:41.806Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:29:41.806Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672554577539,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-01T06:29:41.806Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-01T06:29:41.806Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:29:41.807Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d",
"consumerID": "multicloud-k8s",
"timestamp": 1672554574895,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/artifacts/service-Vfw20230101062836-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-01T06:29:41.808Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-01T06:29:41.808Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:29:41.808Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d",
"consumerID": "ves-openapi-manager",
"timestamp": 1672554575688,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/artifacts/service-Vfw20230101062836-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-01T06:29:41.809Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-01T06:29:41.809Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:29:41.809Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d",
"consumerID": "aai-model-loader",
"timestamp": 1672554562723,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/artifacts/service-Vfw20230101062836-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-01T06:29:41.809Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-01T06:29:41.810Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:29:41.810Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d",
"consumerID": "cds-sdc-listener",
"timestamp": 1672554562099,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/artifacts/service-Vfw20230101062836-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-01T06:29:41.810Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-01T06:29:42.027Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:29:42.029Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-01T06:29:42.029Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"254f278e-1384-46d4-bba6-f98c65998e2d","serviceName":"vFW 2023-01-01 06-28-36","serviceVersion":"1.0","serviceUUID":"5afbd0fb-3a90-40e3-a8bc-6744c0eca4bc","serviceDescription":"catalog service description","serviceInvariantUUID":"82b2443f-d1a3-4d79-99cd-a68833c3af16","resources":[{"resourceInstanceName":"vFW c4bb772f-2f23 0","resourceName":"vFW c4bb772f-2f23","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"db7efda1-3e5d-40c3-a0a2-c096f2561061","resourceInvariantUUID":"6fa36579-d339-455f-9c72-a7542d228c98","resourceCustomizationUUID":"3b5dbee6-51e1-4b7d-b626-48e4bafbf7f7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/vf-license-model.xml","artifactChecksum":"N2IyMGU0OTliYjcxYWRmMzY1YzkyOTdmMWRhYTJlNWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ad48b9c4-e653-4c2f-98fd-e386fe199f27","artifactVersion":"1"},{"artifactName":"vfwc4bb772f2f230_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/vfwc4bb772f2f230_modules.json","artifactChecksum":"OGExYWE4NWYxODM0Y2QwMDA4N2NiODM1OWY4N2NjM2Q\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"131ad754-2f60-4e8f-b322-a1f371c9fccd","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ac3fce8a-47a1-427d-9a73-e1e729341082","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/vendor-license-model.xml","artifactChecksum":"MTAyOTZiMTY1YmRhYjBjMWQyM2RmZmNhY2JiNDFlNzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"178eef87-0924-40f1-945e-07985c4ed161","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b97e003e-f472-43ce-9cdd-4e3f07da3650","artifactVersion":"2","generatedFromUUID":"ac3fce8a-47a1-427d-9a73-e1e729341082"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230101062836-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230101062836/1.0/artifacts/service-Vfw20230101062836-template.yml","artifactChecksum":"YmM0OTczY2RmNjk3ZDkzZDJmY2IxYzFkM2ZmNDY2MjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0f35e8cc-8cf9-42ad-a4c6-71635decc655","artifactVersion":"1"},{"artifactName":"service-Vfw20230101062836-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230101062836/1.0/artifacts/service-Vfw20230101062836-csar.csar","artifactChecksum":"N2YxOTRjODE4MmIzMTQ0M2QzMTZhYzNiNWQzZGJiOGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8136881e-d750-4a87-a286-ebbd5b0af43a","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-01T06:29:42.054Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-01T06:29:42.075Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-01T06:29:42.103Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-01T06:29:42.104Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672554581396,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-01T06:29:42.203Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 86 ms
2023-01-01T06:29:42.210Z||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.
2023-01-01T06:29:42.211Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:29:42.223Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:29:42.225Z||pool-3-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2023-01-01T06:29:43.121Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-01T06:29:43.122Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-01T06:29:43.125Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-01T06:29:43.125Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672554581396,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/vfwc4bb772f2f230_modules.json",
"status": "NOTIFIED"
}
2023-01-01T06:29:43.228Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2023-01-01T06:29:43.230Z||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.
2023-01-01T06:29:43.231Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:29:43.262Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:29:43.263Z||pool-4-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1}
2023-01-01T06:29:44.126Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-01T06:29:44.126Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-01T06:29:44.129Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-01T06:29:44.129Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672554581396,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-01-01T06:29:44.229Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-01T06:29:44.231Z||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.
2023-01-01T06:29:44.231Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:29:44.247Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:29:44.248Z||pool-5-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2023-01-01T06:29:45.130Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-01T06:29:45.131Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-01T06:29:45.134Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-01T06:29:45.134Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672554581396,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-01T06:29:45.234Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-01T06:29:45.236Z||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.
2023-01-01T06:29:45.236Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:29:45.255Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:29:45.255Z||pool-6-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2023-01-01T06:29:46.135Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-01T06:29:46.136Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-01T06:29:46.139Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-01T06:29:46.139Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672554581396,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-01-01T06:29:46.241Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2023-01-01T06:29:46.242Z||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.
2023-01-01T06:29:46.242Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:29:46.257Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:29:46.258Z||pool-7-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2023-01-01T06:29:47.139Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-01T06:29:47.140Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-01T06:29:47.142Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-01T06:29:47.142Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672554581396,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/artifacts/service-Vfw20230101062836-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-01T06:29:47.243Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-01T06:29:47.244Z||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.
2023-01-01T06:29:47.245Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:29:47.259Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:29:47.259Z||pool-8-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2023-01-01T06:29:48.143Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-01T06:29:48.145Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-01T06:29:48.147Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-01T06:29:48.147Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672554581396,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/artifacts/service-Vfw20230101062836-csar.csar",
"status": "NOTIFIED"
}
2023-01-01T06:29:48.247Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-01T06:29:48.249Z||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.
2023-01-01T06:29:48.249Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:29:48.269Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:29:48.271Z||pool-9-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2023-01-01T06:29:49.149Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d",
"serviceName": "vFW 2023-01-01 06-28-36",
"serviceVersion": "1.0",
"serviceUUID": "5afbd0fb-3a90-40e3-a8bc-6744c0eca4bc",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "82b2443f-d1a3-4d79-99cd-a68833c3af16",
"resources": [
{
"resourceInstanceName": "vFW c4bb772f-2f23 0",
"resourceCustomizationUUID": "3b5dbee6-51e1-4b7d-b626-48e4bafbf7f7",
"resourceName": "vFW c4bb772f-2f23",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "db7efda1-3e5d-40c3-a0a2-c096f2561061",
"resourceInvariantUUID": "6fa36579-d339-455f-9c72-a7542d228c98",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwc4bb772f2f230_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/vfwc4bb772f2f230_modules.json",
"artifactChecksum": "OGExYWE4NWYxODM0Y2QwMDA4N2NiODM1OWY4N2NjM2Q\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "131ad754-2f60-4e8f-b322-a1f371c9fccd",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "ac3fce8a-47a1-427d-9a73-e1e729341082",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "b97e003e-f472-43ce-9cdd-4e3f07da3650",
"generatedFromUUID": "ac3fce8a-47a1-427d-9a73-e1e729341082"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "b97e003e-f472-43ce-9cdd-4e3f07da3650",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20230101062836-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/artifacts/service-Vfw20230101062836-csar.csar",
"artifactChecksum": "N2YxOTRjODE4MmIzMTQ0M2QzMTZhYzNiNWQzZGJiOGY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "8136881e-d750-4a87-a286-ebbd5b0af43a"
}
],
"workloadContext": "Production"
}
2023-01-01T06:29:49.150Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-01T06:29:49.150Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5afbd0fb-3a90-40e3-a8bc-6744c0eca4bc ASDC
2023-01-01T06:29:49.317Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:254f278e-1384-46d4-bba6-f98c65998e2d
ServiceName:vFW 2023-01-01 06-28-36
ServiceVersion:1.0
ServiceUUID:5afbd0fb-3a90-40e3-a8bc-6744c0eca4bc
ServiceInvariantUUID:82b2443f-d1a3-4d79-99cd-a68833c3af16
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230101062836-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230101062836/1.0/artifacts/service-Vfw20230101062836-csar.csar
ArtifactUUID:8136881e-d750-4a87-a286-ebbd5b0af43a
ArtifactChecksum:N2YxOTRjODE4MmIzMTQ0M2QzMTZhYzNiNWQzZGJiOGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW c4bb772f-2f23 0
ResourceCustomizationUUID:3b5dbee6-51e1-4b7d-b626-48e4bafbf7f7
ResourceInvariantUUID:6fa36579-d339-455f-9c72-a7542d228c98
ResourceName:vFW c4bb772f-2f23
ResourceType:VF
ResourceUUID:db7efda1-3e5d-40c3-a0a2-c096f2561061
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwc4bb772f2f230_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/vfwc4bb772f2f230_modules.json
ArtifactUUID:131ad754-2f60-4e8f-b322-a1f371c9fccd
ArtifactChecksum:OGExYWE4NWYxODM0Y2QwMDA4N2NiODM1OWY4N2NjM2Q=
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/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/base_vfw.yaml
ArtifactUUID:ac3fce8a-47a1-427d-9a73-e1e729341082
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/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/base_vfw.env
ArtifactUUID:b97e003e-f472-43ce-9cdd-4e3f07da3650
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/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/base_vfw.env
ArtifactUUID:b97e003e-f472-43ce-9cdd-4e3f07da3650
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-01-01T06:29:49.318Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5afbd0fb-3a90-40e3-a8bc-6744c0eca4bc 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 (?, ?, ?, ?, ?)
2023-01-01T06:29:49.766Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-01T06:29:49.768Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-01-01T06:29:49.770Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-01-01T06:29:49.771Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 8136881e-d750-4a87-a286-ebbd5b0af43a from URL: /sdc/v1/catalog/services/Vfw20230101062836/1.0/artifacts/service-Vfw20230101062836-csar.csar
2023-01-01T06:29:49.771Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-01-01T06:29:49.774Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230101062836/1.0/artifacts/service-Vfw20230101062836-csar.csar
2023-01-01T06:29:49.923Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-01-01T06:29:49.952Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230101062836/1.0/artifacts/service-Vfw20230101062836-csar.csar 8136881e-d750-4a87-a286-ebbd5b0af43a 101502
2023-01-01T06:29:49.956Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230101062836/1.0/artifacts/service-Vfw20230101062836-csar.csar ASDC sendASDCNotification
2023-01-01T06:29:49.956Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230101062836/1.0/artifacts/service-Vfw20230101062836-csar.csar
2023-01-01T06:29:49.960Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-01T06:29:49.962Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-01T06:29:49.965Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-01T06:29:49.966Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672554589953,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/artifacts/service-Vfw20230101062836-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-01T06:29:50.066Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-01T06:29:50.067Z||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.
2023-01-01T06:29:50.067Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:29:50.080Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:29:50.081Z||pool-10-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-01-01T06:29:50.968Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-01T06:29:50.969Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-01-01T06:29:50.970Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 8136881e-d750-4a87-a286-ebbd5b0af43a, URL: /sdc/v1/catalog/services/Vfw20230101062836/1.0/artifacts/service-Vfw20230101062836-csar.csar to file: /app/ASDC/1/service-Vfw20230101062836-csar.csar
2023-01-01T06:29:50.971Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230101062836-csar.csar
2023-01-01T06:29:51.110Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230101062836-csar.csar
2023-01-01T06:29:51.111Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230101062836-csar.csar
2023-01-01T06:29:52.104Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13392969524050849205/Definitions/service-Vfw20230101062836-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2023-01-01T06:29:56.431Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-01T06:29:56.437Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-01-01T06:29:56.437Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230101062836-csar.csar
2023-01-01T06:29:56.438Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-01-01T06:29:56.438Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230101062836-csar.csar
2023-01-01T06:29:56.438Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||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-Vfw20230101062836-csar.csar
2023-01-01T06:29:56.438Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||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-Vfw20230101062836-csar.csar
2023-01-01T06:29:56.439Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW c4bb772f-2f23 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-Vfw20230101062836-csar.csar
2023-01-01T06:29:56.439Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||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-Vfw20230101062836-csar.csar
2023-01-01T06:29:56.439Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230101062836-csar.csar
2023-01-01T06:29:56.439Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230101062836-csar.csar
2023-01-01T06:29:56.439Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||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-Vfw20230101062836-csar.csar
2023-01-01T06:29:56.440Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230101062836-csar.csar
2023-01-01T06:29:56.440Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230101062836-csar.csar
2023-01-01T06:29:56.440Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230101062836-csar.csar
2023-01-01T06:29:56.440Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-01-01T06:29:56.451Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-01T06:29:56.453Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-01-01 06-28-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-01T06:29:56.458Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vFW c4bb772f-2f23 0 is matching search criteria
2023-01-01T06:29:56.459Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-01-01T06:29:56.462Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW c4bb772f-2f23 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-01T06:29:56.465Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-01T06:29:56.465Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-01-01 06-28-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-01T06:29:56.466Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vFW c4bb772f-2f23 0 is matching search criteria
2023-01-01T06:29:56.466Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-01-01T06:29:56.466Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW c4bb772f-2f23 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-01T06:29:56.467Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-01T06:29:56.468Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-01-01 06-28-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-01T06:29:56.475Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-01T06:29:56.476Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vFW c4bb772f-2f23 0 is not matching search criteria
2023-01-01T06:29:56.476Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-01T06:29:56.476Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-01T06:29:56.477Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-01T06:29:56.477Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-01T06:29:56.477Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-01T06:29:56.477Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-01T06:29:56.478Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-01T06:29:56.478Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-01T06:29:56.478Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-01T06:29:56.479Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-01T06:29:56.479Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-01T06:29:56.479Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-01T06:29:56.480Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-01T06:29:56.480Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-01T06:29:56.480Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-01T06:29:56.480Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-01T06:29:56.481Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-01T06:29:56.481Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-01-01 06-28-36 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-01T06:29:56.484Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-01T06:29:56.484Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vFW c4bb772f-2f23 0 is matching search criteria
2023-01-01T06:29:56.484Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW c4bb772f-2f23 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-01T06:29:56.485Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-01T06:29:56.486Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vFW c4bb772f-2f23 0 is matching search criteria
2023-01-01T06:29:56.486Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW c4bb772f-2f23 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-01T06:29:56.486Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-01T06:29:56.486Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vFW c4bb772f-2f23 0 is matching search criteria
2023-01-01T06:29:56.487Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW c4bb772f-2f23 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-01T06:29:56.487Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-01T06:29:56.488Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vFW c4bb772f-2f23 0 is not matching search criteria
2023-01-01T06:29:56.488Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-01T06:29:56.488Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-01T06:29:56.489Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-01-01T06:29:56.489Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-01T06:29:56.489Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-01T06:29:56.489Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-01T06:29:56.490Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-01T06:29:56.490Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-01T06:29:56.490Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-01T06:29:56.490Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-01T06:29:56.491Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-01T06:29:56.491Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ce681eca-81e7-489b-9107-11753b4772f9
2023-01-01T06:29:56.491Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-01T06:29:56.492Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vFW c4bb772f-2f23 0 is not matching search criteria
2023-01-01T06:29:56.492Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-01T06:29:56.492Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-01T06:29:56.492Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-01T06:29:56.493Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-01T06:29:56.493Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-01T06:29:56.493Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-01T06:29:56.493Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-01T06:29:56.494Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-01-01T06:29:56.496Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-01T06:29:56.496Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-01T06:29:56.496Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-01T06:29:56.496Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-01T06:29:56.496Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2639c671-668f-4fee-a866-7b45b182c833
2023-01-01T06:29:56.497Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-01T06:29:56.497Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vFW c4bb772f-2f23 0 is not matching search criteria
2023-01-01T06:29:56.497Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-01T06:29:56.497Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-01T06:29:56.498Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-01T06:29:56.498Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-01T06:29:56.498Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-01T06:29:56.498Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-01T06:29:56.498Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-01T06:29:56.499Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-01T06:29:56.499Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-01T06:29:56.499Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-01T06:29:56.499Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-01T06:29:56.500Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-01-01T06:29:56.500Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=0297569a-e522-421f-97d7-0af9d847a8f7
2023-01-01T06:29:56.500Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-01T06:29:56.500Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-01-01 06-28-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-01T06:29:56.500Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-01T06:29:56.501Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-01-01 06-28-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-01T06:29:56.501Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-01T06:29:56.501Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-01-01 06-28-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-01T06:29:56.502Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-01T06:29:56.502Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-01-01 06-28-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-01T06:29:56.502Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2023-01-01 06-28-36
Description:catalog service description
Model UUID:5afbd0fb-3a90-40e3-a8bc-6744c0eca4bc
Model Version:NULL
Model InvariantUuid:82b2443f-d1a3-4d79-99cd-a68833c3af16
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW c4bb772f-2f23
Model UUID:baf2b252-5011-4259-af9f-34446e708011
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6fa36579-d339-455f-9c72-a7542d228c98
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:3b5dbee6-51e1-4b7d-b626-48e4bafbf7f7
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:2b8a5c55-4b59-43b2-a76e-9fe4e3fa19d2
ModelName:VfwC4bb772f2f23..base_vfw..module-0
ModelUuid:d8619a8e-e451-48ea-a721-8038d79d71d6
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:ce681eca-81e7-489b-9107-11753b4772f9
ModelInvariantUuid:5d7d839e-cb4d-44b8-bdfe-74e59c0c71b8
ModelName:vFW c4bb772f-2f23-nodes.vfwCvfc
ModelUuid:dfc8f83b-67eb-46f2-b146-85d23224f83a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:474a7ec4-3547-4439-b5a6-750014029470
ModelInvariantUuid:096efdfc-11d3-4610-a68c-816faa0eb54e
ModelName:VfwC4bb772f2f23.compute.nodes.heat.vfw
ModelUuid:123bad49-233c-47ce-a2ab-adb818bd387c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:2639c671-668f-4fee-a866-7b45b182c833
ModelInvariantUuid:df7371a9-d40e-4c92-96ed-baac3dac3ad1
ModelName:vFW c4bb772f-2f23-nodes.vsnCvfc
ModelUuid:e04f9495-e279-40cd-89cc-08b0e80b7b56
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:1e387af0-5c9b-436b-b429-84cf16f2878e
ModelInvariantUuid:ed17ce14-8191-40aa-9eec-3612991af651
ModelName:VfwC4bb772f2f23.compute.nodes.heat.vsn
ModelUuid:ca5de386-f49e-4b29-82c5-92acc4d93611
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:0297569a-e522-421f-97d7-0af9d847a8f7
ModelInvariantUuid:8428cb06-1e9f-4881-8c7f-a99449ddcc33
ModelName:vFW c4bb772f-2f23-nodes.vpgCvfc
ModelUuid:4597c55c-891d-4519-a97d-abc9cdf6b1ec
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:e2a98c98-dc52-464d-af25-e5ee3e526273
ModelInvariantUuid:a9dc0b4e-9da0-4006-88ff-3978c6c0f4df
ModelName:VfwC4bb772f2f23.compute.nodes.heat.vpg
ModelUuid:971302d9-ab48-471b-a4a6-053b9d74a475
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=?
2023-01-01T06:29:56.535Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: db7efda1-3e5d-40c3-a0a2-c096f2561061
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=?
2023-01-01T06:29:56.664Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||vFW c4bb772f-2f23 0
2023-01-01T06:29:56.672Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: db7efda1-3e5d-40c3-a0a2-c096f2561061
2023-01-01T06:29:56.673Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 131ad754-2f60-4e8f-b322-a1f371c9fccd from URL: /sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/vfwc4bb772f2f230_modules.json
2023-01-01T06:29:56.673Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-01-01T06:29:56.673Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/vfwc4bb772f2f230_modules.json
2023-01-01T06:29:56.743Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-01-01T06:29:56.743Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/vfwc4bb772f2f230_modules.json 131ad754-2f60-4e8f-b322-a1f371c9fccd 785
2023-01-01T06:29:56.744Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/vfwc4bb772f2f230_modules.json ASDC sendASDCNotification
2023-01-01T06:29:56.745Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/vfwc4bb772f2f230_modules.json
2023-01-01T06:29:56.745Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-01T06:29:56.746Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-01T06:29:56.749Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-01T06:29:56.749Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672554596744,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/vfwc4bb772f2f230_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-01T06:29:56.849Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-01T06:29:56.851Z||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.
2023-01-01T06:29:56.851Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:29:56.865Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:29:56.866Z||pool-11-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2023-01-01T06:29:57.751Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwC4bb772f2f23..base_vfw..module-0",
"vfModuleModelInvariantUUID": "2b8a5c55-4b59-43b2-a76e-9fe4e3fa19d2",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "d8619a8e-e451-48ea-a721-8038d79d71d6",
"vfModuleModelCustomizationUUID": "1884fc16-399f-4701-8eff-37db4d719127",
"isBase": true,
"artifacts": [
"ac3fce8a-47a1-427d-9a73-e1e729341082",
"b97e003e-f472-43ce-9cdd-4e3f07da3650"
],
"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": ""
}
}
]
2023-01-01T06:29:57.769Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwC4bb772f2f23..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d8619a8e-e451-48ea-a721-8038d79d71d6
VfModuleModelInvariantUUID:2b8a5c55-4b59-43b2-a76e-9fe4e3fa19d2
VfModuleModelDescription:NULL
Artifacts UUID List:{
ac3fce8a-47a1-427d-9a73-e1e729341082
,
b97e003e-f472-43ce-9cdd-4e3f07da3650
}
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
}
2023-01-01T06:29:57.774Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwC4bb772f2f23..base_vfw..module-0",
"vfModuleModelInvariantUUID": "2b8a5c55-4b59-43b2-a76e-9fe4e3fa19d2",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "d8619a8e-e451-48ea-a721-8038d79d71d6",
"vfModuleModelCustomizationUUID": "1884fc16-399f-4701-8eff-37db4d719127",
"isBase": true,
"artifacts": [
"ac3fce8a-47a1-427d-9a73-e1e729341082",
"b97e003e-f472-43ce-9cdd-4e3f07da3650"
],
"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": ""
}
}
]
2023-01-01T06:29:57.774Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwC4bb772f2f23..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d8619a8e-e451-48ea-a721-8038d79d71d6
VfModuleModelInvariantUUID:2b8a5c55-4b59-43b2-a76e-9fe4e3fa19d2
VfModuleModelDescription:NULL
Artifacts UUID List:{
ac3fce8a-47a1-427d-9a73-e1e729341082
,
b97e003e-f472-43ce-9cdd-4e3f07da3650
}
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
}
2023-01-01T06:29:57.775Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: ac3fce8a-47a1-427d-9a73-e1e729341082 from URL: /sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/base_vfw.yaml
2023-01-01T06:29:57.775Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-01-01T06:29:57.776Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/base_vfw.yaml
2023-01-01T06:29:57.846Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-01-01T06:29:57.848Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/base_vfw.yaml ac3fce8a-47a1-427d-9a73-e1e729341082 20368
2023-01-01T06:29:57.849Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-01-01T06:29:57.850Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/base_vfw.yaml
2023-01-01T06:29:57.850Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-01T06:29:57.851Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-01T06:29:57.853Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-01T06:29:57.854Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672554597849,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-01T06:29:57.954Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-01T06:29:57.955Z||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.
2023-01-01T06:29:57.955Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:29:57.970Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:29:57.972Z||pool-12-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2023-01-01T06:29:58.857Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: b97e003e-f472-43ce-9cdd-4e3f07da3650 from URL: /sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/base_vfw.env
2023-01-01T06:29:58.857Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-01-01T06:29:58.857Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/base_vfw.env
2023-01-01T06:29:58.936Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-01-01T06:29:58.937Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/base_vfw.env b97e003e-f472-43ce-9cdd-4e3f07da3650 2098
2023-01-01T06:29:58.938Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/base_vfw.env ASDC sendASDCNotification
2023-01-01T06:29:58.938Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/base_vfw.env
2023-01-01T06:29:58.939Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-01T06:29:58.939Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-01T06:29:58.942Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-01T06:29:58.942Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672554598938,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-01-01T06:29:59.042Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-01T06:29:59.044Z||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.
2023-01-01T06:29:59.053Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:29:59.076Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:29:59.077Z||pool-13-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1}
2023-01-01T06:29:59.943Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 5afbd0fb-3a90-40e3-a8bc-6744c0eca4bc
2023-01-01T06:29:59.944Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW c4bb772f-2f23 0 db7efda1-3e5d-40c3-a0a2-c096f2561061 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-01T06:30:00.008Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7e4cd225, org.onap.sdc.toscaparser.api.parameters.Input@47543076, org.onap.sdc.toscaparser.api.parameters.Input@563a34da, org.onap.sdc.toscaparser.api.parameters.Input@3e59889c, org.onap.sdc.toscaparser.api.parameters.Input@269cb888]
2023-01-01T06:30:00.015Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-01T06:30:00.016Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-01-01 06-28-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-01T06:30:00.016Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic
2023-01-01T06:30:00.017Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 3b5dbee6-51e1-4b7d-b626-48e4bafbf7f7
2023-01-01T06:30:00.017Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3b5dbee6-51e1-4b7d-b626-48e4bafbf7f7 matches Tosca VF Customization UUID: 3b5dbee6-51e1-4b7d-b626-48e4bafbf7f7
2023-01-01T06:30:00.017Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 3b5dbee6-51e1-4b7d-b626-48e4bafbf7f7 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=?
2023-01-01T06:30:00.026Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-01T06:30:00.026Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-01-01 06-28-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-01T06:30:00.028Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 3b5dbee6-51e1-4b7d-b626-48e4bafbf7f7: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-01-01T06:30:00.028Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4a372a91
2023-01-01T06:30:00.029Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-01T06:30:00.029Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-01-01 06-28-36 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-01T06:30:00.031Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1884fc16-399f-4701-8eff-37db4d719127
2023-01-01T06:30:00.032Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1884fc16-399f-4701-8eff-37db4d719127
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=?
2023-01-01T06:30:00.040Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-01T06:30:00.041Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vFW c4bb772f-2f23 0 is matching search criteria
2023-01-01T06:30:00.041Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW c4bb772f-2f23 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-01T06:30:00.042Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-01T06:30:00.042Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vFW c4bb772f-2f23 0 is matching search criteria
2023-01-01T06:30:00.042Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW c4bb772f-2f23 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-01T06:30:00.043Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-01T06:30:00.043Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vFW c4bb772f-2f23 0 is not matching search criteria
2023-01-01T06:30:00.044Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-01T06:30:00.044Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-01T06:30:00.045Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-01-01T06:30:00.045Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-01T06:30:00.047Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-01T06:30:00.047Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-01T06:30:00.048Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-01T06:30:00.048Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-01T06:30:00.049Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-01T06:30:00.050Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-01T06:30:00.052Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-01T06:30:00.052Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ce681eca-81e7-489b-9107-11753b4772f9
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=?
2023-01-01T06:30:00.079Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-01T06:30:00.079Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vFW c4bb772f-2f23 0 is matching search criteria
2023-01-01T06:30:00.080Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW c4bb772f-2f23 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-01T06:30:00.080Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-01T06:30:00.080Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vFW c4bb772f-2f23 0 is not matching search criteria
2023-01-01T06:30:00.080Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-01T06:30:00.081Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-01T06:30:00.081Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-01T06:30:00.081Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-01T06:30:00.081Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-01T06:30:00.082Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-01T06:30:00.082Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-01T06:30:00.082Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-01-01T06:30:00.082Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-01T06:30:00.083Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-01T06:30:00.083Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-01T06:30:00.083Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-01T06:30:00.083Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2639c671-668f-4fee-a866-7b45b182c833
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=?
2023-01-01T06:30:00.087Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-01T06:30:00.088Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vFW c4bb772f-2f23 0 is matching search criteria
2023-01-01T06:30:00.089Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW c4bb772f-2f23 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-01T06:30:00.093Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-01T06:30:00.094Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vFW c4bb772f-2f23 0 is not matching search criteria
2023-01-01T06:30:00.094Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-01T06:30:00.095Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-01T06:30:00.095Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-01T06:30:00.095Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-01T06:30:00.096Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-01T06:30:00.096Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-01T06:30:00.096Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-01T06:30:00.097Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-01T06:30:00.097Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-01T06:30:00.097Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-01T06:30:00.097Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-01T06:30:00.098Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-01-01T06:30:00.098Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=0297569a-e522-421f-97d7-0af9d847a8f7
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=?
2023-01-01T06:30:00.103Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-01T06:30:00.104Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vFW c4bb772f-2f23 0 is matching search criteria
2023-01-01T06:30:00.104Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW c4bb772f-2f23 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-01T06:30:00.105Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-01T06:30:00.105Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Node template vFW c4bb772f-2f23 0 is matching search criteria
2023-01-01T06:30:00.105Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW c4bb772f-2f23 0] matching following query criteria: sdcType=VF, customizationUUID=3b5dbee6-51e1-4b7d-b626-48e4bafbf7f7
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=?
2023-01-01T06:30:00.109Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-01T06:30:00.110Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-01-01 06-28-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-01T06:30:00.110Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 5afbd0fb-3a90-40e3-a8bc-6744c0eca4bc: vFW c4bb772f-2f23
2023-01-01T06:30:00.111Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-01T06:30:00.111Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-01-01 06-28-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-01T06:30:00.111Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-01T06:30:00.111Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-01-01 06-28-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-01T06:30:00.112Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-01T06:30:00.112Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-01-01 06-28-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-01T06:30:00.112Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-01T06:30:00.112Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-01-01 06-28-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-01T06:30:00.113Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-01T06:30:00.113Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-01-01 06-28-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-01T06:30:00.113Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2023-01-01 06-28-36
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 (?, ?, ?, ?, ?)
2023-01-01T06:30:00.512Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW c4bb772f-2f23 db7efda1-3e5d-40c3-a0a2-c096f2561061 1 ASDC deployResourceStructure
2023-01-01T06:30:00.513Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/vfwc4bb772f2f230_modules.json ASDC sendASDCNotification
2023-01-01T06:30:00.514Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/vfwc4bb772f2f230_modules.json
2023-01-01T06:30:00.514Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-01T06:30:00.514Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-01T06:30:00.516Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-01T06:30:00.517Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672554600513,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/vfwc4bb772f2f230_modules.json",
"status": "DEPLOY_OK"
}
2023-01-01T06:30:00.617Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-01T06:30:00.618Z||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.
2023-01-01T06:30:00.619Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:30:00.643Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:30:00.644Z||pool-14-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2023-01-01T06:30:01.518Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-01-01T06:30:01.519Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/base_vfw.yaml
2023-01-01T06:30:01.519Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-01T06:30:01.519Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-01T06:30:01.522Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-01T06:30:01.522Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672554601518,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2023-01-01T06:30:01.622Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-01T06:30:01.623Z||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.
2023-01-01T06:30:01.624Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:30:01.636Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:30:01.637Z||pool-15-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-01-01T06:30:02.523Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/base_vfw.env ASDC sendASDCNotification
2023-01-01T06:30:02.524Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/base_vfw.env
2023-01-01T06:30:02.524Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-01T06:30:02.525Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-01T06:30:02.527Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-01T06:30:02.528Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672554602523,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2023-01-01T06:30:02.628Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-01T06:30:02.629Z||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.
2023-01-01T06:30:02.629Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:30:02.656Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:30:02.657Z||pool-16-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2023-01-01T06:30:03.529Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230101062836/1.0/artifacts/service-Vfw20230101062836-csar.csar ASDC sendASDCNotification
2023-01-01T06:30:03.529Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230101062836/1.0/artifacts/service-Vfw20230101062836-csar.csar
2023-01-01T06:30:03.529Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-01T06:30:03.530Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-01T06:30:03.532Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-01T06:30:03.532Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672554603529,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/artifacts/service-Vfw20230101062836-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-01T06:30:03.632Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-01T06:30:03.633Z||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.
2023-01-01T06:30:03.633Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:30:03.646Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:30:03.647Z||pool-17-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-01-01T06:30:04.533Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 254f278e-1384-46d4-bba6-f98c65998e2d
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=?
2023-01-01T06:30:04.570Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 254f278e-1384-46d4-bba6-f98c65998e2d
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=?
2023-01-01T06:30:04.574Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-01T06:30:04.575Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-01T06:30:04.575Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-01T06:30:34.577Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 254f278e-1384-46d4-bba6-f98c65998e2d
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=?
2023-01-01T06:30:34.600Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 254f278e-1384-46d4-bba6-f98c65998e2d
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=?
2023-01-01T06:30:34.604Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-01T06:30:34.605Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-01T06:30:34.605Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-01T06:30:41.399Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T06:30:41.400Z||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.
2023-01-01T06:30:41.400Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:30:41.432Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:30:41.433Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:30:41.433Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672554577539,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-01T06:30:41.434Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-01T06:31:04.605Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 254f278e-1384-46d4-bba6-f98c65998e2d
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=?
2023-01-01T06:31:04.623Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 254f278e-1384-46d4-bba6-f98c65998e2d
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=?
2023-01-01T06:31:04.630Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-01T06:31:04.631Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-01T06:31:04.632Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-01T06:31:34.634Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 254f278e-1384-46d4-bba6-f98c65998e2d
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=?
2023-01-01T06:31:34.647Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 254f278e-1384-46d4-bba6-f98c65998e2d
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=?
2023-01-01T06:31:34.651Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-01T06:31:34.652Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-01T06:31:34.652Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-01T06:31:41.399Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T06:31:41.405Z||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.
2023-01-01T06:31:41.405Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:31:41.434Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:31:41.435Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:31:41.435Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d",
"consumerID": "multicloud-k8s",
"timestamp": 1672554574895,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/artifacts/service-Vfw20230101062836-csar.csar",
"status": "NOTIFIED"
}
2023-01-01T06:31:41.436Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-01T06:32:04.653Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 254f278e-1384-46d4-bba6-f98c65998e2d
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=?
2023-01-01T06:32:04.672Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 254f278e-1384-46d4-bba6-f98c65998e2d
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=?
2023-01-01T06:32:04.678Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-01T06:32:04.678Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-01T06:32:04.678Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-01T06:32:34.679Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 254f278e-1384-46d4-bba6-f98c65998e2d
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=?
2023-01-01T06:32:34.697Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 254f278e-1384-46d4-bba6-f98c65998e2d
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=?
2023-01-01T06:32:34.706Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-01T06:32:34.706Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-01T06:32:34.706Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-01T06:32:41.399Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T06:32:41.400Z||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.
2023-01-01T06:32:41.401Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:32:41.942Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:32:41.947Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:32:41.947Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d",
"consumerID": "ves-openapi-manager",
"timestamp": 1672554575688,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/artifacts/service-Vfw20230101062836-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-01-01T06:32:41.948Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-01T06:32:41.948Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:32:41.948Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d",
"consumerID": "aai-model-loader",
"timestamp": 1672554562723,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/artifacts/service-Vfw20230101062836-csar.csar",
"status": "NOTIFIED"
}
2023-01-01T06:32:41.948Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-01T06:32:41.949Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:32:41.949Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672554581396,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-01T06:32:41.949Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-01T06:32:41.949Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:32:41.949Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d",
"consumerID": "cds-sdc-listener",
"timestamp": 1672554562099,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/artifacts/service-Vfw20230101062836-csar.csar",
"status": "NOTIFIED"
}
2023-01-01T06:32:41.950Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-01T06:32:41.950Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:32:41.950Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672554577539,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-01-01T06:32:41.950Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-01T06:32:41.950Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:32:41.950Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672554581396,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/vfwc4bb772f2f230_modules.json",
"status": "NOTIFIED"
}
2023-01-01T06:32:41.951Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-01T06:32:41.951Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:32:41.951Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d",
"consumerID": "multicloud-k8s",
"timestamp": 1672554582986,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/vfwc4bb772f2f230_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-01T06:32:41.951Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-01T06:32:41.951Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:32:41.951Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d",
"consumerID": "cds-sdc-listener",
"timestamp": 1672554583491,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/artifacts/service-Vfw20230101062836-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-01T06:32:41.952Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-01T06:32:41.952Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:32:41.952Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d",
"consumerID": "aai-model-loader",
"timestamp": 1672554583502,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/artifacts/service-Vfw20230101062836-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-01T06:32:41.952Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-01T06:32:41.952Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:32:41.952Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672554577539,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/artifacts/service-Vfw20230101062836-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-01T06:32:41.953Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-01T06:32:41.953Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:32:41.953Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672554581396,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-01-01T06:32:41.953Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-01T06:32:41.953Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:32:41.953Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d",
"consumerID": "cds-sdc-listener",
"timestamp": 1672554584514,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/artifacts/service-Vfw20230101062836-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=?
2023-01-01T06:32:41.965Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 254f278e-1384-46d4-bba6-f98c65998e2d
2023-01-01T06:32:41.966Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 254f278e-1384-46d4-bba6-f98c65998e2d 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 (?, ?, ?, ?, ?)
2023-01-01T06:32:41.984Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:32:41.984Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d",
"consumerID": "multicloud-k8s",
"timestamp": 1672554584098,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-01T06:32:41.985Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-01T06:32:41.985Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:32:41.985Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672554577539,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/artifacts/service-Vfw20230101062836-csar.csar",
"status": "NOTIFIED"
}
2023-01-01T06:32:41.985Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-01T06:32:41.985Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:32:41.985Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672554581396,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-01T06:32:41.986Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-01T06:32:41.986Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:32:41.986Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d",
"consumerID": "multicloud-k8s",
"timestamp": 1672554585165,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-01-01T06:32:41.987Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-01T06:32:41.987Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:32:41.987Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672554585346,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/artifacts/service-Vfw20230101062836-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-01T06:32:41.987Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-01T06:32:41.987Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:32:41.987Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672554581396,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-01-01T06:32:41.988Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-01T06:32:41.988Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:32:41.988Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d",
"consumerID": "multicloud-k8s",
"timestamp": 1672554586286,
"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=?
2023-01-01T06:32:41.994Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 254f278e-1384-46d4-bba6-f98c65998e2d
2023-01-01T06:32:41.994Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 254f278e-1384-46d4-bba6-f98c65998e2d 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 (?, ?, ?, ?, ?)
2023-01-01T06:32:42.005Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:32:42.005Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672554581396,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/artifacts/service-Vfw20230101062836-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-01T06:32:42.005Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-01T06:32:42.006Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:32:42.006Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d",
"consumerID": "multicloud-k8s",
"timestamp": 1672554587290,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/vfwc4bb772f2f230_modules.json",
"status": "DEPLOY_OK"
}
2023-01-01T06:32:42.006Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-01T06:32:42.006Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:32:42.006Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672554581396,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/artifacts/service-Vfw20230101062836-csar.csar",
"status": "NOTIFIED"
}
2023-01-01T06:32:42.006Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-01T06:32:42.006Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:32:42.006Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672554589953,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/artifacts/service-Vfw20230101062836-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-01T06:32:42.007Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-01T06:32:42.007Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:32:42.007Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672554590400,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/artifacts/service-Vfw20230101062836-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-01T06:32:42.007Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-01T06:32:42.007Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:32:42.007Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672554591405,
"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=?
2023-01-01T06:32:42.013Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 254f278e-1384-46d4-bba6-f98c65998e2d
2023-01-01T06:32:42.014Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 254f278e-1384-46d4-bba6-f98c65998e2d 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 (?, ?, ?, ?, ?)
2023-01-01T06:32:42.023Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:32:42.024Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2",
"consumerID": "cds-sdc-listener",
"timestamp": 1672554585519,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-01T06:32:42.024Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-01T06:32:42.024Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:32:42.025Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2",
"consumerID": "multicloud-k8s",
"timestamp": 1672554588292,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-01T06:32:42.025Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-01T06:32:42.025Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:32:42.025Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2",
"consumerID": "ves-openapi-manager",
"timestamp": 1672554595364,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-01T06:32:42.025Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-01T06:32:42.025Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:32:42.025Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2",
"consumerID": "cds-sdc-listener",
"timestamp": 1672554585519,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/basic_onboard_tlfnrs0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-01T06:32:42.026Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-01T06:32:42.026Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:32:42.026Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2",
"consumerID": "multicloud-k8s",
"timestamp": 1672554588292,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/basic_onboard_tlfnrs0_modules.json",
"status": "NOTIFIED"
}
2023-01-01T06:32:42.026Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-01T06:32:42.026Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:32:42.026Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2",
"consumerID": "ves-openapi-manager",
"timestamp": 1672554595364,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/basic_onboard_tlfnrs0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-01T06:32:42.026Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-01T06:32:42.026Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:32:42.026Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2",
"consumerID": "multicloud-k8s",
"timestamp": 1672554588292,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-01-01T06:32:42.027Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-01T06:32:42.027Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:32:42.027Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2",
"consumerID": "cds-sdc-listener",
"timestamp": 1672554585519,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-01T06:32:42.027Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-01T06:32:42.027Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:32:42.027Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672554596744,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/vfwc4bb772f2f230_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-01T06:32:42.027Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-01T06:32:42.028Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:32:42.028Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2",
"consumerID": "ves-openapi-manager",
"timestamp": 1672554595364,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-01T06:32:42.028Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-01T06:32:42.028Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:32:42.028Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2",
"consumerID": "multicloud-k8s",
"timestamp": 1672554588292,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-01T06:32:42.028Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-01T06:32:42.028Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:32:42.028Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2",
"consumerID": "cds-sdc-listener",
"timestamp": 1672554585519,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-01T06:32:42.029Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-01T06:32:42.029Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:32:42.029Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672554597849,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-01T06:32:42.029Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-01T06:32:42.029Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:32:42.029Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2",
"consumerID": "ves-openapi-manager",
"timestamp": 1672554595364,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-01T06:32:42.029Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-01T06:32:42.029Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:32:42.029Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2",
"consumerID": "multicloud-k8s",
"timestamp": 1672554588292,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-01-01T06:32:42.030Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-01T06:32:42.030Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:32:42.030Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2",
"consumerID": "cds-sdc-listener",
"timestamp": 1672554585519,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-01-01T06:32:42.030Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-01T06:32:42.030Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:32:42.030Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2",
"consumerID": "ves-openapi-manager",
"timestamp": 1672554595364,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-01-01T06:32:42.030Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-01T06:32:42.030Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:32:42.030Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672554598938,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-01-01T06:32:42.031Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-01T06:32:42.031Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:32:42.031Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2",
"consumerID": "multicloud-k8s",
"timestamp": 1672554588292,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/artifacts/service-BasicOnboardTlfnrs-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-01T06:32:42.031Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-01T06:32:42.031Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:32:42.031Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2",
"consumerID": "cds-sdc-listener",
"timestamp": 1672554585519,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/artifacts/service-BasicOnboardTlfnrs-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-01T06:32:42.031Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-01T06:32:42.032Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:32:42.032Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2",
"consumerID": "ves-openapi-manager",
"timestamp": 1672554595364,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/artifacts/service-BasicOnboardTlfnrs-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-01T06:32:42.032Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-01T06:32:42.032Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:32:42.032Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2",
"consumerID": "multicloud-k8s",
"timestamp": 1672554588292,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/artifacts/service-BasicOnboardTlfnrs-csar.csar",
"status": "NOTIFIED"
}
2023-01-01T06:32:42.032Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-01T06:32:42.032Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:32:42.032Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2",
"consumerID": "cds-sdc-listener",
"timestamp": 1672554585519,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/artifacts/service-BasicOnboardTlfnrs-csar.csar",
"status": "NOTIFIED"
}
2023-01-01T06:32:42.032Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-01T06:32:42.033Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:32:42.033Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672554600513,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/vfwc4bb772f2f230_modules.json",
"status": "DEPLOY_OK"
}
2023-01-01T06:32:42.033Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-01T06:32:42.033Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:32:42.033Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d",
"consumerID": "aai-model-loader",
"timestamp": 1672554601110,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/artifacts/service-Vfw20230101062836-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-01T06:32:42.033Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-01T06:32:42.033Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:32:42.033Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2",
"consumerID": "ves-openapi-manager",
"timestamp": 1672554595364,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/artifacts/service-BasicOnboardTlfnrs-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-01-01T06:32:42.033Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-01T06:32:42.034Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:32:42.034Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672554601518,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2023-01-01T06:32:42.034Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-01T06:32:42.034Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:32:42.034Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2",
"consumerID": "multicloud-k8s",
"timestamp": 1672554601308,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/basic_onboard_tlfnrs0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-01T06:32:42.034Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-01T06:32:42.034Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:32:42.034Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2",
"consumerID": "cds-sdc-listener",
"timestamp": 1672554601796,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/artifacts/service-BasicOnboardTlfnrs-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-01T06:32:42.034Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-01T06:32:42.035Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:32:42.035Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d",
"consumerID": "aai-model-loader",
"timestamp": 1672554602115,
"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=?
2023-01-01T06:32:42.042Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 254f278e-1384-46d4-bba6-f98c65998e2d
2023-01-01T06:32:42.042Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 254f278e-1384-46d4-bba6-f98c65998e2d 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 (?, ?, ?, ?, ?)
2023-01-01T06:32:42.052Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:32:42.052Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672554602523,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/resourceInstances/vfwc4bb772f2f230/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2023-01-01T06:32:42.052Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-01T06:32:42.053Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:32:42.053Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2",
"consumerID": "cds-sdc-listener",
"timestamp": 1672554602811,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/artifacts/service-BasicOnboardTlfnrs-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-01T06:32:42.072Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e604b857-aef1-4c9b-a278-1d8d21a683a2
2023-01-01T06:32:42.072Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e604b857-aef1-4c9b-a278-1d8d21a683a2 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 (?, ?, ?, ?, ?)
2023-01-01T06:32:42.089Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:32:42.089Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2",
"consumerID": "multicloud-k8s",
"timestamp": 1672554602382,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-01T06:32:42.089Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-01T06:32:42.090Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:32:42.090Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2",
"consumerID": "aai-model-loader",
"timestamp": 1672554603118,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-01T06:32:42.090Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-01T06:32:42.090Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:32:42.090Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672554603529,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230101062836/1.0/artifacts/service-Vfw20230101062836-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-01T06:32:42.090Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-01T06:32:42.090Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:32:42.091Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2",
"consumerID": "multicloud-k8s",
"timestamp": 1672554603457,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-01-01T06:32:42.091Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-01T06:32:42.091Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:32:42.091Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2",
"consumerID": "aai-model-loader",
"timestamp": 1672554603118,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/basic_onboard_tlfnrs0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-01T06:32:42.091Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-01T06:32:42.091Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:32:42.091Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2",
"consumerID": "multicloud-k8s",
"timestamp": 1672554604475,
"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=?
2023-01-01T06:32:42.100Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e604b857-aef1-4c9b-a278-1d8d21a683a2
2023-01-01T06:32:42.100Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e604b857-aef1-4c9b-a278-1d8d21a683a2 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 (?, ?, ?, ?, ?)
2023-01-01T06:32:42.111Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:32:42.111Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2",
"consumerID": "aai-model-loader",
"timestamp": 1672554603118,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-01T06:32:42.111Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-01T06:32:42.111Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:32:42.111Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2",
"consumerID": "multicloud-k8s",
"timestamp": 1672554605478,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/basic_onboard_tlfnrs0_modules.json",
"status": "DEPLOY_OK"
}
2023-01-01T06:32:42.112Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-01T06:32:42.112Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:32:42.112Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2",
"consumerID": "aai-model-loader",
"timestamp": 1672554603118,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-01T06:32:42.112Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-01T06:32:42.112Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:32:42.112Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2",
"consumerID": "aai-model-loader",
"timestamp": 1672554603118,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-01-01T06:32:42.113Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-01T06:32:42.113Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:32:42.113Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2",
"consumerID": "aai-model-loader",
"timestamp": 1672554603118,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/artifacts/service-BasicOnboardTlfnrs-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-01T06:32:42.113Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-01T06:32:42.113Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:32:42.114Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672554607539,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-01T06:32:42.114Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-01T06:32:42.114Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:32:42.114Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2",
"consumerID": "aai-model-loader",
"timestamp": 1672554603118,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/artifacts/service-BasicOnboardTlfnrs-csar.csar",
"status": "NOTIFIED"
}
2023-01-01T06:32:42.114Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-01T06:32:42.114Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:32:42.114Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672554607539,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/basic_onboard_tlfnrs0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-01T06:32:42.115Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-01T06:32:42.115Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:32:42.115Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2",
"consumerID": "aai-model-loader",
"timestamp": 1672554610216,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/artifacts/service-BasicOnboardTlfnrs-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-01T06:32:42.115Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-01T06:32:42.115Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:32:42.115Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672554607539,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-01T06:32:42.116Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-01T06:32:42.116Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:32:42.116Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672554607539,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-01T06:32:42.116Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-01T06:32:42.116Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:32:42.116Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672554607539,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-01-01T06:32:42.116Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-01T06:32:42.117Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:32:42.117Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672554607539,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/artifacts/service-BasicOnboardTlfnrs-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-01T06:32:42.117Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-01T06:32:42.117Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:32:42.117Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672554607539,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/artifacts/service-BasicOnboardTlfnrs-csar.csar",
"status": "NOTIFIED"
}
2023-01-01T06:32:42.117Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-01T06:32:42.117Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:32:42.118Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672554615294,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/artifacts/service-BasicOnboardTlfnrs-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-01T06:32:42.118Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-01T06:32:42.118Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:32:42.118Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672554617669,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/artifacts/service-BasicOnboardTlfnrs-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-01T06:32:42.118Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-01T06:32:42.118Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:32:42.118Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2",
"consumerID": "aai-model-loader",
"timestamp": 1672554618336,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/artifacts/service-BasicOnboardTlfnrs-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-01T06:32:42.119Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-01T06:32:42.119Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:32:42.119Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672554618673,
"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=?
2023-01-01T06:32:42.126Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e604b857-aef1-4c9b-a278-1d8d21a683a2
2023-01-01T06:32:42.126Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e604b857-aef1-4c9b-a278-1d8d21a683a2 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 (?, ?, ?, ?, ?)
2023-01-01T06:32:42.137Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:32:42.137Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2",
"consumerID": "aai-model-loader",
"timestamp": 1672554619338,
"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=?
2023-01-01T06:32:42.146Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e604b857-aef1-4c9b-a278-1d8d21a683a2
2023-01-01T06:32:42.146Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e604b857-aef1-4c9b-a278-1d8d21a683a2 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 (?, ?, ?, ?, ?)
2023-01-01T06:33:04.707Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 254f278e-1384-46d4-bba6-f98c65998e2d
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=?
2023-01-01T06:33:04.721Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 254f278e-1384-46d4-bba6-f98c65998e2d
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=?
2023-01-01T06:33:04.726Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-01T06:33:04.727Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-01T06:33:04.727Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-01T06:33:04.727Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-01T06:33:04.727Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-01T06:33:04.727Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-01T06:33:04.727Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-01T06:33:04.728Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-01T06:33:04.728Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-01T06:33:04.728Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||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=?
2023-01-01T06:33:04.735Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-01T06:33:34.736Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 254f278e-1384-46d4-bba6-f98c65998e2d 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=?
2023-01-01T06:33:34.752Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 254f278e-1384-46d4-bba6-f98c65998e2d and serviceModelVersionId: 5afbd0fb-3a90-40e3-a8bc-6744c0eca4bc
2023-01-01T06:33:34.753Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 82b2443f-d1a3-4d79-99cd-a68833c3af16
2023-01-01T06:33:41.400Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T06:33:41.402Z||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.
2023-01-01T06:33:41.402Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:33:50.968Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:33:55.275Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/82b2443f-d1a3-4d79-99cd-a68833c3af16/model-vers/model-ver/5afbd0fb-3a90-40e3-a8bc-6744c0eca4bc?depth=0
2023-01-01T06:33:55.437Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-01-01T06:33:56.119Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/82b2443f-d1a3-4d79-99cd-a68833c3af16/model-vers/model-ver/5afbd0fb-3a90-40e3-a8bc-6744c0eca4bc?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-01-01T06:33:56.127Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/82b2443f-d1a3-4d79-99cd-a68833c3af16/model-vers/model-ver/5afbd0fb-3a90-40e3-a8bc-6744c0eca4bc?depth=0|INFO|500||Invoke
2023-01-01T06:33:56.309Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/82b2443f-d1a3-4d79-99cd-a68833c3af16/model-vers/model-ver/5afbd0fb-3a90-40e3-a8bc-6744c0eca4bc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-01-01T06:33:56.530Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/82b2443f-d1a3-4d79-99cd-a68833c3af16/model-vers/model-ver/5afbd0fb-3a90-40e3-a8bc-6744c0eca4bc?depth=0|INFO|500||InvokeReturn
2023-01-01T06:33:56.531Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/82b2443f-d1a3-4d79-99cd-a68833c3af16/model-vers/model-ver/5afbd0fb-3a90-40e3-a8bc-6744c0eca4bc?depth=0 has http status code:200 and response headers:{date=[Sun, 01 Jan 2023 06:33:56 GMT], content-length=[0], vertex-id=[241720], x-aai-txid=[0-aai-resources-230101-06:33:56:504-40544], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-01T06:33:56.532Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2023-01-01T06:33:56.536Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-01T06:33:56.536Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||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=?
2023-01-01T06:33:56.544Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||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)
2023-01-01T06:33:56.546Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 254f278e-1384-46d4-bba6-f98c65998e2d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-01T06:33:56.547Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-01T06:33:56.548Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-01T06:33:56.551Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-01T06:33:56.551Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672554836546,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-01T06:33:56.652Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-01T06:33:56.654Z||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.
2023-01-01T06:33:56.654Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:33:56.672Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:33:56.673Z||pool-18-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=?
2023-01-01T06:33:57.570Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T06:33:57.571Z|254f278e-1384-46d4-bba6-f98c65998e2d|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.
2023-01-01T06:33:57.572Z|254f278e-1384-46d4-bba6-f98c65998e2d|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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:34:03.161Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:34:03.163Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-01T06:34:03.164Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"e604b857-aef1-4c9b-a278-1d8d21a683a2","serviceName":"basic_onboard_TlFNrs","serviceVersion":"1.0","serviceUUID":"678c8802-7599-4c70-b8b8-26b5e6a1cf4f","serviceDescription":"service","serviceInvariantUUID":"95da4aa9-1c52-4dd7-a54a-1860872b71f2","resources":[{"resourceInstanceName":"basic_onboard_TlFNrs 0","resourceName":"basic_onboard_TlFNrs","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7edb5231-2fd9-4966-8fa7-54679a4b256e","resourceInvariantUUID":"f2ca7dec-2e39-452a-87f8-a8033a00aea4","resourceCustomizationUUID":"7cdc40ad-feea-4724-9f4f-3b1683692be7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/vf-license-model.xml","artifactChecksum":"YzZlNjA3ZTkwOTJhYWY2MzdjNTU1MDMzOTc0MWM4Y2Q\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a6d15fed-6297-49e8-ad9d-92f26b1f1a73","artifactVersion":"1"},{"artifactName":"basic_onboard_tlfnrs0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/basic_onboard_tlfnrs0_modules.json","artifactChecksum":"YmRiNDYyYTQ4ZjkzMzc0YjRhNWI3ODhhZWE2ZDU1N2Q\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3c2db5bc-de6a-4e31-8bc6-7d6fedbb7516","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"dd67d5be-6d15-43dc-b4be-df8ec2340011","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"21084b2b-af4f-43da-93fe-23eb61cf7a4b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"68c1d70a-8583-4f4f-a6ad-cc33c582392a","artifactVersion":"2","generatedFromUUID":"dd67d5be-6d15-43dc-b4be-df8ec2340011"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardTlfnrs-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/artifacts/service-BasicOnboardTlfnrs-template.yml","artifactChecksum":"OTIwMjM1NDk1OWEzMzQ0NzA2MGM2NGEwMzEyODYyNzE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"353e4759-c3cf-410b-96e1-6c622d1fc600","artifactVersion":"1"},{"artifactName":"service-BasicOnboardTlfnrs-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/artifacts/service-BasicOnboardTlfnrs-csar.csar","artifactChecksum":"NTdlYzY3M2Y5ZDk3MWM3ZjQ1ZDA4MzQzOWM1NGQ4ODY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"55832996-7366-496b-a7fe-2388730bdbfc","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-01T06:34:03.172Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-01T06:34:03.173Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-01T06:34:03.177Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-01T06:34:03.178Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672554837570,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-01T06:34:03.278Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-01T06:34:03.279Z||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.
2023-01-01T06:34:03.279Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:34:03.292Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:34:03.293Z||pool-19-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-01-01T06:34:04.179Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-01T06:34:04.180Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-01T06:34:04.183Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-01T06:34:04.183Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672554837570,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/basic_onboard_tlfnrs0_modules.json",
"status": "NOTIFIED"
}
2023-01-01T06:34:04.283Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-01T06:34:04.285Z||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.
2023-01-01T06:34:04.285Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:34:04.302Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:34:04.302Z||pool-20-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":3,"count":1}
2023-01-01T06:34:05.184Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-01T06:34:05.185Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-01T06:34:05.188Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-01T06:34:05.189Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672554837570,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-01-01T06:34:05.288Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-01T06:34:05.289Z||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.
2023-01-01T06:34:05.289Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:34:05.304Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:34:05.304Z||pool-21-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2023-01-01T06:34:06.190Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-01T06:34:06.191Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-01T06:34:06.193Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-01T06:34:06.193Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672554837570,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-01T06:34:06.293Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-01T06:34:06.295Z||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.
2023-01-01T06:34:06.295Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:34:06.307Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:34:06.308Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-01-01T06:34:07.194Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-01T06:34:07.195Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-01T06:34:07.197Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-01T06:34:07.198Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672554837570,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-01-01T06:34:07.298Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-01T06:34:07.299Z||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.
2023-01-01T06:34:07.299Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:34:07.312Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:34:07.313Z||pool-23-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-01-01T06:34:08.198Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-01T06:34:08.199Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-01T06:34:08.201Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-01T06:34:08.202Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672554837570,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/artifacts/service-BasicOnboardTlfnrs-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-01T06:34:08.302Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-01T06:34:08.303Z||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.
2023-01-01T06:34:08.303Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:34:08.318Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:34:08.318Z||pool-24-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2023-01-01T06:34:09.203Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-01T06:34:09.204Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-01T06:34:09.208Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-01T06:34:09.208Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672554837570,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/artifacts/service-BasicOnboardTlfnrs-csar.csar",
"status": "NOTIFIED"
}
2023-01-01T06:34:09.308Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-01T06:34:09.310Z||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.
2023-01-01T06:34:09.310Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:34:09.326Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:34:09.327Z||pool-25-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2023-01-01T06:34:10.211Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2",
"serviceName": "basic_onboard_TlFNrs",
"serviceVersion": "1.0",
"serviceUUID": "678c8802-7599-4c70-b8b8-26b5e6a1cf4f",
"serviceDescription": "service",
"serviceInvariantUUID": "95da4aa9-1c52-4dd7-a54a-1860872b71f2",
"resources": [
{
"resourceInstanceName": "basic_onboard_TlFNrs 0",
"resourceCustomizationUUID": "7cdc40ad-feea-4724-9f4f-3b1683692be7",
"resourceName": "basic_onboard_TlFNrs",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "7edb5231-2fd9-4966-8fa7-54679a4b256e",
"resourceInvariantUUID": "f2ca7dec-2e39-452a-87f8-a8033a00aea4",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_tlfnrs0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/basic_onboard_tlfnrs0_modules.json",
"artifactChecksum": "YmRiNDYyYTQ4ZjkzMzc0YjRhNWI3ODhhZWE2ZDU1N2Q\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "3c2db5bc-de6a-4e31-8bc6-7d6fedbb7516",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "dd67d5be-6d15-43dc-b4be-df8ec2340011",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "68c1d70a-8583-4f4f-a6ad-cc33c582392a",
"generatedFromUUID": "dd67d5be-6d15-43dc-b4be-df8ec2340011"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "68c1d70a-8583-4f4f-a6ad-cc33c582392a",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardTlfnrs-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/artifacts/service-BasicOnboardTlfnrs-csar.csar",
"artifactChecksum": "NTdlYzY3M2Y5ZDk3MWM3ZjQ1ZDA4MzQzOWM1NGQ4ODY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "55832996-7366-496b-a7fe-2388730bdbfc"
}
],
"workloadContext": "Production"
}
2023-01-01T06:34:10.211Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-01T06:34:10.211Z|254f278e-1384-46d4-bba6-f98c65998e2d|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 678c8802-7599-4c70-b8b8-26b5e6a1cf4f ASDC
2023-01-01T06:34:10.212Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:e604b857-aef1-4c9b-a278-1d8d21a683a2
ServiceName:basic_onboard_TlFNrs
ServiceVersion:1.0
ServiceUUID:678c8802-7599-4c70-b8b8-26b5e6a1cf4f
ServiceInvariantUUID:95da4aa9-1c52-4dd7-a54a-1860872b71f2
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardTlfnrs-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/artifacts/service-BasicOnboardTlfnrs-csar.csar
ArtifactUUID:55832996-7366-496b-a7fe-2388730bdbfc
ArtifactChecksum:NTdlYzY3M2Y5ZDk3MWM3ZjQ1ZDA4MzQzOWM1NGQ4ODY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_TlFNrs 0
ResourceCustomizationUUID:7cdc40ad-feea-4724-9f4f-3b1683692be7
ResourceInvariantUUID:f2ca7dec-2e39-452a-87f8-a8033a00aea4
ResourceName:basic_onboard_TlFNrs
ResourceType:VF
ResourceUUID:7edb5231-2fd9-4966-8fa7-54679a4b256e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_tlfnrs0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/basic_onboard_tlfnrs0_modules.json
ArtifactUUID:3c2db5bc-de6a-4e31-8bc6-7d6fedbb7516
ArtifactChecksum:YmRiNDYyYTQ4ZjkzMzc0YjRhNWI3ODhhZWE2ZDU1N2Q=
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/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/base_ubuntu18.yaml
ArtifactUUID:dd67d5be-6d15-43dc-b4be-df8ec2340011
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/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/base_ubuntu18.env
ArtifactUUID:68c1d70a-8583-4f4f-a6ad-cc33c582392a
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/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/base_ubuntu18.env
ArtifactUUID:68c1d70a-8583-4f4f-a6ad-cc33c582392a
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-01-01T06:34:10.213Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 678c8802-7599-4c70-b8b8-26b5e6a1cf4f 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=?
2023-01-01T06:34:10.256Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-01T06:34:10.258Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-01-01T06:34:10.258Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-01-01T06:34:10.258Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 55832996-7366-496b-a7fe-2388730bdbfc from URL: /sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/artifacts/service-BasicOnboardTlfnrs-csar.csar
2023-01-01T06:34:10.259Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-01-01T06:34:10.259Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/artifacts/service-BasicOnboardTlfnrs-csar.csar
2023-01-01T06:34:10.477Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-01-01T06:34:10.482Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/artifacts/service-BasicOnboardTlfnrs-csar.csar 55832996-7366-496b-a7fe-2388730bdbfc 75661
2023-01-01T06:34:10.482Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/artifacts/service-BasicOnboardTlfnrs-csar.csar ASDC sendASDCNotification
2023-01-01T06:34:10.483Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/artifacts/service-BasicOnboardTlfnrs-csar.csar
2023-01-01T06:34:10.483Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-01T06:34:10.484Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-01T06:34:10.486Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-01T06:34:10.487Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672554850482,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/artifacts/service-BasicOnboardTlfnrs-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-01T06:34:10.587Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-01T06:34:10.588Z||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.
2023-01-01T06:34:10.588Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:34:10.602Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:34:10.603Z||pool-26-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2023-01-01T06:34:11.487Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-01T06:34:11.489Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-01-01T06:34:11.490Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 55832996-7366-496b-a7fe-2388730bdbfc, URL: /sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/artifacts/service-BasicOnboardTlfnrs-csar.csar to file: /app/ASDC/1/service-BasicOnboardTlfnrs-csar.csar
2023-01-01T06:34:11.491Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardTlfnrs-csar.csar
2023-01-01T06:34:11.491Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardTlfnrs-csar.csar
2023-01-01T06:34:11.492Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardTlfnrs-csar.csar
2023-01-01T06:34:11.827Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6246598566262833223/Definitions/service-BasicOnboardTlfnrs-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
2023-01-01T06:34:13.657Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-01T06:34:13.657Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-01-01T06:34:13.657Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardTlfnrs-csar.csar
2023-01-01T06:34:13.657Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-01-01T06:34:13.657Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_TlFNrs 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-BasicOnboardTlfnrs-csar.csar
2023-01-01T06:34:13.658Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardTlfnrs-csar.csar
2023-01-01T06:34:13.658Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||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-BasicOnboardTlfnrs-csar.csar
2023-01-01T06:34:13.658Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||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-BasicOnboardTlfnrs-csar.csar
2023-01-01T06:34:13.658Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||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-BasicOnboardTlfnrs-csar.csar
2023-01-01T06:34:13.658Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardTlfnrs-csar.csar
2023-01-01T06:34:13.658Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||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-BasicOnboardTlfnrs-csar.csar
2023-01-01T06:34:13.658Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-01-01T06:34:13.658Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-01T06:34:13.659Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_TlFNrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-01T06:34:13.659Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_TlFNrs 0 is matching search criteria
2023-01-01T06:34:13.659Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-01-01T06:34:13.659Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_TlFNrs 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-01T06:34:13.659Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-01T06:34:13.660Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_TlFNrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-01T06:34:13.660Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_TlFNrs 0 is matching search criteria
2023-01-01T06:34:13.660Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-01-01T06:34:13.660Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_TlFNrs 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-01T06:34:13.660Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-01T06:34:13.660Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_TlFNrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-01T06:34:13.661Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-01T06:34:13.661Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_TlFNrs 0 is not matching search criteria
2023-01-01T06:34:13.661Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2023-01-01T06:34:13.661Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2023-01-01T06:34:13.661Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2023-01-01T06:34:13.661Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-01-01T06:34:13.662Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-01T06:34:13.662Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-01T06:34:13.662Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_TlFNrs is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-01T06:34:13.662Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-01T06:34:13.663Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_TlFNrs 0 is matching search criteria
2023-01-01T06:34:13.663Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_TlFNrs 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-01T06:34:13.663Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-01T06:34:13.663Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_TlFNrs 0 is matching search criteria
2023-01-01T06:34:13.663Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_TlFNrs 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-01T06:34:13.664Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-01T06:34:13.664Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_TlFNrs 0 is matching search criteria
2023-01-01T06:34:13.664Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_TlFNrs 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-01T06:34:13.664Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-01T06:34:13.665Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_TlFNrs 0 is not matching search criteria
2023-01-01T06:34:13.665Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-01-01T06:34:13.665Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-01-01T06:34:13.665Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=d18d0c76-65e5-4968-ac3c-7f2ac99d6680
2023-01-01T06:34:13.665Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-01T06:34:13.665Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_TlFNrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-01T06:34:13.666Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-01T06:34:13.666Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_TlFNrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-01T06:34:13.666Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-01T06:34:13.666Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_TlFNrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-01T06:34:13.666Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-01T06:34:13.666Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_TlFNrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-01T06:34:13.667Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_TlFNrs
Description:service
Model UUID:678c8802-7599-4c70-b8b8-26b5e6a1cf4f
Model Version:NULL
Model InvariantUuid:95da4aa9-1c52-4dd7-a54a-1860872b71f2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_TlFNrs
Model UUID:827d6747-dd4b-4159-9b2c-a5285d90f99e
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f2ca7dec-2e39-452a-87f8-a8033a00aea4
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:7cdc40ad-feea-4724-9f4f-3b1683692be7
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:c96642ad-2bae-49d3-9ae8-7dead861ee9b
ModelName:BasicOnboardTlfnrs..base_ubuntu18..module-0
ModelUuid:b17d5ad7-a142-4dd7-a0f8-253879269cf1
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:d18d0c76-65e5-4968-ac3c-7f2ac99d6680
ModelInvariantUuid:fd7b17d3-d02d-4b64-a26c-75e6da90040e
ModelName:basic_onboard_TlFNrs-nodes.ubuntu18Cvfc
ModelUuid:1ae83c14-548a-4322-bbd8-b1bd2319ba87
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:df4458fb-9241-44d0-90ea-1b46ed9ca75b
ModelInvariantUuid:8ff3760f-d8b8-47d5-8ff0-4479e3a73b9a
ModelName:BasicOnboardTlfnrs.compute.nodes.heat.ubuntu18
ModelUuid:15b1c6a1-b147-425e-a5a3-ab7143162af4
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=?
2023-01-01T06:34:13.676Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 7edb5231-2fd9-4966-8fa7-54679a4b256e
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=?
2023-01-01T06:34:13.680Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||basic_onboard_TlFNrs 0
2023-01-01T06:34:13.681Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7edb5231-2fd9-4966-8fa7-54679a4b256e
2023-01-01T06:34:13.681Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 3c2db5bc-de6a-4e31-8bc6-7d6fedbb7516 from URL: /sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/basic_onboard_tlfnrs0_modules.json
2023-01-01T06:34:13.681Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-01-01T06:34:13.681Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/basic_onboard_tlfnrs0_modules.json
2023-01-01T06:34:13.737Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-01-01T06:34:13.737Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/basic_onboard_tlfnrs0_modules.json 3c2db5bc-de6a-4e31-8bc6-7d6fedbb7516 798
2023-01-01T06:34:13.738Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/basic_onboard_tlfnrs0_modules.json ASDC sendASDCNotification
2023-01-01T06:34:13.738Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/basic_onboard_tlfnrs0_modules.json
2023-01-01T06:34:13.738Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-01T06:34:13.739Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-01T06:34:13.741Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-01T06:34:13.741Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672554853738,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/basic_onboard_tlfnrs0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-01T06:34:13.841Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-01T06:34:13.842Z||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.
2023-01-01T06:34:13.842Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:34:13.857Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:34:13.858Z||pool-27-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2023-01-01T06:34:14.741Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardTlfnrs..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "c96642ad-2bae-49d3-9ae8-7dead861ee9b",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "b17d5ad7-a142-4dd7-a0f8-253879269cf1",
"vfModuleModelCustomizationUUID": "b0ceed73-a33e-4980-857f-ec3b4bfe069c",
"isBase": true,
"artifacts": [
"dd67d5be-6d15-43dc-b4be-df8ec2340011",
"68c1d70a-8583-4f4f-a6ad-cc33c582392a"
],
"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": ""
}
}
]
2023-01-01T06:34:14.747Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardTlfnrs..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b17d5ad7-a142-4dd7-a0f8-253879269cf1
VfModuleModelInvariantUUID:c96642ad-2bae-49d3-9ae8-7dead861ee9b
VfModuleModelDescription:NULL
Artifacts UUID List:{
dd67d5be-6d15-43dc-b4be-df8ec2340011
,
68c1d70a-8583-4f4f-a6ad-cc33c582392a
}
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
}
2023-01-01T06:34:14.749Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardTlfnrs..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "c96642ad-2bae-49d3-9ae8-7dead861ee9b",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "b17d5ad7-a142-4dd7-a0f8-253879269cf1",
"vfModuleModelCustomizationUUID": "b0ceed73-a33e-4980-857f-ec3b4bfe069c",
"isBase": true,
"artifacts": [
"dd67d5be-6d15-43dc-b4be-df8ec2340011",
"68c1d70a-8583-4f4f-a6ad-cc33c582392a"
],
"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": ""
}
}
]
2023-01-01T06:34:14.749Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardTlfnrs..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b17d5ad7-a142-4dd7-a0f8-253879269cf1
VfModuleModelInvariantUUID:c96642ad-2bae-49d3-9ae8-7dead861ee9b
VfModuleModelDescription:NULL
Artifacts UUID List:{
dd67d5be-6d15-43dc-b4be-df8ec2340011
,
68c1d70a-8583-4f4f-a6ad-cc33c582392a
}
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
}
2023-01-01T06:34:14.749Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: dd67d5be-6d15-43dc-b4be-df8ec2340011 from URL: /sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/base_ubuntu18.yaml
2023-01-01T06:34:14.750Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-01-01T06:34:14.750Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/base_ubuntu18.yaml
2023-01-01T06:34:14.800Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-01-01T06:34:14.800Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/base_ubuntu18.yaml dd67d5be-6d15-43dc-b4be-df8ec2340011 5033
2023-01-01T06:34:14.801Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-01-01T06:34:14.802Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/base_ubuntu18.yaml
2023-01-01T06:34:14.802Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-01T06:34:14.802Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-01T06:34:14.805Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-01T06:34:14.805Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672554854801,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-01T06:34:14.906Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-01T06:34:14.907Z||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.
2023-01-01T06:34:14.907Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:34:14.919Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:34:14.920Z||pool-28-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2023-01-01T06:34:15.806Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 68c1d70a-8583-4f4f-a6ad-cc33c582392a from URL: /sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/base_ubuntu18.env
2023-01-01T06:34:15.807Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-01-01T06:34:15.807Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/base_ubuntu18.env
2023-01-01T06:34:15.853Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-01-01T06:34:15.853Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/base_ubuntu18.env 68c1d70a-8583-4f4f-a6ad-cc33c582392a 909
2023-01-01T06:34:15.854Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-01-01T06:34:15.854Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/base_ubuntu18.env
2023-01-01T06:34:15.854Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-01T06:34:15.854Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-01T06:34:15.857Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-01T06:34:15.857Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672554855853,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-01-01T06:34:15.957Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-01T06:34:15.958Z||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.
2023-01-01T06:34:15.958Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:34:15.970Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:34:15.971Z||pool-29-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2023-01-01T06:34:16.858Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 678c8802-7599-4c70-b8b8-26b5e6a1cf4f
2023-01-01T06:34:16.858Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_TlFNrs 0 7edb5231-2fd9-4966-8fa7-54679a4b256e 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=?
2023-01-01T06:34:16.879Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@46fa8661, org.onap.sdc.toscaparser.api.parameters.Input@25c88693, org.onap.sdc.toscaparser.api.parameters.Input@7bfdcd62, org.onap.sdc.toscaparser.api.parameters.Input@3085e34c, org.onap.sdc.toscaparser.api.parameters.Input@225ea2b3]
2023-01-01T06:34:16.881Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-01T06:34:16.881Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_TlFNrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-01T06:34:16.882Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic
2023-01-01T06:34:16.882Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 7cdc40ad-feea-4724-9f4f-3b1683692be7
2023-01-01T06:34:16.882Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7cdc40ad-feea-4724-9f4f-3b1683692be7 matches Tosca VF Customization UUID: 7cdc40ad-feea-4724-9f4f-3b1683692be7
2023-01-01T06:34:16.883Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 7cdc40ad-feea-4724-9f4f-3b1683692be7 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=?
2023-01-01T06:34:16.893Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-01T06:34:16.895Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_TlFNrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-01T06:34:16.896Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 7cdc40ad-feea-4724-9f4f-3b1683692be7: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-01-01T06:34:16.896Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@49c011b5
2023-01-01T06:34:16.897Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-01T06:34:16.897Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_TlFNrs is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-01T06:34:16.898Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b0ceed73-a33e-4980-857f-ec3b4bfe069c
2023-01-01T06:34:16.898Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b0ceed73-a33e-4980-857f-ec3b4bfe069c
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=?
2023-01-01T06:34:16.902Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-01T06:34:16.902Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_TlFNrs 0 is matching search criteria
2023-01-01T06:34:16.902Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_TlFNrs 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-01T06:34:16.903Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-01T06:34:16.903Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_TlFNrs 0 is matching search criteria
2023-01-01T06:34:16.904Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_TlFNrs 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-01T06:34:16.904Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-01T06:34:16.905Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_TlFNrs 0 is not matching search criteria
2023-01-01T06:34:16.905Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-01-01T06:34:16.905Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-01-01T06:34:16.906Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=d18d0c76-65e5-4968-ac3c-7f2ac99d6680
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=?
2023-01-01T06:34:16.910Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-01T06:34:16.911Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_TlFNrs 0 is matching search criteria
2023-01-01T06:34:16.911Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_TlFNrs 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-01T06:34:16.912Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-01T06:34:16.912Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_TlFNrs 0 is matching search criteria
2023-01-01T06:34:16.912Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_TlFNrs 0] matching following query criteria: sdcType=VF, customizationUUID=7cdc40ad-feea-4724-9f4f-3b1683692be7
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=?
2023-01-01T06:34:16.916Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-01T06:34:16.916Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_TlFNrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-01T06:34:16.916Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 678c8802-7599-4c70-b8b8-26b5e6a1cf4f: basic_onboard_TlFNrs
2023-01-01T06:34:16.917Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-01T06:34:16.917Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_TlFNrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-01T06:34:16.918Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-01T06:34:16.918Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_TlFNrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-01T06:34:16.918Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-01T06:34:16.918Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_TlFNrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-01T06:34:16.919Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-01T06:34:16.919Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_TlFNrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-01T06:34:16.919Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-01T06:34:16.919Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_TlFNrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-01T06:34:16.920Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||Saving Service: basic_onboard_TlFNrs
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 (?, ?, ?, ?, ?)
2023-01-01T06:34:17.019Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_TlFNrs 7edb5231-2fd9-4966-8fa7-54679a4b256e 1 ASDC deployResourceStructure
2023-01-01T06:34:17.020Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/basic_onboard_tlfnrs0_modules.json ASDC sendASDCNotification
2023-01-01T06:34:17.020Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/basic_onboard_tlfnrs0_modules.json
2023-01-01T06:34:17.020Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-01T06:34:17.021Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-01T06:34:17.023Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-01T06:34:17.023Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672554857020,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/basic_onboard_tlfnrs0_modules.json",
"status": "DEPLOY_OK"
}
2023-01-01T06:34:17.123Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-01T06:34:17.124Z||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.
2023-01-01T06:34:17.124Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:34:17.140Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:34:17.141Z||pool-30-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2023-01-01T06:34:18.024Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-01-01T06:34:18.024Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/base_ubuntu18.yaml
2023-01-01T06:34:18.024Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-01T06:34:18.025Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-01T06:34:18.033Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-01T06:34:18.033Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672554858024,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2023-01-01T06:34:18.129Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2023-01-01T06:34:18.130Z||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.
2023-01-01T06:34:18.130Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:34:18.142Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:34:18.144Z||pool-31-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-01-01T06:34:19.035Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-01-01T06:34:19.035Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/base_ubuntu18.env
2023-01-01T06:34:19.036Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-01T06:34:19.036Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-01T06:34:19.038Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-01T06:34:19.039Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672554859034,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2023-01-01T06:34:19.140Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-01T06:34:19.141Z||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.
2023-01-01T06:34:19.142Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:34:19.156Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:34:19.157Z||pool-32-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2023-01-01T06:34:20.040Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/artifacts/service-BasicOnboardTlfnrs-csar.csar ASDC sendASDCNotification
2023-01-01T06:34:20.041Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/artifacts/service-BasicOnboardTlfnrs-csar.csar
2023-01-01T06:34:20.041Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-01T06:34:20.041Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-01T06:34:20.044Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-01T06:34:20.044Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672554860040,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/artifacts/service-BasicOnboardTlfnrs-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-01T06:34:20.144Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-01T06:34:20.145Z||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.
2023-01-01T06:34:20.145Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:34:20.159Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:34:20.160Z||pool-33-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2023-01-01T06:34:21.045Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e604b857-aef1-4c9b-a278-1d8d21a683a2
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=?
2023-01-01T06:34:21.058Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e604b857-aef1-4c9b-a278-1d8d21a683a2
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=?
2023-01-01T06:34:21.063Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-01T06:34:21.064Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-01T06:34:21.064Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-01T06:34:21.064Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-01T06:34:21.064Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-01T06:34:21.065Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-01T06:34:21.065Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-01T06:34:21.065Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-01T06:34:21.065Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-01T06:34:21.066Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||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=?
2023-01-01T06:34:21.074Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-01T06:34:41.399Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T06:34:41.400Z||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.
2023-01-01T06:34:41.400Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:34:42.037Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:34:42.038Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:34:42.038Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "254f278e-1384-46d4-bba6-f98c65998e2d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672554836546,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-01T06:34:42.039Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-01T06:34:42.039Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:34:42.039Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672554837570,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-01T06:34:42.039Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-01T06:34:42.039Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:34:42.039Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672554837570,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/basic_onboard_tlfnrs0_modules.json",
"status": "NOTIFIED"
}
2023-01-01T06:34:42.040Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-01T06:34:42.040Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:34:42.040Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672554837570,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-01-01T06:34:42.040Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-01T06:34:42.040Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:34:42.040Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672554837570,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-01T06:34:42.040Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-01T06:34:42.040Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:34:42.040Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672554837570,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-01-01T06:34:42.040Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-01T06:34:42.041Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:34:42.041Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672554837570,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/artifacts/service-BasicOnboardTlfnrs-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-01T06:34:42.041Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-01T06:34:42.041Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:34:42.041Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672554837570,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/artifacts/service-BasicOnboardTlfnrs-csar.csar",
"status": "NOTIFIED"
}
2023-01-01T06:34:42.041Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-01T06:34:42.041Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:34:42.041Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672554850482,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/artifacts/service-BasicOnboardTlfnrs-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-01T06:34:42.042Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-01T06:34:42.042Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:34:42.042Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672554853738,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/basic_onboard_tlfnrs0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-01T06:34:42.042Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-01T06:34:42.042Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:34:42.042Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672554854801,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-01T06:34:42.042Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-01T06:34:42.042Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:34:42.042Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672554855853,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-01-01T06:34:42.042Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-01T06:34:42.042Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:34:42.043Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672554857020,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/basic_onboard_tlfnrs0_modules.json",
"status": "DEPLOY_OK"
}
2023-01-01T06:34:42.043Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-01T06:34:42.043Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:34:42.043Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672554858024,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2023-01-01T06:34:42.043Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-01T06:34:42.043Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:34:42.043Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672554859034,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/resourceInstances/basic_onboard_tlfnrs0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2023-01-01T06:34:42.043Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-01T06:34:42.043Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-01T06:34:42.043Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672554860040,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlfnrs/1.0/artifacts/service-BasicOnboardTlfnrs-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-01T06:34:42.044Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-01T06:34:51.075Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e604b857-aef1-4c9b-a278-1d8d21a683a2 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=?
2023-01-01T06:34:51.081Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e604b857-aef1-4c9b-a278-1d8d21a683a2 and serviceModelVersionId: 678c8802-7599-4c70-b8b8-26b5e6a1cf4f
2023-01-01T06:34:51.081Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 95da4aa9-1c52-4dd7-a54a-1860872b71f2
2023-01-01T06:34:51.082Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/95da4aa9-1c52-4dd7-a54a-1860872b71f2/model-vers/model-ver/678c8802-7599-4c70-b8b8-26b5e6a1cf4f?depth=0
2023-01-01T06:34:51.088Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-01-01T06:34:51.148Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/95da4aa9-1c52-4dd7-a54a-1860872b71f2/model-vers/model-ver/678c8802-7599-4c70-b8b8-26b5e6a1cf4f?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-01-01T06:34:51.150Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/95da4aa9-1c52-4dd7-a54a-1860872b71f2/model-vers/model-ver/678c8802-7599-4c70-b8b8-26b5e6a1cf4f?depth=0|INFO|500||Invoke
2023-01-01T06:34:51.189Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/95da4aa9-1c52-4dd7-a54a-1860872b71f2/model-vers/model-ver/678c8802-7599-4c70-b8b8-26b5e6a1cf4f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-01-01T06:34:51.312Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/95da4aa9-1c52-4dd7-a54a-1860872b71f2/model-vers/model-ver/678c8802-7599-4c70-b8b8-26b5e6a1cf4f?depth=0|INFO|500||InvokeReturn
2023-01-01T06:34:51.314Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/95da4aa9-1c52-4dd7-a54a-1860872b71f2/model-vers/model-ver/678c8802-7599-4c70-b8b8-26b5e6a1cf4f?depth=0 has http status code:200 and response headers:{date=[Sun, 01 Jan 2023 06:34:51 GMT], content-length=[0], vertex-id=[200936], x-aai-txid=[0-aai-resources-230101-06:34:51:390-30042], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-01T06:34:51.314Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2023-01-01T06:34:51.315Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-01T06:34:51.315Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||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=?
2023-01-01T06:34:51.319Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||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)
2023-01-01T06:34:51.319Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e604b857-aef1-4c9b-a278-1d8d21a683a2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-01T06:34:51.319Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-01T06:34:51.320Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-01T06:34:51.322Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-01T06:34:51.322Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672554891319,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-01T06:34:51.422Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-01T06:34:51.424Z||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.
2023-01-01T06:34:51.424Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:34:51.445Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:34:51.446Z||pool-34-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-01-01T06:34:52.337Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T06:34:52.338Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|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.
2023-01-01T06:34:52.339Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:35:01.885Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:35:01.886Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T06:35:01.887Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|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.
2023-01-01T06:35:01.887Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:35:11.443Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:35:11.443Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T06:35:11.444Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|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.
2023-01-01T06:35:11.444Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:35:21.001Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:35:21.002Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T06:35:21.004Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|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.
2023-01-01T06:35:21.004Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:35:30.547Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:35:41.396Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T06:35:41.397Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|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.
2023-01-01T06:35:41.397Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:35:41.399Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T06:35:41.400Z||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.
2023-01-01T06:35:41.400Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:35:42.043Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:35:42.044Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-01T06:35:42.044Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e604b857-aef1-4c9b-a278-1d8d21a683a2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672554891319,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-01T06:35:42.045Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-01T06:35:50.960Z|e604b857-aef1-4c9b-a278-1d8d21a683a2|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:36:41.396Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T06:36:41.397Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-01T06:36:41.397Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:36:41.399Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T06:36:41.400Z||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.
2023-01-01T06:36:41.400Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:36:50.951Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:36:50.952Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:37:41.397Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T06:37:41.398Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-01T06:37:41.398Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:37:41.399Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T06:37:41.400Z||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.
2023-01-01T06:37:41.400Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:37:50.955Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:37:50.958Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:38:41.396Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T06:38:41.397Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-01T06:38:41.397Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:38:41.399Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T06:38:41.400Z||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.
2023-01-01T06:38:41.400Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:38:50.948Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:38:50.951Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:39:41.396Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T06:39:41.397Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-01T06:39:41.397Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:39:41.399Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T06:39:41.401Z||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.
2023-01-01T06:39:41.401Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:39:50.943Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:39:50.944Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:40:41.396Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T06:40:41.397Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-01T06:40:41.397Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:40:41.399Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T06:40:41.399Z||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.
2023-01-01T06:40:41.400Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:40:50.952Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:40:50.953Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:41:41.396Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T06:41:41.397Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-01T06:41:41.397Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:41:41.399Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T06:41:41.400Z||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.
2023-01-01T06:41:41.400Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:41:50.964Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:41:50.965Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:42:41.396Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T06:42:41.398Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-01T06:42:41.398Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:42:41.399Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T06:42:41.399Z||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.
2023-01-01T06:42:41.400Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:42:50.965Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:42:50.966Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:43:41.396Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T06:43:41.397Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-01T06:43:41.397Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:43:41.399Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T06:43:41.399Z||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.
2023-01-01T06:43:41.400Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:43:50.959Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:43:50.959Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:44:41.396Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T06:44:41.397Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-01T06:44:41.397Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:44:41.399Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T06:44:41.400Z||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.
2023-01-01T06:44:41.400Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:44:42.975Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:44:42.977Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-01T06:44:42.977Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdbe8dce-0f2b-4371-b19d-aee369de0004",
"consumerID": "cds-sdc-listener",
"timestamp": 1672555443835,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-01T06:44:42.979Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-01T06:44:43.452Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:44:43.453Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-01T06:44:43.454Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"cdbe8dce-0f2b-4371-b19d-aee369de0004","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"66ceb9ff-c4ff-4d8d-8a05-176925772ef8","serviceDescription":"service","serviceInvariantUUID":"4b1e1372-2f92-4b6f-8519-359b4ca1c07d","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"d184bff2-4444-41e6-a336-c2fecbf7768a","resourceInvariantUUID":"f2369ec5-a8e8-49b7-90b6-b633dbbaf2ab","resourceCustomizationUUID":"64f233fb-788d-486c-82a8-6cb6770888d2","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":"NzUyZDMzMGYyYTNiZjcyNjNiZDMwYzZkMWJlMmQ2OWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"51ede46a-4bc1-4f9c-ae87-15fd25394ee2","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YmFmNDgwMGZlMTdiYjNmMjVjYTRjMjg3Mjg4YzkwY2I\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4b14eb08-81c0-437e-b688-9cba96ed7c23","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-01T06:44:43.465Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-01T06:44:43.469Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-01T06:44:43.474Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-01T06:44:43.490Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "cdbe8dce-0f2b-4371-b19d-aee369de0004",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672555481396,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-01T06:44:43.573Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 81 ms
2023-01-01T06:44:43.574Z||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.
2023-01-01T06:44:43.574Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:44:43.592Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:44:43.593Z||pool-35-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":5,"count":1}
2023-01-01T06:44:44.492Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-01T06:44:44.493Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-01T06:44:44.501Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-01T06:44:44.501Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "cdbe8dce-0f2b-4371-b19d-aee369de0004",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672555481396,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-01T06:44:44.601Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-01T06:44:44.602Z||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.
2023-01-01T06:44:44.602Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:44:44.616Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:44:44.618Z||pool-36-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2023-01-01T06:44:45.510Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "cdbe8dce-0f2b-4371-b19d-aee369de0004",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "66ceb9ff-c4ff-4d8d-8a05-176925772ef8",
"serviceDescription": "service",
"serviceInvariantUUID": "4b1e1372-2f92-4b6f-8519-359b4ca1c07d",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "64f233fb-788d-486c-82a8-6cb6770888d2",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "d184bff2-4444-41e6-a336-c2fecbf7768a",
"resourceInvariantUUID": "f2369ec5-a8e8-49b7-90b6-b633dbbaf2ab",
"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": "YmFmNDgwMGZlMTdiYjNmMjVjYTRjMjg3Mjg4YzkwY2I\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "4b14eb08-81c0-437e-b688-9cba96ed7c23"
}
],
"workloadContext": "Production"
}
2023-01-01T06:44:45.510Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-01T06:44:45.510Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 66ceb9ff-c4ff-4d8d-8a05-176925772ef8 ASDC
2023-01-01T06:44:45.511Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:cdbe8dce-0f2b-4371-b19d-aee369de0004
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:66ceb9ff-c4ff-4d8d-8a05-176925772ef8
ServiceInvariantUUID:4b1e1372-2f92-4b6f-8519-359b4ca1c07d
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:4b14eb08-81c0-437e-b688-9cba96ed7c23
ArtifactChecksum:YmFmNDgwMGZlMTdiYjNmMjVjYTRjMjg3Mjg4YzkwY2I=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:64f233fb-788d-486c-82a8-6cb6770888d2
ResourceInvariantUUID:f2369ec5-a8e8-49b7-90b6-b633dbbaf2ab
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:d184bff2-4444-41e6-a336-c2fecbf7768a
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2023-01-01T06:44:45.511Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 66ceb9ff-c4ff-4d8d-8a05-176925772ef8 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 (?, ?, ?, ?, ?)
2023-01-01T06:44:45.555Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-01T06:44:45.556Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-01T06:44:45.556Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-01T06:44:45.556Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 4b14eb08-81c0-437e-b688-9cba96ed7c23 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-01T06:44:45.556Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-01T06:44:45.557Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-01T06:44:45.684Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-01T06:44:45.687Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 4b14eb08-81c0-437e-b688-9cba96ed7c23 57792
2023-01-01T06:44:45.689Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-01-01T06:44:45.689Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-01T06:44:45.690Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-01T06:44:45.690Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-01T06:44:45.692Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-01T06:44:45.693Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "cdbe8dce-0f2b-4371-b19d-aee369de0004",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672555485689,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-01T06:44:45.793Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-01T06:44:45.794Z||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.
2023-01-01T06:44:45.794Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:44:45.808Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:44:45.809Z||pool-37-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2023-01-01T06:44:46.693Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-01T06:44:46.694Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-01T06:44:46.694Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 4b14eb08-81c0-437e-b688-9cba96ed7c23, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-01T06:44:46.695Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-01-01T06:44:46.695Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-01T06:44:46.696Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-01T06:44:46.939Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15490783691121117206/Definitions/service-BasicNetwork-template.yml
2023-01-01T06:44:47.636Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-01T06:44:47.637Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-01-01T06:44:47.637Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-01T06:44:47.638Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-01-01T06:44:47.638Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-01T06:44:47.638Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-01T06:44:47.638Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-01T06:44:47.638Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-01T06:44:47.639Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-01T06:44:47.639Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-01T06:44:47.639Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-01T06:44:47.639Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-01T06:44:47.639Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-01-01T06:44:47.640Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-01T06:44:47.640Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-01T06:44:47.641Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-01-01T06:44:47.641Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-01-01T06:44:47.641Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-01T06:44:47.642Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-01T06:44:47.642Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-01T06:44:47.642Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-01-01T06:44:47.642Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-01-01T06:44:47.642Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-01T06:44:47.643Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-01T06:44:47.643Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-01T06:44:47.644Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-01T06:44:47.644Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-01T06:44:47.644Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-01T06:44:47.645Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-01T06:44:47.645Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-01T06:44:47.645Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-01T06:44:47.646Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-01T06:44:47.646Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-01T06:44:47.646Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:66ceb9ff-c4ff-4d8d-8a05-176925772ef8
Model Version:NULL
Model InvariantUuid:4b1e1372-2f92-4b6f-8519-359b4ca1c07d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:f2369ec5-a8e8-49b7-90b6-b633dbbaf2ab
Model UUID:040e8e5a-1214-41b0-bb9c-3cd7d6094a52
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:64f233fb-788d-486c-82a8-6cb6770888d2
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=?
2023-01-01T06:44:47.667Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||INFO|500||Processing Resource Type: VL, Model UUID: d184bff2-4444-41e6-a336-c2fecbf7768a
2023-01-01T06:44:47.667Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||INFO|500||No resources found for Service: 66ceb9ff-c4ff-4d8d-8a05-176925772ef8
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=?
2023-01-01T06:44:47.695Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||INFO|500||
2023-01-01T06:44:47.696Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2023-01-01T06:44:47.697Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 66ceb9ff-c4ff-4d8d-8a05-176925772ef8
2023-01-01T06:44:47.698Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 66ceb9ff-c4ff-4d8d-8a05-176925772ef8
2023-01-01T06:44:47.698Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2023-01-01T06:44:47.698Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-01T06:44:47.726Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@67584016, org.onap.sdc.toscaparser.api.parameters.Input@1f977e8f, org.onap.sdc.toscaparser.api.parameters.Input@39eecb05, org.onap.sdc.toscaparser.api.parameters.Input@949d9b3, org.onap.sdc.toscaparser.api.parameters.Input@2cb4707c]
2023-01-01T06:44:47.728Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-01T06:44:47.728Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-01T06:44:47.729Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-01T06:44:47.729Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-01T06:44:47.729Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 66ceb9ff-c4ff-4d8d-8a05-176925772ef8: Generic NeutronNet
2023-01-01T06:44:47.729Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-01T06:44:47.730Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-01T06:44:47.730Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-01T06:44:47.730Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2023-01-01T06:44:47.808Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-01T06:44:47.808Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-01T06:44:47.815Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-01T06:44:47.816Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-01T06:44:47.816Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-01T06:44:47.816Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-01T06:44:47.817Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2023-01-01T06:44:47.909Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2023-01-01T06:44:47.909Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-01-01T06:44:47.909Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-01T06:44:47.909Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-01T06:44:47.910Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-01T06:44:47.912Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-01T06:44:47.913Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "cdbe8dce-0f2b-4371-b19d-aee369de0004",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672555487909,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-01T06:44:48.014Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-01T06:44:48.016Z||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.
2023-01-01T06:44:48.016Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:44:48.029Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:44:48.030Z||pool-38-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-01-01T06:44:48.914Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cdbe8dce-0f2b-4371-b19d-aee369de0004
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=?
2023-01-01T06:44:48.936Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cdbe8dce-0f2b-4371-b19d-aee369de0004
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=?
2023-01-01T06:44:48.939Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-01T06:44:48.939Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-01T06:44:48.939Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-01T06:45:18.940Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cdbe8dce-0f2b-4371-b19d-aee369de0004
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=?
2023-01-01T06:45:18.957Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cdbe8dce-0f2b-4371-b19d-aee369de0004
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=?
2023-01-01T06:45:18.961Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-01T06:45:18.961Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-01T06:45:18.961Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-01T06:45:41.399Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T06:45:41.401Z||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.
2023-01-01T06:45:41.401Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:45:41.453Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:45:41.454Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-01T06:45:41.455Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdbe8dce-0f2b-4371-b19d-aee369de0004",
"consumerID": "ves-openapi-manager",
"timestamp": 1672555475408,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-01T06:45:41.456Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-01T06:45:41.456Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-01T06:45:41.456Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdbe8dce-0f2b-4371-b19d-aee369de0004",
"consumerID": "multicloud-k8s",
"timestamp": 1672555476511,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-01T06:45:41.457Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-01T06:45:48.962Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cdbe8dce-0f2b-4371-b19d-aee369de0004
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=?
2023-01-01T06:45:49.005Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cdbe8dce-0f2b-4371-b19d-aee369de0004
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=?
2023-01-01T06:45:49.016Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-01T06:45:49.016Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-01T06:45:49.016Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-01T06:46:19.017Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cdbe8dce-0f2b-4371-b19d-aee369de0004
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=?
2023-01-01T06:46:19.062Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cdbe8dce-0f2b-4371-b19d-aee369de0004
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=?
2023-01-01T06:46:19.069Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-01T06:46:19.069Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-01T06:46:19.069Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-01T06:46:41.399Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T06:46:41.401Z||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.
2023-01-01T06:46:41.401Z||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 Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:46:41.454Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:46:41.457Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-01T06:46:41.457Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdbe8dce-0f2b-4371-b19d-aee369de0004",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672555477539,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-01T06:46:41.458Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-01T06:46:41.459Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-01T06:46:41.459Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdbe8dce-0f2b-4371-b19d-aee369de0004",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672555481396,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-01T06:46:41.460Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-01T06:46:41.460Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-01T06:46:41.460Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdbe8dce-0f2b-4371-b19d-aee369de0004",
"consumerID": "cds-sdc-listener",
"timestamp": 1672555443835,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-01T06:46:41.460Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-01T06:46:41.461Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-01T06:46:41.461Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdbe8dce-0f2b-4371-b19d-aee369de0004",
"consumerID": "multicloud-k8s",
"timestamp": 1672555476511,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-01T06:46:41.462Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-01T06:46:41.462Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-01T06:46:41.462Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdbe8dce-0f2b-4371-b19d-aee369de0004",
"consumerID": "ves-openapi-manager",
"timestamp": 1672555475408,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-01-01T06:46:41.463Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-01T06:46:41.463Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-01T06:46:41.464Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdbe8dce-0f2b-4371-b19d-aee369de0004",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672555477539,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-01T06:46:41.464Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-01T06:46:41.465Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-01T06:46:41.465Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdbe8dce-0f2b-4371-b19d-aee369de0004",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672555481396,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-01T06:46:41.466Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-01T06:46:41.466Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-01T06:46:41.467Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdbe8dce-0f2b-4371-b19d-aee369de0004",
"consumerID": "cds-sdc-listener",
"timestamp": 1672555485125,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-01T06:46:41.467Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-01T06:46:41.467Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-01T06:46:41.468Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdbe8dce-0f2b-4371-b19d-aee369de0004",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672555485154,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-01T06:46:41.468Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-01T06:46:41.469Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-01T06:46:41.469Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdbe8dce-0f2b-4371-b19d-aee369de0004",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672555485689,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-01T06:46:41.470Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-01T06:46:41.470Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-01T06:46:41.470Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdbe8dce-0f2b-4371-b19d-aee369de0004",
"consumerID": "cds-sdc-listener",
"timestamp": 1672555486131,
"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=?
2023-01-01T06:46:41.484Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of cdbe8dce-0f2b-4371-b19d-aee369de0004
2023-01-01T06:46:41.484Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId cdbe8dce-0f2b-4371-b19d-aee369de0004 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 (?, ?, ?, ?, ?)
2023-01-01T06:46:41.498Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-01T06:46:41.499Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdbe8dce-0f2b-4371-b19d-aee369de0004",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672555486845,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-01T06:46:41.500Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-01T06:46:41.501Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-01T06:46:41.501Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdbe8dce-0f2b-4371-b19d-aee369de0004",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672555487909,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-01T06:46:41.502Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-01T06:46:41.502Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-01T06:46:41.502Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdbe8dce-0f2b-4371-b19d-aee369de0004",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672555487849,
"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=?
2023-01-01T06:46:41.510Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of cdbe8dce-0f2b-4371-b19d-aee369de0004
2023-01-01T06:46:41.511Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId cdbe8dce-0f2b-4371-b19d-aee369de0004 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 (?, ?, ?, ?, ?)
2023-01-01T06:46:41.530Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-01T06:46:41.531Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdbe8dce-0f2b-4371-b19d-aee369de0004",
"consumerID": "aai-model-loader",
"timestamp": 1672555492723,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-01T06:46:41.531Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-01T06:46:41.532Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-01T06:46:41.532Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdbe8dce-0f2b-4371-b19d-aee369de0004",
"consumerID": "aai-model-loader",
"timestamp": 1672555492723,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-01T06:46:41.533Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-01T06:46:41.533Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-01T06:46:41.533Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdbe8dce-0f2b-4371-b19d-aee369de0004",
"consumerID": "aai-model-loader",
"timestamp": 1672555494897,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-01T06:46:41.534Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-01T06:46:41.534Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-01T06:46:41.534Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdbe8dce-0f2b-4371-b19d-aee369de0004",
"consumerID": "aai-model-loader",
"timestamp": 1672555499246,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-01T06:46:41.534Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-01T06:46:41.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-01T06:46:41.535Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdbe8dce-0f2b-4371-b19d-aee369de0004",
"consumerID": "aai-model-loader",
"timestamp": 1672555500249,
"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=?
2023-01-01T06:46:41.541Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of cdbe8dce-0f2b-4371-b19d-aee369de0004
2023-01-01T06:46:41.542Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId cdbe8dce-0f2b-4371-b19d-aee369de0004 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 (?, ?, ?, ?, ?)
2023-01-01T06:46:41.551Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-01T06:46:41.551Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb",
"consumerID": "ves-openapi-manager",
"timestamp": 1672555515365,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/resourceInstances/pnfd7482a41cfa20/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-01T06:46:41.552Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-01T06:46:41.552Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-01T06:46:41.552Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb",
"consumerID": "cds-sdc-listener",
"timestamp": 1672555487135,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/resourceInstances/pnfd7482a41cfa20/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-01T06:46:41.553Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-01T06:46:41.554Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-01T06:46:41.554Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb",
"consumerID": "multicloud-k8s",
"timestamp": 1672555514447,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/resourceInstances/pnfd7482a41cfa20/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-01T06:46:41.555Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-01T06:46:41.555Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-01T06:46:41.555Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb",
"consumerID": "ves-openapi-manager",
"timestamp": 1672555515365,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/resourceInstances/pnfd7482a41cfa20/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-01-01T06:46:41.556Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-01T06:46:41.556Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-01T06:46:41.556Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb",
"consumerID": "cds-sdc-listener",
"timestamp": 1672555487135,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/resourceInstances/pnfd7482a41cfa20/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-01-01T06:46:41.557Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-01T06:46:41.557Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-01T06:46:41.557Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb",
"consumerID": "multicloud-k8s",
"timestamp": 1672555514447,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/resourceInstances/pnfd7482a41cfa20/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-01-01T06:46:41.558Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-01T06:46:41.558Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-01T06:46:41.558Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb",
"consumerID": "cds-sdc-listener",
"timestamp": 1672555487135,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/resourceInstances/pnfd7482a41cfa20/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-01-01T06:46:41.559Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-01T06:46:41.559Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-01T06:46:41.559Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb",
"consumerID": "multicloud-k8s",
"timestamp": 1672555514447,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/resourceInstances/pnfd7482a41cfa20/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-01-01T06:46:41.560Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-01T06:46:41.560Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-01T06:46:41.560Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb",
"consumerID": "ves-openapi-manager",
"timestamp": 1672555515365,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/resourceInstances/pnfd7482a41cfa20/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-01-01T06:46:41.561Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-01T06:46:41.561Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-01T06:46:41.561Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb",
"consumerID": "ves-openapi-manager",
"timestamp": 1672555515365,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/resourceInstances/pnfd7482a41cfa20/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-01T06:46:41.562Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-01T06:46:41.562Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-01T06:46:41.562Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb",
"consumerID": "cds-sdc-listener",
"timestamp": 1672555487135,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/resourceInstances/pnfd7482a41cfa20/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-01T06:46:41.563Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-01T06:46:41.563Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-01T06:46:41.563Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb",
"consumerID": "multicloud-k8s",
"timestamp": 1672555514447,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/resourceInstances/pnfd7482a41cfa20/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-01T06:46:41.564Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-01T06:46:41.564Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-01T06:46:41.564Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb",
"consumerID": "aai-model-loader",
"timestamp": 1672555522724,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/resourceInstances/pnfd7482a41cfa20/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-01T06:46:41.565Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-01T06:46:41.565Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-01T06:46:41.565Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb",
"consumerID": "ves-openapi-manager",
"timestamp": 1672555515365,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/resourceInstances/pnfd7482a41cfa20/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-01T06:46:41.566Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-01T06:46:41.566Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-01T06:46:41.566Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb",
"consumerID": "cds-sdc-listener",
"timestamp": 1672555487135,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/resourceInstances/pnfd7482a41cfa20/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-01T06:46:41.566Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-01T06:46:41.567Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-01T06:46:41.567Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb",
"consumerID": "multicloud-k8s",
"timestamp": 1672555514447,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/resourceInstances/pnfd7482a41cfa20/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-01T06:46:41.567Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-01T06:46:41.568Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-01T06:46:41.568Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb",
"consumerID": "aai-model-loader",
"timestamp": 1672555522724,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/resourceInstances/pnfd7482a41cfa20/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-01-01T06:46:41.568Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-01T06:46:41.569Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-01T06:46:41.569Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb",
"consumerID": "cds-sdc-listener",
"timestamp": 1672555487135,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/resourceInstances/pnfd7482a41cfa20/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-01T06:46:41.569Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-01T06:46:41.570Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-01T06:46:41.570Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb",
"consumerID": "ves-openapi-manager",
"timestamp": 1672555515365,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/resourceInstances/pnfd7482a41cfa20/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2023-01-01T06:46:41.571Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-01T06:46:41.571Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-01T06:46:41.571Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb",
"consumerID": "multicloud-k8s",
"timestamp": 1672555514447,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/resourceInstances/pnfd7482a41cfa20/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-01T06:46:41.571Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-01T06:46:41.572Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-01T06:46:41.572Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb",
"consumerID": "aai-model-loader",
"timestamp": 1672555522724,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/resourceInstances/pnfd7482a41cfa20/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-01-01T06:46:41.573Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-01T06:46:41.573Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-01T06:46:41.573Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb",
"consumerID": "cds-sdc-listener",
"timestamp": 1672555487135,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/artifacts/service-DemoPnfU0o2sov1evzboxikggcw-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-01T06:46:41.574Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-01T06:46:41.574Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-01T06:46:41.574Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb",
"consumerID": "ves-openapi-manager",
"timestamp": 1672555515365,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/artifacts/service-DemoPnfU0o2sov1evzboxikggcw-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-01T06:46:41.574Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-01T06:46:41.575Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-01T06:46:41.575Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb",
"consumerID": "multicloud-k8s",
"timestamp": 1672555514447,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/artifacts/service-DemoPnfU0o2sov1evzboxikggcw-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-01T06:46:41.575Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-01T06:46:41.575Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-01T06:46:41.575Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb",
"consumerID": "aai-model-loader",
"timestamp": 1672555522724,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/resourceInstances/pnfd7482a41cfa20/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-01T06:46:41.576Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-01T06:46:41.576Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-01T06:46:41.576Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb",
"consumerID": "cds-sdc-listener",
"timestamp": 1672555487135,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/artifacts/service-DemoPnfU0o2sov1evzboxikggcw-csar.csar",
"status": "NOTIFIED"
}
2023-01-01T06:46:41.577Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-01T06:46:41.577Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-01T06:46:41.577Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb",
"consumerID": "ves-openapi-manager",
"timestamp": 1672555515365,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/artifacts/service-DemoPnfU0o2sov1evzboxikggcw-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-01-01T06:46:41.577Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-01T06:46:41.577Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-01T06:46:41.578Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb",
"consumerID": "multicloud-k8s",
"timestamp": 1672555514447,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/artifacts/service-DemoPnfU0o2sov1evzboxikggcw-csar.csar",
"status": "NOTIFIED"
}
2023-01-01T06:46:41.578Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-01T06:46:41.578Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-01T06:46:41.578Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb",
"consumerID": "aai-model-loader",
"timestamp": 1672555522724,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/resourceInstances/pnfd7482a41cfa20/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-01T06:46:41.579Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-01T06:46:41.579Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-01T06:46:41.579Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb",
"consumerID": "cds-sdc-listener",
"timestamp": 1672555527236,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/artifacts/service-DemoPnfU0o2sov1evzboxikggcw-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-01T06:46:41.579Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-01T06:46:41.580Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-01T06:46:41.580Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb",
"consumerID": "ves-openapi-manager",
"timestamp": 1672555527566,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/resourceInstances/pnfd7482a41cfa20/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-01T06:46:41.580Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-01T06:46:41.581Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-01T06:46:41.581Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb",
"consumerID": "aai-model-loader",
"timestamp": 1672555522724,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/resourceInstances/pnfd7482a41cfa20/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-01T06:46:41.582Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-01T06:46:41.582Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-01T06:46:41.582Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb",
"consumerID": "cds-sdc-listener",
"timestamp": 1672555528240,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/artifacts/service-DemoPnfU0o2sov1evzboxikggcw-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-01T06:46:41.600Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0ee12448-1711-40cb-947d-1c43c09f47fb
2023-01-01T06:46:41.600Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ee12448-1711-40cb-947d-1c43c09f47fb 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 (?, ?, ?, ?, ?)
2023-01-01T06:46:41.611Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-01T06:46:41.611Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb",
"consumerID": "ves-openapi-manager",
"timestamp": 1672555528753,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/resourceInstances/pnfd7482a41cfa20/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2023-01-01T06:46:41.611Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-01T06:46:41.612Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-01T06:46:41.612Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb",
"consumerID": "aai-model-loader",
"timestamp": 1672555522724,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/artifacts/service-DemoPnfU0o2sov1evzboxikggcw-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-01T06:46:41.612Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-01T06:46:41.612Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-01T06:46:41.612Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb",
"consumerID": "ves-openapi-manager",
"timestamp": 1672555529756,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-01T06:46:41.619Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 0ee12448-1711-40cb-947d-1c43c09f47fb
2023-01-01T06:46:41.620Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ee12448-1711-40cb-947d-1c43c09f47fb and ComponentName
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-01T06:46:41.633Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-01T06:46:41.633Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb",
"consumerID": "aai-model-loader",
"timestamp": 1672555522724,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/artifacts/service-DemoPnfU0o2sov1evzboxikggcw-csar.csar",
"status": "NOTIFIED"
}
2023-01-01T06:46:41.634Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-01T06:46:41.634Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-01T06:46:41.634Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb",
"consumerID": "aai-model-loader",
"timestamp": 1672555530852,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/artifacts/service-DemoPnfU0o2sov1evzboxikggcw-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-01T06:46:41.635Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-01T06:46:41.635Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-01T06:46:41.635Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb",
"consumerID": "aai-model-loader",
"timestamp": 1672555536346,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/artifacts/service-DemoPnfU0o2sov1evzboxikggcw-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-01T06:46:41.636Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-01T06:46:41.636Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-01T06:46:41.636Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb",
"consumerID": "aai-model-loader",
"timestamp": 1672555537348,
"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=?
2023-01-01T06:46:41.643Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0ee12448-1711-40cb-947d-1c43c09f47fb
2023-01-01T06:46:41.643Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ee12448-1711-40cb-947d-1c43c09f47fb 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 (?, ?, ?, ?, ?)
2023-01-01T06:46:41.653Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-01T06:46:41.654Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672555537539,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/resourceInstances/pnfd7482a41cfa20/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-01T06:46:41.654Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-01T06:46:41.654Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-01T06:46:41.655Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672555537539,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/resourceInstances/pnfd7482a41cfa20/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-01-01T06:46:41.655Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-01T06:46:41.655Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-01T06:46:41.656Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672555537539,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/resourceInstances/pnfd7482a41cfa20/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-01-01T06:46:41.656Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-01T06:46:49.070Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cdbe8dce-0f2b-4371-b19d-aee369de0004
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=?
2023-01-01T06:46:49.097Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cdbe8dce-0f2b-4371-b19d-aee369de0004
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=?
2023-01-01T06:46:49.101Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-01T06:46:49.101Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-01T06:46:49.101Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-01T06:46:49.102Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-01T06:46:49.102Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-01T06:46:49.102Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-01T06:46:49.102Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-01T06:46:49.102Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-01T06:46:49.102Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-01T06:46:49.122Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-01T06:47:19.128Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cdbe8dce-0f2b-4371-b19d-aee369de0004 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=?
2023-01-01T06:47:19.155Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cdbe8dce-0f2b-4371-b19d-aee369de0004 and serviceModelVersionId: 66ceb9ff-c4ff-4d8d-8a05-176925772ef8
2023-01-01T06:47:19.156Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4b1e1372-2f92-4b6f-8519-359b4ca1c07d
2023-01-01T06:47:19.162Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4b1e1372-2f92-4b6f-8519-359b4ca1c07d/model-vers/model-ver/66ceb9ff-c4ff-4d8d-8a05-176925772ef8?depth=0
2023-01-01T06:47:19.183Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2023-01-01T06:47:19.376Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4b1e1372-2f92-4b6f-8519-359b4ca1c07d/model-vers/model-ver/66ceb9ff-c4ff-4d8d-8a05-176925772ef8?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-01-01T06:47:19.381Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4b1e1372-2f92-4b6f-8519-359b4ca1c07d/model-vers/model-ver/66ceb9ff-c4ff-4d8d-8a05-176925772ef8?depth=0|INFO|500||Invoke
2023-01-01T06:47:19.443Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4b1e1372-2f92-4b6f-8519-359b4ca1c07d/model-vers/model-ver/66ceb9ff-c4ff-4d8d-8a05-176925772ef8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-01-01T06:47:19.590Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4b1e1372-2f92-4b6f-8519-359b4ca1c07d/model-vers/model-ver/66ceb9ff-c4ff-4d8d-8a05-176925772ef8?depth=0|INFO|500||InvokeReturn
2023-01-01T06:47:19.591Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4b1e1372-2f92-4b6f-8519-359b4ca1c07d/model-vers/model-ver/66ceb9ff-c4ff-4d8d-8a05-176925772ef8?depth=0 has http status code:200 and response headers:{date=[Sun, 01 Jan 2023 06:47:19 GMT], content-length=[0], vertex-id=[172208], x-aai-txid=[0-aai-resources-230101-06:47:19:611-2045], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-01T06:47:19.591Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2023-01-01T06:47:19.592Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-01T06:47:19.592Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-01T06:47:19.603Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2023-01-01T06:47:19.605Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cdbe8dce-0f2b-4371-b19d-aee369de0004 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-01T06:47:19.605Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-01T06:47:19.610Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-01T06:47:19.615Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-01T06:47:19.615Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "cdbe8dce-0f2b-4371-b19d-aee369de0004",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672555639605,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-01T06:47:19.715Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-01T06:47:19.719Z||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.
2023-01-01T06:47:19.719Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:47:19.747Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:47:19.748Z||pool-39-thread-1|||||INFO|500||cambria reply ok (30 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=?
2023-01-01T06:47:20.630Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-01T06:47:20.632Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-01T06:47:20.632Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:47:26.223Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:47:26.225Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-01T06:47:26.226Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"0ee12448-1711-40cb-947d-1c43c09f47fb","serviceName":"Demo_pNF_U0o2sOv1EvzboXikGGcw","serviceVersion":"1.0","serviceUUID":"b76a7e9b-c57c-4da1-bb2a-efc62c31d87f","serviceDescription":"catalog service description","serviceInvariantUUID":"ab8ea7a4-ae1b-4734-ba54-c7078cef0521","resources":[{"resourceInstanceName":"pNF d7482a41-cfa2 0","resourceName":"pNF d7482a41-cfa2","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"03b49cc1-6446-4f24-aa77-cec86cb3b3ff","resourceInvariantUUID":"ed1b60b3-154c-469d-a0e7-64e1c634bbbe","resourceCustomizationUUID":"584ad036-7019-4c43-89fd-d51dea3df28c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/resourceInstances/pnfd7482a41cfa20/artifacts/vf-license-model.xml","artifactChecksum":"ODkxODJlMjAzZDc0NzgwYjIyMGE3ZDdmZmMzNTgyNjk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9470cc62-f07a-4af5-b442-665544b7bc70","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/resourceInstances/pnfd7482a41cfa20/artifacts/pNF.csar","artifactChecksum":"Yzg5MTg5OWMzNzk4MmZhMjhhZTdlM2U2ZTQzZDkzNDY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3e25b92e-51d2-4a53-8fd0-7fdbe562f250","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/resourceInstances/pnfd7482a41cfa20/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"01cf3f67-8a9c-4232-a4e3-67b8233a3597","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/resourceInstances/pnfd7482a41cfa20/artifacts/vendor-license-model.xml","artifactChecksum":"Mjc4NzFmMDdhOGY3OWEyNGFjMzc3YjlkNTZlZTMwMjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"83f171a5-311e-40d8-9b58-bd02c0b6671e","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/resourceInstances/pnfd7482a41cfa20/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"52943823-d9a8-46ff-be27-ef9126b85092","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/resourceInstances/pnfd7482a41cfa20/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"737580a9-62a0-477d-953e-c92059d4182d","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfU0o2sov1evzboxikggcw-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/artifacts/service-DemoPnfU0o2sov1evzboxikggcw-template.yml","artifactChecksum":"ZmZlYjI5YzI0YjkxZjIwMjQ1MzQ2OTE2Y2M5MTdjMWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5e9494ef-0789-4b5f-be3e-4b1f9b9c9c2b","artifactVersion":"1"},{"artifactName":"service-DemoPnfU0o2sov1evzboxikggcw-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/artifacts/service-DemoPnfU0o2sov1evzboxikggcw-csar.csar","artifactChecksum":"ZDM2ZWYyMmM2YzZmZTUyOGFhYTM3ZjgwZjlhMjU2Njk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"eeb628e0-9bdb-41a1-994e-3991a7e26e0d","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-01T06:47:26.231Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-01T06:47:26.231Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-01T06:47:26.233Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-01T06:47:26.233Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672555640630,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/resourceInstances/pnfd7482a41cfa20/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-01T06:47:26.334Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-01T06:47:26.335Z||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.
2023-01-01T06:47:26.335Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:47:26.347Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:47:26.350Z||pool-40-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2023-01-01T06:47:27.234Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-01T06:47:27.235Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-01T06:47:27.238Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-01T06:47:27.238Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672555640630,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/resourceInstances/pnfd7482a41cfa20/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-01-01T06:47:27.338Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-01T06:47:27.341Z||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.
2023-01-01T06:47:27.341Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:47:27.388Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:47:27.389Z||pool-41-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":0,"count":1}
2023-01-01T06:47:28.238Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-01T06:47:28.239Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-01T06:47:28.242Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-01T06:47:28.243Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672555640630,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/resourceInstances/pnfd7482a41cfa20/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-01-01T06:47:28.343Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-01T06:47:28.344Z||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.
2023-01-01T06:47:28.344Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:47:28.359Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:47:28.362Z||pool-42-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2023-01-01T06:47:29.243Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-01T06:47:29.244Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-01T06:47:29.248Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-01T06:47:29.248Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672555640630,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/resourceInstances/pnfd7482a41cfa20/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-01T06:47:29.348Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-01T06:47:29.349Z||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.
2023-01-01T06:47:29.349Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:47:29.365Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:47:29.366Z||pool-43-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2023-01-01T06:47:30.248Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-01T06:47:30.249Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-01T06:47:30.253Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-01T06:47:30.253Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672555640630,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/resourceInstances/pnfd7482a41cfa20/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-01T06:47:30.353Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-01T06:47:30.354Z||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.
2023-01-01T06:47:30.354Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:47:30.369Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:47:30.370Z||pool-44-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2023-01-01T06:47:31.254Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-01T06:47:31.255Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-01T06:47:31.257Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-01T06:47:31.257Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672555640630,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/resourceInstances/pnfd7482a41cfa20/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-01T06:47:31.358Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-01T06:47:31.360Z||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.
2023-01-01T06:47:31.360Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:47:31.378Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:47:31.379Z||pool-45-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2023-01-01T06:47:32.258Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-01T06:47:32.258Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-01T06:47:32.261Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-01T06:47:32.261Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672555640630,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/artifacts/service-DemoPnfU0o2sov1evzboxikggcw-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-01T06:47:32.363Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2023-01-01T06:47:32.365Z||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.
2023-01-01T06:47:32.365Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:47:32.380Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:47:32.381Z||pool-46-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2023-01-01T06:47:33.262Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-01T06:47:33.263Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-01T06:47:33.268Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-01T06:47:33.268Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672555640630,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/artifacts/service-DemoPnfU0o2sov1evzboxikggcw-csar.csar",
"status": "NOTIFIED"
}
2023-01-01T06:47:33.368Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-01T06:47:33.369Z||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.
2023-01-01T06:47:33.369Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:47:33.384Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:47:33.385Z||pool-47-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2023-01-01T06:47:34.269Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb",
"serviceName": "Demo_pNF_U0o2sOv1EvzboXikGGcw",
"serviceVersion": "1.0",
"serviceUUID": "b76a7e9b-c57c-4da1-bb2a-efc62c31d87f",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "ab8ea7a4-ae1b-4734-ba54-c7078cef0521",
"resources": [
{
"resourceInstanceName": "pNF d7482a41-cfa2 0",
"resourceCustomizationUUID": "584ad036-7019-4c43-89fd-d51dea3df28c",
"resourceName": "pNF d7482a41-cfa2",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "03b49cc1-6446-4f24-aa77-cec86cb3b3ff",
"resourceInvariantUUID": "ed1b60b3-154c-469d-a0e7-64e1c634bbbe",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfU0o2sov1evzboxikggcw-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/artifacts/service-DemoPnfU0o2sov1evzboxikggcw-csar.csar",
"artifactChecksum": "ZDM2ZWYyMmM2YzZmZTUyOGFhYTM3ZjgwZjlhMjU2Njk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "eeb628e0-9bdb-41a1-994e-3991a7e26e0d"
}
],
"workloadContext": "Production"
}
2023-01-01T06:47:34.270Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-01T06:47:34.270Z|cdbe8dce-0f2b-4371-b19d-aee369de0004|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b76a7e9b-c57c-4da1-bb2a-efc62c31d87f ASDC
2023-01-01T06:47:34.270Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:0ee12448-1711-40cb-947d-1c43c09f47fb
ServiceName:Demo_pNF_U0o2sOv1EvzboXikGGcw
ServiceVersion:1.0
ServiceUUID:b76a7e9b-c57c-4da1-bb2a-efc62c31d87f
ServiceInvariantUUID:ab8ea7a4-ae1b-4734-ba54-c7078cef0521
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfU0o2sov1evzboxikggcw-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/artifacts/service-DemoPnfU0o2sov1evzboxikggcw-csar.csar
ArtifactUUID:eeb628e0-9bdb-41a1-994e-3991a7e26e0d
ArtifactChecksum:ZDM2ZWYyMmM2YzZmZTUyOGFhYTM3ZjgwZjlhMjU2Njk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF d7482a41-cfa2 0
ResourceCustomizationUUID:584ad036-7019-4c43-89fd-d51dea3df28c
ResourceInvariantUUID:ed1b60b3-154c-469d-a0e7-64e1c634bbbe
ResourceName:pNF d7482a41-cfa2
ResourceType:PNF
ResourceUUID:03b49cc1-6446-4f24-aa77-cec86cb3b3ff
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2023-01-01T06:47:34.271Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b76a7e9b-c57c-4da1-bb2a-efc62c31d87f 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=?
2023-01-01T06:47:34.312Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-01T06:47:34.313Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-01T06:47:34.313Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-01T06:47:34.313Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: eeb628e0-9bdb-41a1-994e-3991a7e26e0d from URL: /sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/artifacts/service-DemoPnfU0o2sov1evzboxikggcw-csar.csar
2023-01-01T06:47:34.313Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-01T06:47:34.314Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/artifacts/service-DemoPnfU0o2sov1evzboxikggcw-csar.csar
2023-01-01T06:47:34.414Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-01T06:47:34.422Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/artifacts/service-DemoPnfU0o2sov1evzboxikggcw-csar.csar eeb628e0-9bdb-41a1-994e-3991a7e26e0d 88007
2023-01-01T06:47:34.423Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/artifacts/service-DemoPnfU0o2sov1evzboxikggcw-csar.csar ASDC sendASDCNotification
2023-01-01T06:47:34.423Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/artifacts/service-DemoPnfU0o2sov1evzboxikggcw-csar.csar
2023-01-01T06:47:34.423Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-01T06:47:34.423Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-01T06:47:34.427Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-01T06:47:34.427Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "0ee12448-1711-40cb-947d-1c43c09f47fb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672555654423,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/artifacts/service-DemoPnfU0o2sov1evzboxikggcw-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-01T06:47:34.527Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-01T06:47:34.528Z||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.
2023-01-01T06:47:34.528Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Jb0Y5Usph5vTSZKw) ...
2023-01-01T06:47:34.541Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-01T06:47:34.542Z||pool-48-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2023-01-01T06:47:35.428Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-01T06:47:35.429Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-01T06:47:35.430Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: eeb628e0-9bdb-41a1-994e-3991a7e26e0d, URL: /sdc/v1/catalog/services/DemoPnfU0o2sov1evzboxikggcw/1.0/artifacts/service-DemoPnfU0o2sov1evzboxikggcw-csar.csar to file: /app/ASDC/1/service-DemoPnfU0o2sov1evzboxikggcw-csar.csar
2023-01-01T06:47:35.430Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfU0o2sov1evzboxikggcw-csar.csar
2023-01-01T06:47:35.430Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfU0o2sov1evzboxikggcw-csar.csar
2023-01-01T06:47:35.430Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfU0o2sov1evzboxikggcw-csar.csar
2023-01-01T06:47:35.677Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2639381443910251268/Definitions/service-DemoPnfU0o2sov1evzboxikggcw-template.yml
2023-01-01T06:47:36.743Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-01T06:47:36.744Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-01-01T06:47:36.744Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfU0o2sov1evzboxikggcw-csar.csar
2023-01-01T06:47:36.744Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-01-01T06:47:36.744Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfU0o2sov1evzboxikggcw-csar.csar
2023-01-01T06:47:36.744Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfU0o2sov1evzboxikggcw-csar.csar
2023-01-01T06:47:36.745Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfU0o2sov1evzboxikggcw-csar.csar
2023-01-01T06:47:36.745Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfU0o2sov1evzboxikggcw-csar.csar
2023-01-01T06:47:36.745Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfU0o2sov1evzboxikggcw-csar.csar
2023-01-01T06:47:36.745Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF d7482a41-cfa2 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-DemoPnfU0o2sov1evzboxikggcw-csar.csar
2023-01-01T06:47:36.745Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfU0o2sov1evzboxikggcw-csar.csar
2023-01-01T06:47:36.745Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-01-01T06:47:36.745Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-01T06:47:36.745Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_U0o2sOv1EvzboXikGGcw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-01T06:47:36.745Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||Node template pNF d7482a41-cfa2 0 is matching search criteria
2023-01-01T06:47:36.746Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-01-01T06:47:36.746Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF d7482a41-cfa2 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-01T06:47:36.746Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-01T06:47:36.746Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_U0o2sOv1EvzboXikGGcw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-01T06:47:36.746Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||Node template pNF d7482a41-cfa2 0 is matching search criteria
2023-01-01T06:47:36.746Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-01-01T06:47:36.746Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF d7482a41-cfa2 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-01T06:47:36.747Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-01T06:47:36.747Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_U0o2sOv1EvzboXikGGcw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-01T06:47:36.747Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-01T06:47:36.747Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_U0o2sOv1EvzboXikGGcw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-01T06:47:36.747Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-01T06:47:36.747Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_U0o2sOv1EvzboXikGGcw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-01T06:47:36.747Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-01T06:47:36.748Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_U0o2sOv1EvzboXikGGcw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-01T06:47:36.748Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-01T06:47:36.748Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_U0o2sOv1EvzboXikGGcw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-01T06:47:36.748Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_U0o2sOv1EvzboXikGGcw
Description:catalog service description
Model UUID:b76a7e9b-c57c-4da1-bb2a-efc62c31d87f
Model Version:NULL
Model InvariantUuid:ab8ea7a4-ae1b-4734-ba54-c7078cef0521
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=?
2023-01-01T06:47:36.756Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 03b49cc1-6446-4f24-aa77-cec86cb3b3ff
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=?
2023-01-01T06:47:36.759Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||INFO|500||pNF d7482a41-cfa2 0
2023-01-01T06:47:36.759Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 03b49cc1-6446-4f24-aa77-cec86cb3b3ff
2023-01-01T06:47:36.759Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||No resources found for Service: b76a7e9b-c57c-4da1-bb2a-efc62c31d87f
2023-01-01T06:47:36.759Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: b76a7e9b-c57c-4da1-bb2a-efc62c31d87f
2023-01-01T06:47:36.759Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF d7482a41-cfa2 0 03b49cc1-6446-4f24-aa77-cec86cb3b3ff 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=?
2023-01-01T06:47:36.765Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@18767c65, org.onap.sdc.toscaparser.api.parameters.Input@4152947c, org.onap.sdc.toscaparser.api.parameters.Input@4f660da8, org.onap.sdc.toscaparser.api.parameters.Input@3807f601, org.onap.sdc.toscaparser.api.parameters.Input@13393030]
2023-01-01T06:47:36.766Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-01T06:47:36.766Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_U0o2sOv1EvzboXikGGcw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-01T06:47:36.766Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid b76a7e9b-c57c-4da1-bb2a-efc62c31d87f: pNF d7482a41-cfa2
2023-01-01T06:47:36.767Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||INFO|500||Processing PNF resource: 03b49cc1-6446-4f24-aa77-cec86cb3b3ff
2023-01-01T06:47:36.767Z|0ee12448-1711-40cb-947d-1c43c09f47fb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery