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-12T03:57:33.807Z||main|||||INFO|500||The following profiles are active: basic
2023-01-12T03:57:49.116Z||main|||||INFO|500||Starting service [Tomcat]
2023-01-12T03:57:49.116Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2023-01-12T03:57:49.266Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2023-01-12T03:57:54.572Z||main|||||INFO|500||catdb-pool - Starting...
2023-01-12T03:57:55.044Z||main|||||INFO|500||catdb-pool - Start completed.
2023-01-12T03:57:55.804Z||main|||||INFO|500||reqdb-pool - Starting...
2023-01-12T03:57:55.851Z||main|||||INFO|500||reqdb-pool - Start completed.
2023-01-12T03:57:56.089Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2023-01-12T03:57:56.442Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2023-01-12T03:57:57.131Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-01-12T03:57:59.687Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-01-12T03:58:02.881Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-01-12T03:58:02.962Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2023-01-12T03:58:03.651Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-01-12T03:58:03.951Z||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-12T03:58:05.528Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-01-12T03:58:06.752Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2023-01-12T03:58:06.774Z||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$$2538ded1.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-12T03:58:06.775Z||main|||||WARN|500||The sdc end point is not alive
2023-01-12T03:58:10.981Z||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-12T03:58:14.630Z||main|||||WARN|500||---
2023-01-12T03:58:14.632Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2023-01-12T03:58:14.632Z||main|||||WARN|500||---
2023-01-12T03:58:15.230Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2023-01-12T03:58:21.410Z||main|||||INFO|500||Started Application in 51.428 seconds (JVM running for 54.301)
2023-01-12T03:58:21.446Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-01-12T03:58:21.460Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-01-12T03:58:21.479Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-01-12T03:58:21.522Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2023-01-12T03:58:21.597Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6b7588ef-4987-4e56-8341-3be47e2bbc68 url= /sdc/v1/artifactTypes
2023-01-12T03:58:21.598Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2023-01-12T03:58:21.907Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-01-12T03:58:21.951Z||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-12T03:58:21.995Z||scheduling-1|||||DEBUG|500||create keys
2023-01-12T03:58:22.010Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2023-01-12T03:58:22.118Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T03:58:22.149Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 57ab81e4-1321-4466-a871-382e5c6b33f4 url= /sdc/v1/registerForDistribution
2023-01-12T03:58:22.428Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 57ab81e4-1321-4466-a871-382e5c6b33f4 url= /sdc/v1/registerForDistribution
2023-01-12T03:58:22.429Z||scheduling-1|||||INFO|500||start DistributionClient
2023-01-12T03:58:22.441Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T03:58:22.443Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T03:58:22.454Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2023-01-12T03:58:22.457Z||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-12T03:58:22.457Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T03:58:22.458Z||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-12T03:58:22.458Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T03:58:33.250Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T03:58:33.337Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T03:59:22.440Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T03:59:22.441Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T03:59:22.442Z||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-12T03:59:22.442Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T03:59:22.450Z||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-12T03:59:22.450Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T03:59:32.020Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T03:59:32.051Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T04:00:22.440Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T04:00:22.441Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T04:00:22.441Z||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-12T04:00:22.442Z||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-12T04:00:22.442Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T04:00:22.443Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T04:00:32.080Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T04:00:32.097Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T04:01:22.438Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T04:01:22.439Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-12T04:01:22.440Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as f9BzjBYkJOvgZ04s) ...
2023-01-12T04:01:22.441Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T04:01:22.442Z||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-12T04:01:22.457Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T04:01:32.059Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T04:01:32.060Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T04:02:22.438Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T04:02:22.439Z||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-12T04:02:22.440Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T04:02:22.442Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T04:02:22.451Z||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-12T04:02:22.452Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T04:02:32.008Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T04:02:32.008Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T04:03:22.438Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T04:03:22.439Z||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-12T04:03:22.440Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T04:03:22.441Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T04:03:22.442Z||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-12T04:03:22.442Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T04:03:32.009Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T04:03:32.012Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T04:04:22.438Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T04:04:22.439Z||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-12T04:04:22.440Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T04:04:22.441Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T04:04:22.442Z||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-12T04:04:22.443Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T04:04:32.036Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T04:04:32.036Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T04:05:22.438Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T04:05:22.440Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-12T04:05:22.440Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as f9BzjBYkJOvgZ04s) ...
2023-01-12T04:05:22.441Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T04:05:22.445Z||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-12T04:05:22.446Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T04:05:32.010Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T04:05:32.011Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T04:06:22.439Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T04:06:22.442Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T04:06:22.446Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-12T04:06:22.446Z||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-12T04:06:22.447Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T04:06:22.447Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as f9BzjBYkJOvgZ04s) ...
2023-01-12T04:06:32.010Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T04:06:32.025Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T04:07:22.438Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T04:07:22.440Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-12T04:07:22.441Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as f9BzjBYkJOvgZ04s) ...
2023-01-12T04:07:22.442Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T04:07:22.443Z||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-12T04:07:22.444Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T04:07:32.010Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T04:07:32.032Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T04:07:33.959Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-01-12T04:08:22.438Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T04:08:22.439Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-12T04:08:22.439Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as f9BzjBYkJOvgZ04s) ...
2023-01-12T04:08:22.442Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T04:08:22.443Z||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-12T04:08:22.443Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T04:08:32.007Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T04:08:32.037Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T04:09:22.438Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T04:09:22.439Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-12T04:09:22.440Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as f9BzjBYkJOvgZ04s) ...
2023-01-12T04:09:22.442Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T04:09:22.444Z||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-12T04:09:22.444Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T04:09:32.003Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T04:09:32.003Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T04:10:22.438Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T04:10:22.439Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-12T04:10:22.439Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as f9BzjBYkJOvgZ04s) ...
2023-01-12T04:10:22.442Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T04:10:22.443Z||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-12T04:10:22.443Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T04:10:31.996Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T04:10:31.998Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T04:11:22.438Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T04:11:22.439Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-12T04:11:22.439Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as f9BzjBYkJOvgZ04s) ...
2023-01-12T04:11:22.441Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T04:11:22.443Z||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-12T04:11:22.443Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T04:11:32.012Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T04:11:32.012Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T04:12:22.438Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T04:12:22.439Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-12T04:12:22.440Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as f9BzjBYkJOvgZ04s) ...
2023-01-12T04:12:22.441Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T04:12:22.443Z||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-12T04:12:22.443Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T04:12:32.021Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T04:12:32.025Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T04:13:22.438Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T04:13:22.439Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-12T04:13:22.440Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as f9BzjBYkJOvgZ04s) ...
2023-01-12T04:13:22.442Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T04:13:22.443Z||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-12T04:13:22.444Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T04:13:32.001Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T04:13:32.004Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T04:14:22.438Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T04:14:22.440Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-12T04:14:22.440Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as f9BzjBYkJOvgZ04s) ...
2023-01-12T04:14:22.441Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T04:14:22.442Z||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-12T04:14:22.443Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T04:14:32.006Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T04:14:32.006Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T04:15:22.438Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T04:15:22.439Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-12T04:15:22.440Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as f9BzjBYkJOvgZ04s) ...
2023-01-12T04:15:22.441Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T04:15:22.442Z||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-12T04:15:22.443Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T04:15:32.000Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T04:15:32.001Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T04:16:22.438Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T04:16:22.439Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-12T04:16:22.440Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as f9BzjBYkJOvgZ04s) ...
2023-01-12T04:16:22.441Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T04:16:22.444Z||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-12T04:16:22.444Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T04:16:31.999Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T04:16:32.006Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T04:17:22.439Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T04:17:22.441Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T04:17:22.443Z||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-12T04:17:22.443Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-12T04:17:22.443Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as f9BzjBYkJOvgZ04s) ...
2023-01-12T04:17:22.443Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T04:17:32.027Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T04:17:32.031Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T04:18:22.438Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T04:18:22.440Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-12T04:18:22.441Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as f9BzjBYkJOvgZ04s) ...
2023-01-12T04:18:22.442Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T04:18:22.443Z||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-12T04:18:22.444Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T04:18:32.008Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T04:18:32.013Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T04:19:22.438Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T04:19:22.439Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-12T04:19:22.439Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as f9BzjBYkJOvgZ04s) ...
2023-01-12T04:19:22.441Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T04:19:22.442Z||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-12T04:19:22.442Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T04:19:32.018Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T04:19:32.029Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T04:20:22.438Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T04:20:22.439Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-12T04:20:22.439Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as f9BzjBYkJOvgZ04s) ...
2023-01-12T04:20:22.442Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T04:20:22.443Z||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-12T04:20:22.443Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T04:20:32.026Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T04:20:32.028Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T04:21:22.438Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T04:21:22.439Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-12T04:21:22.439Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as f9BzjBYkJOvgZ04s) ...
2023-01-12T04:21:22.442Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T04:21:22.442Z||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-12T04:21:22.443Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T04:21:32.027Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T04:21:32.029Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T04:22:22.438Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T04:22:22.440Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-12T04:22:22.440Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as f9BzjBYkJOvgZ04s) ...
2023-01-12T04:22:22.442Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T04:22:22.443Z||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-12T04:22:22.443Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T04:22:32.000Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T04:22:32.016Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T04:23:22.438Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T04:23:22.440Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-12T04:23:22.440Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as f9BzjBYkJOvgZ04s) ...
2023-01-12T04:23:22.442Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T04:23:22.443Z||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-12T04:23:22.444Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T04:23:32.020Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T04:23:32.022Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T04:24:22.441Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T04:24:22.443Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-12T04:24:22.443Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as f9BzjBYkJOvgZ04s) ...
2023-01-12T04:24:22.442Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T04:24:22.445Z||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-12T04:24:22.445Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T04:24:32.027Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T04:24:32.038Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T04:25:22.438Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T04:25:22.440Z||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-12T04:25:22.440Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T04:25:22.442Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T04:25:22.445Z||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-12T04:25:22.446Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T04:25:32.026Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T04:25:32.039Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T04:26:22.438Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T04:26:22.440Z||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-12T04:26:22.441Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T04:26:22.441Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T04:26:22.442Z||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-12T04:26:22.442Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T04:26:32.002Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T04:26:32.012Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T04:27:22.438Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T04:27:22.441Z||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-12T04:27:22.442Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T04:27:22.446Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T04:27:22.447Z||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-12T04:27:22.448Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T04:27:32.028Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T04:27:32.044Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T04:28:22.438Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T04:28:22.441Z||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-12T04:28:22.442Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T04:28:22.442Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T04:28:22.445Z||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-12T04:28:22.446Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T04:28:32.019Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T04:28:32.031Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T04:29:22.439Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T04:29:22.441Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T04:29:22.443Z||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-12T04:29:22.443Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T04:29:22.443Z||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-12T04:29:22.444Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T04:29:32.025Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T04:29:32.046Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T04:30:22.438Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T04:30:22.441Z||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-12T04:30:22.441Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T04:30:22.441Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T04:30:22.442Z||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-12T04:30:22.442Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T04:30:32.010Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T04:30:32.011Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T04:31:22.438Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T04:31:22.440Z||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-12T04:31:22.440Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T04:31:22.441Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T04:31:22.442Z||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-12T04:31:22.442Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T04:31:32.026Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T04:31:32.031Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T04:32:22.439Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T04:32:22.441Z||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-12T04:32:22.441Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T04:32:22.442Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T04:32:22.443Z||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-12T04:32:22.444Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T04:32:32.001Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T04:32:32.007Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T04:33:22.438Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T04:33:22.440Z||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-12T04:33:22.440Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T04:33:22.441Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T04:33:22.442Z||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-12T04:33:22.442Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T04:33:32.006Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T04:33:32.006Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T04:34:22.438Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T04:34:22.440Z||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-12T04:34:22.440Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T04:34:22.442Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T04:34:22.443Z||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-12T04:34:22.443Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T04:34:32.020Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T04:34:32.023Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T04:35:22.438Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T04:35:22.440Z||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-12T04:35:22.440Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T04:35:22.441Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T04:35:22.442Z||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-12T04:35:22.442Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T04:35:32.006Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T04:35:32.014Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T04:36:22.438Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T04:36:22.440Z||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-12T04:36:22.440Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T04:36:22.441Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T04:36:22.442Z||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-12T04:36:22.442Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T04:36:32.012Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T04:36:32.024Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T04:37:22.438Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T04:37:22.439Z||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-12T04:37:22.440Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T04:37:22.441Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T04:37:22.442Z||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-12T04:37:22.443Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T04:37:32.000Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T04:37:32.002Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T04:38:22.438Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T04:38:22.440Z||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-12T04:38:22.440Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T04:38:22.441Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T04:38:22.443Z||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-12T04:38:22.443Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T04:38:32.014Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T04:38:32.025Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T04:39:22.438Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T04:39:22.439Z||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-12T04:39:22.439Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T04:39:22.441Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T04:39:22.442Z||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-12T04:39:22.442Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T04:39:32.006Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T04:39:32.012Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T04:40:22.438Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T04:40:22.439Z||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-12T04:40:22.439Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T04:40:22.441Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T04:40:22.442Z||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-12T04:40:22.442Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T04:40:32.012Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T04:40:32.044Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T04:41:22.439Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T04:41:22.442Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T04:41:22.442Z||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-12T04:41:22.442Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T04:41:22.443Z||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-12T04:41:22.443Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T04:41:32.054Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T04:41:32.061Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T04:42:22.439Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T04:42:22.441Z||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-12T04:42:22.441Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T04:42:22.442Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T04:42:22.442Z||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-12T04:42:22.442Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T04:42:32.019Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T04:42:32.020Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T04:43:22.438Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T04:43:22.439Z||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-12T04:43:22.439Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T04:43:22.441Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T04:43:22.442Z||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-12T04:43:22.442Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T04:43:32.017Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T04:43:32.020Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T04:44:22.438Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T04:44:22.439Z||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-12T04:44:22.439Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T04:44:22.441Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T04:44:22.442Z||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-12T04:44:22.442Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T04:44:31.998Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T04:44:32.017Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T04:45:22.438Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T04:45:22.439Z||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-12T04:45:22.439Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T04:45:22.441Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T04:45:22.442Z||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-12T04:45:22.442Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T04:45:32.007Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T04:45:32.008Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T04:46:22.438Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T04:46:22.439Z||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-12T04:46:22.439Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T04:46:22.441Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T04:46:22.442Z||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-12T04:46:22.442Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T04:46:31.997Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T04:46:31.999Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T04:47:22.438Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T04:47:22.439Z||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-12T04:47:22.440Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T04:47:22.442Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T04:47:22.443Z||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-12T04:47:22.446Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T04:47:32.012Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T04:47:32.019Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T04:48:22.438Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T04:48:22.439Z||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-12T04:48:22.439Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T04:48:22.442Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T04:48:22.443Z||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-12T04:48:22.443Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T04:48:32.007Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T04:48:32.019Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T04:49:22.438Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T04:49:22.439Z||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-12T04:49:22.440Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T04:49:22.441Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T04:49:22.443Z||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-12T04:49:22.443Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T04:49:32.002Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T04:49:32.006Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T04:50:22.438Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T04:50:22.439Z||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-12T04:50:22.439Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T04:50:22.441Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T04:50:22.442Z||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-12T04:50:22.443Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T04:50:32.015Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T04:50:32.020Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T04:51:22.438Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T04:51:22.441Z||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-12T04:51:22.441Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T04:51:22.442Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T04:51:22.442Z||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-12T04:51:22.443Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T04:51:32.060Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T04:51:32.070Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T04:52:22.438Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T04:52:22.439Z||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-12T04:52:22.440Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T04:52:22.441Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T04:52:22.442Z||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-12T04:52:22.442Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T04:52:32.025Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T04:52:32.034Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T04:53:22.438Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T04:53:22.439Z||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-12T04:53:22.439Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T04:53:22.441Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T04:53:22.442Z||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-12T04:53:22.442Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T04:53:32.007Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T04:53:32.021Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T04:54:22.439Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T04:54:22.440Z||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-12T04:54:22.440Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T04:54:22.441Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T04:54:22.442Z||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-12T04:54:22.442Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T04:54:32.013Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T04:54:32.018Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T04:55:22.438Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T04:55:22.439Z||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-12T04:55:22.439Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T04:55:22.442Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T04:55:22.443Z||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-12T04:55:22.443Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T04:55:32.019Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T04:55:32.022Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T04:56:22.438Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T04:56:22.439Z||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-12T04:56:22.439Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T04:56:22.442Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T04:56:22.444Z||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-12T04:56:22.444Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T04:56:32.010Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T04:56:32.012Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T04:57:22.439Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T04:57:22.441Z||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-12T04:57:22.441Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T04:57:22.441Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T04:57:22.442Z||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-12T04:57:22.442Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T04:57:32.035Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T04:57:32.054Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T04:58:22.438Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T04:58:22.439Z||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-12T04:58:22.439Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T04:58:22.441Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T04:58:22.442Z||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-12T04:58:22.442Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T04:58:32.078Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T04:58:32.078Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T04:59:22.438Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T04:59:22.439Z||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-12T04:59:22.440Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T04:59:22.442Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T04:59:22.443Z||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-12T04:59:22.443Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T04:59:32.000Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T04:59:32.011Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T05:00:22.438Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T05:00:22.440Z||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-12T05:00:22.440Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T05:00:22.441Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T05:00:22.443Z||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-12T05:00:22.444Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T05:00:32.027Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T05:00:32.028Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T05:01:22.438Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T05:01:22.440Z||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-12T05:01:22.440Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T05:01:22.441Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T05:01:22.443Z||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-12T05:01:22.443Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T05:01:32.011Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T05:01:32.018Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T05:02:22.438Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T05:02:22.440Z||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-12T05:02:22.441Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T05:02:22.441Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T05:02:22.442Z||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-12T05:02:22.442Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T05:02:32.033Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T05:02:32.034Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T05:03:22.438Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T05:03:22.440Z||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-12T05:03:22.440Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T05:03:22.441Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T05:03:22.442Z||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-12T05:03:22.443Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T05:03:32.038Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T05:03:32.038Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T05:04:22.438Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T05:04:22.440Z||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-12T05:04:22.440Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T05:04:22.442Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T05:04:22.443Z||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-12T05:04:22.444Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T05:04:32.009Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T05:04:32.014Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T05:05:22.438Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T05:05:22.439Z||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-12T05:05:22.439Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T05:05:22.441Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T05:05:22.442Z||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-12T05:05:22.442Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T05:05:31.998Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T05:05:32.011Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T05:06:22.438Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T05:06:22.439Z||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-12T05:06:22.439Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T05:06:22.441Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T05:06:22.442Z||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-12T05:06:22.442Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T05:06:32.014Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T05:06:32.015Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T05:07:22.438Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T05:07:22.439Z||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-12T05:07:22.439Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T05:07:22.441Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T05:07:22.444Z||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-12T05:07:22.444Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T05:07:32.025Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T05:07:32.049Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T05:08:22.438Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T05:08:22.439Z||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-12T05:08:22.439Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T05:08:22.441Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T05:08:22.442Z||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-12T05:08:22.442Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T05:08:32.006Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T05:08:32.007Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T05:09:22.438Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T05:09:22.439Z||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-12T05:09:22.439Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T05:09:22.441Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T05:09:22.442Z||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-12T05:09:22.442Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T05:09:32.006Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T05:09:32.016Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T05:10:22.438Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T05:10:22.439Z||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-12T05:10:22.439Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T05:10:22.441Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T05:10:22.442Z||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-12T05:10:22.442Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T05:10:32.019Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T05:10:32.020Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T05:11:22.438Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T05:11:22.439Z||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-12T05:11:22.441Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T05:11:22.442Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T05:11:22.442Z||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-12T05:11:22.443Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T05:11:32.066Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T05:11:32.086Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T05:12:22.438Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T05:12:22.439Z||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-12T05:12:22.439Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T05:12:22.441Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T05:12:22.443Z||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-12T05:12:22.443Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T05:12:32.008Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T05:12:32.019Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T05:13:22.438Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T05:13:22.440Z||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-12T05:13:22.441Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T05:13:22.441Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T05:13:22.442Z||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-12T05:13:22.442Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T05:13:32.065Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T05:13:32.079Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T05:14:22.438Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T05:14:22.439Z||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-12T05:14:22.439Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T05:14:22.441Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T05:14:22.442Z||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-12T05:14:22.442Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T05:14:25.254Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T05:14:25.256Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-12T05:14:25.256Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"78883831-272f-4b93-a972-730b5610dc33","serviceName":"vFW 2023-01-12 05-13-19","serviceVersion":"1.0","serviceUUID":"564361ac-91ae-40bd-98db-cf73c212a68b","serviceDescription":"catalog service description","serviceInvariantUUID":"3b14964c-3d19-4059-bd94-a5782cea9daf","resources":[{"resourceInstanceName":"vFW b537d212-f964 0","resourceName":"vFW b537d212-f964","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2e371c59-97fb-49db-bf20-b4e3ea2f1a20","resourceInvariantUUID":"73c98ee6-c9bb-4f8a-8a27-c49484263a26","resourceCustomizationUUID":"a825dfa3-95e6-46aa-ba93-ece8e7e95908","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/vf-license-model.xml","artifactChecksum":"ZDVmYzljMTVkNWEwYjkwMDg5NTg1ZmYwNDBmN2EwNGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f8c4f0d4-17c2-4b39-9ccc-2f690fe74fad","artifactVersion":"1"},{"artifactName":"vfwb537d212f9640_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/vfwb537d212f9640_modules.json","artifactChecksum":"OGY0ZWQ3ZGU0ZGJiZDc4OWRlNjM4YzU3MmYwMGJlZDc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ace247c1-b8f1-481a-bede-a9348f4d1051","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"613bc5e1-7bf7-4a0d-9620-0f7fe9e1b940","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/vendor-license-model.xml","artifactChecksum":"ZmZkOGViZWU1ZGIwODA0ODUyNjA0MTYxNzRjYTZlY2U\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"23186d58-23d6-4c8b-a51d-c1d5238da114","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"175d5e7b-e369-4915-a93d-3eda060e49d0","artifactVersion":"2","generatedFromUUID":"613bc5e1-7bf7-4a0d-9620-0f7fe9e1b940"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230112051319-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230112051319/1.0/artifacts/service-Vfw20230112051319-template.yml","artifactChecksum":"NjljNDM4ZmRiZjgyMTRiNDM3NTg5YmZjNGVmNDhlNDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"47a45b8b-1942-40e8-83bb-c1b8887fd79b","artifactVersion":"1"},{"artifactName":"service-Vfw20230112051319-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230112051319/1.0/artifacts/service-Vfw20230112051319-csar.csar","artifactChecksum":"OTcxMWE2NzJhOGM2Y2EyODNmOTJlMGI1ODBhNzY3Njk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2c99d733-b1f1-4450-8c85-426663a59b3f","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-12T05:14:25.277Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-12T05:14:25.288Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-12T05:14:25.321Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-12T05:14:25.322Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "78883831-272f-4b93-a972-730b5610dc33",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673500462438,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-12T05:14:25.400Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 68 ms
2023-01-12T05:14:25.405Z||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-12T05:14:25.405Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ...
2023-01-12T05:14:25.436Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T05:14:25.437Z||pool-3-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":8,"count":1}
2023-01-12T05:14:25.606Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T05:14:25.607Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T05:14:25.608Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78883831-272f-4b93-a972-730b5610dc33",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673500462438,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-12T05:14:25.640Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-12T05:14:25.641Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T05:14:25.641Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78883831-272f-4b93-a972-730b5610dc33",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673500458509,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-12T05:14:25.642Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-12T05:14:26.336Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-12T05:14:26.336Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-12T05:14:26.339Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-12T05:14:26.339Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "78883831-272f-4b93-a972-730b5610dc33",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673500462438,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/vfwb537d212f9640_modules.json",
"status": "NOTIFIED"
}
2023-01-12T05:14:26.439Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-12T05:14:26.441Z||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-12T05:14:26.441Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ...
2023-01-12T05:14:26.461Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T05:14:26.462Z||pool-4-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2023-01-12T05:14:27.340Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-12T05:14:27.341Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-12T05:14:27.344Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-12T05:14:27.345Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "78883831-272f-4b93-a972-730b5610dc33",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673500462438,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-01-12T05:14:27.444Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-12T05:14:27.446Z||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-12T05:14:27.446Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ...
2023-01-12T05:14:27.462Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T05:14:27.463Z||pool-5-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2023-01-12T05:14:28.345Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-12T05:14:28.347Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-12T05:14:28.349Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-12T05:14:28.350Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "78883831-272f-4b93-a972-730b5610dc33",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673500462438,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-12T05:14:28.450Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-12T05:14:28.451Z||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-12T05:14:28.451Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ...
2023-01-12T05:14:28.472Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T05:14:28.473Z||pool-6-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2023-01-12T05:14:29.350Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-12T05:14:29.352Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-12T05:14:29.354Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-12T05:14:29.354Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "78883831-272f-4b93-a972-730b5610dc33",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673500462438,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-01-12T05:14:29.454Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-12T05:14:29.455Z||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-12T05:14:29.455Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ...
2023-01-12T05:14:29.470Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T05:14:29.471Z||pool-7-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2023-01-12T05:14:30.355Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-12T05:14:30.357Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-12T05:14:30.359Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-12T05:14:30.359Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "78883831-272f-4b93-a972-730b5610dc33",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673500462438,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/artifacts/service-Vfw20230112051319-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-12T05:14:30.459Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-12T05:14:30.461Z||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-12T05:14:30.462Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ...
2023-01-12T05:14:30.477Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T05:14:30.478Z||pool-8-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2023-01-12T05:14:31.360Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-12T05:14:31.361Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-12T05:14:31.364Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-12T05:14:31.365Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "78883831-272f-4b93-a972-730b5610dc33",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673500462438,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/artifacts/service-Vfw20230112051319-csar.csar",
"status": "NOTIFIED"
}
2023-01-12T05:14:31.464Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-12T05:14:31.467Z||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-12T05:14:31.467Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ...
2023-01-12T05:14:31.483Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T05:14:31.484Z||pool-9-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2023-01-12T05:14:32.366Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "78883831-272f-4b93-a972-730b5610dc33",
"serviceName": "vFW 2023-01-12 05-13-19",
"serviceVersion": "1.0",
"serviceUUID": "564361ac-91ae-40bd-98db-cf73c212a68b",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "3b14964c-3d19-4059-bd94-a5782cea9daf",
"resources": [
{
"resourceInstanceName": "vFW b537d212-f964 0",
"resourceCustomizationUUID": "a825dfa3-95e6-46aa-ba93-ece8e7e95908",
"resourceName": "vFW b537d212-f964",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "2e371c59-97fb-49db-bf20-b4e3ea2f1a20",
"resourceInvariantUUID": "73c98ee6-c9bb-4f8a-8a27-c49484263a26",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwb537d212f9640_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/vfwb537d212f9640_modules.json",
"artifactChecksum": "OGY0ZWQ3ZGU0ZGJiZDc4OWRlNjM4YzU3MmYwMGJlZDc\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ace247c1-b8f1-481a-bede-a9348f4d1051",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "613bc5e1-7bf7-4a0d-9620-0f7fe9e1b940",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "175d5e7b-e369-4915-a93d-3eda060e49d0",
"generatedFromUUID": "613bc5e1-7bf7-4a0d-9620-0f7fe9e1b940"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "175d5e7b-e369-4915-a93d-3eda060e49d0",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20230112051319-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/artifacts/service-Vfw20230112051319-csar.csar",
"artifactChecksum": "OTcxMWE2NzJhOGM2Y2EyODNmOTJlMGI1ODBhNzY3Njk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "2c99d733-b1f1-4450-8c85-426663a59b3f"
}
],
"workloadContext": "Production"
}
2023-01-12T05:14:32.369Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-12T05:14:32.369Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 564361ac-91ae-40bd-98db-cf73c212a68b ASDC
2023-01-12T05:14:32.523Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:78883831-272f-4b93-a972-730b5610dc33
ServiceName:vFW 2023-01-12 05-13-19
ServiceVersion:1.0
ServiceUUID:564361ac-91ae-40bd-98db-cf73c212a68b
ServiceInvariantUUID:3b14964c-3d19-4059-bd94-a5782cea9daf
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230112051319-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230112051319/1.0/artifacts/service-Vfw20230112051319-csar.csar
ArtifactUUID:2c99d733-b1f1-4450-8c85-426663a59b3f
ArtifactChecksum:OTcxMWE2NzJhOGM2Y2EyODNmOTJlMGI1ODBhNzY3Njk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW b537d212-f964 0
ResourceCustomizationUUID:a825dfa3-95e6-46aa-ba93-ece8e7e95908
ResourceInvariantUUID:73c98ee6-c9bb-4f8a-8a27-c49484263a26
ResourceName:vFW b537d212-f964
ResourceType:VF
ResourceUUID:2e371c59-97fb-49db-bf20-b4e3ea2f1a20
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwb537d212f9640_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/vfwb537d212f9640_modules.json
ArtifactUUID:ace247c1-b8f1-481a-bede-a9348f4d1051
ArtifactChecksum:OGY0ZWQ3ZGU0ZGJiZDc4OWRlNjM4YzU3MmYwMGJlZDc=
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/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/base_vfw.yaml
ArtifactUUID:613bc5e1-7bf7-4a0d-9620-0f7fe9e1b940
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/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/base_vfw.env
ArtifactUUID:175d5e7b-e369-4915-a93d-3eda060e49d0
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/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/base_vfw.env
ArtifactUUID:175d5e7b-e369-4915-a93d-3eda060e49d0
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-01-12T05:14:32.524Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 564361ac-91ae-40bd-98db-cf73c212a68b 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-12T05:14:32.874Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-12T05:14:32.876Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-01-12T05:14:32.879Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-01-12T05:14:32.879Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 2c99d733-b1f1-4450-8c85-426663a59b3f from URL: /sdc/v1/catalog/services/Vfw20230112051319/1.0/artifacts/service-Vfw20230112051319-csar.csar
2023-01-12T05:14:32.880Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-01-12T05:14:32.881Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230112051319/1.0/artifacts/service-Vfw20230112051319-csar.csar
2023-01-12T05:14:33.010Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-01-12T05:14:33.029Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230112051319/1.0/artifacts/service-Vfw20230112051319-csar.csar 2c99d733-b1f1-4450-8c85-426663a59b3f 100732
2023-01-12T05:14:33.031Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230112051319/1.0/artifacts/service-Vfw20230112051319-csar.csar ASDC sendASDCNotification
2023-01-12T05:14:33.031Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230112051319/1.0/artifacts/service-Vfw20230112051319-csar.csar
2023-01-12T05:14:33.032Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-12T05:14:33.033Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-12T05:14:33.036Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-12T05:14:33.036Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "78883831-272f-4b93-a972-730b5610dc33",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673500473029,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/artifacts/service-Vfw20230112051319-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-12T05:14:33.137Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-12T05:14:33.138Z||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-12T05:14:33.138Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ...
2023-01-12T05:14:33.155Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T05:14:33.156Z||pool-10-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2023-01-12T05:14:34.037Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-12T05:14:34.039Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-01-12T05:14:34.039Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 2c99d733-b1f1-4450-8c85-426663a59b3f, URL: /sdc/v1/catalog/services/Vfw20230112051319/1.0/artifacts/service-Vfw20230112051319-csar.csar to file: /app/ASDC/1/service-Vfw20230112051319-csar.csar
2023-01-12T05:14:34.040Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230112051319-csar.csar
2023-01-12T05:14:34.121Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230112051319-csar.csar
2023-01-12T05:14:34.122Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230112051319-csar.csar
2023-01-12T05:14:34.842Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17120889755901500340/Definitions/service-Vfw20230112051319-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-01-12T05:14:38.991Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-12T05:14:38.997Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-01-12T05:14:38.998Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230112051319-csar.csar
2023-01-12T05:14:38.998Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-01-12T05:14:38.998Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230112051319-csar.csar
2023-01-12T05:14:38.998Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230112051319-csar.csar
2023-01-12T05:14:38.999Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230112051319-csar.csar
2023-01-12T05:14:38.999Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230112051319-csar.csar
2023-01-12T05:14:38.999Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230112051319-csar.csar
2023-01-12T05:14:38.999Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230112051319-csar.csar
2023-01-12T05:14:39.000Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230112051319-csar.csar
2023-01-12T05:14:39.000Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230112051319-csar.csar
2023-01-12T05:14:39.000Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230112051319-csar.csar
2023-01-12T05:14:39.000Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230112051319-csar.csar
2023-01-12T05:14:39.001Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b537d212-f964 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-Vfw20230112051319-csar.csar
2023-01-12T05:14:39.001Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-01-12T05:14:39.008Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T05:14:39.010Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-12 05-13-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T05:14:39.014Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vFW b537d212-f964 0 is matching search criteria
2023-01-12T05:14:39.015Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-01-12T05:14:39.017Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW b537d212-f964 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-12T05:14:39.019Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T05:14:39.019Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-12 05-13-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T05:14:39.019Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vFW b537d212-f964 0 is matching search criteria
2023-01-12T05:14:39.020Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-01-12T05:14:39.020Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW b537d212-f964 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-12T05:14:39.020Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T05:14:39.021Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-12 05-13-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T05:14:39.026Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T05:14:39.027Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vFW b537d212-f964 0 is not matching search criteria
2023-01-12T05:14:39.027Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-12T05:14:39.027Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-12T05:14:39.027Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-12T05:14:39.028Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-12T05:14:39.028Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-12T05:14:39.028Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-12T05:14:39.028Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-12T05:14:39.029Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-12T05:14:39.029Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-12T05:14:39.029Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-12T05:14:39.029Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-12T05:14:39.030Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-12T05:14:39.030Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-12T05:14:39.030Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-12T05:14:39.030Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-12T05:14:39.031Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-12T05:14:39.031Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T05:14:39.031Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-12 05-13-19 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-12T05:14:39.033Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T05:14:39.033Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vFW b537d212-f964 0 is matching search criteria
2023-01-12T05:14:39.033Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW b537d212-f964 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-12T05:14:39.034Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T05:14:39.034Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vFW b537d212-f964 0 is matching search criteria
2023-01-12T05:14:39.034Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW b537d212-f964 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-12T05:14:39.035Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T05:14:39.035Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vFW b537d212-f964 0 is matching search criteria
2023-01-12T05:14:39.035Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW b537d212-f964 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-12T05:14:39.036Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T05:14:39.036Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vFW b537d212-f964 0 is not matching search criteria
2023-01-12T05:14:39.036Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-12T05:14:39.036Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-12T05:14:39.037Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-01-12T05:14:39.037Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-12T05:14:39.037Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-12T05:14:39.037Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-12T05:14:39.037Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-12T05:14:39.037Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-12T05:14:39.038Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-12T05:14:39.038Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-12T05:14:39.038Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-12T05:14:39.038Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=6bff2a46-7c14-4feb-bdd5-a8c6f0fad65b
2023-01-12T05:14:39.039Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T05:14:39.039Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vFW b537d212-f964 0 is not matching search criteria
2023-01-12T05:14:39.039Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-12T05:14:39.039Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-12T05:14:39.039Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-12T05:14:39.040Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-12T05:14:39.040Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-12T05:14:39.040Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-12T05:14:39.040Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-12T05:14:39.041Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-01-12T05:14:39.041Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-12T05:14:39.041Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-12T05:14:39.041Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-12T05:14:39.041Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-12T05:14:39.042Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=266622ad-32db-489c-adba-9d1904ebf440
2023-01-12T05:14:39.042Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T05:14:39.042Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vFW b537d212-f964 0 is not matching search criteria
2023-01-12T05:14:39.042Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-12T05:14:39.043Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-12T05:14:39.043Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-12T05:14:39.043Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-12T05:14:39.043Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-12T05:14:39.043Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-12T05:14:39.044Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-12T05:14:39.044Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-12T05:14:39.044Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-12T05:14:39.044Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-12T05:14:39.044Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-12T05:14:39.045Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-01-12T05:14:39.045Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8677e539-d171-4631-97b2-abb556954718
2023-01-12T05:14:39.045Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T05:14:39.045Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-12 05-13-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T05:14:39.046Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T05:14:39.046Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-12 05-13-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T05:14:39.046Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T05:14:39.046Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-12 05-13-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T05:14:39.046Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T05:14:39.047Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-12 05-13-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T05:14:39.047Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2023-01-12 05-13-19
Description:catalog service description
Model UUID:564361ac-91ae-40bd-98db-cf73c212a68b
Model Version:NULL
Model InvariantUuid:3b14964c-3d19-4059-bd94-a5782cea9daf
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW b537d212-f964
Model UUID:63725d9f-c937-4997-aa71-9a3930af399f
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:73c98ee6-c9bb-4f8a-8a27-c49484263a26
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:a825dfa3-95e6-46aa-ba93-ece8e7e95908
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:d01dae93-4d7f-4091-ad4b-df53efbe4e6b
ModelName:VfwB537d212F964..base_vfw..module-0
ModelUuid:353bb200-65ea-43e2-96a8-3c560f0653e0
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:6bff2a46-7c14-4feb-bdd5-a8c6f0fad65b
ModelInvariantUuid:e8d72f71-fdb0-458f-92d5-364eb7fa747b
ModelName:vFW b537d212-f964-nodes.vfwCvfc
ModelUuid:f2825f7d-7628-4bf4-b6cd-e287d11995e3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:a83fe31c-e482-4533-9311-e389d2edbf06
ModelInvariantUuid:99ce0827-868e-4d42-8a96-2243a69e0450
ModelName:VfwB537d212F964.compute.nodes.heat.vfw
ModelUuid:fd36795e-4e6f-46eb-9e13-0dde137e024e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:266622ad-32db-489c-adba-9d1904ebf440
ModelInvariantUuid:6c58deda-b0e5-44a1-b9c3-3ab9034f22f4
ModelName:vFW b537d212-f964-nodes.vsnCvfc
ModelUuid:63376c77-c544-405d-866b-ae04e335296c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:ea5a92db-8ac6-460e-9b5c-5f84f5dafb21
ModelInvariantUuid:97e96ab4-757c-4d46-808f-bde2f5ed8c1c
ModelName:VfwB537d212F964.compute.nodes.heat.vsn
ModelUuid:e80471a7-bc60-4433-b823-3ea5784cf65c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:8677e539-d171-4631-97b2-abb556954718
ModelInvariantUuid:83791cff-ecba-45d1-b897-01a362ab51af
ModelName:vFW b537d212-f964-nodes.vpgCvfc
ModelUuid:94e7ffbe-efbe-4793-8040-aaccd5ff47c3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:0c9f3d62-982c-4593-9ba9-6122da362a1c
ModelInvariantUuid:92e1d9f3-a6ad-4ad5-9bb6-8c70932e95b4
ModelName:VfwB537d212F964.compute.nodes.heat.vpg
ModelUuid:462ac76d-d1cb-4bdf-9403-6227ec734c85
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-12T05:14:39.091Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 2e371c59-97fb-49db-bf20-b4e3ea2f1a20
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-12T05:14:39.220Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||vFW b537d212-f964 0
2023-01-12T05:14:39.229Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2e371c59-97fb-49db-bf20-b4e3ea2f1a20
2023-01-12T05:14:39.230Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: ace247c1-b8f1-481a-bede-a9348f4d1051 from URL: /sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/vfwb537d212f9640_modules.json
2023-01-12T05:14:39.230Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-01-12T05:14:39.230Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/vfwb537d212f9640_modules.json
2023-01-12T05:14:39.295Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-01-12T05:14:39.297Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/vfwb537d212f9640_modules.json ace247c1-b8f1-481a-bede-a9348f4d1051 785
2023-01-12T05:14:39.297Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/vfwb537d212f9640_modules.json ASDC sendASDCNotification
2023-01-12T05:14:39.297Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/vfwb537d212f9640_modules.json
2023-01-12T05:14:39.298Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-12T05:14:39.298Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-12T05:14:39.302Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-12T05:14:39.302Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "78883831-272f-4b93-a972-730b5610dc33",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673500479297,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/vfwb537d212f9640_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-12T05:14:39.402Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-12T05:14:39.404Z||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-12T05:14:39.404Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ...
2023-01-12T05:14:39.416Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T05:14:39.417Z||pool-11-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2023-01-12T05:14:40.304Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwB537d212F964..base_vfw..module-0",
"vfModuleModelInvariantUUID": "d01dae93-4d7f-4091-ad4b-df53efbe4e6b",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "353bb200-65ea-43e2-96a8-3c560f0653e0",
"vfModuleModelCustomizationUUID": "e8011765-d36f-4656-8b54-ad70a126b492",
"isBase": true,
"artifacts": [
"613bc5e1-7bf7-4a0d-9620-0f7fe9e1b940",
"175d5e7b-e369-4915-a93d-3eda060e49d0"
],
"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-12T05:14:40.325Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwB537d212F964..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:353bb200-65ea-43e2-96a8-3c560f0653e0
VfModuleModelInvariantUUID:d01dae93-4d7f-4091-ad4b-df53efbe4e6b
VfModuleModelDescription:NULL
Artifacts UUID List:{
613bc5e1-7bf7-4a0d-9620-0f7fe9e1b940
,
175d5e7b-e369-4915-a93d-3eda060e49d0
}
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-12T05:14:40.329Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwB537d212F964..base_vfw..module-0",
"vfModuleModelInvariantUUID": "d01dae93-4d7f-4091-ad4b-df53efbe4e6b",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "353bb200-65ea-43e2-96a8-3c560f0653e0",
"vfModuleModelCustomizationUUID": "e8011765-d36f-4656-8b54-ad70a126b492",
"isBase": true,
"artifacts": [
"613bc5e1-7bf7-4a0d-9620-0f7fe9e1b940",
"175d5e7b-e369-4915-a93d-3eda060e49d0"
],
"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-12T05:14:40.329Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwB537d212F964..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:353bb200-65ea-43e2-96a8-3c560f0653e0
VfModuleModelInvariantUUID:d01dae93-4d7f-4091-ad4b-df53efbe4e6b
VfModuleModelDescription:NULL
Artifacts UUID List:{
613bc5e1-7bf7-4a0d-9620-0f7fe9e1b940
,
175d5e7b-e369-4915-a93d-3eda060e49d0
}
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-12T05:14:40.329Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 613bc5e1-7bf7-4a0d-9620-0f7fe9e1b940 from URL: /sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/base_vfw.yaml
2023-01-12T05:14:40.330Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-01-12T05:14:40.330Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/base_vfw.yaml
2023-01-12T05:14:40.403Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-01-12T05:14:40.405Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/base_vfw.yaml 613bc5e1-7bf7-4a0d-9620-0f7fe9e1b940 20368
2023-01-12T05:14:40.405Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-01-12T05:14:40.405Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/base_vfw.yaml
2023-01-12T05:14:40.406Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-12T05:14:40.406Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-12T05:14:40.409Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-12T05:14:40.409Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "78883831-272f-4b93-a972-730b5610dc33",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673500480405,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-12T05:14:40.510Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-12T05:14:40.512Z||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-12T05:14:40.512Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ...
2023-01-12T05:14:40.525Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T05:14:40.526Z||pool-12-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-01-12T05:14:41.411Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 175d5e7b-e369-4915-a93d-3eda060e49d0 from URL: /sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/base_vfw.env
2023-01-12T05:14:41.411Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-01-12T05:14:41.412Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/base_vfw.env
2023-01-12T05:14:41.480Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-01-12T05:14:41.481Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/base_vfw.env 175d5e7b-e369-4915-a93d-3eda060e49d0 2098
2023-01-12T05:14:41.482Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/base_vfw.env ASDC sendASDCNotification
2023-01-12T05:14:41.483Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/base_vfw.env
2023-01-12T05:14:41.483Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-12T05:14:41.484Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-12T05:14:41.488Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-12T05:14:41.488Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "78883831-272f-4b93-a972-730b5610dc33",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673500481481,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-01-12T05:14:41.587Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-12T05:14:41.588Z||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-12T05:14:41.589Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ...
2023-01-12T05:14:41.618Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T05:14:41.618Z||pool-13-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2023-01-12T05:14:42.489Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 564361ac-91ae-40bd-98db-cf73c212a68b
2023-01-12T05:14:42.490Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW b537d212-f964 0 2e371c59-97fb-49db-bf20-b4e3ea2f1a20 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-12T05:14:42.594Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@14734c43, org.onap.sdc.toscaparser.api.parameters.Input@1297cb6c, org.onap.sdc.toscaparser.api.parameters.Input@413f498, org.onap.sdc.toscaparser.api.parameters.Input@179a62cd, org.onap.sdc.toscaparser.api.parameters.Input@19853529]
2023-01-12T05:14:42.600Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T05:14:42.601Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-12 05-13-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T05:14:42.601Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic
2023-01-12T05:14:42.601Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= a825dfa3-95e6-46aa-ba93-ece8e7e95908
2023-01-12T05:14:42.601Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a825dfa3-95e6-46aa-ba93-ece8e7e95908 matches Tosca VF Customization UUID: a825dfa3-95e6-46aa-ba93-ece8e7e95908
2023-01-12T05:14:42.602Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: a825dfa3-95e6-46aa-ba93-ece8e7e95908 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-12T05:14:42.615Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T05:14:42.616Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-12 05-13-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T05:14:42.617Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id a825dfa3-95e6-46aa-ba93-ece8e7e95908: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-01-12T05:14:42.617Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@757d2772
2023-01-12T05:14:42.618Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T05:14:42.618Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-12 05-13-19 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-12T05:14:42.618Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e8011765-d36f-4656-8b54-ad70a126b492
2023-01-12T05:14:42.620Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e8011765-d36f-4656-8b54-ad70a126b492
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-12T05:14:42.629Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T05:14:42.630Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vFW b537d212-f964 0 is matching search criteria
2023-01-12T05:14:42.630Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW b537d212-f964 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-12T05:14:42.632Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T05:14:42.632Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vFW b537d212-f964 0 is matching search criteria
2023-01-12T05:14:42.632Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW b537d212-f964 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-12T05:14:42.632Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T05:14:42.633Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vFW b537d212-f964 0 is not matching search criteria
2023-01-12T05:14:42.633Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-12T05:14:42.633Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-12T05:14:42.633Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-01-12T05:14:42.633Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-12T05:14:42.634Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-12T05:14:42.634Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-12T05:14:42.634Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-12T05:14:42.634Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-12T05:14:42.635Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-12T05:14:42.635Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-12T05:14:42.635Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-12T05:14:42.635Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=6bff2a46-7c14-4feb-bdd5-a8c6f0fad65b
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-12T05:14:42.648Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T05:14:42.648Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vFW b537d212-f964 0 is matching search criteria
2023-01-12T05:14:42.649Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW b537d212-f964 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-12T05:14:42.649Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T05:14:42.650Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vFW b537d212-f964 0 is not matching search criteria
2023-01-12T05:14:42.650Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-12T05:14:42.650Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-12T05:14:42.650Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-12T05:14:42.650Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-12T05:14:42.650Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-12T05:14:42.651Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-12T05:14:42.651Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-12T05:14:42.651Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-01-12T05:14:42.651Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-12T05:14:42.651Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-12T05:14:42.652Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-12T05:14:42.652Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-12T05:14:42.652Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=266622ad-32db-489c-adba-9d1904ebf440
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-12T05:14:42.656Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T05:14:42.657Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vFW b537d212-f964 0 is matching search criteria
2023-01-12T05:14:42.657Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW b537d212-f964 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-12T05:14:42.660Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T05:14:42.661Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vFW b537d212-f964 0 is not matching search criteria
2023-01-12T05:14:42.661Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-12T05:14:42.661Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-12T05:14:42.661Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-12T05:14:42.662Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-12T05:14:42.662Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-12T05:14:42.662Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-12T05:14:42.662Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-12T05:14:42.663Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-12T05:14:42.663Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-12T05:14:42.663Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-12T05:14:42.663Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-12T05:14:42.663Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-01-12T05:14:42.664Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8677e539-d171-4631-97b2-abb556954718
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-12T05:14:42.673Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T05:14:42.673Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vFW b537d212-f964 0 is matching search criteria
2023-01-12T05:14:42.674Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW b537d212-f964 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-12T05:14:42.674Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T05:14:42.674Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vFW b537d212-f964 0 is matching search criteria
2023-01-12T05:14:42.674Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW b537d212-f964 0] matching following query criteria: sdcType=VF, customizationUUID=a825dfa3-95e6-46aa-ba93-ece8e7e95908
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-12T05:14:42.683Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T05:14:42.683Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-12 05-13-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T05:14:42.684Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 564361ac-91ae-40bd-98db-cf73c212a68b: vFW b537d212-f964
2023-01-12T05:14:42.684Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T05:14:42.684Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-12 05-13-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T05:14:42.685Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T05:14:42.685Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-12 05-13-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T05:14:42.685Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T05:14:42.685Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-12 05-13-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T05:14:42.686Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T05:14:42.686Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-12 05-13-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T05:14:42.686Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T05:14:42.687Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-12 05-13-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T05:14:42.687Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2023-01-12 05-13-19
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-12T05:14:43.425Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW b537d212-f964 2e371c59-97fb-49db-bf20-b4e3ea2f1a20 1 ASDC deployResourceStructure
2023-01-12T05:14:43.426Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/vfwb537d212f9640_modules.json ASDC sendASDCNotification
2023-01-12T05:14:43.426Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/vfwb537d212f9640_modules.json
2023-01-12T05:14:43.426Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-12T05:14:43.426Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-12T05:14:43.428Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-12T05:14:43.428Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "78883831-272f-4b93-a972-730b5610dc33",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673500483426,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/vfwb537d212f9640_modules.json",
"status": "DEPLOY_OK"
}
2023-01-12T05:14:43.529Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-12T05:14:43.530Z||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-12T05:14:43.530Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ...
2023-01-12T05:14:43.549Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T05:14:43.550Z||pool-14-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2023-01-12T05:14:44.430Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-01-12T05:14:44.431Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/base_vfw.yaml
2023-01-12T05:14:44.431Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-12T05:14:44.431Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-12T05:14:44.434Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-12T05:14:44.435Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "78883831-272f-4b93-a972-730b5610dc33",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673500484430,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2023-01-12T05:14:44.535Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-12T05:14:44.536Z||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-12T05:14:44.536Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ...
2023-01-12T05:14:44.554Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T05:14:44.554Z||pool-15-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2023-01-12T05:14:45.436Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/base_vfw.env ASDC sendASDCNotification
2023-01-12T05:14:45.436Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/base_vfw.env
2023-01-12T05:14:45.436Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-12T05:14:45.437Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-12T05:14:45.439Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-12T05:14:45.439Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "78883831-272f-4b93-a972-730b5610dc33",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673500485436,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2023-01-12T05:14:45.539Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-12T05:14:45.540Z||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-12T05:14:45.541Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ...
2023-01-12T05:14:45.577Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T05:14:45.578Z||pool-16-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":1,"count":1}
2023-01-12T05:14:46.441Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230112051319/1.0/artifacts/service-Vfw20230112051319-csar.csar ASDC sendASDCNotification
2023-01-12T05:14:46.441Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230112051319/1.0/artifacts/service-Vfw20230112051319-csar.csar
2023-01-12T05:14:46.441Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-12T05:14:46.441Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-12T05:14:46.443Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-12T05:14:46.444Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "78883831-272f-4b93-a972-730b5610dc33",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673500486440,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/artifacts/service-Vfw20230112051319-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-12T05:14:46.544Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-12T05:14:46.544Z||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-12T05:14:46.545Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ...
2023-01-12T05:14:46.585Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T05:14:46.585Z||pool-17-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":1,"count":1}
2023-01-12T05:14:47.446Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 78883831-272f-4b93-a972-730b5610dc33
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-12T05:14:47.496Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 78883831-272f-4b93-a972-730b5610dc33
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-12T05:14:47.501Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-12T05:14:47.502Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-12T05:14:47.502Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-12T05:15:17.502Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 78883831-272f-4b93-a972-730b5610dc33
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-12T05:15:17.538Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 78883831-272f-4b93-a972-730b5610dc33
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-12T05:15:17.540Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-12T05:15:17.541Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-12T05:15:17.541Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-12T05:15:22.441Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T05:15:22.442Z||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-12T05:15:22.443Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T05:15:22.484Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T05:15:22.485Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T05:15:22.485Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78883831-272f-4b93-a972-730b5610dc33",
"consumerID": "cds",
"timestamp": 1673500464602,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-12T05:15:22.486Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-12T05:15:47.541Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 78883831-272f-4b93-a972-730b5610dc33
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-12T05:15:47.559Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 78883831-272f-4b93-a972-730b5610dc33
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-12T05:15:47.563Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-12T05:15:47.563Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-12T05:15:47.563Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-12T05:16:17.567Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 78883831-272f-4b93-a972-730b5610dc33
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-12T05:16:17.583Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 78883831-272f-4b93-a972-730b5610dc33
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-12T05:16:17.586Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-12T05:16:17.586Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-12T05:16:17.586Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-12T05:16:22.443Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T05:16:22.444Z||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-12T05:16:22.444Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T05:16:22.985Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T05:16:22.988Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T05:16:22.989Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78883831-272f-4b93-a972-730b5610dc33",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673500458509,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/vfwb537d212f9640_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-12T05:16:22.990Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-12T05:16:22.990Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T05:16:22.990Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78883831-272f-4b93-a972-730b5610dc33",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673500462438,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/vfwb537d212f9640_modules.json",
"status": "NOTIFIED"
}
2023-01-12T05:16:22.990Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-12T05:16:22.990Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T05:16:22.990Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78883831-272f-4b93-a972-730b5610dc33",
"consumerID": "cds",
"timestamp": 1673500464602,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/vfwb537d212f9640_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-12T05:16:22.991Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-12T05:16:22.991Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T05:16:22.991Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78883831-272f-4b93-a972-730b5610dc33",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673500458509,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-12T05:16:22.991Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-12T05:16:22.991Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T05:16:22.991Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78883831-272f-4b93-a972-730b5610dc33",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673500462438,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-01-12T05:16:22.992Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-12T05:16:22.992Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T05:16:22.992Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78883831-272f-4b93-a972-730b5610dc33",
"consumerID": "cds",
"timestamp": 1673500464602,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-12T05:16:22.992Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-12T05:16:22.992Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T05:16:22.992Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78883831-272f-4b93-a972-730b5610dc33",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673500458509,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-12T05:16:22.992Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-12T05:16:22.993Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T05:16:22.993Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78883831-272f-4b93-a972-730b5610dc33",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673500462438,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-12T05:16:22.993Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-12T05:16:22.993Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T05:16:22.993Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78883831-272f-4b93-a972-730b5610dc33",
"consumerID": "cds",
"timestamp": 1673500464602,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-12T05:16:22.994Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-12T05:16:22.994Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T05:16:22.994Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78883831-272f-4b93-a972-730b5610dc33",
"consumerID": "ves-openapi-manager",
"timestamp": 1673500468782,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-12T05:16:22.994Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-12T05:16:22.994Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T05:16:22.994Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78883831-272f-4b93-a972-730b5610dc33",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673500458509,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-01-12T05:16:22.994Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-12T05:16:22.995Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T05:16:22.995Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78883831-272f-4b93-a972-730b5610dc33",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673500462438,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-01-12T05:16:22.995Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-12T05:16:22.995Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T05:16:22.995Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78883831-272f-4b93-a972-730b5610dc33",
"consumerID": "cds",
"timestamp": 1673500464602,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-01-12T05:16:22.996Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-12T05:16:22.997Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T05:16:22.997Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78883831-272f-4b93-a972-730b5610dc33",
"consumerID": "ves-openapi-manager",
"timestamp": 1673500468782,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/vfwb537d212f9640_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-12T05:16:22.997Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-12T05:16:22.997Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T05:16:22.997Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78883831-272f-4b93-a972-730b5610dc33",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673500458509,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/artifacts/service-Vfw20230112051319-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-12T05:16:22.998Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-12T05:16:22.998Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T05:16:22.998Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78883831-272f-4b93-a972-730b5610dc33",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673500462438,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/artifacts/service-Vfw20230112051319-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-12T05:16:22.998Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-12T05:16:22.998Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T05:16:22.998Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78883831-272f-4b93-a972-730b5610dc33",
"consumerID": "cds",
"timestamp": 1673500464602,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/artifacts/service-Vfw20230112051319-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-12T05:16:22.999Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-12T05:16:22.999Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T05:16:22.999Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78883831-272f-4b93-a972-730b5610dc33",
"consumerID": "ves-openapi-manager",
"timestamp": 1673500468782,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-12T05:16:22.999Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-12T05:16:22.999Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T05:16:23.000Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78883831-272f-4b93-a972-730b5610dc33",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673500458509,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/artifacts/service-Vfw20230112051319-csar.csar",
"status": "NOTIFIED"
}
2023-01-12T05:16:23.000Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-12T05:16:23.000Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T05:16:23.000Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78883831-272f-4b93-a972-730b5610dc33",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673500462438,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/artifacts/service-Vfw20230112051319-csar.csar",
"status": "NOTIFIED"
}
2023-01-12T05:16:23.000Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-12T05:16:23.000Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T05:16:23.001Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78883831-272f-4b93-a972-730b5610dc33",
"consumerID": "cds",
"timestamp": 1673500464602,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/artifacts/service-Vfw20230112051319-csar.csar",
"status": "NOTIFIED"
}
2023-01-12T05:16:23.001Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-12T05:16:23.001Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T05:16:23.001Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78883831-272f-4b93-a972-730b5610dc33",
"consumerID": "ves-openapi-manager",
"timestamp": 1673500468782,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-12T05:16:23.001Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-12T05:16:23.001Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T05:16:23.002Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78883831-272f-4b93-a972-730b5610dc33",
"consumerID": "ves-openapi-manager",
"timestamp": 1673500468782,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-01-12T05:16:23.002Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-12T05:16:23.002Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T05:16:23.002Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78883831-272f-4b93-a972-730b5610dc33",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673500472507,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/artifacts/service-Vfw20230112051319-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-12T05:16:23.002Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T05:16:23.002Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T05:16:23.002Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78883831-272f-4b93-a972-730b5610dc33",
"consumerID": "cds",
"timestamp": 1673500472499,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/artifacts/service-Vfw20230112051319-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-12T05:16:23.003Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T05:16:23.003Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T05:16:23.003Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78883831-272f-4b93-a972-730b5610dc33",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673500473029,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/artifacts/service-Vfw20230112051319-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-12T05:16:23.003Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T05:16:23.003Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T05:16:23.004Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78883831-272f-4b93-a972-730b5610dc33",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673500472452,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-12T05:16:23.004Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-12T05:16:23.004Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T05:16:23.004Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78883831-272f-4b93-a972-730b5610dc33",
"consumerID": "aai-ml",
"timestamp": 1673500473127,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-12T05:16:23.004Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-12T05:16:23.004Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T05:16:23.005Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78883831-272f-4b93-a972-730b5610dc33",
"consumerID": "ves-openapi-manager",
"timestamp": 1673500468782,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/artifacts/service-Vfw20230112051319-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-12T05:16:23.005Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-12T05:16:23.005Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T05:16:23.005Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78883831-272f-4b93-a972-730b5610dc33",
"consumerID": "cds",
"timestamp": 1673500473517,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/artifacts/service-Vfw20230112051319-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-12T05:16:23.020Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 78883831-272f-4b93-a972-730b5610dc33
2023-01-12T05:16:23.021Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 78883831-272f-4b93-a972-730b5610dc33 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-12T05:16:23.036Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T05:16:23.036Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78883831-272f-4b93-a972-730b5610dc33",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673500472452,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/vfwb537d212f9640_modules.json",
"status": "NOTIFIED"
}
2023-01-12T05:16:23.037Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-12T05:16:23.037Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T05:16:23.037Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78883831-272f-4b93-a972-730b5610dc33",
"consumerID": "aai-ml",
"timestamp": 1673500473127,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/vfwb537d212f9640_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-12T05:16:23.038Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-12T05:16:23.038Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T05:16:23.038Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78883831-272f-4b93-a972-730b5610dc33",
"consumerID": "ves-openapi-manager",
"timestamp": 1673500468782,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/artifacts/service-Vfw20230112051319-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-01-12T05:16:23.038Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-12T05:16:23.039Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T05:16:23.039Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78883831-272f-4b93-a972-730b5610dc33",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673500472452,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-01-12T05:16:23.039Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-12T05:16:23.040Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T05:16:23.040Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78883831-272f-4b93-a972-730b5610dc33",
"consumerID": "aai-ml",
"timestamp": 1673500473127,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-12T05:16:23.040Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-12T05:16:23.040Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T05:16:23.041Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78883831-272f-4b93-a972-730b5610dc33",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673500472452,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-12T05:16:23.041Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-12T05:16:23.041Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T05:16:23.042Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78883831-272f-4b93-a972-730b5610dc33",
"consumerID": "aai-ml",
"timestamp": 1673500473127,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-12T05:16:23.042Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-12T05:16:23.042Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T05:16:23.042Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78883831-272f-4b93-a972-730b5610dc33",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673500472452,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-01-12T05:16:23.043Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-12T05:16:23.043Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T05:16:23.043Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78883831-272f-4b93-a972-730b5610dc33",
"consumerID": "aai-ml",
"timestamp": 1673500473127,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-01-12T05:16:23.044Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-12T05:16:23.044Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T05:16:23.044Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78883831-272f-4b93-a972-730b5610dc33",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673500472452,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/artifacts/service-Vfw20230112051319-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-12T05:16:23.045Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-12T05:16:23.045Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T05:16:23.045Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78883831-272f-4b93-a972-730b5610dc33",
"consumerID": "aai-ml",
"timestamp": 1673500473127,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/artifacts/service-Vfw20230112051319-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-12T05:16:23.045Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-12T05:16:23.046Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T05:16:23.046Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78883831-272f-4b93-a972-730b5610dc33",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673500478198,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/artifacts/service-Vfw20230112051319-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-12T05:16:23.046Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T05:16:23.046Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T05:16:23.046Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78883831-272f-4b93-a972-730b5610dc33",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673500472452,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/artifacts/service-Vfw20230112051319-csar.csar",
"status": "NOTIFIED"
}
2023-01-12T05:16:23.047Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-12T05:16:23.047Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T05:16:23.047Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78883831-272f-4b93-a972-730b5610dc33",
"consumerID": "aai-ml",
"timestamp": 1673500473127,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/artifacts/service-Vfw20230112051319-csar.csar",
"status": "NOTIFIED"
}
2023-01-12T05:16:23.048Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-12T05:16:23.048Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T05:16:23.048Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78883831-272f-4b93-a972-730b5610dc33",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673500479204,
"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-12T05:16:23.057Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 78883831-272f-4b93-a972-730b5610dc33
2023-01-12T05:16:23.058Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 78883831-272f-4b93-a972-730b5610dc33 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-12T05:16:23.072Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T05:16:23.072Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78883831-272f-4b93-a972-730b5610dc33",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673500479297,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/vfwb537d212f9640_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-12T05:16:23.073Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T05:16:23.073Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T05:16:23.073Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78883831-272f-4b93-a972-730b5610dc33",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673500480348,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/vfwb537d212f9640_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-12T05:16:23.074Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T05:16:23.074Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T05:16:23.074Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78883831-272f-4b93-a972-730b5610dc33",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673500480405,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-12T05:16:23.075Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T05:16:23.075Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T05:16:23.075Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78883831-272f-4b93-a972-730b5610dc33",
"consumerID": "aai-ml",
"timestamp": 1673500481104,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/artifacts/service-Vfw20230112051319-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-12T05:16:23.076Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T05:16:23.076Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T05:16:23.076Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78883831-272f-4b93-a972-730b5610dc33",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673500481474,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-12T05:16:23.077Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T05:16:23.077Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T05:16:23.077Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78883831-272f-4b93-a972-730b5610dc33",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673500481481,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-01-12T05:16:23.077Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T05:16:23.077Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T05:16:23.078Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78883831-272f-4b93-a972-730b5610dc33",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673500482585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-01-12T05:16:23.078Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T05:16:23.078Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T05:16:23.078Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78883831-272f-4b93-a972-730b5610dc33",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673500483426,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/vfwb537d212f9640_modules.json",
"status": "DEPLOY_OK"
}
2023-01-12T05:16:23.079Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T05:16:23.079Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T05:16:23.079Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78883831-272f-4b93-a972-730b5610dc33",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673500483681,
"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-12T05:16:23.096Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 78883831-272f-4b93-a972-730b5610dc33
2023-01-12T05:16:23.096Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 78883831-272f-4b93-a972-730b5610dc33 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-12T05:16:23.109Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T05:16:23.110Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78883831-272f-4b93-a972-730b5610dc33",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673500484430,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2023-01-12T05:16:23.110Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T05:16:23.110Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T05:16:23.110Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78883831-272f-4b93-a972-730b5610dc33",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673500484687,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/vfwb537d212f9640_modules.json",
"status": "DEPLOY_OK"
}
2023-01-12T05:16:23.111Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T05:16:23.111Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T05:16:23.111Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78883831-272f-4b93-a972-730b5610dc33",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673500485436,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2023-01-12T05:16:23.111Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T05:16:23.111Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T05:16:23.111Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78883831-272f-4b93-a972-730b5610dc33",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673500486440,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/artifacts/service-Vfw20230112051319-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-12T05:16:23.111Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T05:16:23.112Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T05:16:23.112Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78883831-272f-4b93-a972-730b5610dc33",
"consumerID": "aai-ml",
"timestamp": 1673500498597,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/artifacts/service-Vfw20230112051319-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-12T05:16:23.112Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T05:16:23.112Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T05:16:23.113Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78883831-272f-4b93-a972-730b5610dc33",
"consumerID": "aai-ml",
"timestamp": 1673500499603,
"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-12T05:16:23.121Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 78883831-272f-4b93-a972-730b5610dc33
2023-01-12T05:16:23.121Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 78883831-272f-4b93-a972-730b5610dc33 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-12T05:16:47.587Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 78883831-272f-4b93-a972-730b5610dc33
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-12T05:16:47.609Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 78883831-272f-4b93-a972-730b5610dc33
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-12T05:16:47.618Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-12T05:16:47.618Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-12T05:16:47.618Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-12T05:16:47.619Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-12T05:16:47.619Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-12T05:16:47.619Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-12T05:16:47.619Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-12T05:16:47.619Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-12T05:16:47.619Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-12T05:16:47.619Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-12T05:16:47.638Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-12T05:17:17.639Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 78883831-272f-4b93-a972-730b5610dc33 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-12T05:17:17.650Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 78883831-272f-4b93-a972-730b5610dc33 and serviceModelVersionId: 564361ac-91ae-40bd-98db-cf73c212a68b
2023-01-12T05:17:17.650Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3b14964c-3d19-4059-bd94-a5782cea9daf
2023-01-12T05:17:22.441Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T05:17:22.442Z||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-12T05:17:22.443Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T05:17:32.047Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T05:17:34.456Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3b14964c-3d19-4059-bd94-a5782cea9daf/model-vers/model-ver/564361ac-91ae-40bd-98db-cf73c212a68b?depth=0
2023-01-12T05:17:34.592Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2023-01-12T05:17:35.229Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b14964c-3d19-4059-bd94-a5782cea9daf/model-vers/model-ver/564361ac-91ae-40bd-98db-cf73c212a68b?depth=0|INFO|500||Invoke
2023-01-12T05:17:35.238Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b14964c-3d19-4059-bd94-a5782cea9daf/model-vers/model-ver/564361ac-91ae-40bd-98db-cf73c212a68b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b14964c-3d19-4059-bd94-a5782cea9daf/model-vers/model-ver/564361ac-91ae-40bd-98db-cf73c212a68b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[78883831-272f-4b93-a972-730b5610dc33], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[57759ef5-c934-482b-ae50-226e2df048a5], X-ECOMP-RequestID=[78883831-272f-4b93-a972-730b5610dc33], X-TransactionId=[], X-ONAP-RequestID=[78883831-272f-4b93-a972-730b5610dc33], Content-Type=[application/merge-patch+json]}
2023-01-12T05:17:35.380Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b14964c-3d19-4059-bd94-a5782cea9daf/model-vers/model-ver/564361ac-91ae-40bd-98db-cf73c212a68b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-01-12T05:17:35.643Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b14964c-3d19-4059-bd94-a5782cea9daf/model-vers/model-ver/564361ac-91ae-40bd-98db-cf73c212a68b?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b14964c-3d19-4059-bd94-a5782cea9daf/model-vers/model-ver/564361ac-91ae-40bd-98db-cf73c212a68b?depth=0 has http status code:200 and response headers:{date=[Thu, 12 Jan 2023 05:17:36 GMT], content-length=[0], vertex-id=[589960], x-aai-txid=[2-aai-resources-230112-05:17:36:236-8438], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-12T05:17:35.646Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b14964c-3d19-4059-bd94-a5782cea9daf/model-vers/model-ver/564361ac-91ae-40bd-98db-cf73c212a68b?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-01-12T05:17:35.648Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b14964c-3d19-4059-bd94-a5782cea9daf/model-vers/model-ver/564361ac-91ae-40bd-98db-cf73c212a68b?depth=0|INFO|500||InvokeReturn
2023-01-12T05:17:35.653Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-12T05:17:35.654Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-12T05:17:35.664Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2023-01-12T05:17:35.666Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 78883831-272f-4b93-a972-730b5610dc33 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-12T05:17:35.668Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-12T05:17:35.669Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-12T05:17:35.672Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-12T05:17:35.673Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "78883831-272f-4b93-a972-730b5610dc33",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673500655667,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-12T05:17:35.772Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-12T05:17:35.773Z||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-12T05:17:35.773Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ...
2023-01-12T05:17:35.787Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T05:17:35.788Z||pool-18-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-01-12T05:17:36.692Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T05:17:36.693Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-12T05:17:36.693Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as f9BzjBYkJOvgZ04s) ...
2023-01-12T05:17:47.052Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T05:17:47.053Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T05:17:47.053Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-12T05:17:47.053Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as f9BzjBYkJOvgZ04s) ...
2023-01-12T05:17:56.655Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T05:17:56.656Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T05:17:56.657Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-12T05:17:56.657Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as f9BzjBYkJOvgZ04s) ...
2023-01-12T05:18:06.230Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T05:18:22.438Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T05:18:22.439Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-12T05:18:22.439Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as f9BzjBYkJOvgZ04s) ...
2023-01-12T05:18:22.441Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T05:18:22.442Z||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-12T05:18:22.442Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T05:18:23.074Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T05:18:23.075Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-12T05:18:23.075Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78883831-272f-4b93-a972-730b5610dc33",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673500655667,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-12T05:18:23.076Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T05:18:32.003Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T05:19:22.438Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T05:19:22.439Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-12T05:19:22.439Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as f9BzjBYkJOvgZ04s) ...
2023-01-12T05:19:22.441Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T05:19:22.443Z||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-12T05:19:22.443Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T05:19:32.004Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T05:19:32.008Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T05:20:22.439Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T05:20:22.440Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-12T05:20:22.440Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as f9BzjBYkJOvgZ04s) ...
2023-01-12T05:20:22.441Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T05:20:22.442Z||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-12T05:20:22.442Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T05:20:23.077Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T05:20:23.078Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T05:20:23.079Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-12T05:20:23.079Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"39a15379-abca-47bd-889b-bf4fa2528054","serviceName":"basic_onboard_NArkcO","serviceVersion":"1.0","serviceUUID":"c4dcf7eb-361b-41bc-9cd8-c3174fc74994","serviceDescription":"service","serviceInvariantUUID":"a76670d2-cb02-4b15-aa0d-e0999364446f","resources":[{"resourceInstanceName":"basic_onboard_NArkcO 0","resourceName":"basic_onboard_NArkcO","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5b581048-633a-471f-a087-75a4b8fb249a","resourceInvariantUUID":"537a6a12-12bb-4276-a09d-35c21675e878","resourceCustomizationUUID":"939993e5-cf04-4e19-93a0-1f2846ed0c9c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/vf-license-model.xml","artifactChecksum":"YTBmNWM5ZDJlYzhkZmYzZWY2YzU0MjczYTYzZmYwOTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bea7edf0-1d52-4156-b585-999b4cf81e81","artifactVersion":"1"},{"artifactName":"basic_onboard_narkco0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/basic_onboard_narkco0_modules.json","artifactChecksum":"MzhlMzk4NjU5OTVjZDE5MWYyNzNiMjk2NmNiMmU4YmU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0dff6f64-89f3-49c8-92e9-cb9f9bf000c1","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a423b9ed-e396-4fe5-bf55-42952288acca","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e50ce710-3976-4854-b3a2-a745a8acc837","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a37aa801-e33f-4698-85d1-702f0f51d941","artifactVersion":"2","generatedFromUUID":"a423b9ed-e396-4fe5-bf55-42952288acca"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardNarkco-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/artifacts/service-BasicOnboardNarkco-template.yml","artifactChecksum":"MWE2YTA0NzBjZDM2N2U2OThhOGU5MzExYmRkZGY2OTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ed2635b1-2a6d-4ffe-9f4e-e989e5d3876a","artifactVersion":"1"},{"artifactName":"service-BasicOnboardNarkco-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/artifacts/service-BasicOnboardNarkco-csar.csar","artifactChecksum":"NDg5MDY4NWJlOWJmOWM1ZmRlODlmZjU5MTZlZTgyZDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3fe368ce-6188-4606-a2b1-e89dd22dc753","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-12T05:20:23.081Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-12T05:20:23.081Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a15379-abca-47bd-889b-bf4fa2528054",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673500772452,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-12T05:20:23.083Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-12T05:20:23.083Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-12T05:20:23.083Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a15379-abca-47bd-889b-bf4fa2528054",
"consumerID": "aai-ml",
"timestamp": 1673500773127,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-12T05:20:23.083Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-12T05:20:23.084Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-12T05:20:23.084Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-12T05:20:23.084Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-12T05:20:23.084Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a15379-abca-47bd-889b-bf4fa2528054",
"consumerID": "cds",
"timestamp": 1673500779602,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-12T05:20:23.085Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-12T05:20:23.085Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-12T05:20:23.085Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a15379-abca-47bd-889b-bf4fa2528054",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673500772452,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/basic_onboard_narkco0_modules.json",
"status": "NOTIFIED"
}
2023-01-12T05:20:23.086Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-12T05:20:23.086Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-12T05:20:23.086Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a15379-abca-47bd-889b-bf4fa2528054",
"consumerID": "aai-ml",
"timestamp": 1673500773127,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/basic_onboard_narkco0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-12T05:20:23.086Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-12T05:20:23.086Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-12T05:20:23.086Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a15379-abca-47bd-889b-bf4fa2528054",
"consumerID": "cds",
"timestamp": 1673500779602,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/basic_onboard_narkco0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-12T05:20:23.086Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-12T05:20:23.087Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-12T05:20:23.087Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a15379-abca-47bd-889b-bf4fa2528054",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673500772452,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-01-12T05:20:23.087Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-12T05:20:23.087Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-12T05:20:23.087Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a15379-abca-47bd-889b-bf4fa2528054",
"consumerID": "aai-ml",
"timestamp": 1673500773127,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-12T05:20:23.087Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-12T05:20:23.088Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-12T05:20:23.088Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a15379-abca-47bd-889b-bf4fa2528054",
"consumerID": "cds",
"timestamp": 1673500779602,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-12T05:20:23.088Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-12T05:20:23.088Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-12T05:20:23.088Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a15379-abca-47bd-889b-bf4fa2528054",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673500772452,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-12T05:20:23.088Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-12T05:20:23.089Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-12T05:20:23.089Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a15379-abca-47bd-889b-bf4fa2528054",
"consumerID": "aai-ml",
"timestamp": 1673500773127,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-12T05:20:23.089Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-12T05:20:23.089Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-12T05:20:23.089Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a15379-abca-47bd-889b-bf4fa2528054",
"consumerID": "cds",
"timestamp": 1673500779602,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-12T05:20:23.089Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-12T05:20:23.090Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-12T05:20:23.090Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a15379-abca-47bd-889b-bf4fa2528054",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673500772452,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-01-12T05:20:23.090Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-12T05:20:23.091Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-12T05:20:23.092Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "39a15379-abca-47bd-889b-bf4fa2528054",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673500822439,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-12T05:20:23.092Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-12T05:20:23.092Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a15379-abca-47bd-889b-bf4fa2528054",
"consumerID": "aai-ml",
"timestamp": 1673500773127,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-01-12T05:20:23.092Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-12T05:20:23.093Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-12T05:20:23.093Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a15379-abca-47bd-889b-bf4fa2528054",
"consumerID": "cds",
"timestamp": 1673500779602,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-01-12T05:20:23.094Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-12T05:20:23.094Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-12T05:20:23.094Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a15379-abca-47bd-889b-bf4fa2528054",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673500772452,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/artifacts/service-BasicOnboardNarkco-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-12T05:20:23.095Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-12T05:20:23.095Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-12T05:20:23.095Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a15379-abca-47bd-889b-bf4fa2528054",
"consumerID": "aai-ml",
"timestamp": 1673500773127,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/artifacts/service-BasicOnboardNarkco-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-12T05:20:23.096Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-12T05:20:23.096Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-12T05:20:23.096Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a15379-abca-47bd-889b-bf4fa2528054",
"consumerID": "cds",
"timestamp": 1673500779602,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/artifacts/service-BasicOnboardNarkco-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-12T05:20:23.097Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-12T05:20:23.097Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-12T05:20:23.097Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a15379-abca-47bd-889b-bf4fa2528054",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673500772452,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/artifacts/service-BasicOnboardNarkco-csar.csar",
"status": "NOTIFIED"
}
2023-01-12T05:20:23.097Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-12T05:20:23.098Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-12T05:20:23.098Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a15379-abca-47bd-889b-bf4fa2528054",
"consumerID": "aai-ml",
"timestamp": 1673500773127,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/artifacts/service-BasicOnboardNarkco-csar.csar",
"status": "NOTIFIED"
}
2023-01-12T05:20:23.099Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-12T05:20:23.099Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-12T05:20:23.099Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a15379-abca-47bd-889b-bf4fa2528054",
"consumerID": "cds",
"timestamp": 1673500779602,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/artifacts/service-BasicOnboardNarkco-csar.csar",
"status": "NOTIFIED"
}
2023-01-12T05:20:23.099Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-12T05:20:23.100Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-12T05:20:23.100Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a15379-abca-47bd-889b-bf4fa2528054",
"consumerID": "aai-ml",
"timestamp": 1673500787682,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/artifacts/service-BasicOnboardNarkco-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-12T05:20:23.100Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T05:20:23.101Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-12T05:20:23.101Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a15379-abca-47bd-889b-bf4fa2528054",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673500786997,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/basic_onboard_narkco0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-12T05:20:23.101Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T05:20:23.101Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-12T05:20:23.102Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a15379-abca-47bd-889b-bf4fa2528054",
"consumerID": "cds",
"timestamp": 1673500787361,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/artifacts/service-BasicOnboardNarkco-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-12T05:20:23.102Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T05:20:23.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-12T05:20:23.103Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a15379-abca-47bd-889b-bf4fa2528054",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673500788232,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-12T05:20:23.103Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T05:20:23.103Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-12T05:20:23.104Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a15379-abca-47bd-889b-bf4fa2528054",
"consumerID": "cds",
"timestamp": 1673500788371,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/artifacts/service-BasicOnboardNarkco-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-12T05:20:23.145Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 39a15379-abca-47bd-889b-bf4fa2528054
2023-01-12T05:20:23.146Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39a15379-abca-47bd-889b-bf4fa2528054 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-12T05:20:23.169Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-12T05:20:23.170Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a15379-abca-47bd-889b-bf4fa2528054",
"consumerID": "ves-openapi-manager",
"timestamp": 1673500788782,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-12T05:20:23.171Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-12T05:20:23.171Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-12T05:20:23.171Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a15379-abca-47bd-889b-bf4fa2528054",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673500788509,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-12T05:20:23.172Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-12T05:20:23.172Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-12T05:20:23.172Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a15379-abca-47bd-889b-bf4fa2528054",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673500789321,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-01-12T05:20:23.172Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T05:20:23.173Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-12T05:20:23.173Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a15379-abca-47bd-889b-bf4fa2528054",
"consumerID": "ves-openapi-manager",
"timestamp": 1673500788782,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/basic_onboard_narkco0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-12T05:20:23.173Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-12T05:20:23.173Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-12T05:20:23.174Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a15379-abca-47bd-889b-bf4fa2528054",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673500788509,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/basic_onboard_narkco0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-12T05:20:23.174Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-12T05:20:23.174Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-12T05:20:23.174Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a15379-abca-47bd-889b-bf4fa2528054",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673500790355,
"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-12T05:20:23.183Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 39a15379-abca-47bd-889b-bf4fa2528054
2023-01-12T05:20:23.183Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39a15379-abca-47bd-889b-bf4fa2528054 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=?
2023-01-12T05:20:23.188Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2023-01-12T05:20:23.189Z||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-12T05:20:23.189Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ...
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-12T05:20:23.212Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-12T05:20:23.213Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a15379-abca-47bd-889b-bf4fa2528054",
"consumerID": "ves-openapi-manager",
"timestamp": 1673500788782,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-12T05:20:23.214Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-12T05:20:23.214Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-12T05:20:23.214Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a15379-abca-47bd-889b-bf4fa2528054",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673500788509,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-12T05:20:23.214Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-12T05:20:23.215Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-12T05:20:23.215Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a15379-abca-47bd-889b-bf4fa2528054",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673500791361,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/basic_onboard_narkco0_modules.json",
"status": "DEPLOY_OK"
}
2023-01-12T05:20:23.215Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T05:20:23.215Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-12T05:20:23.216Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a15379-abca-47bd-889b-bf4fa2528054",
"consumerID": "ves-openapi-manager",
"timestamp": 1673500788782,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-12T05:20:23.216Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-12T05:20:23.216Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-12T05:20:23.217Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a15379-abca-47bd-889b-bf4fa2528054",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673500788509,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-12T05:20:23.217Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-12T05:20:23.217Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-12T05:20:23.217Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a15379-abca-47bd-889b-bf4fa2528054",
"consumerID": "ves-openapi-manager",
"timestamp": 1673500788782,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-01-12T05:20:23.218Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-12T05:20:23.218Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-12T05:20:23.218Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a15379-abca-47bd-889b-bf4fa2528054",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673500788509,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-01-12T05:20:23.218Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-12T05:20:23.218Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-12T05:20:23.219Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a15379-abca-47bd-889b-bf4fa2528054",
"consumerID": "ves-openapi-manager",
"timestamp": 1673500788782,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/artifacts/service-BasicOnboardNarkco-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-12T05:20:23.219Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-12T05:20:23.219Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-12T05:20:23.219Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a15379-abca-47bd-889b-bf4fa2528054",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673500788509,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/artifacts/service-BasicOnboardNarkco-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-12T05:20:23.219Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-12T05:20:23.219Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-12T05:20:23.219Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T05:20:23.219Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a15379-abca-47bd-889b-bf4fa2528054",
"consumerID": "ves-openapi-manager",
"timestamp": 1673500788782,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/artifacts/service-BasicOnboardNarkco-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-01-12T05:20:23.220Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-12T05:20:23.220Z||pool-19-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2023-01-12T05:20:23.220Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-12T05:20:23.220Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a15379-abca-47bd-889b-bf4fa2528054",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673500788509,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/artifacts/service-BasicOnboardNarkco-csar.csar",
"status": "NOTIFIED"
}
2023-01-12T05:20:23.220Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-12T05:20:23.220Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-12T05:20:23.220Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a15379-abca-47bd-889b-bf4fa2528054",
"consumerID": "aai-ml",
"timestamp": 1673500796358,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/artifacts/service-BasicOnboardNarkco-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-12T05:20:23.221Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T05:20:23.221Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-12T05:20:23.221Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a15379-abca-47bd-889b-bf4fa2528054",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673500796348,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/artifacts/service-BasicOnboardNarkco-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-12T05:20:23.221Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T05:20:23.221Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-12T05:20:23.221Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a15379-abca-47bd-889b-bf4fa2528054",
"consumerID": "aai-ml",
"timestamp": 1673500797364,
"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-12T05:20:23.230Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 39a15379-abca-47bd-889b-bf4fa2528054
2023-01-12T05:20:23.230Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39a15379-abca-47bd-889b-bf4fa2528054 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-12T05:20:23.250Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-12T05:20:23.251Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a15379-abca-47bd-889b-bf4fa2528054",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673500798832,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/artifacts/service-BasicOnboardNarkco-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-12T05:20:23.251Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T05:20:23.252Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-12T05:20:23.252Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a15379-abca-47bd-889b-bf4fa2528054",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673500799836,
"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-12T05:20:23.264Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 39a15379-abca-47bd-889b-bf4fa2528054
2023-01-12T05:20:23.264Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39a15379-abca-47bd-889b-bf4fa2528054 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-12T05:20:24.092Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-12T05:20:24.093Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-12T05:20:24.095Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-12T05:20:24.096Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "39a15379-abca-47bd-889b-bf4fa2528054",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673500822439,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/basic_onboard_narkco0_modules.json",
"status": "NOTIFIED"
}
2023-01-12T05:20:24.196Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-12T05:20:24.197Z||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-12T05:20:24.197Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ...
2023-01-12T05:20:24.222Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T05:20:24.222Z||pool-20-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2023-01-12T05:20:25.096Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-12T05:20:25.097Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-12T05:20:25.101Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-12T05:20:25.101Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "39a15379-abca-47bd-889b-bf4fa2528054",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673500822439,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-01-12T05:20:25.201Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-12T05:20:25.203Z||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-12T05:20:25.203Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ...
2023-01-12T05:20:25.222Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T05:20:25.223Z||pool-21-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2023-01-12T05:20:26.102Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-12T05:20:26.103Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-12T05:20:26.106Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-12T05:20:26.106Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "39a15379-abca-47bd-889b-bf4fa2528054",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673500822439,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-12T05:20:26.207Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-12T05:20:26.208Z||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-12T05:20:26.208Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ...
2023-01-12T05:20:26.221Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T05:20:26.222Z||pool-22-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2023-01-12T05:20:27.109Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-12T05:20:27.112Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-12T05:20:27.116Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-12T05:20:27.116Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "39a15379-abca-47bd-889b-bf4fa2528054",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673500822439,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-01-12T05:20:27.216Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-12T05:20:27.217Z||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-12T05:20:27.217Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ...
2023-01-12T05:20:27.233Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T05:20:27.234Z||pool-23-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2023-01-12T05:20:28.118Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-12T05:20:28.118Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-12T05:20:28.121Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-12T05:20:28.121Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "39a15379-abca-47bd-889b-bf4fa2528054",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673500822439,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/artifacts/service-BasicOnboardNarkco-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-12T05:20:28.222Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-12T05:20:28.223Z||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-12T05:20:28.224Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ...
2023-01-12T05:20:28.241Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T05:20:28.242Z||pool-24-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2023-01-12T05:20:29.122Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-12T05:20:29.123Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-12T05:20:29.127Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-12T05:20:29.127Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "39a15379-abca-47bd-889b-bf4fa2528054",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673500822439,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/artifacts/service-BasicOnboardNarkco-csar.csar",
"status": "NOTIFIED"
}
2023-01-12T05:20:29.228Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-12T05:20:29.230Z||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-12T05:20:29.230Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ...
2023-01-12T05:20:29.250Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T05:20:29.258Z||pool-25-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2023-01-12T05:20:30.139Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "39a15379-abca-47bd-889b-bf4fa2528054",
"serviceName": "basic_onboard_NArkcO",
"serviceVersion": "1.0",
"serviceUUID": "c4dcf7eb-361b-41bc-9cd8-c3174fc74994",
"serviceDescription": "service",
"serviceInvariantUUID": "a76670d2-cb02-4b15-aa0d-e0999364446f",
"resources": [
{
"resourceInstanceName": "basic_onboard_NArkcO 0",
"resourceCustomizationUUID": "939993e5-cf04-4e19-93a0-1f2846ed0c9c",
"resourceName": "basic_onboard_NArkcO",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "5b581048-633a-471f-a087-75a4b8fb249a",
"resourceInvariantUUID": "537a6a12-12bb-4276-a09d-35c21675e878",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_narkco0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/basic_onboard_narkco0_modules.json",
"artifactChecksum": "MzhlMzk4NjU5OTVjZDE5MWYyNzNiMjk2NmNiMmU4YmU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0dff6f64-89f3-49c8-92e9-cb9f9bf000c1",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "a423b9ed-e396-4fe5-bf55-42952288acca",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a37aa801-e33f-4698-85d1-702f0f51d941",
"generatedFromUUID": "a423b9ed-e396-4fe5-bf55-42952288acca"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a37aa801-e33f-4698-85d1-702f0f51d941",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardNarkco-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/artifacts/service-BasicOnboardNarkco-csar.csar",
"artifactChecksum": "NDg5MDY4NWJlOWJmOWM1ZmRlODlmZjU5MTZlZTgyZDE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "3fe368ce-6188-4606-a2b1-e89dd22dc753"
}
],
"workloadContext": "Production"
}
2023-01-12T05:20:30.142Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-12T05:20:30.143Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c4dcf7eb-361b-41bc-9cd8-c3174fc74994 ASDC
2023-01-12T05:20:30.143Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:39a15379-abca-47bd-889b-bf4fa2528054
ServiceName:basic_onboard_NArkcO
ServiceVersion:1.0
ServiceUUID:c4dcf7eb-361b-41bc-9cd8-c3174fc74994
ServiceInvariantUUID:a76670d2-cb02-4b15-aa0d-e0999364446f
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardNarkco-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/artifacts/service-BasicOnboardNarkco-csar.csar
ArtifactUUID:3fe368ce-6188-4606-a2b1-e89dd22dc753
ArtifactChecksum:NDg5MDY4NWJlOWJmOWM1ZmRlODlmZjU5MTZlZTgyZDE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_NArkcO 0
ResourceCustomizationUUID:939993e5-cf04-4e19-93a0-1f2846ed0c9c
ResourceInvariantUUID:537a6a12-12bb-4276-a09d-35c21675e878
ResourceName:basic_onboard_NArkcO
ResourceType:VF
ResourceUUID:5b581048-633a-471f-a087-75a4b8fb249a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_narkco0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/basic_onboard_narkco0_modules.json
ArtifactUUID:0dff6f64-89f3-49c8-92e9-cb9f9bf000c1
ArtifactChecksum:MzhlMzk4NjU5OTVjZDE5MWYyNzNiMjk2NmNiMmU4YmU=
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/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/base_ubuntu18.yaml
ArtifactUUID:a423b9ed-e396-4fe5-bf55-42952288acca
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/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/base_ubuntu18.env
ArtifactUUID:a37aa801-e33f-4698-85d1-702f0f51d941
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/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/base_ubuntu18.env
ArtifactUUID:a37aa801-e33f-4698-85d1-702f0f51d941
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-01-12T05:20:30.144Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c4dcf7eb-361b-41bc-9cd8-c3174fc74994 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-12T05:20:30.214Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-12T05:20:30.215Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-01-12T05:20:30.215Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-01-12T05:20:30.215Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 3fe368ce-6188-4606-a2b1-e89dd22dc753 from URL: /sdc/v1/catalog/services/BasicOnboardNarkco/1.0/artifacts/service-BasicOnboardNarkco-csar.csar
2023-01-12T05:20:30.215Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-01-12T05:20:30.215Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/artifacts/service-BasicOnboardNarkco-csar.csar
2023-01-12T05:20:30.458Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-01-12T05:20:30.462Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNarkco/1.0/artifacts/service-BasicOnboardNarkco-csar.csar 3fe368ce-6188-4606-a2b1-e89dd22dc753 75288
2023-01-12T05:20:30.462Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNarkco/1.0/artifacts/service-BasicOnboardNarkco-csar.csar ASDC sendASDCNotification
2023-01-12T05:20:30.463Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/artifacts/service-BasicOnboardNarkco-csar.csar
2023-01-12T05:20:30.463Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-12T05:20:30.463Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-12T05:20:30.466Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-12T05:20:30.466Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "39a15379-abca-47bd-889b-bf4fa2528054",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673500830462,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/artifacts/service-BasicOnboardNarkco-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-12T05:20:30.565Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-12T05:20:30.566Z||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-12T05:20:30.567Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ...
2023-01-12T05:20:30.581Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T05:20:30.582Z||pool-26-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2023-01-12T05:20:31.466Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-12T05:20:31.468Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-01-12T05:20:31.468Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 3fe368ce-6188-4606-a2b1-e89dd22dc753, URL: /sdc/v1/catalog/services/BasicOnboardNarkco/1.0/artifacts/service-BasicOnboardNarkco-csar.csar to file: /app/ASDC/1/service-BasicOnboardNarkco-csar.csar
2023-01-12T05:20:31.469Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardNarkco-csar.csar
2023-01-12T05:20:31.469Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardNarkco-csar.csar
2023-01-12T05:20:31.470Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardNarkco-csar.csar
2023-01-12T05:20:31.731Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11884093142287886893/Definitions/service-BasicOnboardNarkco-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-12T05:20:33.422Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-12T05:20:33.423Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-01-12T05:20:33.423Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardNarkco-csar.csar
2023-01-12T05:20:33.423Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-01-12T05:20:33.423Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardNarkco-csar.csar
2023-01-12T05:20:33.424Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_NArkcO 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-BasicOnboardNarkco-csar.csar
2023-01-12T05:20:33.424Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||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-BasicOnboardNarkco-csar.csar
2023-01-12T05:20:33.424Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||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-BasicOnboardNarkco-csar.csar
2023-01-12T05:20:33.424Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||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-BasicOnboardNarkco-csar.csar
2023-01-12T05:20:33.424Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardNarkco-csar.csar
2023-01-12T05:20:33.424Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||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-BasicOnboardNarkco-csar.csar
2023-01-12T05:20:33.424Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-01-12T05:20:33.424Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T05:20:33.425Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NArkcO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T05:20:33.425Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_NArkcO 0 is matching search criteria
2023-01-12T05:20:33.426Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-01-12T05:20:33.426Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_NArkcO 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-12T05:20:33.426Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T05:20:33.426Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NArkcO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T05:20:33.426Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_NArkcO 0 is matching search criteria
2023-01-12T05:20:33.427Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-01-12T05:20:33.427Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_NArkcO 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-12T05:20:33.427Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T05:20:33.427Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NArkcO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T05:20:33.427Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T05:20:33.427Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_NArkcO 0 is not matching search criteria
2023-01-12T05:20:33.428Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2023-01-12T05:20:33.428Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2023-01-12T05:20:33.428Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2023-01-12T05:20:33.428Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-01-12T05:20:33.428Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-12T05:20:33.429Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T05:20:33.429Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NArkcO is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-12T05:20:33.429Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T05:20:33.429Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_NArkcO 0 is matching search criteria
2023-01-12T05:20:33.430Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_NArkcO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-12T05:20:33.430Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T05:20:33.430Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_NArkcO 0 is matching search criteria
2023-01-12T05:20:33.430Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_NArkcO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-12T05:20:33.430Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T05:20:33.430Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_NArkcO 0 is matching search criteria
2023-01-12T05:20:33.431Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_NArkcO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-12T05:20:33.431Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T05:20:33.431Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_NArkcO 0 is not matching search criteria
2023-01-12T05:20:33.431Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-01-12T05:20:33.431Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-01-12T05:20:33.432Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=6b8fb807-6ac5-4ecf-b739-f97ab319907e
2023-01-12T05:20:33.432Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T05:20:33.432Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NArkcO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T05:20:33.432Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T05:20:33.432Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NArkcO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T05:20:33.432Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T05:20:33.433Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NArkcO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T05:20:33.433Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T05:20:33.433Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NArkcO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T05:20:33.433Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_NArkcO
Description:service
Model UUID:c4dcf7eb-361b-41bc-9cd8-c3174fc74994
Model Version:NULL
Model InvariantUuid:a76670d2-cb02-4b15-aa0d-e0999364446f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_NArkcO
Model UUID:546f779c-be1c-41e2-8f94-593df0aba16e
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:537a6a12-12bb-4276-a09d-35c21675e878
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:939993e5-cf04-4e19-93a0-1f2846ed0c9c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:b64c9152-06cf-4e8b-b395-c790edd02514
ModelName:BasicOnboardNarkco..base_ubuntu18..module-0
ModelUuid:080d8232-547d-403a-b2d8-ff3aab4a2371
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:6b8fb807-6ac5-4ecf-b739-f97ab319907e
ModelInvariantUuid:aae499a8-a7d0-4351-8771-7df43dc63cff
ModelName:basic_onboard_NArkcO-nodes.ubuntu18Cvfc
ModelUuid:b0b5f97e-1955-4145-b8be-678ee00582b0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:5ad2ce9f-fe72-4ec4-9afa-b21017737a58
ModelInvariantUuid:d3872216-1af4-47c5-ab8d-d748cbe68564
ModelName:BasicOnboardNarkco.compute.nodes.heat.ubuntu18
ModelUuid:e357ff0f-abee-445a-b888-b5b63d0d639c
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-12T05:20:33.469Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 5b581048-633a-471f-a087-75a4b8fb249a
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-12T05:20:33.475Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||basic_onboard_NArkcO 0
2023-01-12T05:20:33.475Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5b581048-633a-471f-a087-75a4b8fb249a
2023-01-12T05:20:33.476Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 0dff6f64-89f3-49c8-92e9-cb9f9bf000c1 from URL: /sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/basic_onboard_narkco0_modules.json
2023-01-12T05:20:33.476Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-01-12T05:20:33.476Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/basic_onboard_narkco0_modules.json
2023-01-12T05:20:33.541Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-01-12T05:20:33.543Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/basic_onboard_narkco0_modules.json 0dff6f64-89f3-49c8-92e9-cb9f9bf000c1 798
2023-01-12T05:20:33.544Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/basic_onboard_narkco0_modules.json ASDC sendASDCNotification
2023-01-12T05:20:33.545Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/basic_onboard_narkco0_modules.json
2023-01-12T05:20:33.545Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-12T05:20:33.547Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-12T05:20:33.552Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-12T05:20:33.553Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "39a15379-abca-47bd-889b-bf4fa2528054",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673500833544,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/basic_onboard_narkco0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-12T05:20:33.652Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2023-01-12T05:20:33.654Z||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-12T05:20:33.654Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ...
2023-01-12T05:20:33.670Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T05:20:33.671Z||pool-27-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2023-01-12T05:20:34.554Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardNarkco..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "b64c9152-06cf-4e8b-b395-c790edd02514",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "080d8232-547d-403a-b2d8-ff3aab4a2371",
"vfModuleModelCustomizationUUID": "1406c025-6a73-40d2-989c-2e4bb8f7d0d3",
"isBase": true,
"artifacts": [
"a423b9ed-e396-4fe5-bf55-42952288acca",
"a37aa801-e33f-4698-85d1-702f0f51d941"
],
"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-12T05:20:34.559Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardNarkco..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:080d8232-547d-403a-b2d8-ff3aab4a2371
VfModuleModelInvariantUUID:b64c9152-06cf-4e8b-b395-c790edd02514
VfModuleModelDescription:NULL
Artifacts UUID List:{
a423b9ed-e396-4fe5-bf55-42952288acca
,
a37aa801-e33f-4698-85d1-702f0f51d941
}
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-12T05:20:34.562Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardNarkco..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "b64c9152-06cf-4e8b-b395-c790edd02514",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "080d8232-547d-403a-b2d8-ff3aab4a2371",
"vfModuleModelCustomizationUUID": "1406c025-6a73-40d2-989c-2e4bb8f7d0d3",
"isBase": true,
"artifacts": [
"a423b9ed-e396-4fe5-bf55-42952288acca",
"a37aa801-e33f-4698-85d1-702f0f51d941"
],
"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-12T05:20:34.562Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardNarkco..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:080d8232-547d-403a-b2d8-ff3aab4a2371
VfModuleModelInvariantUUID:b64c9152-06cf-4e8b-b395-c790edd02514
VfModuleModelDescription:NULL
Artifacts UUID List:{
a423b9ed-e396-4fe5-bf55-42952288acca
,
a37aa801-e33f-4698-85d1-702f0f51d941
}
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-12T05:20:34.562Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: a423b9ed-e396-4fe5-bf55-42952288acca from URL: /sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/base_ubuntu18.yaml
2023-01-12T05:20:34.562Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-01-12T05:20:34.563Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/base_ubuntu18.yaml
2023-01-12T05:20:34.738Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-01-12T05:20:34.739Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/base_ubuntu18.yaml a423b9ed-e396-4fe5-bf55-42952288acca 5033
2023-01-12T05:20:34.739Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-01-12T05:20:34.739Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/base_ubuntu18.yaml
2023-01-12T05:20:34.740Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-12T05:20:34.740Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-12T05:20:34.742Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-12T05:20:34.743Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "39a15379-abca-47bd-889b-bf4fa2528054",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673500834739,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-12T05:20:34.843Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-12T05:20:34.845Z||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-12T05:20:34.845Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ...
2023-01-12T05:20:34.859Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T05:20:34.860Z||pool-28-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2023-01-12T05:20:35.743Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: a37aa801-e33f-4698-85d1-702f0f51d941 from URL: /sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/base_ubuntu18.env
2023-01-12T05:20:35.744Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-01-12T05:20:35.746Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/base_ubuntu18.env
2023-01-12T05:20:35.833Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-01-12T05:20:35.833Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/base_ubuntu18.env a37aa801-e33f-4698-85d1-702f0f51d941 909
2023-01-12T05:20:35.833Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-01-12T05:20:35.834Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/base_ubuntu18.env
2023-01-12T05:20:35.834Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-12T05:20:35.834Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-12T05:20:35.837Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-12T05:20:35.837Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "39a15379-abca-47bd-889b-bf4fa2528054",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673500835833,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-01-12T05:20:35.938Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-12T05:20:35.940Z||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-12T05:20:35.940Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ...
2023-01-12T05:20:35.965Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T05:20:35.965Z||pool-29-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2023-01-12T05:20:36.837Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: c4dcf7eb-361b-41bc-9cd8-c3174fc74994
2023-01-12T05:20:36.838Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_NArkcO 0 5b581048-633a-471f-a087-75a4b8fb249a 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-12T05:20:36.864Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2ace15f, org.onap.sdc.toscaparser.api.parameters.Input@4157321, org.onap.sdc.toscaparser.api.parameters.Input@289506e6, org.onap.sdc.toscaparser.api.parameters.Input@5af94c01, org.onap.sdc.toscaparser.api.parameters.Input@3f3ae818]
2023-01-12T05:20:36.866Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T05:20:36.866Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NArkcO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T05:20:36.867Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2023-01-12T05:20:36.867Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 939993e5-cf04-4e19-93a0-1f2846ed0c9c
2023-01-12T05:20:36.867Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 939993e5-cf04-4e19-93a0-1f2846ed0c9c matches Tosca VF Customization UUID: 939993e5-cf04-4e19-93a0-1f2846ed0c9c
2023-01-12T05:20:36.868Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 939993e5-cf04-4e19-93a0-1f2846ed0c9c 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-12T05:20:36.871Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T05:20:36.872Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NArkcO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T05:20:36.872Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 939993e5-cf04-4e19-93a0-1f2846ed0c9c: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-01-12T05:20:36.873Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@b24124
2023-01-12T05:20:36.874Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T05:20:36.874Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NArkcO is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-12T05:20:36.875Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1406c025-6a73-40d2-989c-2e4bb8f7d0d3
2023-01-12T05:20:36.875Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1406c025-6a73-40d2-989c-2e4bb8f7d0d3
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-12T05:20:36.880Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T05:20:36.880Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_NArkcO 0 is matching search criteria
2023-01-12T05:20:36.880Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_NArkcO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-12T05:20:36.881Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T05:20:36.882Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_NArkcO 0 is matching search criteria
2023-01-12T05:20:36.882Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_NArkcO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-12T05:20:36.882Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T05:20:36.883Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_NArkcO 0 is not matching search criteria
2023-01-12T05:20:36.883Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-01-12T05:20:36.883Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-01-12T05:20:36.884Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=6b8fb807-6ac5-4ecf-b739-f97ab319907e
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-12T05:20:36.893Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T05:20:36.893Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_NArkcO 0 is matching search criteria
2023-01-12T05:20:36.894Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_NArkcO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-12T05:20:36.894Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T05:20:36.895Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_NArkcO 0 is matching search criteria
2023-01-12T05:20:36.895Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_NArkcO 0] matching following query criteria: sdcType=VF, customizationUUID=939993e5-cf04-4e19-93a0-1f2846ed0c9c
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-12T05:20:36.900Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T05:20:36.928Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NArkcO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T05:20:36.930Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid c4dcf7eb-361b-41bc-9cd8-c3174fc74994: basic_onboard_NArkcO
2023-01-12T05:20:36.930Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T05:20:36.930Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NArkcO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T05:20:36.931Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T05:20:36.931Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NArkcO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T05:20:36.931Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T05:20:36.931Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NArkcO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T05:20:36.932Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T05:20:36.932Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NArkcO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T05:20:36.932Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T05:20:36.932Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NArkcO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T05:20:36.933Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||Saving Service: basic_onboard_NArkcO
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-12T05:20:37.133Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_NArkcO 5b581048-633a-471f-a087-75a4b8fb249a 1 ASDC deployResourceStructure
2023-01-12T05:20:37.134Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/basic_onboard_narkco0_modules.json ASDC sendASDCNotification
2023-01-12T05:20:37.134Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/basic_onboard_narkco0_modules.json
2023-01-12T05:20:37.135Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-12T05:20:37.135Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-12T05:20:37.139Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-12T05:20:37.139Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "39a15379-abca-47bd-889b-bf4fa2528054",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673500837134,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/basic_onboard_narkco0_modules.json",
"status": "DEPLOY_OK"
}
2023-01-12T05:20:37.239Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-12T05:20:37.240Z||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-12T05:20:37.240Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ...
2023-01-12T05:20:37.261Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T05:20:37.262Z||pool-30-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2023-01-12T05:20:38.142Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-01-12T05:20:38.142Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/base_ubuntu18.yaml
2023-01-12T05:20:38.142Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-12T05:20:38.143Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-12T05:20:38.146Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-12T05:20:38.146Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "39a15379-abca-47bd-889b-bf4fa2528054",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673500838141,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2023-01-12T05:20:38.246Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-12T05:20:38.247Z||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-12T05:20:38.247Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ...
2023-01-12T05:20:38.260Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T05:20:38.260Z||pool-31-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-01-12T05:20:39.147Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-01-12T05:20:39.152Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/base_ubuntu18.env
2023-01-12T05:20:39.153Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-12T05:20:39.153Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-12T05:20:39.156Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-12T05:20:39.156Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "39a15379-abca-47bd-889b-bf4fa2528054",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673500839147,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2023-01-12T05:20:39.257Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-12T05:20:39.258Z||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-12T05:20:39.259Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ...
2023-01-12T05:20:39.271Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T05:20:39.272Z||pool-32-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2023-01-12T05:20:40.160Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNarkco/1.0/artifacts/service-BasicOnboardNarkco-csar.csar ASDC sendASDCNotification
2023-01-12T05:20:40.160Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/artifacts/service-BasicOnboardNarkco-csar.csar
2023-01-12T05:20:40.160Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-12T05:20:40.161Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-12T05:20:40.163Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-12T05:20:40.164Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "39a15379-abca-47bd-889b-bf4fa2528054",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673500840160,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/artifacts/service-BasicOnboardNarkco-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-12T05:20:40.264Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-12T05:20:40.265Z||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-12T05:20:40.265Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ...
2023-01-12T05:20:40.284Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T05:20:40.284Z||pool-33-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2023-01-12T05:20:41.165Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39a15379-abca-47bd-889b-bf4fa2528054
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-12T05:20:41.179Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39a15379-abca-47bd-889b-bf4fa2528054
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-12T05:20:41.184Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-12T05:20:41.184Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-12T05:20:41.184Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-12T05:20:41.184Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-12T05:20:41.184Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-12T05:20:41.184Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-12T05:20:41.185Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-12T05:20:41.185Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-12T05:20:41.185Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-12T05:20:41.185Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||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-12T05:20:41.192Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-12T05:21:11.192Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 39a15379-abca-47bd-889b-bf4fa2528054 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-12T05:21:11.203Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 39a15379-abca-47bd-889b-bf4fa2528054 and serviceModelVersionId: c4dcf7eb-361b-41bc-9cd8-c3174fc74994
2023-01-12T05:21:11.203Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a76670d2-cb02-4b15-aa0d-e0999364446f
2023-01-12T05:21:11.204Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a76670d2-cb02-4b15-aa0d-e0999364446f/model-vers/model-ver/c4dcf7eb-361b-41bc-9cd8-c3174fc74994?depth=0
2023-01-12T05:21:11.213Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-01-12T05:21:11.339Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76670d2-cb02-4b15-aa0d-e0999364446f/model-vers/model-ver/c4dcf7eb-361b-41bc-9cd8-c3174fc74994?depth=0|INFO|500||Invoke
2023-01-12T05:21:11.340Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76670d2-cb02-4b15-aa0d-e0999364446f/model-vers/model-ver/c4dcf7eb-361b-41bc-9cd8-c3174fc74994?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76670d2-cb02-4b15-aa0d-e0999364446f/model-vers/model-ver/c4dcf7eb-361b-41bc-9cd8-c3174fc74994?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[39a15379-abca-47bd-889b-bf4fa2528054], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f3a2e4c1-83dd-4460-8e47-98a48109fa81], X-ECOMP-RequestID=[39a15379-abca-47bd-889b-bf4fa2528054], X-TransactionId=[], X-ONAP-RequestID=[39a15379-abca-47bd-889b-bf4fa2528054], Content-Type=[application/merge-patch+json]}
2023-01-12T05:21:11.379Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76670d2-cb02-4b15-aa0d-e0999364446f/model-vers/model-ver/c4dcf7eb-361b-41bc-9cd8-c3174fc74994?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-01-12T05:21:11.588Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76670d2-cb02-4b15-aa0d-e0999364446f/model-vers/model-ver/c4dcf7eb-361b-41bc-9cd8-c3174fc74994?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76670d2-cb02-4b15-aa0d-e0999364446f/model-vers/model-ver/c4dcf7eb-361b-41bc-9cd8-c3174fc74994?depth=0 has http status code:200 and response headers:{date=[Thu, 12 Jan 2023 05:21:12 GMT], content-length=[0], vertex-id=[167968], x-aai-txid=[2-aai-resources-230112-05:21:12:234-44928], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-12T05:21:11.589Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76670d2-cb02-4b15-aa0d-e0999364446f/model-vers/model-ver/c4dcf7eb-361b-41bc-9cd8-c3174fc74994?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-01-12T05:21:11.590Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76670d2-cb02-4b15-aa0d-e0999364446f/model-vers/model-ver/c4dcf7eb-361b-41bc-9cd8-c3174fc74994?depth=0|INFO|500||InvokeReturn
2023-01-12T05:21:11.591Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-12T05:21:11.592Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||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-12T05:21:11.599Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||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-12T05:21:11.600Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 39a15379-abca-47bd-889b-bf4fa2528054 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-12T05:21:11.600Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-12T05:21:11.601Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-12T05:21:11.603Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-12T05:21:11.603Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "39a15379-abca-47bd-889b-bf4fa2528054",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673500871600,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-12T05:21:11.710Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2023-01-12T05:21:11.712Z||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-12T05:21:11.712Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ...
2023-01-12T05:21:11.744Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T05:21:11.745Z||pool-34-thread-1|||||INFO|500||cambria reply ok (34 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-12T05:21:22.439Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T05:21:22.440Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-12T05:21:22.441Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as f9BzjBYkJOvgZ04s) ...
2023-01-12T05:21:22.441Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T05:21:22.442Z||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-12T05:21:22.442Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T05:21:22.574Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T05:21:22.575Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-12T05:21:22.575Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a15379-abca-47bd-889b-bf4fa2528054",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673500822439,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-12T05:21:22.576Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-12T05:21:32.015Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T05:22:22.439Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T05:22:22.441Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T05:22:22.443Z||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-12T05:22:22.443Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-12T05:22:22.443Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T05:22:22.443Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as f9BzjBYkJOvgZ04s) ...
2023-01-12T05:22:22.976Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T05:22:22.978Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-12T05:22:22.978Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a15379-abca-47bd-889b-bf4fa2528054",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673500822439,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/basic_onboard_narkco0_modules.json",
"status": "NOTIFIED"
}
2023-01-12T05:22:22.981Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-12T05:22:22.982Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-12T05:22:22.982Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a15379-abca-47bd-889b-bf4fa2528054",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673500822439,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-01-12T05:22:22.982Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-12T05:22:22.982Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-12T05:22:22.983Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a15379-abca-47bd-889b-bf4fa2528054",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673500822439,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-12T05:22:22.983Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-12T05:22:22.983Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-12T05:22:22.983Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a15379-abca-47bd-889b-bf4fa2528054",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673500822439,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-01-12T05:22:22.983Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-12T05:22:22.984Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-12T05:22:22.984Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a15379-abca-47bd-889b-bf4fa2528054",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673500822439,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/artifacts/service-BasicOnboardNarkco-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-12T05:22:22.984Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-12T05:22:22.984Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-12T05:22:22.984Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a15379-abca-47bd-889b-bf4fa2528054",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673500822439,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/artifacts/service-BasicOnboardNarkco-csar.csar",
"status": "NOTIFIED"
}
2023-01-12T05:22:22.984Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-12T05:22:22.984Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-12T05:22:22.985Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a15379-abca-47bd-889b-bf4fa2528054",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673500830462,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/artifacts/service-BasicOnboardNarkco-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-12T05:22:22.985Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T05:22:22.985Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-12T05:22:22.985Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a15379-abca-47bd-889b-bf4fa2528054",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673500833544,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/basic_onboard_narkco0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-12T05:22:22.985Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T05:22:22.985Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-12T05:22:22.986Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a15379-abca-47bd-889b-bf4fa2528054",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673500834739,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-12T05:22:22.986Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T05:22:22.986Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-12T05:22:22.986Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a15379-abca-47bd-889b-bf4fa2528054",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673500835833,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-01-12T05:22:22.986Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T05:22:22.986Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-12T05:22:22.987Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a15379-abca-47bd-889b-bf4fa2528054",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673500837134,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/basic_onboard_narkco0_modules.json",
"status": "DEPLOY_OK"
}
2023-01-12T05:22:22.988Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T05:22:22.989Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-12T05:22:22.989Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a15379-abca-47bd-889b-bf4fa2528054",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673500838141,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2023-01-12T05:22:22.989Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T05:22:22.989Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-12T05:22:22.989Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a15379-abca-47bd-889b-bf4fa2528054",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673500839147,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2023-01-12T05:22:22.989Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T05:22:22.990Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-12T05:22:22.990Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a15379-abca-47bd-889b-bf4fa2528054",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673500840160,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/artifacts/service-BasicOnboardNarkco-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-12T05:22:22.990Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T05:22:22.990Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-12T05:22:22.990Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39a15379-abca-47bd-889b-bf4fa2528054",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673500871600,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-12T05:22:22.990Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T05:22:32.045Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T05:23:22.438Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T05:23:22.440Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-12T05:23:22.440Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as f9BzjBYkJOvgZ04s) ...
2023-01-12T05:23:22.441Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T05:23:22.442Z||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-12T05:23:22.442Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T05:23:32.014Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T05:23:32.015Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T05:24:22.438Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T05:24:22.439Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-12T05:24:22.439Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as f9BzjBYkJOvgZ04s) ...
2023-01-12T05:24:22.441Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T05:24:22.442Z||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-12T05:24:22.443Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T05:24:32.011Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T05:24:32.068Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T05:25:22.438Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T05:25:22.439Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-12T05:25:22.440Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as f9BzjBYkJOvgZ04s) ...
2023-01-12T05:25:22.442Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T05:25:22.443Z||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-12T05:25:22.443Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T05:25:32.000Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T05:25:32.035Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T05:26:22.439Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T05:26:22.440Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-12T05:26:22.440Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as f9BzjBYkJOvgZ04s) ...
2023-01-12T05:26:22.442Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T05:26:22.442Z||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-12T05:26:22.443Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T05:26:32.010Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T05:26:32.017Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T05:27:22.438Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T05:27:22.439Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-12T05:27:22.440Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as f9BzjBYkJOvgZ04s) ...
2023-01-12T05:27:22.441Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T05:27:22.442Z||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-12T05:27:22.442Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T05:27:32.003Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T05:27:32.003Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T05:28:22.438Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T05:28:22.439Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-12T05:28:22.440Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as f9BzjBYkJOvgZ04s) ...
2023-01-12T05:28:22.442Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T05:28:22.443Z||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-12T05:28:22.443Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T05:28:32.041Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T05:28:32.051Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T05:29:22.438Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T05:29:22.439Z||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-12T05:29:22.439Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T05:29:22.442Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T05:29:22.443Z||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-12T05:29:22.443Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T05:29:32.073Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T05:29:32.074Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T05:30:22.438Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T05:30:22.439Z||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-12T05:30:22.440Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T05:30:22.441Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T05:30:22.442Z||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-12T05:30:22.442Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T05:30:32.103Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T05:30:32.108Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T05:31:22.438Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T05:31:22.439Z||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-12T05:31:22.439Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T05:31:22.441Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-12T05:31:22.442Z||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-12T05:31:22.442Z||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 f9BzjBYkJOvgZ04s) ...
2023-01-12T05:31:22.831Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T05:31:22.832Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-12T05:31:22.833Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8373fb2-c203-4f61-8dee-3d35701daf4b",
"consumerID": "ves-openapi-manager",
"timestamp": 1673501448782,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-12T05:31:22.834Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-12T05:31:22.834Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-12T05:31:22.834Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8373fb2-c203-4f61-8dee-3d35701daf4b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673501448509,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-12T05:31:22.835Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-12T05:31:22.835Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-12T05:31:22.835Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8373fb2-c203-4f61-8dee-3d35701daf4b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673501448509,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-12T05:31:22.836Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-12T05:31:22.836Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-12T05:31:22.836Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8373fb2-c203-4f61-8dee-3d35701daf4b",
"consumerID": "ves-openapi-manager",
"timestamp": 1673501448782,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-01-12T05:31:22.837Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-12T05:31:22.837Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-12T05:31:22.838Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8373fb2-c203-4f61-8dee-3d35701daf4b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673501452450,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-12T05:31:22.838Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T05:31:22.838Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-12T05:31:22.839Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8373fb2-c203-4f61-8dee-3d35701daf4b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673501452453,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-12T05:31:22.839Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-12T05:31:22.839Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-12T05:31:22.840Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8373fb2-c203-4f61-8dee-3d35701daf4b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673501452453,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-12T05:31:22.840Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-12T05:31:22.840Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-12T05:31:22.841Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8373fb2-c203-4f61-8dee-3d35701daf4b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673501454538,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-12T05:31:22.841Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T05:31:22.841Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-12T05:31:22.841Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8373fb2-c203-4f61-8dee-3d35701daf4b",
"consumerID": "cds",
"timestamp": 1673501454602,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-12T05:31:22.842Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-12T05:31:22.842Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-12T05:31:22.842Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8373fb2-c203-4f61-8dee-3d35701daf4b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673501455541,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-12T05:31:22.889Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a8373fb2-c203-4f61-8dee-3d35701daf4b
2023-01-12T05:31:22.890Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a8373fb2-c203-4f61-8dee-3d35701daf4b 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-12T05:31:22.910Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-12T05:31:22.911Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8373fb2-c203-4f61-8dee-3d35701daf4b",
"consumerID": "cds",
"timestamp": 1673501454602,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-12T05:31:22.911Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-12T05:31:22.912Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-12T05:31:22.912Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8373fb2-c203-4f61-8dee-3d35701daf4b",
"consumerID": "cds",
"timestamp": 1673501457368,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-12T05:31:22.912Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T05:31:22.912Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-12T05:31:22.912Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8373fb2-c203-4f61-8dee-3d35701daf4b",
"consumerID": "cds",
"timestamp": 1673501458376,
"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-12T05:31:22.930Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a8373fb2-c203-4f61-8dee-3d35701daf4b
2023-01-12T05:31:22.930Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a8373fb2-c203-4f61-8dee-3d35701daf4b 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-12T05:31:22.955Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-12T05:31:22.956Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8373fb2-c203-4f61-8dee-3d35701daf4b",
"consumerID": "aai-ml",
"timestamp": 1673501463127,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-12T05:31:22.956Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-12T05:31:22.956Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-12T05:31:22.957Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8373fb2-c203-4f61-8dee-3d35701daf4b",
"consumerID": "aai-ml",
"timestamp": 1673501463127,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-12T05:31:22.957Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-12T05:31:22.957Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-12T05:31:22.957Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8373fb2-c203-4f61-8dee-3d35701daf4b",
"consumerID": "aai-ml",
"timestamp": 1673501465874,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-12T05:31:22.958Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T05:31:22.958Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-12T05:31:22.958Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8373fb2-c203-4f61-8dee-3d35701daf4b",
"consumerID": "aai-ml",
"timestamp": 1673501470570,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-12T05:31:22.958Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-12T05:31:22.958Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-12T05:31:22.959Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8373fb2-c203-4f61-8dee-3d35701daf4b",
"consumerID": "aai-ml",
"timestamp": 1673501471574,
"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-12T05:31:22.966Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a8373fb2-c203-4f61-8dee-3d35701daf4b
2023-01-12T05:31:22.967Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a8373fb2-c203-4f61-8dee-3d35701daf4b 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-12T05:31:23.010Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-12T05:31:23.010Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aa5fcba8-89cf-4ae6-b842-1908b7aa54a7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673501472452,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1s6k6fokwxl7hf7obrtg/1.0/resourceInstances/pnfe4dedafefe2a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-12T05:31:23.011Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-12T05:31:23.011Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-12T05:31:23.011Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aa5fcba8-89cf-4ae6-b842-1908b7aa54a7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673501478509,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1s6k6fokwxl7hf7obrtg/1.0/resourceInstances/pnfe4dedafefe2a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-12T05:31:23.012Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-12T05:31:23.102Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T05:31:23.104Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T05:31:23.104Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"a8373fb2-c203-4f61-8dee-3d35701daf4b","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"9441ebad-407f-46d3-90a9-b33ec412dbcf","serviceDescription":"service","serviceInvariantUUID":"97362061-975c-4aec-896e-4daf6e491de9","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"d35acd21-fd65-4b46-83dc-8e9d0492d64a","resourceInvariantUUID":"0af400ae-9c10-4f37-8743-9748bc4fc975","resourceCustomizationUUID":"8f479b5b-e295-419f-ae82-1824f02429aa","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":"MGZlNjZlNGEwNWEzNzgwZDZiZGRiODVkOTNlOGNmZGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e7eed66b-4f0c-47c0-89cd-1c8708d4c15c","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"N2YyZGU1OTliZDBmMzVlZGNhYTdmMDQzZjRjZmU4MmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"34953fef-7b5a-4aa9-8025-4130b74b2d08","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-12T05:31:23.109Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-12T05:31:23.110Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-12T05:31:23.113Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-12T05:31:23.113Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "a8373fb2-c203-4f61-8dee-3d35701daf4b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673501482438,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-12T05:31:23.213Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-12T05:31:23.214Z||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-12T05:31:23.215Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ...
2023-01-12T05:31:23.248Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T05:31:23.250Z||pool-35-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1}
2023-01-12T05:31:24.114Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-12T05:31:24.115Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-12T05:31:24.119Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-12T05:31:24.119Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "a8373fb2-c203-4f61-8dee-3d35701daf4b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673501482438,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-12T05:31:24.219Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-12T05:31:24.220Z||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-12T05:31:24.221Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ...
2023-01-12T05:31:24.250Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T05:31:24.251Z||pool-36-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
2023-01-12T05:31:25.120Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "a8373fb2-c203-4f61-8dee-3d35701daf4b",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "9441ebad-407f-46d3-90a9-b33ec412dbcf",
"serviceDescription": "service",
"serviceInvariantUUID": "97362061-975c-4aec-896e-4daf6e491de9",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "8f479b5b-e295-419f-ae82-1824f02429aa",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "d35acd21-fd65-4b46-83dc-8e9d0492d64a",
"resourceInvariantUUID": "0af400ae-9c10-4f37-8743-9748bc4fc975",
"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": "N2YyZGU1OTliZDBmMzVlZGNhYTdmMDQzZjRjZmU4MmY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "34953fef-7b5a-4aa9-8025-4130b74b2d08"
}
],
"workloadContext": "Production"
}
2023-01-12T05:31:25.121Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-12T05:31:25.121Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 9441ebad-407f-46d3-90a9-b33ec412dbcf ASDC
2023-01-12T05:31:25.122Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:a8373fb2-c203-4f61-8dee-3d35701daf4b
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:9441ebad-407f-46d3-90a9-b33ec412dbcf
ServiceInvariantUUID:97362061-975c-4aec-896e-4daf6e491de9
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:34953fef-7b5a-4aa9-8025-4130b74b2d08
ArtifactChecksum:N2YyZGU1OTliZDBmMzVlZGNhYTdmMDQzZjRjZmU4MmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:8f479b5b-e295-419f-ae82-1824f02429aa
ResourceInvariantUUID:0af400ae-9c10-4f37-8743-9748bc4fc975
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:d35acd21-fd65-4b46-83dc-8e9d0492d64a
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2023-01-12T05:31:25.123Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9441ebad-407f-46d3-90a9-b33ec412dbcf 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-12T05:31:25.161Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-12T05:31:25.164Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-01-12T05:31:25.164Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-01-12T05:31:25.164Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 34953fef-7b5a-4aa9-8025-4130b74b2d08 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-12T05:31:25.165Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-01-12T05:31:25.165Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-12T05:31:25.260Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-01-12T05:31:25.264Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 34953fef-7b5a-4aa9-8025-4130b74b2d08 57657
2023-01-12T05:31:25.265Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||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-12T05:31:25.265Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||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-12T05:31:25.265Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-12T05:31:25.266Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-12T05:31:25.269Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-12T05:31:25.269Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "a8373fb2-c203-4f61-8dee-3d35701daf4b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673501485265,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-12T05:31:25.369Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-12T05:31:25.370Z||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-12T05:31:25.371Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ...
2023-01-12T05:31:25.391Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T05:31:25.392Z||pool-37-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2023-01-12T05:31:26.271Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-12T05:31:26.272Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-01-12T05:31:26.273Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 34953fef-7b5a-4aa9-8025-4130b74b2d08, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-12T05:31:26.274Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-01-12T05:31:26.274Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-12T05:31:26.275Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-12T05:31:26.538Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17853808968281174172/Definitions/service-BasicNetwork-template.yml
2023-01-12T05:31:27.253Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-12T05:31:27.254Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-01-12T05:31:27.255Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-12T05:31:27.255Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-01-12T05:31:27.256Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||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-12T05:31:27.256Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||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-12T05:31:27.256Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||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-12T05:31:27.256Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||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-12T05:31:27.257Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||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-12T05:31:27.257Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||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-12T05:31:27.258Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||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-12T05:31:27.258Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||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-12T05:31:27.258Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-01-12T05:31:27.260Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T05:31:27.260Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T05:31:27.260Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-01-12T05:31:27.261Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-01-12T05:31:27.261Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-12T05:31:27.261Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T05:31:27.262Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T05:31:27.262Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-01-12T05:31:27.262Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-01-12T05:31:27.262Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-12T05:31:27.263Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T05:31:27.263Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T05:31:27.263Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T05:31:27.263Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T05:31:27.264Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T05:31:27.264Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T05:31:27.264Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T05:31:27.265Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T05:31:27.265Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T05:31:27.265Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T05:31:27.265Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:9441ebad-407f-46d3-90a9-b33ec412dbcf
Model Version:NULL
Model InvariantUuid:97362061-975c-4aec-896e-4daf6e491de9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:0af400ae-9c10-4f37-8743-9748bc4fc975
Model UUID:570695b1-1deb-458d-bf9d-49e26f95031e
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:8f479b5b-e295-419f-ae82-1824f02429aa
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-12T05:31:27.275Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||INFO|500||Processing Resource Type: VL, Model UUID: d35acd21-fd65-4b46-83dc-8e9d0492d64a
2023-01-12T05:31:27.275Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||INFO|500||No resources found for Service: 9441ebad-407f-46d3-90a9-b33ec412dbcf
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-12T05:31:27.283Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||INFO|500||
2023-01-12T05:31:27.283Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2023-01-12T05:31:27.285Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 9441ebad-407f-46d3-90a9-b33ec412dbcf
2023-01-12T05:31:27.285Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 9441ebad-407f-46d3-90a9-b33ec412dbcf
2023-01-12T05:31:27.285Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2023-01-12T05:31:27.285Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||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-12T05:31:27.292Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5c2278c2, org.onap.sdc.toscaparser.api.parameters.Input@6f817b24, org.onap.sdc.toscaparser.api.parameters.Input@3effa87a, org.onap.sdc.toscaparser.api.parameters.Input@72e2470e, org.onap.sdc.toscaparser.api.parameters.Input@3dc9c5f8]
2023-01-12T05:31:27.294Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T05:31:27.294Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T05:31:27.295Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T05:31:27.295Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T05:31:27.295Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 9441ebad-407f-46d3-90a9-b33ec412dbcf: Generic NeutronNet
2023-01-12T05:31:27.295Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T05:31:27.296Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T05:31:27.296Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T05:31:27.296Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||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-12T05:31:27.376Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T05:31:27.377Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T05:31:27.378Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T05:31:27.378Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T05:31:27.379Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T05:31:27.380Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T05:31:27.380Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||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-12T05:31:27.534Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2023-01-12T05:31:27.535Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||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-12T05:31:27.535Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||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-12T05:31:27.535Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-12T05:31:27.536Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-12T05:31:27.538Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-12T05:31:27.539Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "a8373fb2-c203-4f61-8dee-3d35701daf4b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673501487535,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-12T05:31:27.639Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-12T05:31:27.640Z||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-12T05:31:27.641Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ...
2023-01-12T05:31:27.664Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T05:31:27.665Z||pool-38-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2023-01-12T05:31:28.541Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a8373fb2-c203-4f61-8dee-3d35701daf4b
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-12T05:31:28.561Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a8373fb2-c203-4f61-8dee-3d35701daf4b
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-12T05:31:28.566Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-12T05:31:28.566Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-12T05:31:28.567Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-12T05:31:28.567Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-12T05:31:28.567Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-12T05:31:28.568Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-12T05:31:28.568Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-12T05:31:28.568Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-12T05:31:28.568Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||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-12T05:31:28.592Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-12T05:31:58.593Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a8373fb2-c203-4f61-8dee-3d35701daf4b 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-12T05:31:58.618Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a8373fb2-c203-4f61-8dee-3d35701daf4b and serviceModelVersionId: 9441ebad-407f-46d3-90a9-b33ec412dbcf
2023-01-12T05:31:58.618Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 97362061-975c-4aec-896e-4daf6e491de9
2023-01-12T05:31:58.620Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/97362061-975c-4aec-896e-4daf6e491de9/model-vers/model-ver/9441ebad-407f-46d3-90a9-b33ec412dbcf?depth=0
2023-01-12T05:31:58.626Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-01-12T05:31:58.713Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97362061-975c-4aec-896e-4daf6e491de9/model-vers/model-ver/9441ebad-407f-46d3-90a9-b33ec412dbcf?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-12T05:31:58.715Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97362061-975c-4aec-896e-4daf6e491de9/model-vers/model-ver/9441ebad-407f-46d3-90a9-b33ec412dbcf?depth=0|INFO|500||Invoke
2023-01-12T05:31:58.749Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97362061-975c-4aec-896e-4daf6e491de9/model-vers/model-ver/9441ebad-407f-46d3-90a9-b33ec412dbcf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-01-12T05:31:59.214Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97362061-975c-4aec-896e-4daf6e491de9/model-vers/model-ver/9441ebad-407f-46d3-90a9-b33ec412dbcf?depth=0|INFO|500||InvokeReturn
2023-01-12T05:31:59.216Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97362061-975c-4aec-896e-4daf6e491de9/model-vers/model-ver/9441ebad-407f-46d3-90a9-b33ec412dbcf?depth=0 has http status code:200 and response headers:{date=[Thu, 12 Jan 2023 05:31:59 GMT], content-length=[0], vertex-id=[192656], x-aai-txid=[2-aai-resources-230112-05:31:59:645-20486], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-12T05:31:59.216Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2023-01-12T05:31:59.217Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-12T05:31:59.217Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||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-12T05:31:59.233Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||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-12T05:31:59.233Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a8373fb2-c203-4f61-8dee-3d35701daf4b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-12T05:31:59.234Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-12T05:31:59.234Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-12T05:31:59.236Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-12T05:31:59.236Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "a8373fb2-c203-4f61-8dee-3d35701daf4b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673501519234,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-12T05:31:59.337Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-12T05:31:59.338Z||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-12T05:31:59.338Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ...
2023-01-12T05:31:59.374Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T05:31:59.376Z||pool-39-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-01-12T05:32:00.282Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-12T05:32:00.283Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"aa5fcba8-89cf-4ae6-b842-1908b7aa54a7","serviceName":"Demo_pNF_1s6k6FOkWXL7Hf7OBRTG","serviceVersion":"1.0","serviceUUID":"f6831fc5-aca2-47a6-adee-c34dfd3abfef","serviceDescription":"catalog service description","serviceInvariantUUID":"3bd0e1d0-944d-4548-baf7-578cca9bb70d","resources":[{"resourceInstanceName":"pNF e4dedafe-fe2a 0","resourceName":"pNF e4dedafe-fe2a","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"b22435e7-1430-432b-8873-b45868dc4f48","resourceInvariantUUID":"341416e1-fa77-411f-8956-13ac5bd94781","resourceCustomizationUUID":"5ff2fd5e-49dd-442e-a0e0-782ba285503f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf1s6k6fokwxl7hf7obrtg/1.0/resourceInstances/pnfe4dedafefe2a0/artifacts/vf-license-model.xml","artifactChecksum":"ZWRlY2U5MDQzMzk5NmUyMDhlMDcxZDVhNTFlY2ZlODU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ada9630c-2fb3-48da-8c9d-d241c9c7274f","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf1s6k6fokwxl7hf7obrtg/1.0/resourceInstances/pnfe4dedafefe2a0/artifacts/pNF.csar","artifactChecksum":"ZWY3MGIyYTBhMTNkNGZmNDFmMDdiNzA4NDFhMWQxODM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9bdd6e46-463a-4f5f-a508-76706d209e70","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf1s6k6fokwxl7hf7obrtg/1.0/resourceInstances/pnfe4dedafefe2a0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"21a8e854-7551-47fa-a38c-283d9aa3ef08","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf1s6k6fokwxl7hf7obrtg/1.0/resourceInstances/pnfe4dedafefe2a0/artifacts/vendor-license-model.xml","artifactChecksum":"MDQ0Yzg2MzQ1YjM1NGYyYjE5YzdlN2RmZjliNzhlNWU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4ca620d6-58f6-4f50-8cf5-dae84d43fa5c","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf1s6k6fokwxl7hf7obrtg/1.0/resourceInstances/pnfe4dedafefe2a0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a1d6c9db-ce7d-4c52-87a2-c502a4138c0b","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf1s6k6fokwxl7hf7obrtg/1.0/resourceInstances/pnfe4dedafefe2a0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"678a807e-f231-4870-80c1-df4df34acba2","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf1s6k6fokwxl7hf7obrtg-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf1s6k6fokwxl7hf7obrtg/1.0/artifacts/service-DemoPnf1s6k6fokwxl7hf7obrtg-template.yml","artifactChecksum":"OWIwZmFiZjRlYzJiODA5OTNmNWVlNGI2NDA1ODc0NzU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"63881ca6-570b-4c1f-961f-1d751cf7c4a7","artifactVersion":"1"},{"artifactName":"service-DemoPnf1s6k6fokwxl7hf7obrtg-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf1s6k6fokwxl7hf7obrtg/1.0/artifacts/service-DemoPnf1s6k6fokwxl7hf7obrtg-csar.csar","artifactChecksum":"MmFjMjExNTliZjg3MGJmOGQ4ZGM4NDYxNjNhNmI1ODQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8764ab43-2eb6-48dd-a4ee-704c8e17636d","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-12T05:32:00.284Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-12T05:32:00.285Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-12T05:32:00.288Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-12T05:32:00.288Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "aa5fcba8-89cf-4ae6-b842-1908b7aa54a7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673501482438,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1s6k6fokwxl7hf7obrtg/1.0/resourceInstances/pnfe4dedafefe2a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-12T05:32:00.388Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-12T05:32:00.389Z||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-12T05:32:00.389Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ...
2023-01-12T05:32:00.440Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T05:32:00.441Z||pool-40-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":1,"count":1}
2023-01-12T05:32:01.289Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-12T05:32:01.290Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-12T05:32:01.295Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-12T05:32:01.295Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "aa5fcba8-89cf-4ae6-b842-1908b7aa54a7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673501482438,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1s6k6fokwxl7hf7obrtg/1.0/resourceInstances/pnfe4dedafefe2a0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-01-12T05:32:01.395Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-12T05:32:01.397Z||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-12T05:32:01.397Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ...
2023-01-12T05:32:01.413Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T05:32:01.413Z||pool-41-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2023-01-12T05:32:02.296Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-12T05:32:02.297Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-12T05:32:02.301Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-12T05:32:02.301Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "aa5fcba8-89cf-4ae6-b842-1908b7aa54a7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673501482438,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1s6k6fokwxl7hf7obrtg/1.0/resourceInstances/pnfe4dedafefe2a0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-01-12T05:32:02.401Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-12T05:32:02.402Z||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-12T05:32:02.402Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ...
2023-01-12T05:32:02.422Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T05:32:02.423Z||pool-42-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2023-01-12T05:32:03.303Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-12T05:32:03.306Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-12T05:32:03.314Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-12T05:32:03.314Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "aa5fcba8-89cf-4ae6-b842-1908b7aa54a7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673501482438,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1s6k6fokwxl7hf7obrtg/1.0/resourceInstances/pnfe4dedafefe2a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-12T05:32:03.416Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-12T05:32:03.418Z||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-12T05:32:03.418Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ...
2023-01-12T05:32:03.447Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T05:32:03.448Z||pool-43-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2023-01-12T05:32:04.315Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-12T05:32:04.316Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-12T05:32:04.318Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-12T05:32:04.319Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "aa5fcba8-89cf-4ae6-b842-1908b7aa54a7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673501482438,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1s6k6fokwxl7hf7obrtg/1.0/resourceInstances/pnfe4dedafefe2a0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-12T05:32:04.419Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-12T05:32:04.421Z||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-12T05:32:04.422Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ...
2023-01-12T05:32:04.493Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T05:32:04.494Z||pool-44-thread-1|||||INFO|500||cambria reply ok (74 ms):{"serverTimeMs":1,"count":1}
2023-01-12T05:32:05.319Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-12T05:32:05.323Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-12T05:32:05.328Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-12T05:32:05.329Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "aa5fcba8-89cf-4ae6-b842-1908b7aa54a7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673501482438,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1s6k6fokwxl7hf7obrtg/1.0/resourceInstances/pnfe4dedafefe2a0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-12T05:32:05.429Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-12T05:32:05.430Z||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-12T05:32:05.430Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ...
2023-01-12T05:32:05.490Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T05:32:05.491Z||pool-45-thread-1|||||INFO|500||cambria reply ok (62 ms):{"serverTimeMs":0,"count":1}
2023-01-12T05:32:06.340Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-12T05:32:06.341Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-12T05:32:06.344Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-12T05:32:06.344Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "aa5fcba8-89cf-4ae6-b842-1908b7aa54a7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673501482438,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1s6k6fokwxl7hf7obrtg/1.0/artifacts/service-DemoPnf1s6k6fokwxl7hf7obrtg-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-12T05:32:06.444Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-12T05:32:06.445Z||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-12T05:32:06.445Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ...
2023-01-12T05:32:06.468Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T05:32:06.469Z||pool-46-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2023-01-12T05:32:07.355Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-12T05:32:07.356Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-12T05:32:07.360Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-12T05:32:07.360Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "aa5fcba8-89cf-4ae6-b842-1908b7aa54a7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673501482438,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1s6k6fokwxl7hf7obrtg/1.0/artifacts/service-DemoPnf1s6k6fokwxl7hf7obrtg-csar.csar",
"status": "NOTIFIED"
}
2023-01-12T05:32:07.460Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-12T05:32:07.462Z||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-12T05:32:07.462Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ...
2023-01-12T05:32:07.481Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T05:32:07.483Z||pool-47-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2023-01-12T05:32:08.362Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "aa5fcba8-89cf-4ae6-b842-1908b7aa54a7",
"serviceName": "Demo_pNF_1s6k6FOkWXL7Hf7OBRTG",
"serviceVersion": "1.0",
"serviceUUID": "f6831fc5-aca2-47a6-adee-c34dfd3abfef",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "3bd0e1d0-944d-4548-baf7-578cca9bb70d",
"resources": [
{
"resourceInstanceName": "pNF e4dedafe-fe2a 0",
"resourceCustomizationUUID": "5ff2fd5e-49dd-442e-a0e0-782ba285503f",
"resourceName": "pNF e4dedafe-fe2a",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "b22435e7-1430-432b-8873-b45868dc4f48",
"resourceInvariantUUID": "341416e1-fa77-411f-8956-13ac5bd94781",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnf1s6k6fokwxl7hf7obrtg-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1s6k6fokwxl7hf7obrtg/1.0/artifacts/service-DemoPnf1s6k6fokwxl7hf7obrtg-csar.csar",
"artifactChecksum": "MmFjMjExNTliZjg3MGJmOGQ4ZGM4NDYxNjNhNmI1ODQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "8764ab43-2eb6-48dd-a4ee-704c8e17636d"
}
],
"workloadContext": "Production"
}
2023-01-12T05:32:08.365Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-12T05:32:08.365Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f6831fc5-aca2-47a6-adee-c34dfd3abfef ASDC
2023-01-12T05:32:08.366Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:aa5fcba8-89cf-4ae6-b842-1908b7aa54a7
ServiceName:Demo_pNF_1s6k6FOkWXL7Hf7OBRTG
ServiceVersion:1.0
ServiceUUID:f6831fc5-aca2-47a6-adee-c34dfd3abfef
ServiceInvariantUUID:3bd0e1d0-944d-4548-baf7-578cca9bb70d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf1s6k6fokwxl7hf7obrtg-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf1s6k6fokwxl7hf7obrtg/1.0/artifacts/service-DemoPnf1s6k6fokwxl7hf7obrtg-csar.csar
ArtifactUUID:8764ab43-2eb6-48dd-a4ee-704c8e17636d
ArtifactChecksum:MmFjMjExNTliZjg3MGJmOGQ4ZGM4NDYxNjNhNmI1ODQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF e4dedafe-fe2a 0
ResourceCustomizationUUID:5ff2fd5e-49dd-442e-a0e0-782ba285503f
ResourceInvariantUUID:341416e1-fa77-411f-8956-13ac5bd94781
ResourceName:pNF e4dedafe-fe2a
ResourceType:PNF
ResourceUUID:b22435e7-1430-432b-8873-b45868dc4f48
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2023-01-12T05:32:08.366Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f6831fc5-aca2-47a6-adee-c34dfd3abfef 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-12T05:32:08.496Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-12T05:32:08.498Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-01-12T05:32:08.499Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-01-12T05:32:08.499Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 8764ab43-2eb6-48dd-a4ee-704c8e17636d from URL: /sdc/v1/catalog/services/DemoPnf1s6k6fokwxl7hf7obrtg/1.0/artifacts/service-DemoPnf1s6k6fokwxl7hf7obrtg-csar.csar
2023-01-12T05:32:08.499Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-01-12T05:32:08.500Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf1s6k6fokwxl7hf7obrtg/1.0/artifacts/service-DemoPnf1s6k6fokwxl7hf7obrtg-csar.csar
2023-01-12T05:32:08.634Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-01-12T05:32:08.640Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf1s6k6fokwxl7hf7obrtg/1.0/artifacts/service-DemoPnf1s6k6fokwxl7hf7obrtg-csar.csar 8764ab43-2eb6-48dd-a4ee-704c8e17636d 87789
2023-01-12T05:32:08.640Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf1s6k6fokwxl7hf7obrtg/1.0/artifacts/service-DemoPnf1s6k6fokwxl7hf7obrtg-csar.csar ASDC sendASDCNotification
2023-01-12T05:32:08.640Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf1s6k6fokwxl7hf7obrtg/1.0/artifacts/service-DemoPnf1s6k6fokwxl7hf7obrtg-csar.csar
2023-01-12T05:32:08.640Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-12T05:32:08.641Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-12T05:32:08.643Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-12T05:32:08.643Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "aa5fcba8-89cf-4ae6-b842-1908b7aa54a7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673501528640,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1s6k6fokwxl7hf7obrtg/1.0/artifacts/service-DemoPnf1s6k6fokwxl7hf7obrtg-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-12T05:32:08.743Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-12T05:32:08.744Z||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-12T05:32:08.744Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ...
2023-01-12T05:32:08.787Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-12T05:32:08.788Z||pool-48-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1}
2023-01-12T05:32:09.651Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-12T05:32:09.653Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-01-12T05:32:09.653Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 8764ab43-2eb6-48dd-a4ee-704c8e17636d, URL: /sdc/v1/catalog/services/DemoPnf1s6k6fokwxl7hf7obrtg/1.0/artifacts/service-DemoPnf1s6k6fokwxl7hf7obrtg-csar.csar to file: /app/ASDC/1/service-DemoPnf1s6k6fokwxl7hf7obrtg-csar.csar
2023-01-12T05:32:09.654Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf1s6k6fokwxl7hf7obrtg-csar.csar
2023-01-12T05:32:09.654Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf1s6k6fokwxl7hf7obrtg-csar.csar
2023-01-12T05:32:09.655Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf1s6k6fokwxl7hf7obrtg-csar.csar
2023-01-12T05:32:09.908Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3849879444281297059/Definitions/service-DemoPnf1s6k6fokwxl7hf7obrtg-template.yml
2023-01-12T05:32:11.081Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-12T05:32:11.081Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-01-12T05:32:11.082Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf1s6k6fokwxl7hf7obrtg-csar.csar
2023-01-12T05:32:11.082Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-01-12T05:32:11.082Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||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-DemoPnf1s6k6fokwxl7hf7obrtg-csar.csar
2023-01-12T05:32:11.082Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf1s6k6fokwxl7hf7obrtg-csar.csar
2023-01-12T05:32:11.083Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||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-DemoPnf1s6k6fokwxl7hf7obrtg-csar.csar
2023-01-12T05:32:11.083Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||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-DemoPnf1s6k6fokwxl7hf7obrtg-csar.csar
2023-01-12T05:32:11.083Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||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-DemoPnf1s6k6fokwxl7hf7obrtg-csar.csar
2023-01-12T05:32:11.083Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF e4dedafe-fe2a 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-DemoPnf1s6k6fokwxl7hf7obrtg-csar.csar
2023-01-12T05:32:11.084Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||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-DemoPnf1s6k6fokwxl7hf7obrtg-csar.csar
2023-01-12T05:32:11.084Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-01-12T05:32:11.084Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T05:32:11.085Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_1s6k6FOkWXL7Hf7OBRTG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T05:32:11.085Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||Node template pNF e4dedafe-fe2a 0 is matching search criteria
2023-01-12T05:32:11.086Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-01-12T05:32:11.086Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF e4dedafe-fe2a 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-12T05:32:11.086Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T05:32:11.087Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_1s6k6FOkWXL7Hf7OBRTG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T05:32:11.087Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||Node template pNF e4dedafe-fe2a 0 is matching search criteria
2023-01-12T05:32:11.087Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-01-12T05:32:11.087Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF e4dedafe-fe2a 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-12T05:32:11.088Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T05:32:11.088Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_1s6k6FOkWXL7Hf7OBRTG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T05:32:11.088Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T05:32:11.089Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_1s6k6FOkWXL7Hf7OBRTG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T05:32:11.089Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T05:32:11.089Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_1s6k6FOkWXL7Hf7OBRTG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T05:32:11.090Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T05:32:11.090Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_1s6k6FOkWXL7Hf7OBRTG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T05:32:11.090Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T05:32:11.090Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_1s6k6FOkWXL7Hf7OBRTG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T05:32:11.091Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_1s6k6FOkWXL7Hf7OBRTG
Description:catalog service description
Model UUID:f6831fc5-aca2-47a6-adee-c34dfd3abfef
Model Version:NULL
Model InvariantUuid:3bd0e1d0-944d-4548-baf7-578cca9bb70d
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-12T05:32:11.120Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: b22435e7-1430-432b-8873-b45868dc4f48
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-12T05:32:11.125Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||INFO|500||pNF e4dedafe-fe2a 0
2023-01-12T05:32:11.125Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: b22435e7-1430-432b-8873-b45868dc4f48
2023-01-12T05:32:11.125Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||No resources found for Service: f6831fc5-aca2-47a6-adee-c34dfd3abfef
2023-01-12T05:32:11.125Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: f6831fc5-aca2-47a6-adee-c34dfd3abfef
2023-01-12T05:32:11.125Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF e4dedafe-fe2a 0 b22435e7-1430-432b-8873-b45868dc4f48 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-12T05:32:11.131Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@232c753a, org.onap.sdc.toscaparser.api.parameters.Input@1b808974, org.onap.sdc.toscaparser.api.parameters.Input@51f862c2, org.onap.sdc.toscaparser.api.parameters.Input@42177108, org.onap.sdc.toscaparser.api.parameters.Input@2d259d5]
2023-01-12T05:32:11.132Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-12T05:32:11.132Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_1s6k6FOkWXL7Hf7OBRTG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-12T05:32:11.132Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid f6831fc5-aca2-47a6-adee-c34dfd3abfef: pNF e4dedafe-fe2a
2023-01-12T05:32:11.132Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||INFO|500||Processing PNF resource: b22435e7-1430-432b-8873-b45868dc4f48
2023-01-12T05:32:11.133Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery