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)
2021-12-06T01:50:06.154Z||main|||||INFO|500||The following profiles are active: basic
2021-12-06T01:50:15.143Z||main|||||INFO|500||Starting service [Tomcat]
2021-12-06T01:50:15.143Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-12-06T01:50:15.225Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-12-06T01:50:17.409Z||main|||||INFO|500||catdb-pool - Starting...
2021-12-06T01:50:17.574Z||main|||||INFO|500||catdb-pool - Start completed.
2021-12-06T01:50:17.941Z||main|||||INFO|500||reqdb-pool - Starting...
2021-12-06T01:50:17.952Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-12-06T01:50:18.027Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-12-06T01:50:18.144Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-12-06T01:50:18.514Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-12-06T01:50:19.361Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-12-06T01:50:21.314Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-12-06T01:50:21.363Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-12-06T01:50:21.837Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-12-06T01:50:21.959Z||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.
2021-12-06T01:50:23.077Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-12-06T01:50:23.995Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-12-06T01:50:24.010Z||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$$d192f0e0.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)
2021-12-06T01:50:24.011Z||main|||||WARN|500||The sdc end point is not alive
2021-12-06T01:50:26.525Z||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
2021-12-06T01:50:28.970Z||main|||||WARN|500||---
2021-12-06T01:50:28.970Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-12-06T01:50:28.971Z||main|||||WARN|500||---
2021-12-06T01:50:29.392Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-12-06T01:50:33.510Z||main|||||INFO|500||Started Application in 31.414 seconds (JVM running for 32.515)
2021-12-06T01:50:33.536Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-12-06T01:50:33.537Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-12-06T01:50:33.552Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-12-06T01:50:33.626Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-12-06T01:50:33.673Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3f991741-7f6e-405d-b8aa-9aa901d30269 url= /sdc/v1/artifactTypes
2021-12-06T01:50:33.673Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-12-06T01:50:33.940Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-12-06T01:50:33.964Z||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
2021-12-06T01:50:33.986Z||scheduling-1|||||DEBUG|500||create keys
2021-12-06T01:50:33.992Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-12-06T01:50:34.478Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T01:50:34.493Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 2b52f73c-91b4-43be-bfc6-ab6426ec0b18 url= /sdc/v1/registerForDistribution
2021-12-06T01:50:34.869Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 2b52f73c-91b4-43be-bfc6-ab6426ec0b18 url= /sdc/v1/registerForDistribution
2021-12-06T01:50:34.869Z||scheduling-1|||||INFO|500||start DistributionClient
2021-12-06T01:50:34.876Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T01:50:34.877Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T01:50:34.885Z||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.
2021-12-06T01:50:34.885Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-12-06T01:50:34.885Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T01:50:34.886Z||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.
2021-12-06T01:50:34.886Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T01:50:46.531Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T01:50:46.720Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T01:51:34.875Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T01:51:34.876Z||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.
2021-12-06T01:51:34.877Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T01:51:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T01:51:34.877Z||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.
2021-12-06T01:51:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T01:51:44.427Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T01:51:44.427Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T01:52:34.875Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T01:52:34.876Z||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.
2021-12-06T01:52:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T01:52:34.877Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T01:52:34.880Z||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.
2021-12-06T01:52:34.880Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T01:52:44.429Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T01:52:44.428Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T01:53:34.875Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T01:53:34.876Z||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.
2021-12-06T01:53:34.877Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T01:53:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T01:53:34.877Z||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.
2021-12-06T01:53:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T01:53:44.421Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T01:53:44.423Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T01:54:34.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T01:54:34.877Z||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.
2021-12-06T01:54:34.877Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T01:54:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T01:54:34.877Z||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.
2021-12-06T01:54:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T01:54:44.421Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T01:54:44.425Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T01:55:34.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T01:55:34.877Z||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.
2021-12-06T01:55:34.877Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T01:55:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T01:55:34.877Z||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.
2021-12-06T01:55:34.878Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T01:55:44.426Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T01:55:44.427Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T01:56:34.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T01:56:34.876Z||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.
2021-12-06T01:56:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T01:56:34.877Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T01:56:34.877Z||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.
2021-12-06T01:56:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T01:56:44.424Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T01:56:44.424Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T01:57:34.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T01:57:34.876Z||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.
2021-12-06T01:57:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T01:57:34.877Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T01:57:34.877Z||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.
2021-12-06T01:57:34.878Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T01:57:44.420Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T01:57:44.429Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T01:58:34.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T01:58:34.877Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T01:58:34.877Z||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.
2021-12-06T01:58:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T01:58:34.877Z||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.
2021-12-06T01:58:34.878Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T01:58:44.427Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T01:58:44.428Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T01:59:34.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T01:59:34.876Z||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.
2021-12-06T01:59:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T01:59:34.877Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T01:59:34.877Z||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.
2021-12-06T01:59:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T01:59:44.426Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T01:59:44.426Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T02:00:17.133Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-12-06T02:00:34.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:00:34.876Z||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.
2021-12-06T02:00:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:00:34.877Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:00:34.877Z||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.
2021-12-06T02:00:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:00:44.420Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T02:00:44.421Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T02:01:34.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:01:34.876Z||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.
2021-12-06T02:01:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:01:34.877Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:01:34.877Z||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.
2021-12-06T02:01:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:01:44.423Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T02:01:44.430Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T02:02:34.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:02:34.876Z||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.
2021-12-06T02:02:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:02:34.877Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:02:34.877Z||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.
2021-12-06T02:02:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:02:44.422Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T02:02:44.430Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T02:03:34.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:03:34.876Z||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.
2021-12-06T02:03:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:03:34.877Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:03:34.877Z||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.
2021-12-06T02:03:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:03:44.423Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T02:03:44.423Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T02:04:34.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:04:34.876Z||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.
2021-12-06T02:04:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:04:34.877Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:04:34.877Z||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.
2021-12-06T02:04:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:04:44.424Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T02:04:44.425Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T02:05:34.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:05:34.876Z||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.
2021-12-06T02:05:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:05:34.877Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:05:34.877Z||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.
2021-12-06T02:05:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:05:44.438Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T02:05:44.439Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T02:06:34.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:06:34.876Z||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.
2021-12-06T02:06:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:06:34.877Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:06:34.877Z||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.
2021-12-06T02:06:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:06:44.427Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T02:06:44.427Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T02:07:34.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:07:34.876Z||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.
2021-12-06T02:07:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:07:34.877Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:07:34.877Z||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.
2021-12-06T02:07:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:07:44.423Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T02:07:44.424Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T02:08:34.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:08:34.876Z||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.
2021-12-06T02:08:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:08:34.877Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:08:34.877Z||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.
2021-12-06T02:08:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:08:44.423Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T02:08:44.423Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T02:09:34.875Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:09:34.876Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-06T02:09:34.876Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ByniLcp8hucRNAKK) ...
2021-12-06T02:09:34.877Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:09:34.878Z||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.
2021-12-06T02:09:34.878Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:09:44.426Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T02:09:44.427Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T02:10:34.875Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:10:34.876Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-06T02:10:34.876Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ByniLcp8hucRNAKK) ...
2021-12-06T02:10:34.877Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:10:34.877Z||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.
2021-12-06T02:10:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:10:44.416Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T02:10:44.423Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T02:11:34.875Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:11:34.876Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-06T02:11:34.876Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ByniLcp8hucRNAKK) ...
2021-12-06T02:11:34.877Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:11:34.877Z||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.
2021-12-06T02:11:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:11:44.441Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T02:11:44.444Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T02:12:34.875Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:12:34.876Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-06T02:12:34.876Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ByniLcp8hucRNAKK) ...
2021-12-06T02:12:34.877Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:12:34.877Z||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.
2021-12-06T02:12:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:12:44.420Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T02:12:44.420Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T02:13:34.875Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:13:34.876Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-06T02:13:34.876Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ByniLcp8hucRNAKK) ...
2021-12-06T02:13:34.877Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:13:34.877Z||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.
2021-12-06T02:13:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:13:44.426Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T02:13:44.427Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T02:14:34.875Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:14:34.876Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-06T02:14:34.876Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ByniLcp8hucRNAKK) ...
2021-12-06T02:14:34.877Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:14:34.877Z||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.
2021-12-06T02:14:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:14:44.422Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T02:14:44.422Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T02:15:34.875Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:15:34.876Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-06T02:15:34.876Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ByniLcp8hucRNAKK) ...
2021-12-06T02:15:34.877Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:15:34.877Z||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.
2021-12-06T02:15:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:15:44.423Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T02:15:44.424Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T02:16:34.875Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:16:34.876Z||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.
2021-12-06T02:16:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:16:34.877Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:16:34.878Z||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.
2021-12-06T02:16:34.878Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:16:44.420Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T02:16:44.422Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T02:17:34.875Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:17:34.876Z||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.
2021-12-06T02:17:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:17:34.877Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:17:34.877Z||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.
2021-12-06T02:17:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:17:44.421Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T02:17:44.422Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T02:18:34.875Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:18:34.876Z||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.
2021-12-06T02:18:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:18:34.877Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:18:34.877Z||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.
2021-12-06T02:18:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:18:44.431Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T02:18:44.430Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T02:19:34.875Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:19:34.877Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:19:34.877Z||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.
2021-12-06T02:19:34.877Z||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.
2021-12-06T02:19:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:19:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:19:44.424Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T02:19:44.427Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T02:20:34.875Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:20:34.876Z||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.
2021-12-06T02:20:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:20:34.877Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:20:34.877Z||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.
2021-12-06T02:20:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:20:44.421Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T02:20:44.421Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T02:21:34.875Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:21:34.876Z||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.
2021-12-06T02:21:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:21:34.877Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:21:34.877Z||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.
2021-12-06T02:21:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:21:44.416Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T02:21:44.419Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T02:22:34.875Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:22:34.876Z||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.
2021-12-06T02:22:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:22:34.877Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:22:34.877Z||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.
2021-12-06T02:22:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:22:44.424Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T02:22:44.424Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T02:23:34.875Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:23:34.876Z||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.
2021-12-06T02:23:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:23:34.877Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:23:34.877Z||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.
2021-12-06T02:23:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:23:44.424Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T02:23:44.427Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T02:24:34.875Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:24:34.876Z||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.
2021-12-06T02:24:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:24:34.876Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:24:34.877Z||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.
2021-12-06T02:24:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:24:44.418Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T02:24:44.418Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T02:25:34.875Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:25:34.876Z||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.
2021-12-06T02:25:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:25:34.877Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:25:34.877Z||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.
2021-12-06T02:25:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:25:44.422Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T02:25:44.423Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T02:26:34.875Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:26:34.876Z||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.
2021-12-06T02:26:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:26:34.877Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:26:34.877Z||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.
2021-12-06T02:26:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:26:44.424Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T02:26:44.424Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T02:27:34.875Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:27:34.876Z||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.
2021-12-06T02:27:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:27:34.877Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:27:34.877Z||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.
2021-12-06T02:27:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:27:44.419Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T02:27:44.424Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T02:28:34.875Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:28:34.876Z||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.
2021-12-06T02:28:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:28:34.877Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:28:34.877Z||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.
2021-12-06T02:28:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:28:44.422Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T02:28:44.422Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T02:29:34.875Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:29:34.876Z||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.
2021-12-06T02:29:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:29:34.877Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:29:34.877Z||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.
2021-12-06T02:29:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:29:44.422Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T02:29:44.423Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T02:30:34.875Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:30:34.876Z||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.
2021-12-06T02:30:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:30:34.877Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:30:34.877Z||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.
2021-12-06T02:30:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:30:44.419Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T02:30:44.420Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T02:31:34.875Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:31:34.876Z||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.
2021-12-06T02:31:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:31:34.877Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:31:34.877Z||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.
2021-12-06T02:31:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:31:44.418Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T02:31:44.418Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T02:32:34.875Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:32:34.876Z||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.
2021-12-06T02:32:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:32:34.877Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:32:34.877Z||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.
2021-12-06T02:32:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:32:44.420Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T02:32:44.422Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T02:33:34.875Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:33:34.876Z||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.
2021-12-06T02:33:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:33:34.876Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:33:34.877Z||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.
2021-12-06T02:33:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:33:44.422Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T02:33:44.425Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T02:34:34.875Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:34:34.876Z||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.
2021-12-06T02:34:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:34:34.876Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:34:34.877Z||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.
2021-12-06T02:34:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:34:44.419Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T02:34:44.420Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T02:35:34.875Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:35:34.876Z||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.
2021-12-06T02:35:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:35:34.877Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:35:34.877Z||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.
2021-12-06T02:35:34.878Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:35:44.419Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T02:35:44.419Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T02:36:34.875Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:36:34.876Z||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.
2021-12-06T02:36:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:36:34.877Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:36:34.877Z||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.
2021-12-06T02:36:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:36:44.420Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T02:36:44.420Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T02:37:34.875Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:37:34.876Z||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.
2021-12-06T02:37:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:37:34.877Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:37:34.877Z||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.
2021-12-06T02:37:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:37:44.427Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T02:37:44.428Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T02:38:34.875Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:38:34.876Z||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.
2021-12-06T02:38:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:38:34.877Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:38:34.877Z||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.
2021-12-06T02:38:34.878Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:38:44.421Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T02:38:44.421Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T02:39:34.875Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:39:34.876Z||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.
2021-12-06T02:39:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:39:34.877Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:39:34.877Z||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.
2021-12-06T02:39:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:39:44.419Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T02:39:44.419Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T02:40:34.875Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:40:34.876Z||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.
2021-12-06T02:40:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:40:34.877Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:40:34.877Z||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.
2021-12-06T02:40:34.878Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:40:44.421Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T02:40:44.421Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T02:41:34.875Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:41:34.876Z||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.
2021-12-06T02:41:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:41:34.877Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:41:34.877Z||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.
2021-12-06T02:41:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:41:44.418Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T02:41:44.418Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T02:42:34.875Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:42:34.876Z||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.
2021-12-06T02:42:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:42:34.876Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:42:34.877Z||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.
2021-12-06T02:42:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:42:44.418Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T02:42:44.420Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T02:43:34.875Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:43:34.876Z||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.
2021-12-06T02:43:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:43:34.877Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:43:34.877Z||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.
2021-12-06T02:43:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:43:44.415Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T02:43:44.421Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T02:44:34.875Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:44:34.876Z||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.
2021-12-06T02:44:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:44:34.877Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:44:34.877Z||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.
2021-12-06T02:44:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:44:44.418Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T02:44:44.420Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T02:45:34.875Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:45:34.876Z||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.
2021-12-06T02:45:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:45:34.876Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:45:34.877Z||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.
2021-12-06T02:45:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:45:44.419Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T02:45:44.420Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T02:46:34.875Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:46:34.876Z||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.
2021-12-06T02:46:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:46:34.876Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:46:34.877Z||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.
2021-12-06T02:46:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:46:44.420Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T02:46:44.421Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T02:47:34.875Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:47:34.876Z||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.
2021-12-06T02:47:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:47:34.877Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:47:34.877Z||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.
2021-12-06T02:47:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:47:44.421Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T02:47:44.422Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T02:48:34.875Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:48:34.876Z||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.
2021-12-06T02:48:34.876Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:48:34.877Z||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.
2021-12-06T02:48:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:48:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:48:44.420Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T02:48:44.422Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T02:49:34.875Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:49:34.876Z||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.
2021-12-06T02:49:34.877Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:49:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:49:34.877Z||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.
2021-12-06T02:49:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:49:44.417Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T02:49:44.428Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T02:50:34.875Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:50:34.876Z||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.
2021-12-06T02:50:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:50:34.876Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:50:34.877Z||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.
2021-12-06T02:50:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:50:44.421Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T02:50:44.427Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T02:51:34.875Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:51:34.876Z||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.
2021-12-06T02:51:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:51:34.877Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:51:34.877Z||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.
2021-12-06T02:51:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:51:44.419Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T02:51:44.419Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T02:52:34.875Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:52:34.876Z||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.
2021-12-06T02:52:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:52:34.877Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:52:34.877Z||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.
2021-12-06T02:52:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:52:44.424Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T02:52:44.425Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T02:53:34.875Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:53:34.876Z||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.
2021-12-06T02:53:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:53:34.877Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:53:34.877Z||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.
2021-12-06T02:53:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:53:44.419Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T02:53:44.420Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T02:54:34.875Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:54:34.876Z||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.
2021-12-06T02:54:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:54:34.877Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:54:34.877Z||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.
2021-12-06T02:54:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:54:44.423Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T02:54:44.423Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T02:55:34.875Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:55:34.876Z||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.
2021-12-06T02:55:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:55:34.877Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:55:34.877Z||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.
2021-12-06T02:55:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:55:44.422Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T02:55:44.424Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T02:56:34.875Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:56:34.876Z||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.
2021-12-06T02:56:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:56:34.877Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:56:34.877Z||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.
2021-12-06T02:56:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:56:44.419Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T02:56:44.419Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T02:57:34.875Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:57:34.876Z||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.
2021-12-06T02:57:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:57:34.877Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:57:34.877Z||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.
2021-12-06T02:57:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:57:44.420Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T02:57:44.421Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T02:58:34.875Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:58:34.876Z||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.
2021-12-06T02:58:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:58:34.877Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:58:34.877Z||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.
2021-12-06T02:58:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:58:44.418Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T02:58:44.421Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T02:59:34.875Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:59:34.876Z||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.
2021-12-06T02:59:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:59:34.877Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T02:59:34.877Z||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.
2021-12-06T02:59:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T02:59:44.422Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T02:59:44.422Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:00:34.875Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:00:34.876Z||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.
2021-12-06T03:00:34.877Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:00:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:00:34.877Z||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.
2021-12-06T03:00:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:00:44.421Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:00:44.424Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:01:34.875Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:01:34.876Z||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.
2021-12-06T03:01:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:01:34.877Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:01:34.877Z||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.
2021-12-06T03:01:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:01:44.420Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:01:44.420Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:02:34.875Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:02:34.876Z||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.
2021-12-06T03:02:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:02:34.877Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:02:34.877Z||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.
2021-12-06T03:02:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:02:44.421Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:02:44.421Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:03:34.875Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:03:34.876Z||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.
2021-12-06T03:03:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:03:34.877Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:03:34.877Z||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.
2021-12-06T03:03:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:03:44.419Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:03:44.420Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:04:34.875Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:04:34.876Z||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.
2021-12-06T03:04:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:04:34.877Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:04:34.877Z||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.
2021-12-06T03:04:34.878Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:04:44.419Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:04:44.419Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:05:34.875Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:05:34.876Z||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.
2021-12-06T03:05:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:05:34.877Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:05:34.877Z||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.
2021-12-06T03:05:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:05:44.424Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:05:44.425Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:06:34.875Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:06:34.876Z||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.
2021-12-06T03:06:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:06:34.877Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:06:34.877Z||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.
2021-12-06T03:06:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:06:44.417Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:06:44.420Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:07:34.875Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:07:34.876Z||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.
2021-12-06T03:07:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:07:34.877Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:07:34.877Z||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.
2021-12-06T03:07:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:07:44.420Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:07:44.422Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:08:34.875Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:08:34.876Z||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.
2021-12-06T03:08:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:08:34.877Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:08:34.877Z||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.
2021-12-06T03:08:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:08:44.420Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:08:44.424Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:09:34.875Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:09:34.876Z||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.
2021-12-06T03:09:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:09:34.877Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:09:34.877Z||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.
2021-12-06T03:09:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:09:44.416Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:09:44.423Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:10:34.875Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:10:34.876Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-06T03:10:34.876Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ByniLcp8hucRNAKK) ...
2021-12-06T03:10:34.877Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:10:34.877Z||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.
2021-12-06T03:10:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:10:44.421Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:10:44.421Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:11:34.875Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:11:34.876Z||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.
2021-12-06T03:11:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:11:34.877Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:11:34.877Z||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.
2021-12-06T03:11:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:11:44.427Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:11:44.427Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:12:34.875Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:12:34.876Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-06T03:12:34.876Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ByniLcp8hucRNAKK) ...
2021-12-06T03:12:34.877Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:12:34.877Z||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.
2021-12-06T03:12:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:12:44.420Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:12:44.421Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:13:34.875Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:13:34.876Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-06T03:13:34.876Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ByniLcp8hucRNAKK) ...
2021-12-06T03:13:34.876Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:13:34.877Z||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.
2021-12-06T03:13:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:13:44.418Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:13:44.419Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:14:34.875Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:14:34.876Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-06T03:14:34.876Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ByniLcp8hucRNAKK) ...
2021-12-06T03:14:34.876Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:14:34.877Z||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.
2021-12-06T03:14:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:14:44.421Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:14:44.422Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:15:34.875Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:15:34.876Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-06T03:15:34.876Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ByniLcp8hucRNAKK) ...
2021-12-06T03:15:34.877Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:15:34.877Z||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.
2021-12-06T03:15:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:15:44.420Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:15:44.421Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:16:34.875Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:16:34.876Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-06T03:16:34.876Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ByniLcp8hucRNAKK) ...
2021-12-06T03:16:34.876Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:16:34.877Z||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.
2021-12-06T03:16:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:16:44.418Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:16:44.433Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:17:34.875Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:17:34.876Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-06T03:17:34.876Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ByniLcp8hucRNAKK) ...
2021-12-06T03:17:34.876Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:17:34.877Z||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.
2021-12-06T03:17:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:17:44.421Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:17:44.421Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:18:34.875Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:18:34.876Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-06T03:18:34.876Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:18:34.876Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ByniLcp8hucRNAKK) ...
2021-12-06T03:18:34.877Z||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.
2021-12-06T03:18:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:18:44.419Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:18:44.424Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:19:34.875Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:19:34.876Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-06T03:19:34.876Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ByniLcp8hucRNAKK) ...
2021-12-06T03:19:34.876Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:19:34.877Z||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.
2021-12-06T03:19:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:19:44.420Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:19:44.421Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:20:34.875Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:20:34.876Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-06T03:20:34.876Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ByniLcp8hucRNAKK) ...
2021-12-06T03:20:34.876Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:20:34.877Z||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.
2021-12-06T03:20:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:20:44.417Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:20:44.422Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:21:34.875Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:21:34.876Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-06T03:21:34.876Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ByniLcp8hucRNAKK) ...
2021-12-06T03:21:34.877Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:21:34.877Z||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.
2021-12-06T03:21:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:21:44.421Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:21:44.422Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:22:34.875Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:22:34.876Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-06T03:22:34.876Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ByniLcp8hucRNAKK) ...
2021-12-06T03:22:34.877Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:22:34.877Z||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.
2021-12-06T03:22:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:22:44.420Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:22:44.421Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:23:34.875Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:23:34.876Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-06T03:23:34.876Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ByniLcp8hucRNAKK) ...
2021-12-06T03:23:34.876Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:23:34.877Z||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.
2021-12-06T03:23:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:23:44.418Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:23:44.418Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:24:34.875Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:24:34.876Z||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.
2021-12-06T03:24:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:24:34.876Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:24:34.877Z||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.
2021-12-06T03:24:34.878Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:24:44.432Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:24:44.434Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:25:34.875Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:25:34.876Z||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.
2021-12-06T03:25:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:25:34.877Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:25:34.877Z||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.
2021-12-06T03:25:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:25:44.416Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:25:44.420Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:26:34.875Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:26:34.876Z||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.
2021-12-06T03:26:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:26:34.876Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:26:34.877Z||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.
2021-12-06T03:26:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:26:44.420Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:26:44.420Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:27:34.875Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:27:34.876Z||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.
2021-12-06T03:27:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:27:34.877Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:27:34.877Z||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.
2021-12-06T03:27:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:27:44.414Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:27:44.417Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:28:34.875Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:28:34.876Z||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.
2021-12-06T03:28:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:28:34.876Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:28:34.877Z||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.
2021-12-06T03:28:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:28:44.424Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:28:44.425Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:29:34.875Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:29:34.876Z||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.
2021-12-06T03:29:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:29:34.877Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:29:34.877Z||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.
2021-12-06T03:29:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:29:44.413Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:29:44.423Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:30:34.875Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:30:34.876Z||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.
2021-12-06T03:30:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:30:34.876Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:30:34.877Z||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.
2021-12-06T03:30:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:30:44.418Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:30:44.418Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:31:34.875Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:31:34.876Z||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.
2021-12-06T03:31:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:31:34.877Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:31:34.877Z||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.
2021-12-06T03:31:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:31:44.419Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:31:44.422Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:32:34.875Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:32:34.876Z||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.
2021-12-06T03:32:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:32:34.877Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:32:34.877Z||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.
2021-12-06T03:32:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:32:44.421Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:32:44.421Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:33:34.875Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:33:34.876Z||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.
2021-12-06T03:33:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:33:34.877Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:33:34.877Z||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.
2021-12-06T03:33:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:33:44.419Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:33:44.419Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:34:34.875Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:34:34.876Z||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.
2021-12-06T03:34:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:34:34.876Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:34:34.877Z||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.
2021-12-06T03:34:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:34:44.413Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:34:44.419Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:35:34.875Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:35:34.876Z||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.
2021-12-06T03:35:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:35:34.876Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:35:34.877Z||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.
2021-12-06T03:35:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:35:44.421Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:35:44.423Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:36:34.875Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:36:34.876Z||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.
2021-12-06T03:36:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:36:34.877Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:36:34.877Z||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.
2021-12-06T03:36:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:36:44.422Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:36:44.422Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:37:34.875Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:37:34.876Z||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.
2021-12-06T03:37:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:37:34.876Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:37:34.877Z||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.
2021-12-06T03:37:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:37:44.417Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:37:44.422Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:38:34.875Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:38:34.876Z||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.
2021-12-06T03:38:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:38:34.877Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:38:34.877Z||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.
2021-12-06T03:38:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:38:44.423Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:38:44.424Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:39:34.875Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:39:34.876Z||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.
2021-12-06T03:39:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:39:34.876Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:39:34.877Z||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.
2021-12-06T03:39:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:39:44.416Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:39:44.420Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:40:34.875Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:40:34.877Z||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.
2021-12-06T03:40:34.877Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:40:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:40:34.877Z||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.
2021-12-06T03:40:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:40:44.416Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:40:44.418Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:41:34.875Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:41:34.876Z||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.
2021-12-06T03:41:34.876Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:41:34.877Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:41:34.877Z||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.
2021-12-06T03:41:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:41:35.005Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:41:35.009Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:41:35.009Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
"consumerID": "cds",
"timestamp": 1638762078110,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:41:35.025Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-12-06T03:41:35.025Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:41:35.025Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
"consumerID": "ves-openapi-manager",
"timestamp": 1638762081414,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:41:35.025Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-12-06T03:41:35.026Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:41:35.026Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
"consumerID": "aai-ml",
"timestamp": 1638762083031,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:41:35.026Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-12-06T03:41:35.026Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:41:35.026Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
"consumerID": "cds",
"timestamp": 1638762078110,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/vfw36bd8127db4c0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:41:35.026Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-12-06T03:41:35.026Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:41:35.027Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
"consumerID": "ves-openapi-manager",
"timestamp": 1638762081414,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/vfw36bd8127db4c0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:41:35.027Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-12-06T03:41:35.027Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:41:35.027Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
"consumerID": "aai-ml",
"timestamp": 1638762083031,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/vfw36bd8127db4c0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:41:35.027Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-12-06T03:41:35.027Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:41:35.027Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
"consumerID": "cds",
"timestamp": 1638762078110,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:41:35.028Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-12-06T03:41:35.028Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:41:35.028Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
"consumerID": "ves-openapi-manager",
"timestamp": 1638762081414,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:41:35.028Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-12-06T03:41:35.028Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:41:35.028Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
"consumerID": "aai-ml",
"timestamp": 1638762083031,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:41:35.028Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-12-06T03:41:35.029Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:41:35.029Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
"consumerID": "clamp",
"timestamp": 1638762089818,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:41:35.029Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-12-06T03:41:35.029Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:41:35.029Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
"consumerID": "cds",
"timestamp": 1638762078110,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:41:35.029Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-12-06T03:41:35.030Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:41:35.030Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
"consumerID": "ves-openapi-manager",
"timestamp": 1638762081414,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:41:35.030Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-12-06T03:41:35.030Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:41:35.030Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
"consumerID": "aai-ml",
"timestamp": 1638762083031,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:41:35.030Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-12-06T03:41:35.030Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:41:35.030Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
"consumerID": "clamp",
"timestamp": 1638762089818,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/vfw36bd8127db4c0_modules.json",
"status": "NOTIFIED"
}
2021-12-06T03:41:35.031Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-12-06T03:41:35.031Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:41:35.031Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
"consumerID": "policy-id",
"timestamp": 1638762091071,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:41:35.031Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-12-06T03:41:35.031Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:41:35.031Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
"consumerID": "cds",
"timestamp": 1638762078110,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:41:35.032Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-12-06T03:41:35.032Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:41:35.032Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
"consumerID": "ves-openapi-manager",
"timestamp": 1638762081414,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:41:35.033Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-12-06T03:41:35.033Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:41:35.033Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
"consumerID": "aai-ml",
"timestamp": 1638762083031,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:41:35.033Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-12-06T03:41:35.033Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:41:35.033Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
"consumerID": "clamp",
"timestamp": 1638762089818,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:41:35.033Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-12-06T03:41:35.034Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:41:35.034Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
"consumerID": "policy-id",
"timestamp": 1638762091071,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/vfw36bd8127db4c0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:41:35.034Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-12-06T03:41:35.034Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:41:35.034Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
"consumerID": "cds",
"timestamp": 1638762078110,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/artifacts/service-Vfw20211206033937-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:41:35.035Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-12-06T03:41:35.035Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:41:35.035Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
"consumerID": "ves-openapi-manager",
"timestamp": 1638762081414,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/artifacts/service-Vfw20211206033937-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:41:35.035Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-12-06T03:41:35.035Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:41:35.035Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638762092210,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:41:35.036Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-12-06T03:41:35.036Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:41:35.036Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
"consumerID": "aai-ml",
"timestamp": 1638762083031,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/artifacts/service-Vfw20211206033937-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:41:35.036Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-12-06T03:41:35.036Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:41:35.036Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
"consumerID": "clamp",
"timestamp": 1638762089818,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:41:35.036Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-12-06T03:41:35.037Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:41:35.037Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
"consumerID": "policy-id",
"timestamp": 1638762091071,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-12-06T03:41:35.037Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-12-06T03:41:35.037Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:41:35.037Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
"consumerID": "cds",
"timestamp": 1638762078110,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/artifacts/service-Vfw20211206033937-csar.csar",
"status": "NOTIFIED"
}
2021-12-06T03:41:35.037Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-12-06T03:41:35.037Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:41:35.038Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
"consumerID": "ves-openapi-manager",
"timestamp": 1638762081414,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/artifacts/service-Vfw20211206033937-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:41:35.038Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-12-06T03:41:35.038Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:41:35.038Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638762092210,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/vfw36bd8127db4c0_modules.json",
"status": "NOTIFIED"
}
2021-12-06T03:41:35.038Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-12-06T03:41:35.038Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:41:35.038Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
"consumerID": "aai-ml",
"timestamp": 1638762083031,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/artifacts/service-Vfw20211206033937-csar.csar",
"status": "NOTIFIED"
}
2021-12-06T03:41:35.039Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-12-06T03:41:35.039Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:41:35.039Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
"consumerID": "clamp",
"timestamp": 1638762089818,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:41:35.039Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-12-06T03:41:35.039Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:41:35.039Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
"consumerID": "policy-id",
"timestamp": 1638762091071,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:41:35.039Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-12-06T03:41:35.498Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:41:35.499Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-06T03:41:35.499Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"48088423-3e16-4eab-8a0d-8dc4b5fae7b7","serviceName":"vFW 2021-12-06 03-39-37","serviceVersion":"1.0","serviceUUID":"5cdedba7-103b-42ac-8be2-5040a99e75c9","serviceDescription":"catalog service description","serviceInvariantUUID":"8562c1fe-d1c0-4b17-bd25-dbbd2d22fdb1","resources":[{"resourceInstanceName":"vFW 36bd8127-db4c 0","resourceName":"vFW 36bd8127-db4c","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"606f2b14-a7d1-49f1-8d6d-02c1fee15f74","resourceInvariantUUID":"701f3763-9b04-4221-89ca-068b51e567a0","resourceCustomizationUUID":"d33f1eb7-9cc1-4f48-84d9-f0879e893073","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/vf-license-model.xml","artifactChecksum":"YjU5ZGYzMjRmODBhYTQxODY0ZmE1YWE2Y2EzZTFhMGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"49eb0934-1166-4b7e-9332-84827971d4f7","artifactVersion":"1"},{"artifactName":"vfw36bd8127db4c0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/vfw36bd8127db4c0_modules.json","artifactChecksum":"OGEyOTkwNzk0MzkyODk3NDU2YzAyNzBhZjM1ZWEwNWY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"97886db0-3af5-480c-b709-543f11d5dd62","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8d23a137-6a3d-421a-962b-64504bcac08b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/vendor-license-model.xml","artifactChecksum":"ZWZhMmEwNWYzMmZlNWIzMWMwZWQwZjE0N2Y0ZWRkMTk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5a97900f-afc6-4ebd-8742-e445918e3228","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"54e15fb7-733a-49f9-9703-290dcfbeee51","artifactVersion":"2","generatedFromUUID":"8d23a137-6a3d-421a-962b-64504bcac08b"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211206033937-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211206033937/1.0/artifacts/service-Vfw20211206033937-template.yml","artifactChecksum":"N2JhZTE4ZGE0NmRkMTYwZTFmYzcwY2UwNzEwNzFkNGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"88444bf4-2c15-441f-9b43-571f453ffa12","artifactVersion":"1"},{"artifactName":"service-Vfw20211206033937-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211206033937/1.0/artifacts/service-Vfw20211206033937-csar.csar","artifactChecksum":"YTcxZTYzYmFjY2U3Yzk1NDEzNGI2MzlhOWJhYjY5MzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4ed1c26f-05c6-4361-aebb-415f3db238c4","artifactVersion":"1"}],"workloadContext":"Production"}
2021-12-06T03:41:35.504Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-06T03:41:35.508Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:41:35.514Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:41:35.514Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638762094875,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:41:35.615Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-12-06T03:41:35.617Z||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.
2021-12-06T03:41:35.617Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:41:35.629Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:41:35.629Z||pool-3-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-06T03:41:36.518Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-06T03:41:36.519Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:41:36.520Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:41:36.520Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638762094875,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/vfw36bd8127db4c0_modules.json",
"status": "NOTIFIED"
}
2021-12-06T03:41:36.621Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-12-06T03:41:36.621Z||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.
2021-12-06T03:41:36.621Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:41:36.632Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:41:36.633Z||pool-4-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-06T03:41:37.521Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-06T03:41:37.521Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:41:37.523Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:41:37.523Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638762094875,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-12-06T03:41:37.623Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T03:41:37.624Z||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.
2021-12-06T03:41:37.624Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:41:37.635Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:41:37.636Z||pool-5-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-12-06T03:41:38.523Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-06T03:41:38.524Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:41:38.525Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:41:38.525Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638762094875,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:41:38.626Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-12-06T03:41:38.626Z||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.
2021-12-06T03:41:38.626Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:41:38.637Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:41:38.638Z||pool-6-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-06T03:41:39.526Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-06T03:41:39.526Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:41:39.528Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:41:39.528Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638762094875,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-12-06T03:41:39.628Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T03:41:39.629Z||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.
2021-12-06T03:41:39.629Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:41:39.640Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:41:39.640Z||pool-7-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-06T03:41:40.528Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-06T03:41:40.529Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:41:40.530Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:41:40.530Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638762094875,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/artifacts/service-Vfw20211206033937-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:41:40.631Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T03:41:40.631Z||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.
2021-12-06T03:41:40.631Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:41:40.642Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:41:40.643Z||pool-8-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-12-06T03:41:41.531Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-06T03:41:41.531Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:41:41.533Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:41:41.533Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638762094875,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/artifacts/service-Vfw20211206033937-csar.csar",
"status": "NOTIFIED"
}
2021-12-06T03:41:41.633Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T03:41:41.634Z||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.
2021-12-06T03:41:41.634Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:41:41.646Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:41:41.646Z||pool-9-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-06T03:41:42.535Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
"serviceName": "vFW 2021-12-06 03-39-37",
"serviceVersion": "1.0",
"serviceUUID": "5cdedba7-103b-42ac-8be2-5040a99e75c9",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "8562c1fe-d1c0-4b17-bd25-dbbd2d22fdb1",
"resources": [
{
"resourceInstanceName": "vFW 36bd8127-db4c 0",
"resourceCustomizationUUID": "d33f1eb7-9cc1-4f48-84d9-f0879e893073",
"resourceName": "vFW 36bd8127-db4c",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "606f2b14-a7d1-49f1-8d6d-02c1fee15f74",
"resourceInvariantUUID": "701f3763-9b04-4221-89ca-068b51e567a0",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw36bd8127db4c0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/vfw36bd8127db4c0_modules.json",
"artifactChecksum": "OGEyOTkwNzk0MzkyODk3NDU2YzAyNzBhZjM1ZWEwNWY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "97886db0-3af5-480c-b709-543f11d5dd62",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "8d23a137-6a3d-421a-962b-64504bcac08b",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "54e15fb7-733a-49f9-9703-290dcfbeee51",
"generatedFromUUID": "8d23a137-6a3d-421a-962b-64504bcac08b"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "54e15fb7-733a-49f9-9703-290dcfbeee51",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20211206033937-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/artifacts/service-Vfw20211206033937-csar.csar",
"artifactChecksum": "YTcxZTYzYmFjY2U3Yzk1NDEzNGI2MzlhOWJhYjY5MzY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "4ed1c26f-05c6-4361-aebb-415f3db238c4"
}
],
"workloadContext": "Production"
}
2021-12-06T03:41:42.536Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-12-06T03:41:42.536Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5cdedba7-103b-42ac-8be2-5040a99e75c9 ASDC
2021-12-06T03:41:42.647Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:48088423-3e16-4eab-8a0d-8dc4b5fae7b7
ServiceName:vFW 2021-12-06 03-39-37
ServiceVersion:1.0
ServiceUUID:5cdedba7-103b-42ac-8be2-5040a99e75c9
ServiceInvariantUUID:8562c1fe-d1c0-4b17-bd25-dbbd2d22fdb1
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20211206033937-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211206033937/1.0/artifacts/service-Vfw20211206033937-csar.csar
ArtifactUUID:4ed1c26f-05c6-4361-aebb-415f3db238c4
ArtifactChecksum:YTcxZTYzYmFjY2U3Yzk1NDEzNGI2MzlhOWJhYjY5MzY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 36bd8127-db4c 0
ResourceCustomizationUUID:d33f1eb7-9cc1-4f48-84d9-f0879e893073
ResourceInvariantUUID:701f3763-9b04-4221-89ca-068b51e567a0
ResourceName:vFW 36bd8127-db4c
ResourceType:VF
ResourceUUID:606f2b14-a7d1-49f1-8d6d-02c1fee15f74
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw36bd8127db4c0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/vfw36bd8127db4c0_modules.json
ArtifactUUID:97886db0-3af5-480c-b709-543f11d5dd62
ArtifactChecksum:OGEyOTkwNzk0MzkyODk3NDU2YzAyNzBhZjM1ZWEwNWY=
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/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/base_vfw.yaml
ArtifactUUID:8d23a137-6a3d-421a-962b-64504bcac08b
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/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/base_vfw.env
ArtifactUUID:54e15fb7-733a-49f9-9703-290dcfbeee51
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/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/base_vfw.env
ArtifactUUID:54e15fb7-733a-49f9-9703-290dcfbeee51
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-12-06T03:41:42.647Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5cdedba7-103b-42ac-8be2-5040a99e75c9 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 (?, ?, ?, ?, ?)
2021-12-06T03:41:42.822Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-12-06T03:41:42.822Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-12-06T03:41:42.823Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-12-06T03:41:42.823Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 4ed1c26f-05c6-4361-aebb-415f3db238c4 from URL: /sdc/v1/catalog/services/Vfw20211206033937/1.0/artifacts/service-Vfw20211206033937-csar.csar
2021-12-06T03:41:42.823Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-12-06T03:41:42.824Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211206033937/1.0/artifacts/service-Vfw20211206033937-csar.csar
2021-12-06T03:41:42.913Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-12-06T03:41:42.928Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211206033937/1.0/artifacts/service-Vfw20211206033937-csar.csar 4ed1c26f-05c6-4361-aebb-415f3db238c4 98968
2021-12-06T03:41:42.929Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211206033937/1.0/artifacts/service-Vfw20211206033937-csar.csar ASDC sendASDCNotification
2021-12-06T03:41:42.930Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211206033937/1.0/artifacts/service-Vfw20211206033937-csar.csar
2021-12-06T03:41:42.930Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-06T03:41:42.931Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:41:42.932Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:41:42.932Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638762102928,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/artifacts/service-Vfw20211206033937-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-12-06T03:41:43.032Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T03:41:43.033Z||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.
2021-12-06T03:41:43.033Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:41:43.046Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:41:43.046Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-12-06T03:41:43.933Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-12-06T03:41:43.933Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-12-06T03:41:43.934Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 4ed1c26f-05c6-4361-aebb-415f3db238c4, URL: /sdc/v1/catalog/services/Vfw20211206033937/1.0/artifacts/service-Vfw20211206033937-csar.csar to file: /app/ASDC/1/service-Vfw20211206033937-csar.csar
2021-12-06T03:41:43.934Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211206033937-csar.csar
2021-12-06T03:41:43.987Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211206033937-csar.csar
2021-12-06T03:41:43.987Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211206033937-csar.csar
2021-12-06T03:41:44.393Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3391227919379362673/Definitions/service-Vfw20211206033937-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_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_protected_private_port_0_network_role" 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_order" 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_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 "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_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 "port_vsn_int_protected_private_port_0_subnetpoolid" 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_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" 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_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_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" 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_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_vlan_requirements" 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_onap_private_port_0_order" 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
2021-12-06T03:41:46.950Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-12-06T03:41:46.955Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-12-06T03:41:46.955Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211206033937-csar.csar
2021-12-06T03:41:46.955Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-12-06T03:41:46.955Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20211206033937-csar.csar
2021-12-06T03:41:46.955Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20211206033937-csar.csar
2021-12-06T03:41:46.956Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211206033937-csar.csar
2021-12-06T03:41:46.956Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211206033937-csar.csar
2021-12-06T03:41:46.956Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211206033937-csar.csar
2021-12-06T03:41:46.956Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20211206033937-csar.csar
2021-12-06T03:41:46.956Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211206033937-csar.csar
2021-12-06T03:41:46.956Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211206033937-csar.csar
2021-12-06T03:41:46.956Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20211206033937-csar.csar
2021-12-06T03:41:46.956Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||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-Vfw20211206033937-csar.csar
2021-12-06T03:41:46.956Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 36bd8127-db4c 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20211206033937-csar.csar
2021-12-06T03:41:46.956Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211206033937-csar.csar
2021-12-06T03:41:46.956Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211206033937-csar.csar
2021-12-06T03:41:46.957Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-12-06T03:41:46.962Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-06T03:41:46.963Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-12-06 03-39-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:41:46.966Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vFW 36bd8127-db4c 0 is matching search criteria
2021-12-06T03:41:46.966Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-12-06T03:41:46.968Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 36bd8127-db4c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-12-06T03:41:46.969Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-06T03:41:46.969Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-12-06 03-39-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:41:46.969Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vFW 36bd8127-db4c 0 is matching search criteria
2021-12-06T03:41:46.969Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-12-06T03:41:46.970Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 36bd8127-db4c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-12-06T03:41:46.970Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-06T03:41:46.970Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-12-06 03-39-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:41:46.973Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-06T03:41:46.973Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vFW 36bd8127-db4c 0 is not matching search criteria
2021-12-06T03:41:46.973Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-12-06T03:41:46.973Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-12-06T03:41:46.974Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-12-06T03:41:46.974Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-12-06T03:41:46.974Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2021-12-06T03:41:46.974Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-12-06T03:41:46.974Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-12-06T03:41:46.974Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-12-06T03:41:46.974Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2021-12-06T03:41:46.974Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-12-06T03:41:46.974Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-12-06T03:41:46.975Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-12-06T03:41:46.975Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-12-06T03:41:46.975Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2021-12-06T03:41:46.975Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-12-06T03:41:46.975Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-12-06T03:41:46.975Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-06T03:41:46.975Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-12-06 03-39-37 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-12-06T03:41:46.976Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-06T03:41:46.976Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vFW 36bd8127-db4c 0 is matching search criteria
2021-12-06T03:41:46.977Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 36bd8127-db4c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-06T03:41:46.977Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-06T03:41:46.977Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vFW 36bd8127-db4c 0 is matching search criteria
2021-12-06T03:41:46.977Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 36bd8127-db4c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-06T03:41:46.977Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-06T03:41:46.977Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vFW 36bd8127-db4c 0 is matching search criteria
2021-12-06T03:41:46.978Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 36bd8127-db4c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-06T03:41:46.978Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-06T03:41:46.978Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vFW 36bd8127-db4c 0 is not matching search criteria
2021-12-06T03:41:46.978Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-12-06T03:41:46.978Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-12-06T03:41:46.978Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-12-06T03:41:46.978Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-12-06T03:41:46.979Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2021-12-06T03:41:46.979Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-12-06T03:41:46.979Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-12-06T03:41:46.979Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-12-06T03:41:46.979Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-12-06T03:41:46.979Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2021-12-06T03:41:46.979Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-12-06T03:41:46.979Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=1946d213-8fcd-41e6-997a-fa3c1d807537
2021-12-06T03:41:46.980Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-06T03:41:46.980Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vFW 36bd8127-db4c 0 is not matching search criteria
2021-12-06T03:41:46.980Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-12-06T03:41:46.980Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-12-06T03:41:46.980Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-12-06T03:41:46.980Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-12-06T03:41:46.980Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2021-12-06T03:41:46.981Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-12-06T03:41:46.981Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-12-06T03:41:46.981Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-12-06T03:41:46.981Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-12-06T03:41:46.981Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-12-06T03:41:46.981Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2021-12-06T03:41:46.981Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-12-06T03:41:46.981Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=dbfa1d33-e393-43cb-acc1-e465dbd33e41
2021-12-06T03:41:46.982Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-06T03:41:46.982Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vFW 36bd8127-db4c 0 is not matching search criteria
2021-12-06T03:41:46.982Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-12-06T03:41:46.982Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-12-06T03:41:46.982Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-12-06T03:41:46.982Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-12-06T03:41:46.982Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2021-12-06T03:41:46.982Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-12-06T03:41:46.983Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-12-06T03:41:46.983Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-12-06T03:41:46.983Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2021-12-06T03:41:46.983Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-12-06T03:41:46.983Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-12-06T03:41:46.983Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-12-06T03:41:46.983Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5d9eca98-b647-412e-9d51-0bbc945a31f3
2021-12-06T03:41:46.984Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-06T03:41:46.984Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-12-06 03-39-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:41:46.984Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-06T03:41:46.984Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-12-06 03-39-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:41:46.984Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-06T03:41:46.984Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-12-06 03-39-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:41:46.984Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-06T03:41:46.984Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-12-06 03-39-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:41:46.985Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-12-06 03-39-37
Description:catalog service description
Model UUID:5cdedba7-103b-42ac-8be2-5040a99e75c9
Model Version:NULL
Model InvariantUuid:8562c1fe-d1c0-4b17-bd25-dbbd2d22fdb1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 36bd8127-db4c
Model UUID:6f504b00-d02c-4bc3-b9a3-e9a4a3247921
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:701f3763-9b04-4221-89ca-068b51e567a0
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:d33f1eb7-9cc1-4f48-84d9-f0879e893073
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:f75f007d-d129-4daf-9343-a97f16aa9fad
ModelName:Vfw36bd8127Db4c..base_vfw..module-0
ModelUuid:a10409f5-c95e-4291-bcd7-8c1c40dc67de
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:1946d213-8fcd-41e6-997a-fa3c1d807537
ModelInvariantUuid:51af4100-bce8-413e-bc10-564e7248e3ba
ModelName:vFW 36bd8127-db4c-nodes.vfwCvfc
ModelUuid:2b064bf5-8c21-45bf-9da6-9048e4006b03
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:b91cdca6-aa92-4954-b881-c3369eaef828
ModelInvariantUuid:50386f92-ba94-4117-a5b3-476e8d92246c
ModelName:Vfw36bd8127Db4c.compute.nodes.heat.vfw
ModelUuid:a32185f2-f627-48ed-aa63-50c77c659dc1
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:dbfa1d33-e393-43cb-acc1-e465dbd33e41
ModelInvariantUuid:3927a1cb-646f-4b54-8faf-76297c28af08
ModelName:vFW 36bd8127-db4c-nodes.vsnCvfc
ModelUuid:ced027db-1404-4338-8034-ccb5dd00787b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:acafdf6e-c288-4b29-bb6d-c90a7c7e0e27
ModelInvariantUuid:925ab6da-d738-43ce-aadd-4788a109e038
ModelName:Vfw36bd8127Db4c.compute.nodes.heat.vsn
ModelUuid:50445ffc-b38e-495e-8545-6c725fa6a933
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:5d9eca98-b647-412e-9d51-0bbc945a31f3
ModelInvariantUuid:3748686a-4f3f-44c6-a98f-902dbbd7a5af
ModelName:vFW 36bd8127-db4c-nodes.vpgCvfc
ModelUuid:90540abe-95ad-47f5-ad5b-57f3b1ef703e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:449d6290-0098-43fd-ae11-30e742609e76
ModelInvariantUuid:ae29f78f-43db-42a8-82b9-7b73ba01af34
ModelName:Vfw36bd8127Db4c.compute.nodes.heat.vpg
ModelUuid:0dfc9324-d065-4bd0-8e72-e7260872b58a
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=?
2021-12-06T03:41:47.007Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 606f2b14-a7d1-49f1-8d6d-02c1fee15f74
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=?
2021-12-06T03:41:47.081Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||vFW 36bd8127-db4c 0
2021-12-06T03:41:47.086Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 606f2b14-a7d1-49f1-8d6d-02c1fee15f74
2021-12-06T03:41:47.087Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 97886db0-3af5-480c-b709-543f11d5dd62 from URL: /sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/vfw36bd8127db4c0_modules.json
2021-12-06T03:41:47.087Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-12-06T03:41:47.087Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/vfw36bd8127db4c0_modules.json
2021-12-06T03:41:47.137Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-12-06T03:41:47.138Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/vfw36bd8127db4c0_modules.json 97886db0-3af5-480c-b709-543f11d5dd62 785
2021-12-06T03:41:47.138Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/vfw36bd8127db4c0_modules.json ASDC sendASDCNotification
2021-12-06T03:41:47.138Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/vfw36bd8127db4c0_modules.json
2021-12-06T03:41:47.138Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-06T03:41:47.138Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:41:47.140Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:41:47.140Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638762107138,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/vfw36bd8127db4c0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-12-06T03:41:47.240Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T03:41:47.241Z||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.
2021-12-06T03:41:47.241Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:41:47.252Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:41:47.253Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-12-06T03:41:48.143Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw36bd8127Db4c..base_vfw..module-0",
"vfModuleModelInvariantUUID": "f75f007d-d129-4daf-9343-a97f16aa9fad",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "a10409f5-c95e-4291-bcd7-8c1c40dc67de",
"vfModuleModelCustomizationUUID": "34193f32-e995-4442-a79c-02a4b3971dc8",
"isBase": true,
"artifacts": [
"8d23a137-6a3d-421a-962b-64504bcac08b",
"54e15fb7-733a-49f9-9703-290dcfbeee51"
],
"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": ""
}
}
]
2021-12-06T03:41:48.156Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw36bd8127Db4c..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a10409f5-c95e-4291-bcd7-8c1c40dc67de
VfModuleModelInvariantUUID:f75f007d-d129-4daf-9343-a97f16aa9fad
VfModuleModelDescription:NULL
Artifacts UUID List:{
8d23a137-6a3d-421a-962b-64504bcac08b
,
54e15fb7-733a-49f9-9703-290dcfbeee51
}
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
}
2021-12-06T03:41:48.159Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw36bd8127Db4c..base_vfw..module-0",
"vfModuleModelInvariantUUID": "f75f007d-d129-4daf-9343-a97f16aa9fad",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "a10409f5-c95e-4291-bcd7-8c1c40dc67de",
"vfModuleModelCustomizationUUID": "34193f32-e995-4442-a79c-02a4b3971dc8",
"isBase": true,
"artifacts": [
"8d23a137-6a3d-421a-962b-64504bcac08b",
"54e15fb7-733a-49f9-9703-290dcfbeee51"
],
"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": ""
}
}
]
2021-12-06T03:41:48.159Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw36bd8127Db4c..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a10409f5-c95e-4291-bcd7-8c1c40dc67de
VfModuleModelInvariantUUID:f75f007d-d129-4daf-9343-a97f16aa9fad
VfModuleModelDescription:NULL
Artifacts UUID List:{
8d23a137-6a3d-421a-962b-64504bcac08b
,
54e15fb7-733a-49f9-9703-290dcfbeee51
}
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
}
2021-12-06T03:41:48.159Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 8d23a137-6a3d-421a-962b-64504bcac08b from URL: /sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/base_vfw.yaml
2021-12-06T03:41:48.160Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-12-06T03:41:48.160Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/base_vfw.yaml
2021-12-06T03:41:48.322Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-12-06T03:41:48.323Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/base_vfw.yaml 8d23a137-6a3d-421a-962b-64504bcac08b 20368
2021-12-06T03:41:48.323Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-12-06T03:41:48.323Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/base_vfw.yaml
2021-12-06T03:41:48.323Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-06T03:41:48.324Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:41:48.325Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:41:48.325Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638762108323,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-12-06T03:41:48.425Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-12-06T03:41:48.426Z||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.
2021-12-06T03:41:48.426Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:41:48.439Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:41:48.439Z||pool-12-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-12-06T03:41:49.326Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 54e15fb7-733a-49f9-9703-290dcfbeee51 from URL: /sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/base_vfw.env
2021-12-06T03:41:49.326Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-12-06T03:41:49.327Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/base_vfw.env
2021-12-06T03:41:49.513Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-12-06T03:41:49.513Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/base_vfw.env 54e15fb7-733a-49f9-9703-290dcfbeee51 2098
2021-12-06T03:41:49.513Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-12-06T03:41:49.513Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/base_vfw.env
2021-12-06T03:41:49.514Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-06T03:41:49.514Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:41:49.516Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:41:49.516Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638762109513,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-12-06T03:41:49.616Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T03:41:49.617Z||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.
2021-12-06T03:41:49.617Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:41:49.629Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:41:49.629Z||pool-13-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-12-06T03:41:50.517Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 5cdedba7-103b-42ac-8be2-5040a99e75c9
2021-12-06T03:41:50.517Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 36bd8127-db4c 0 606f2b14-a7d1-49f1-8d6d-02c1fee15f74 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=?
2021-12-06T03:41:50.551Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@22f8da1, org.onap.sdc.toscaparser.api.parameters.Input@2eb385dd, org.onap.sdc.toscaparser.api.parameters.Input@7ed8b73d, org.onap.sdc.toscaparser.api.parameters.Input@2560d812, org.onap.sdc.toscaparser.api.parameters.Input@5bdc0b9a]
2021-12-06T03:41:50.554Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-06T03:41:50.554Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-12-06 03-39-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:41:50.554Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic
2021-12-06T03:41:50.554Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= d33f1eb7-9cc1-4f48-84d9-f0879e893073
2021-12-06T03:41:50.555Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d33f1eb7-9cc1-4f48-84d9-f0879e893073 matches Tosca VF Customization UUID: d33f1eb7-9cc1-4f48-84d9-f0879e893073
2021-12-06T03:41:50.555Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: d33f1eb7-9cc1-4f48-84d9-f0879e893073 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=?
2021-12-06T03:41:50.560Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-06T03:41:50.560Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-12-06 03-39-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:41:50.561Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id d33f1eb7-9cc1-4f48-84d9-f0879e893073: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2021-12-06T03:41:50.561Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@21555b75
2021-12-06T03:41:50.562Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-06T03:41:50.562Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-12-06 03-39-37 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-12-06T03:41:50.562Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 34193f32-e995-4442-a79c-02a4b3971dc8
2021-12-06T03:41:50.563Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 34193f32-e995-4442-a79c-02a4b3971dc8
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=?
2021-12-06T03:41:50.567Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-06T03:41:50.567Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vFW 36bd8127-db4c 0 is matching search criteria
2021-12-06T03:41:50.568Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 36bd8127-db4c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-06T03:41:50.568Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-06T03:41:50.568Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vFW 36bd8127-db4c 0 is matching search criteria
2021-12-06T03:41:50.568Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 36bd8127-db4c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-06T03:41:50.569Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-06T03:41:50.569Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vFW 36bd8127-db4c 0 is not matching search criteria
2021-12-06T03:41:50.569Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-12-06T03:41:50.569Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-12-06T03:41:50.569Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-12-06T03:41:50.569Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-12-06T03:41:50.570Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2021-12-06T03:41:50.570Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-12-06T03:41:50.570Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-12-06T03:41:50.570Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-12-06T03:41:50.570Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-12-06T03:41:50.570Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2021-12-06T03:41:50.571Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-12-06T03:41:50.571Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=1946d213-8fcd-41e6-997a-fa3c1d807537
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=?
2021-12-06T03:41:50.580Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-06T03:41:50.581Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vFW 36bd8127-db4c 0 is matching search criteria
2021-12-06T03:41:50.581Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 36bd8127-db4c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-06T03:41:50.581Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-06T03:41:50.581Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vFW 36bd8127-db4c 0 is not matching search criteria
2021-12-06T03:41:50.581Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-12-06T03:41:50.582Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-12-06T03:41:50.582Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-12-06T03:41:50.582Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-12-06T03:41:50.582Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2021-12-06T03:41:50.582Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-12-06T03:41:50.582Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-12-06T03:41:50.582Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-12-06T03:41:50.583Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-12-06T03:41:50.583Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-12-06T03:41:50.583Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2021-12-06T03:41:50.583Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-12-06T03:41:50.583Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=dbfa1d33-e393-43cb-acc1-e465dbd33e41
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=?
2021-12-06T03:41:50.585Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-06T03:41:50.585Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vFW 36bd8127-db4c 0 is matching search criteria
2021-12-06T03:41:50.585Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 36bd8127-db4c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-06T03:41:50.587Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-06T03:41:50.587Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vFW 36bd8127-db4c 0 is not matching search criteria
2021-12-06T03:41:50.587Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-12-06T03:41:50.588Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-12-06T03:41:50.588Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-12-06T03:41:50.588Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-12-06T03:41:50.588Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2021-12-06T03:41:50.588Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-12-06T03:41:50.588Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-12-06T03:41:50.588Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-12-06T03:41:50.589Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2021-12-06T03:41:50.589Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-12-06T03:41:50.589Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-12-06T03:41:50.589Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-12-06T03:41:50.589Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5d9eca98-b647-412e-9d51-0bbc945a31f3
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=?
2021-12-06T03:41:50.591Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-06T03:41:50.591Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vFW 36bd8127-db4c 0 is matching search criteria
2021-12-06T03:41:50.591Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 36bd8127-db4c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-06T03:41:50.592Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-06T03:41:50.592Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Node template vFW 36bd8127-db4c 0 is matching search criteria
2021-12-06T03:41:50.592Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 36bd8127-db4c 0] matching following query criteria: sdcType=VF, customizationUUID=d33f1eb7-9cc1-4f48-84d9-f0879e893073
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=?
2021-12-06T03:41:50.594Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-06T03:41:50.594Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-12-06 03-39-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:41:50.594Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 5cdedba7-103b-42ac-8be2-5040a99e75c9: vFW 36bd8127-db4c
2021-12-06T03:41:50.594Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-06T03:41:50.594Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-12-06 03-39-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:41:50.595Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-06T03:41:50.595Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-12-06 03-39-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:41:50.595Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-06T03:41:50.595Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-12-06 03-39-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:41:50.595Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-06T03:41:50.596Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-12-06 03-39-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:41:50.596Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-06T03:41:50.596Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-12-06 03-39-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:41:50.596Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||Saving Service: vFW 2021-12-06 03-39-37
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 (?, ?, ?, ?, ?)
2021-12-06T03:41:50.862Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 36bd8127-db4c 606f2b14-a7d1-49f1-8d6d-02c1fee15f74 1 ASDC deployResourceStructure
2021-12-06T03:41:50.862Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/vfw36bd8127db4c0_modules.json ASDC sendASDCNotification
2021-12-06T03:41:50.862Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/vfw36bd8127db4c0_modules.json
2021-12-06T03:41:50.863Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-06T03:41:50.863Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:41:50.864Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:41:50.864Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638762110862,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/vfw36bd8127db4c0_modules.json",
"status": "DEPLOY_OK"
}
2021-12-06T03:41:50.964Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T03:41:50.965Z||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.
2021-12-06T03:41:50.965Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:41:50.978Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:41:50.978Z||pool-14-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-12-06T03:41:51.865Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-12-06T03:41:51.865Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/base_vfw.yaml
2021-12-06T03:41:51.866Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-06T03:41:51.866Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:41:51.867Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:41:51.867Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638762111865,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-12-06T03:41:51.967Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-12-06T03:41:51.968Z||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.
2021-12-06T03:41:51.968Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:41:51.982Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:41:51.982Z||pool-15-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-12-06T03:41:52.868Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-12-06T03:41:52.869Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/base_vfw.env
2021-12-06T03:41:52.869Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-06T03:41:52.869Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:41:52.871Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:41:52.871Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638762112868,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-12-06T03:41:52.971Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T03:41:52.972Z||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.
2021-12-06T03:41:52.972Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:41:52.985Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:41:52.985Z||pool-16-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-12-06T03:41:53.872Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211206033937/1.0/artifacts/service-Vfw20211206033937-csar.csar ASDC sendASDCNotification
2021-12-06T03:41:53.873Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211206033937/1.0/artifacts/service-Vfw20211206033937-csar.csar
2021-12-06T03:41:53.873Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-06T03:41:53.873Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:41:53.875Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:41:53.875Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638762113872,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/artifacts/service-Vfw20211206033937-csar.csar",
"status": "DEPLOY_OK"
}
2021-12-06T03:41:53.975Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T03:41:53.975Z||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.
2021-12-06T03:41:53.975Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:41:53.988Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:41:53.988Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-12-06T03:41:54.876Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 48088423-3e16-4eab-8a0d-8dc4b5fae7b7
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=?
2021-12-06T03:41:54.895Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 48088423-3e16-4eab-8a0d-8dc4b5fae7b7
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=?
2021-12-06T03:41:54.897Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-06T03:41:54.897Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-12-06T03:41:54.897Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-12-06T03:42:24.898Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 48088423-3e16-4eab-8a0d-8dc4b5fae7b7
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=?
2021-12-06T03:42:24.905Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 48088423-3e16-4eab-8a0d-8dc4b5fae7b7
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=?
2021-12-06T03:42:24.907Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-06T03:42:24.907Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-12-06T03:42:24.907Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-12-06T03:42:34.877Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:42:34.877Z||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.
2021-12-06T03:42:34.878Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:42:34.899Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:42:34.899Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:42:34.899Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638762092210,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-12-06T03:42:34.900Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-12-06T03:42:54.908Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 48088423-3e16-4eab-8a0d-8dc4b5fae7b7
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=?
2021-12-06T03:42:54.915Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 48088423-3e16-4eab-8a0d-8dc4b5fae7b7
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=?
2021-12-06T03:42:54.917Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-06T03:42:54.917Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-12-06T03:42:54.917Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-12-06T03:43:24.917Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 48088423-3e16-4eab-8a0d-8dc4b5fae7b7
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=?
2021-12-06T03:43:24.925Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 48088423-3e16-4eab-8a0d-8dc4b5fae7b7
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=?
2021-12-06T03:43:24.927Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-06T03:43:24.927Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-12-06T03:43:24.927Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-12-06T03:43:34.877Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:43:34.877Z||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.
2021-12-06T03:43:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:43:34.899Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:43:34.899Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:43:34.900Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
"consumerID": "cds",
"timestamp": 1638762094988,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/artifacts/service-Vfw20211206033937-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-12-06T03:43:34.901Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:43:54.927Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 48088423-3e16-4eab-8a0d-8dc4b5fae7b7
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=?
2021-12-06T03:43:54.936Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 48088423-3e16-4eab-8a0d-8dc4b5fae7b7
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=?
2021-12-06T03:43:54.937Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-06T03:43:54.938Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-12-06T03:43:54.938Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-12-06T03:44:24.938Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 48088423-3e16-4eab-8a0d-8dc4b5fae7b7
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=?
2021-12-06T03:44:24.949Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 48088423-3e16-4eab-8a0d-8dc4b5fae7b7
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=?
2021-12-06T03:44:24.951Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-06T03:44:24.951Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-12-06T03:44:24.951Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-12-06T03:44:34.877Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:44:34.877Z||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.
2021-12-06T03:44:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:44:35.405Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:44:35.407Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:44:35.407Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
"consumerID": "aai-ml",
"timestamp": 1638762095065,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/artifacts/service-Vfw20211206033937-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-12-06T03:44:35.408Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:44:35.408Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:44:35.408Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
"consumerID": "clamp",
"timestamp": 1638762089818,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/artifacts/service-Vfw20211206033937-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:44:35.408Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-12-06T03:44:35.408Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:44:35.408Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638762094875,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:44:35.408Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-12-06T03:44:35.408Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:44:35.408Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
"consumerID": "policy-id",
"timestamp": 1638762091071,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:44:35.408Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-12-06T03:44:35.408Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:44:35.408Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638762092210,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:44:35.409Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-12-06T03:44:35.409Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:44:35.409Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
"consumerID": "cds",
"timestamp": 1638762096001,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/artifacts/service-Vfw20211206033937-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=?
2021-12-06T03:44:35.416Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 48088423-3e16-4eab-8a0d-8dc4b5fae7b7
2021-12-06T03:44:35.417Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48088423-3e16-4eab-8a0d-8dc4b5fae7b7 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 (?, ?, ?, ?, ?)
2021-12-06T03:44:35.424Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:44:35.424Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
"consumerID": "clamp",
"timestamp": 1638762089818,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/artifacts/service-Vfw20211206033937-csar.csar",
"status": "NOTIFIED"
}
2021-12-06T03:44:35.425Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-12-06T03:44:35.425Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:44:35.425Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638762094875,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/vfw36bd8127db4c0_modules.json",
"status": "NOTIFIED"
}
2021-12-06T03:44:35.425Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-12-06T03:44:35.425Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:44:35.425Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
"consumerID": "policy-id",
"timestamp": 1638762091071,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/artifacts/service-Vfw20211206033937-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:44:35.425Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-12-06T03:44:35.425Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:44:35.426Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638762092210,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-12-06T03:44:35.426Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-12-06T03:44:35.426Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:44:35.426Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638762094875,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-12-06T03:44:35.426Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-12-06T03:44:35.426Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:44:35.426Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
"consumerID": "policy-id",
"timestamp": 1638762091071,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/artifacts/service-Vfw20211206033937-csar.csar",
"status": "NOTIFIED"
}
2021-12-06T03:44:35.427Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-12-06T03:44:35.427Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:44:35.427Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638762092210,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/artifacts/service-Vfw20211206033937-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:44:35.427Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-12-06T03:44:35.427Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:44:35.427Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638762094875,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:44:35.428Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-12-06T03:44:35.428Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:44:35.428Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638762092210,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/artifacts/service-Vfw20211206033937-csar.csar",
"status": "NOTIFIED"
}
2021-12-06T03:44:35.428Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-12-06T03:44:35.428Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:44:35.428Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
"consumerID": "policy-id",
"timestamp": 1638762098861,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/artifacts/service-Vfw20211206033937-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-12-06T03:44:35.428Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:44:35.429Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:44:35.429Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638762094875,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-12-06T03:44:35.429Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-12-06T03:44:35.429Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:44:35.429Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
"consumerID": "policy-id",
"timestamp": 1638762099867,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/artifacts/service-Vfw20211206033937-csar.csar",
"status": "DEPLOY_OK"
}
2021-12-06T03:44:35.429Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:44:35.429Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:44:35.429Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638762099945,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/vfw36bd8127db4c0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-12-06T03:44:35.430Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:44:35.430Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:44:35.430Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638762094875,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/artifacts/service-Vfw20211206033937-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:44:35.430Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-12-06T03:44:35.430Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:44:35.430Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
"consumerID": "policy-id",
"timestamp": 1638762100872,
"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=?
2021-12-06T03:44:35.435Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 48088423-3e16-4eab-8a0d-8dc4b5fae7b7
2021-12-06T03:44:35.435Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48088423-3e16-4eab-8a0d-8dc4b5fae7b7 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 (?, ?, ?, ?, ?)
2021-12-06T03:44:35.442Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:44:35.442Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638762101012,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-12-06T03:44:35.442Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:44:35.442Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:44:35.443Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638762100553,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:44:35.443Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-12-06T03:44:35.443Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:44:35.443Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638762094875,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/artifacts/service-Vfw20211206033937-csar.csar",
"status": "NOTIFIED"
}
2021-12-06T03:44:35.443Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-12-06T03:44:35.443Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:44:35.443Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638762102058,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-12-06T03:44:35.443Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:44:35.443Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:44:35.444Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638762100553,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/vfw36bd8127db4c0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:44:35.444Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-12-06T03:44:35.444Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:44:35.444Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638762102928,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/artifacts/service-Vfw20211206033937-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-12-06T03:44:35.444Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:44:35.444Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:44:35.444Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638762103147,
"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=?
2021-12-06T03:44:35.449Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 48088423-3e16-4eab-8a0d-8dc4b5fae7b7
2021-12-06T03:44:35.449Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48088423-3e16-4eab-8a0d-8dc4b5fae7b7 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: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-12-06T03:44:35.455Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:44:35.455Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638762100553,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:44:35.456Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-12-06T03:44:35.456Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:44:35.456Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638762104150,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/vfw36bd8127db4c0_modules.json",
"status": "DEPLOY_OK"
}
2021-12-06T03:44:35.456Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:44:35.456Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:44:35.456Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638762100553,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:44:35.456Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-12-06T03:44:35.456Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:44:35.456Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
"consumerID": "clamp",
"timestamp": 1638762104292,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/artifacts/service-Vfw20211206033937-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-12-06T03:44:35.456Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:44:35.456Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:44:35.456Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638762100553,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:44:35.456Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-12-06T03:44:35.456Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:44:35.456Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
"consumerID": "aai-ml",
"timestamp": 1638762105822,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/artifacts/service-Vfw20211206033937-csar.csar",
"status": "DEPLOY_OK"
}
2021-12-06T03:44:35.457Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:44:35.457Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:44:35.457Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638762100553,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/artifacts/service-Vfw20211206033937-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:44:35.457Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-12-06T03:44:35.457Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:44:35.457Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
"consumerID": "clamp",
"timestamp": 1638762106300,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/artifacts/service-Vfw20211206033937-csar.csar",
"status": "DEPLOY_OK"
}
2021-12-06T03:44:35.457Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:44:35.457Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:44:35.457Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
"consumerID": "aai-ml",
"timestamp": 1638762106829,
"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=?
2021-12-06T03:44:35.461Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 48088423-3e16-4eab-8a0d-8dc4b5fae7b7
2021-12-06T03:44:35.461Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48088423-3e16-4eab-8a0d-8dc4b5fae7b7 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 (?, ?, ?, ?, ?)
2021-12-06T03:44:35.469Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:44:35.469Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638762107138,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/vfw36bd8127db4c0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-12-06T03:44:35.469Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:44:35.469Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:44:35.470Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638762100553,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/artifacts/service-Vfw20211206033937-csar.csar",
"status": "NOTIFIED"
}
2021-12-06T03:44:35.470Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-12-06T03:44:35.470Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:44:35.470Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
"consumerID": "clamp",
"timestamp": 1638762107304,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
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=?
2021-12-06T03:44:35.474Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 48088423-3e16-4eab-8a0d-8dc4b5fae7b7
2021-12-06T03:44:35.474Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48088423-3e16-4eab-8a0d-8dc4b5fae7b7 and ComponentName clamp
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 (?, ?, ?, ?, ?)
2021-12-06T03:44:35.481Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:44:35.482Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638762108323,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-12-06T03:44:35.482Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:44:35.482Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:44:35.482Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638762108547,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/artifacts/service-Vfw20211206033937-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-12-06T03:44:35.482Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:44:35.482Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:44:35.482Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638762109513,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-12-06T03:44:35.482Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:44:35.482Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:44:35.482Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638762110862,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/vfw36bd8127db4c0_modules.json",
"status": "DEPLOY_OK"
}
2021-12-06T03:44:35.482Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:44:35.482Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:44:35.482Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638762111865,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-12-06T03:44:35.482Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:44:35.482Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:44:35.483Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638762112868,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/resourceInstances/vfw36bd8127db4c0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-12-06T03:44:35.483Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:44:35.483Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:44:35.483Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638762113204,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/artifacts/service-Vfw20211206033937-csar.csar",
"status": "DEPLOY_OK"
}
2021-12-06T03:44:35.483Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:44:35.483Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:44:35.483Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638762113872,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211206033937/1.0/artifacts/service-Vfw20211206033937-csar.csar",
"status": "DEPLOY_OK"
}
2021-12-06T03:44:35.483Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:44:35.483Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:44:35.483Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638762114209,
"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=?
2021-12-06T03:44:35.487Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 48088423-3e16-4eab-8a0d-8dc4b5fae7b7
2021-12-06T03:44:35.487Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48088423-3e16-4eab-8a0d-8dc4b5fae7b7 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 (?, ?, ?, ?, ?)
2021-12-06T03:44:54.951Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 48088423-3e16-4eab-8a0d-8dc4b5fae7b7
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=?
2021-12-06T03:44:54.961Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 48088423-3e16-4eab-8a0d-8dc4b5fae7b7
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=?
2021-12-06T03:44:54.964Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-06T03:44:54.964Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-12-06T03:44:54.964Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-12-06T03:44:54.964Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-12-06T03:44:54.964Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-12-06T03:44:54.964Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-12-06T03:44:54.964Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-12-06T03:44:54.964Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-12-06T03:44:54.964Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-12-06T03:44:54.964Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-12-06T03:44:54.964Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-12-06T03:44:54.970Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-12-06T03:45:24.971Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 48088423-3e16-4eab-8a0d-8dc4b5fae7b7 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=?
2021-12-06T03:45:24.979Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 48088423-3e16-4eab-8a0d-8dc4b5fae7b7 and serviceModelVersionId: 5cdedba7-103b-42ac-8be2-5040a99e75c9
2021-12-06T03:45:24.979Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8562c1fe-d1c0-4b17-bd25-dbbd2d22fdb1
2021-12-06T03:45:34.877Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:45:34.877Z||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.
2021-12-06T03:45:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:45:36.456Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8562c1fe-d1c0-4b17-bd25-dbbd2d22fdb1/model-vers/model-ver/5cdedba7-103b-42ac-8be2-5040a99e75c9?depth=0
2021-12-06T03:45:36.553Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-12-06T03:45:37.077Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8562c1fe-d1c0-4b17-bd25-dbbd2d22fdb1/model-vers/model-ver/5cdedba7-103b-42ac-8be2-5040a99e75c9?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]}
2021-12-06T03:45:37.080Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8562c1fe-d1c0-4b17-bd25-dbbd2d22fdb1/model-vers/model-ver/5cdedba7-103b-42ac-8be2-5040a99e75c9?depth=0|INFO|500||Invoke
2021-12-06T03:45:37.352Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8562c1fe-d1c0-4b17-bd25-dbbd2d22fdb1/model-vers/model-ver/5cdedba7-103b-42ac-8be2-5040a99e75c9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-12-06T03:45:37.535Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8562c1fe-d1c0-4b17-bd25-dbbd2d22fdb1/model-vers/model-ver/5cdedba7-103b-42ac-8be2-5040a99e75c9?depth=0|INFO|500||InvokeReturn
2021-12-06T03:45:37.536Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8562c1fe-d1c0-4b17-bd25-dbbd2d22fdb1/model-vers/model-ver/5cdedba7-103b-42ac-8be2-5040a99e75c9?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211206-03:45:37:357-68886], vertex-id=[172248], Content-Length=[0], Date=[Mon, 06 Dec 2021 03:45:37 GMT], Content-Type=[application/json]}
2021-12-06T03:45:37.536Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2021-12-06T03:45:37.539Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-12-06T03:45:37.539Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-12-06T03:45:37.543Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-12-06T03:45:37.549Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 48088423-3e16-4eab-8a0d-8dc4b5fae7b7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-12-06T03:45:37.550Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-12-06T03:45:37.550Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:45:37.552Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:45:37.552Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638762337549,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-12-06T03:45:37.652Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T03:45:37.653Z||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.
2021-12-06T03:45:37.653Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:45:37.665Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:45:37.666Z||pool-18-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-12-06T03:45:38.277Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:45:38.278Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:45:38.278Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48088423-3e16-4eab-8a0d-8dc4b5fae7b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638762337549,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-12-06T03:45:38.278Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
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=?
2021-12-06T03:45:38.568Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:45:38.569Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|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.
2021-12-06T03:45:38.569Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|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 ByniLcp8hucRNAKK) ...
2021-12-06T03:45:49.065Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:45:49.065Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:45:49.066Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|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.
2021-12-06T03:45:49.066Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|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 ByniLcp8hucRNAKK) ...
2021-12-06T03:45:58.604Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:45:58.604Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:45:58.605Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|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.
2021-12-06T03:45:58.605Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|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 ByniLcp8hucRNAKK) ...
2021-12-06T03:46:08.144Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:46:08.144Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:46:08.145Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|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.
2021-12-06T03:46:08.145Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|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 ByniLcp8hucRNAKK) ...
2021-12-06T03:46:17.682Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:46:34.875Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:46:34.876Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|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.
2021-12-06T03:46:34.876Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|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 ByniLcp8hucRNAKK) ...
2021-12-06T03:46:34.876Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:46:34.877Z||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.
2021-12-06T03:46:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:46:44.415Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:46:44.418Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:47:34.875Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:47:34.876Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|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.
2021-12-06T03:47:34.876Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|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 ByniLcp8hucRNAKK) ...
2021-12-06T03:47:34.877Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:47:34.877Z||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.
2021-12-06T03:47:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:47:44.417Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:47:44.417Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:48:34.875Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:48:34.876Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|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.
2021-12-06T03:48:34.876Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|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 ByniLcp8hucRNAKK) ...
2021-12-06T03:48:34.877Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:48:34.877Z||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.
2021-12-06T03:48:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:48:44.426Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:48:44.426Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:49:34.875Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:49:34.876Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|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.
2021-12-06T03:49:34.876Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|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 ByniLcp8hucRNAKK) ...
2021-12-06T03:49:34.877Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:49:34.877Z||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.
2021-12-06T03:49:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:49:44.418Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:49:44.421Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:50:34.875Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:50:34.876Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|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.
2021-12-06T03:50:34.876Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|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 ByniLcp8hucRNAKK) ...
2021-12-06T03:50:34.877Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:50:34.877Z||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.
2021-12-06T03:50:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:50:35.500Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:50:35.501Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-06T03:50:35.501Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"b58a0b89-ccaf-45b0-95e8-313505bac9b8","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"38030ce6-8217-4863-a940-a186fc66139a","serviceDescription":"service","serviceInvariantUUID":"2bb9c5df-2098-4068-8e36-b5a780259a48","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"4cc8bb9e-8094-4850-bdf7-b450651e8ba2","resourceInvariantUUID":"292b7e8e-abfe-4002-8f7c-86b74ba50447","resourceCustomizationUUID":"e9c5ba9b-d30b-44af-ba47-47774decd2bf","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":"NGFkNGE5ZGQyNGUwZWY4OWM4Y2YzOWQ5ZWIxNTc1ODE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"156a41fd-d618-41d7-81a2-7fb310578a7f","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NDRiNmVjYzIwOGVkMzFkODg1ZWY3Y2Q0YWI0ZDQ2N2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"54b55171-8867-4409-8150-4dbda4f773b9","artifactVersion":"1"}],"workloadContext":"Production"}
2021-12-06T03:50:35.503Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-06T03:50:35.503Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:50:35.505Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:50:35.505Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:50:35.505Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "b58a0b89-ccaf-45b0-95e8-313505bac9b8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638762634875,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:50:35.506Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-12-06T03:50:35.506Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b58a0b89-ccaf-45b0-95e8-313505bac9b8",
"consumerID": "cds",
"timestamp": 1638762603110,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:50:35.506Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-12-06T03:50:35.506Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-12-06T03:50:35.506Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b58a0b89-ccaf-45b0-95e8-313505bac9b8",
"consumerID": "ves-openapi-manager",
"timestamp": 1638762601414,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:50:35.506Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-12-06T03:50:35.506Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-12-06T03:50:35.506Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b58a0b89-ccaf-45b0-95e8-313505bac9b8",
"consumerID": "clamp",
"timestamp": 1638762599818,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:50:35.507Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-12-06T03:50:35.507Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-12-06T03:50:35.507Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b58a0b89-ccaf-45b0-95e8-313505bac9b8",
"consumerID": "ves-openapi-manager",
"timestamp": 1638762601414,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:50:35.507Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-12-06T03:50:35.507Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-12-06T03:50:35.507Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b58a0b89-ccaf-45b0-95e8-313505bac9b8",
"consumerID": "cds",
"timestamp": 1638762603110,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-12-06T03:50:35.507Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-12-06T03:50:35.507Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-12-06T03:50:35.507Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b58a0b89-ccaf-45b0-95e8-313505bac9b8",
"consumerID": "clamp",
"timestamp": 1638762599818,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-12-06T03:50:35.507Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-12-06T03:50:35.507Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-12-06T03:50:35.507Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b58a0b89-ccaf-45b0-95e8-313505bac9b8",
"consumerID": "cds",
"timestamp": 1638762608745,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-12-06T03:50:35.508Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:50:35.508Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-12-06T03:50:35.508Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b58a0b89-ccaf-45b0-95e8-313505bac9b8",
"consumerID": "cds",
"timestamp": 1638762609750,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-12-06T03:50:35.524Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b58a0b89-ccaf-45b0-95e8-313505bac9b8
2021-12-06T03:50:35.524Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b58a0b89-ccaf-45b0-95e8-313505bac9b8 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 (?, ?, ?, ?, ?)
2021-12-06T03:50:35.532Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-12-06T03:50:35.532Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b58a0b89-ccaf-45b0-95e8-313505bac9b8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638762610553,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:50:35.532Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-12-06T03:50:35.532Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-12-06T03:50:35.532Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b58a0b89-ccaf-45b0-95e8-313505bac9b8",
"consumerID": "policy-id",
"timestamp": 1638762611071,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:50:35.532Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-12-06T03:50:35.532Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-12-06T03:50:35.532Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b58a0b89-ccaf-45b0-95e8-313505bac9b8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638762610553,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-12-06T03:50:35.532Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-12-06T03:50:35.532Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-12-06T03:50:35.532Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b58a0b89-ccaf-45b0-95e8-313505bac9b8",
"consumerID": "policy-id",
"timestamp": 1638762611071,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-12-06T03:50:35.533Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-12-06T03:50:35.533Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-12-06T03:50:35.533Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b58a0b89-ccaf-45b0-95e8-313505bac9b8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638762612210,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:50:35.533Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-12-06T03:50:35.533Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-12-06T03:50:35.533Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b58a0b89-ccaf-45b0-95e8-313505bac9b8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638762613269,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-12-06T03:50:35.533Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:50:35.533Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-12-06T03:50:35.533Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b58a0b89-ccaf-45b0-95e8-313505bac9b8",
"consumerID": "policy-id",
"timestamp": 1638762613771,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-12-06T03:50:35.533Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:50:35.533Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-12-06T03:50:35.533Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b58a0b89-ccaf-45b0-95e8-313505bac9b8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638762612210,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-12-06T03:50:35.533Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-12-06T03:50:35.534Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-12-06T03:50:35.534Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b58a0b89-ccaf-45b0-95e8-313505bac9b8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638762614771,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-12-06T03:50:35.534Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:50:35.534Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-12-06T03:50:35.534Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b58a0b89-ccaf-45b0-95e8-313505bac9b8",
"consumerID": "policy-id",
"timestamp": 1638762614775,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-12-06T03:50:35.534Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:50:35.534Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-12-06T03:50:35.534Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b58a0b89-ccaf-45b0-95e8-313505bac9b8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638762615775,
"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=?
2021-12-06T03:50:35.538Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b58a0b89-ccaf-45b0-95e8-313505bac9b8
2021-12-06T03:50:35.538Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b58a0b89-ccaf-45b0-95e8-313505bac9b8 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 (?, ?, ?, ?, ?)
2021-12-06T03:50:35.546Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-12-06T03:50:35.546Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b58a0b89-ccaf-45b0-95e8-313505bac9b8",
"consumerID": "policy-id",
"timestamp": 1638762615777,
"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=?
2021-12-06T03:50:35.550Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b58a0b89-ccaf-45b0-95e8-313505bac9b8
2021-12-06T03:50:35.550Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b58a0b89-ccaf-45b0-95e8-313505bac9b8 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 (?, ?, ?, ?, ?)
2021-12-06T03:50:35.557Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-12-06T03:50:35.557Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b58a0b89-ccaf-45b0-95e8-313505bac9b8",
"consumerID": "clamp",
"timestamp": 1638762618343,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-12-06T03:50:35.557Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:50:35.557Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-12-06T03:50:35.557Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b58a0b89-ccaf-45b0-95e8-313505bac9b8",
"consumerID": "clamp",
"timestamp": 1638762620348,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-12-06T03:50:35.557Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:50:35.558Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-12-06T03:50:35.558Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b58a0b89-ccaf-45b0-95e8-313505bac9b8",
"consumerID": "clamp",
"timestamp": 1638762621351,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
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=?
2021-12-06T03:50:35.561Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b58a0b89-ccaf-45b0-95e8-313505bac9b8
2021-12-06T03:50:35.561Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b58a0b89-ccaf-45b0-95e8-313505bac9b8 and ComponentName clamp
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 (?, ?, ?, ?, ?)
2021-12-06T03:50:35.569Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-12-06T03:50:35.569Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b58a0b89-ccaf-45b0-95e8-313505bac9b8",
"consumerID": "aai-ml",
"timestamp": 1638762623031,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:50:35.569Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-12-06T03:50:35.569Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-12-06T03:50:35.569Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b58a0b89-ccaf-45b0-95e8-313505bac9b8",
"consumerID": "aai-ml",
"timestamp": 1638762623031,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-12-06T03:50:35.569Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-12-06T03:50:35.570Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-12-06T03:50:35.570Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b58a0b89-ccaf-45b0-95e8-313505bac9b8",
"consumerID": "aai-ml",
"timestamp": 1638762625738,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-12-06T03:50:35.570Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:50:35.570Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-12-06T03:50:35.570Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b58a0b89-ccaf-45b0-95e8-313505bac9b8",
"consumerID": "aai-ml",
"timestamp": 1638762628732,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-12-06T03:50:35.570Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:50:35.570Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-12-06T03:50:35.570Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b58a0b89-ccaf-45b0-95e8-313505bac9b8",
"consumerID": "aai-ml",
"timestamp": 1638762629737,
"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=?
2021-12-06T03:50:35.574Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b58a0b89-ccaf-45b0-95e8-313505bac9b8
2021-12-06T03:50:35.574Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b58a0b89-ccaf-45b0-95e8-313505bac9b8 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 (?, ?, ?, ?, ?)
2021-12-06T03:50:35.605Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T03:50:35.606Z||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.
2021-12-06T03:50:35.606Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:50:35.618Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:50:35.618Z||pool-19-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-12-06T03:50:36.505Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-06T03:50:36.506Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:50:36.507Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:50:36.507Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "b58a0b89-ccaf-45b0-95e8-313505bac9b8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638762634875,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-12-06T03:50:36.607Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T03:50:36.608Z||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.
2021-12-06T03:50:36.608Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:50:36.621Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:50:36.622Z||pool-20-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-12-06T03:50:37.508Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "b58a0b89-ccaf-45b0-95e8-313505bac9b8",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "38030ce6-8217-4863-a940-a186fc66139a",
"serviceDescription": "service",
"serviceInvariantUUID": "2bb9c5df-2098-4068-8e36-b5a780259a48",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "e9c5ba9b-d30b-44af-ba47-47774decd2bf",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "4cc8bb9e-8094-4850-bdf7-b450651e8ba2",
"resourceInvariantUUID": "292b7e8e-abfe-4002-8f7c-86b74ba50447",
"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": "NDRiNmVjYzIwOGVkMzFkODg1ZWY3Y2Q0YWI0ZDQ2N2E\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "54b55171-8867-4409-8150-4dbda4f773b9"
}
],
"workloadContext": "Production"
}
2021-12-06T03:50:37.509Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-12-06T03:50:37.509Z|48088423-3e16-4eab-8a0d-8dc4b5fae7b7|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 38030ce6-8217-4863-a940-a186fc66139a ASDC
2021-12-06T03:50:37.509Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:b58a0b89-ccaf-45b0-95e8-313505bac9b8
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:38030ce6-8217-4863-a940-a186fc66139a
ServiceInvariantUUID:2bb9c5df-2098-4068-8e36-b5a780259a48
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:54b55171-8867-4409-8150-4dbda4f773b9
ArtifactChecksum:NDRiNmVjYzIwOGVkMzFkODg1ZWY3Y2Q0YWI0ZDQ2N2E=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:e9c5ba9b-d30b-44af-ba47-47774decd2bf
ResourceInvariantUUID:292b7e8e-abfe-4002-8f7c-86b74ba50447
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:4cc8bb9e-8094-4850-bdf7-b450651e8ba2
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2021-12-06T03:50:37.509Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 38030ce6-8217-4863-a940-a186fc66139a 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=?
2021-12-06T03:50:37.537Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-12-06T03:50:37.537Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-12-06T03:50:37.538Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-12-06T03:50:37.538Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 54b55171-8867-4409-8150-4dbda4f773b9 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-12-06T03:50:37.538Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-12-06T03:50:37.538Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-12-06T03:50:37.640Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-12-06T03:50:37.642Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 54b55171-8867-4409-8150-4dbda4f773b9 52489
2021-12-06T03:50:37.642Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-12-06T03:50:37.642Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-12-06T03:50:37.643Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-06T03:50:37.643Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:50:37.644Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:50:37.644Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "b58a0b89-ccaf-45b0-95e8-313505bac9b8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638762637642,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-12-06T03:50:37.745Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T03:50:37.745Z||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.
2021-12-06T03:50:37.745Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:50:37.756Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:50:37.756Z||pool-21-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-12-06T03:50:38.645Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-12-06T03:50:38.646Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-12-06T03:50:38.646Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 54b55171-8867-4409-8150-4dbda4f773b9, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-12-06T03:50:38.647Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-12-06T03:50:38.647Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-12-06T03:50:38.647Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-12-06T03:50:38.748Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2961624634018229623/Definitions/service-BasicNetwork-template.yml
2021-12-06T03:50:39.239Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-12-06T03:50:39.239Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-12-06T03:50:39.239Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-12-06T03:50:39.239Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-12-06T03:50:39.240Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-12-06T03:50:39.240Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-12-06T03:50:39.240Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-12-06T03:50:39.240Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-12-06T03:50:39.240Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-12-06T03:50:39.240Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-12-06T03:50:39.240Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-12-06T03:50:39.241Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-12-06T03:50:39.241Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-12-06T03:50:39.241Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-06T03:50:39.242Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:50:39.242Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-12-06T03:50:39.242Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-12-06T03:50:39.242Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-12-06T03:50:39.242Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-06T03:50:39.243Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:50:39.243Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-12-06T03:50:39.243Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-12-06T03:50:39.243Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-12-06T03:50:39.243Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-06T03:50:39.243Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:50:39.244Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-06T03:50:39.244Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:50:39.244Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-06T03:50:39.244Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:50:39.244Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-06T03:50:39.244Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:50:39.245Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-06T03:50:39.245Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:50:39.245Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:38030ce6-8217-4863-a940-a186fc66139a
Model Version:NULL
Model InvariantUuid:2bb9c5df-2098-4068-8e36-b5a780259a48
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:292b7e8e-abfe-4002-8f7c-86b74ba50447
Model UUID:efb03d07-0de7-4118-afe4-55da7bd7bc42
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:e9c5ba9b-d30b-44af-ba47-47774decd2bf
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=?
2021-12-06T03:50:39.249Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||INFO|500||Processing Resource Type: VL, Model UUID: 4cc8bb9e-8094-4850-bdf7-b450651e8ba2
2021-12-06T03:50:39.250Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||INFO|500||No resources found for Service: 38030ce6-8217-4863-a940-a186fc66139a
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=?
2021-12-06T03:50:39.252Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||INFO|500||
2021-12-06T03:50:39.253Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2021-12-06T03:50:39.253Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 38030ce6-8217-4863-a940-a186fc66139a
2021-12-06T03:50:39.253Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 38030ce6-8217-4863-a940-a186fc66139a
2021-12-06T03:50:39.253Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2021-12-06T03:50:39.253Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-12-06T03:50:39.256Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2d7bcb77, org.onap.sdc.toscaparser.api.parameters.Input@6a5e7568, org.onap.sdc.toscaparser.api.parameters.Input@44b53c8c, org.onap.sdc.toscaparser.api.parameters.Input@5280f3b5, org.onap.sdc.toscaparser.api.parameters.Input@21d3aae1]
2021-12-06T03:50:39.257Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-06T03:50:39.258Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:50:39.258Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-06T03:50:39.258Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:50:39.258Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 38030ce6-8217-4863-a940-a186fc66139a: Generic NeutronNet
2021-12-06T03:50:39.258Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-06T03:50:39.258Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:50:39.259Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-06T03:50:39.259Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2021-12-06T03:50:39.278Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-06T03:50:39.278Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:50:39.278Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-06T03:50:39.278Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:50:39.279Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-06T03:50:39.279Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:50:39.279Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-12-06T03:50:39.326Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2021-12-06T03:50:39.326Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-12-06T03:50:39.326Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-12-06T03:50:39.326Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-06T03:50:39.327Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:50:39.328Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:50:39.328Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "b58a0b89-ccaf-45b0-95e8-313505bac9b8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638762639326,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-12-06T03:50:39.429Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-12-06T03:50:39.429Z||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.
2021-12-06T03:50:39.429Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:50:39.441Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:50:39.441Z||pool-22-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-06T03:50:40.329Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b58a0b89-ccaf-45b0-95e8-313505bac9b8
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=?
2021-12-06T03:50:40.339Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b58a0b89-ccaf-45b0-95e8-313505bac9b8
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=?
2021-12-06T03:50:40.342Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-06T03:50:40.342Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-12-06T03:50:40.342Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-12-06T03:50:40.342Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-12-06T03:50:40.342Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-12-06T03:50:40.342Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-12-06T03:50:40.342Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-12-06T03:50:40.342Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-12-06T03:50:40.342Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-12-06T03:50:40.342Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-12-06T03:50:40.342Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-12-06T03:50:40.347Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-12-06T03:51:10.347Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b58a0b89-ccaf-45b0-95e8-313505bac9b8 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=?
2021-12-06T03:51:10.352Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b58a0b89-ccaf-45b0-95e8-313505bac9b8 and serviceModelVersionId: 38030ce6-8217-4863-a940-a186fc66139a
2021-12-06T03:51:10.352Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2bb9c5df-2098-4068-8e36-b5a780259a48
2021-12-06T03:51:10.353Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2bb9c5df-2098-4068-8e36-b5a780259a48/model-vers/model-ver/38030ce6-8217-4863-a940-a186fc66139a?depth=0
2021-12-06T03:51:10.357Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-12-06T03:51:10.391Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2bb9c5df-2098-4068-8e36-b5a780259a48/model-vers/model-ver/38030ce6-8217-4863-a940-a186fc66139a?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]}
2021-12-06T03:51:10.392Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2bb9c5df-2098-4068-8e36-b5a780259a48/model-vers/model-ver/38030ce6-8217-4863-a940-a186fc66139a?depth=0|INFO|500||Invoke
2021-12-06T03:51:10.413Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2bb9c5df-2098-4068-8e36-b5a780259a48/model-vers/model-ver/38030ce6-8217-4863-a940-a186fc66139a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-12-06T03:51:10.543Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2bb9c5df-2098-4068-8e36-b5a780259a48/model-vers/model-ver/38030ce6-8217-4863-a940-a186fc66139a?depth=0|INFO|500||InvokeReturn
2021-12-06T03:51:10.543Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2bb9c5df-2098-4068-8e36-b5a780259a48/model-vers/model-ver/38030ce6-8217-4863-a940-a186fc66139a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211206-03:51:10:417-21366], vertex-id=[213232], Content-Length=[0], Date=[Mon, 06 Dec 2021 03:51:10 GMT], Content-Type=[application/json]}
2021-12-06T03:51:10.544Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2021-12-06T03:51:10.544Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-12-06T03:51:10.544Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-12-06T03:51:10.548Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-12-06T03:51:10.549Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b58a0b89-ccaf-45b0-95e8-313505bac9b8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-12-06T03:51:10.549Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-12-06T03:51:10.549Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:51:10.551Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:51:10.551Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "b58a0b89-ccaf-45b0-95e8-313505bac9b8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638762670549,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-12-06T03:51:10.651Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T03:51:10.652Z||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.
2021-12-06T03:51:10.652Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:51:10.667Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:51:10.668Z||pool-23-thread-1|||||INFO|500||cambria reply ok (17 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=?
2021-12-06T03:51:34.875Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:51:34.876Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|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.
2021-12-06T03:51:34.876Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|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 ByniLcp8hucRNAKK) ...
2021-12-06T03:51:34.877Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:51:34.877Z||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.
2021-12-06T03:51:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:51:34.997Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:51:34.997Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-12-06T03:51:34.997Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b58a0b89-ccaf-45b0-95e8-313505bac9b8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638762634875,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:51:34.998Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-12-06T03:51:44.416Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:52:34.875Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:52:34.876Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|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.
2021-12-06T03:52:34.876Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|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 ByniLcp8hucRNAKK) ...
2021-12-06T03:52:34.877Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:52:34.877Z||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.
2021-12-06T03:52:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:52:35.401Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:52:35.402Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-12-06T03:52:35.402Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b58a0b89-ccaf-45b0-95e8-313505bac9b8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638762634875,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-12-06T03:52:35.402Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-12-06T03:52:35.402Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-12-06T03:52:35.403Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b58a0b89-ccaf-45b0-95e8-313505bac9b8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638762637642,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-12-06T03:52:35.403Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:52:35.403Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-12-06T03:52:35.403Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b58a0b89-ccaf-45b0-95e8-313505bac9b8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638762639326,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-12-06T03:52:35.403Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:52:35.403Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-12-06T03:52:35.403Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b58a0b89-ccaf-45b0-95e8-313505bac9b8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638762670549,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-12-06T03:52:35.403Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:52:44.420Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:53:34.875Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:53:34.876Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|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.
2021-12-06T03:53:34.876Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|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 ByniLcp8hucRNAKK) ...
2021-12-06T03:53:34.877Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:53:34.877Z||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.
2021-12-06T03:53:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:53:36.807Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:53:36.808Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-06T03:53:36.808Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"7c013c43-1844-4fec-a9ae-d04850f6f5bd","serviceDescription":"service","serviceInvariantUUID":"6825f0a0-3379-46de-bed6-3b5829dc82bc","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8d0daa21-ab4b-4648-9c38-8ae3506f82cd","resourceInvariantUUID":"f2e57d46-e103-44aa-96a6-d999d6b2567f","resourceCustomizationUUID":"bf06684a-4c7c-44b1-81d4-a8ae60114552","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"OWVhODkxMmRkZTNiOGU0NWQzZGJjM2E0NTQ4MTllZWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e3116c32-4b15-4104-858c-ccb118c6ebd0","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"NzNjZjBlY2U0NDIxNjI4NGNiNjAzNTI0ZmEwNTJiMjg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"859493b2-566f-4985-8a06-707785fb6c0e","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"dc64a889-8495-45a2-ae1d-f1323c088e6f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a6c76b0d-e356-4b06-ac12-4443183e8fcf","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"497034fb-b4ec-4634-a9ec-283f22841654","artifactVersion":"2","generatedFromUUID":"dc64a889-8495-45a2-ae1d-f1323c088e6f"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NDY0YmMyZDY5ZjA4NzNiMjg1NDFhMzY4OWYwZmU5ZGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"44a49ad2-ef7b-487d-979e-d9ab653154a5","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NGYwZGQzMTZlODM3MDQyNWVhYzFmNjUxN2I0NTU3OGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0ed413ab-9a5f-4e50-baae-1adeb3bc4346","artifactVersion":"1"}],"workloadContext":"Production"}
2021-12-06T03:53:36.809Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-06T03:53:36.814Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:53:36.815Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:53:36.815Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638762814875,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:53:36.916Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-12-06T03:53:36.916Z||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.
2021-12-06T03:53:36.917Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:53:36.932Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:53:36.933Z||pool-24-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-12-06T03:53:37.035Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:53:37.036Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-12-06T03:53:37.036Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
"consumerID": "clamp",
"timestamp": 1638762809818,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:53:37.036Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-12-06T03:53:37.816Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-06T03:53:37.817Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:53:37.818Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:53:37.818Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638762814875,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-12-06T03:53:37.918Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T03:53:37.919Z||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.
2021-12-06T03:53:37.919Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:53:37.933Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:53:37.933Z||pool-25-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-12-06T03:53:38.819Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-06T03:53:38.819Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:53:38.821Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:53:38.821Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638762814875,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-12-06T03:53:38.921Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T03:53:38.921Z||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.
2021-12-06T03:53:38.921Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:53:38.936Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:53:38.936Z||pool-26-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-12-06T03:53:39.821Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-06T03:53:39.822Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:53:39.823Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:53:39.824Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638762814875,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:53:39.924Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T03:53:39.924Z||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.
2021-12-06T03:53:39.924Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:53:39.943Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:53:39.944Z||pool-27-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2021-12-06T03:53:40.824Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-06T03:53:40.825Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:53:40.826Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:53:40.826Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638762814875,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-12-06T03:53:40.927Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T03:53:40.927Z||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.
2021-12-06T03:53:40.927Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:53:40.936Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:53:40.936Z||pool-28-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-12-06T03:53:41.827Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-06T03:53:41.827Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:53:41.829Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:53:41.829Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638762814875,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:53:41.931Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-12-06T03:53:41.932Z||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.
2021-12-06T03:53:41.932Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:53:41.941Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:53:41.941Z||pool-29-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-12-06T03:53:42.830Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-06T03:53:42.830Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:53:42.832Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:53:42.832Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638762814875,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-12-06T03:53:42.932Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T03:53:42.932Z||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.
2021-12-06T03:53:42.932Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:53:42.942Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:53:42.942Z||pool-30-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-12-06T03:53:43.833Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "7c013c43-1844-4fec-a9ae-d04850f6f5bd",
"serviceDescription": "service",
"serviceInvariantUUID": "6825f0a0-3379-46de-bed6-3b5829dc82bc",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "bf06684a-4c7c-44b1-81d4-a8ae60114552",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "8d0daa21-ab4b-4648-9c38-8ae3506f82cd",
"resourceInvariantUUID": "f2e57d46-e103-44aa-96a6-d999d6b2567f",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_vm0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"artifactChecksum": "NzNjZjBlY2U0NDIxNjI4NGNiNjAzNTI0ZmEwNTJiMjg\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "859493b2-566f-4985-8a06-707785fb6c0e",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "dc64a889-8495-45a2-ae1d-f1323c088e6f",
"generatedArtifact": {
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "497034fb-b4ec-4634-a9ec-283f22841654",
"generatedFromUUID": "dc64a889-8495-45a2-ae1d-f1323c088e6f"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "497034fb-b4ec-4634-a9ec-283f22841654",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "NGYwZGQzMTZlODM3MDQyNWVhYzFmNjUxN2I0NTU3OGM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0ed413ab-9a5f-4e50-baae-1adeb3bc4346"
}
],
"workloadContext": "Production"
}
2021-12-06T03:53:43.834Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-12-06T03:53:43.834Z|b58a0b89-ccaf-45b0-95e8-313505bac9b8|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7c013c43-1844-4fec-a9ae-d04850f6f5bd ASDC
2021-12-06T03:53:43.834Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:7c013c43-1844-4fec-a9ae-d04850f6f5bd
ServiceInvariantUUID:6825f0a0-3379-46de-bed6-3b5829dc82bc
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:0ed413ab-9a5f-4e50-baae-1adeb3bc4346
ArtifactChecksum:NGYwZGQzMTZlODM3MDQyNWVhYzFmNjUxN2I0NTU3OGM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:bf06684a-4c7c-44b1-81d4-a8ae60114552
ResourceInvariantUUID:f2e57d46-e103-44aa-96a6-d999d6b2567f
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:8d0daa21-ab4b-4648-9c38-8ae3506f82cd
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:859493b2-566f-4985-8a06-707785fb6c0e
ArtifactChecksum:NzNjZjBlY2U0NDIxNjI4NGNiNjAzNTI0ZmEwNTJiMjg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:dc64a889-8495-45a2-ae1d-f1323c088e6f
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:497034fb-b4ec-4634-a9ec-283f22841654
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:497034fb-b4ec-4634-a9ec-283f22841654
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-12-06T03:53:43.834Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7c013c43-1844-4fec-a9ae-d04850f6f5bd 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 (?, ?, ?, ?, ?)
2021-12-06T03:53:43.867Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-12-06T03:53:43.868Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-12-06T03:53:43.868Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-12-06T03:53:43.868Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 0ed413ab-9a5f-4e50-baae-1adeb3bc4346 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-12-06T03:53:43.868Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-12-06T03:53:43.868Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-12-06T03:53:43.967Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-12-06T03:53:43.983Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 0ed413ab-9a5f-4e50-baae-1adeb3bc4346 71043
2021-12-06T03:53:43.983Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-12-06T03:53:43.983Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-12-06T03:53:43.984Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-06T03:53:43.984Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:53:43.986Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:53:43.986Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638762823983,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-12-06T03:53:44.086Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T03:53:44.087Z||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.
2021-12-06T03:53:44.087Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:53:44.102Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:53:44.102Z||pool-31-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-12-06T03:53:44.987Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-12-06T03:53:44.988Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-12-06T03:53:44.988Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 0ed413ab-9a5f-4e50-baae-1adeb3bc4346, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-12-06T03:53:44.988Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-12-06T03:53:44.988Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-12-06T03:53:44.988Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-12-06T03:53:45.296Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7389188622166442485/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2021-12-06T03:53:46.535Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-12-06T03:53:46.535Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-12-06T03:53:46.535Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-12-06T03:53:46.535Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-12-06T03:53:46.535Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-12-06T03:53:46.535Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-12-06T03:53:46.536Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-12-06T03:53:46.536Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-12-06T03:53:46.536Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-12-06T03:53:46.536Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-12-06T03:53:46.536Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-12-06T03:53:46.536Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-12-06T03:53:46.536Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||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-BasicVm-csar.csar
2021-12-06T03:53:46.536Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-12-06T03:53:46.536Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-06T03:53:46.536Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:53:46.536Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-12-06T03:53:46.536Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-12-06T03:53:46.537Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-12-06T03:53:46.537Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-06T03:53:46.537Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:53:46.537Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-12-06T03:53:46.537Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-12-06T03:53:46.538Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-12-06T03:53:46.538Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-06T03:53:46.538Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:53:46.538Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-06T03:53:46.538Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-12-06T03:53:46.538Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-12-06T03:53:46.539Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-12-06T03:53:46.539Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-12-06T03:53:46.539Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-12-06T03:53:46.539Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-12-06T03:53:46.539Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-06T03:53:46.539Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-12-06T03:53:46.540Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-06T03:53:46.540Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-12-06T03:53:46.540Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-06T03:53:46.540Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-06T03:53:46.540Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-12-06T03:53:46.541Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-06T03:53:46.541Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-06T03:53:46.541Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-12-06T03:53:46.541Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-06T03:53:46.541Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-06T03:53:46.542Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-12-06T03:53:46.542Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-12-06T03:53:46.542Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-12-06T03:53:46.542Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=1a94535a-182f-41ba-81aa-db4cc0125067
2021-12-06T03:53:46.542Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-06T03:53:46.542Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:53:46.543Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-06T03:53:46.543Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:53:46.543Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-06T03:53:46.543Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:53:46.543Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-06T03:53:46.543Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:53:46.544Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_vm
Description:service
Model UUID:7c013c43-1844-4fec-a9ae-d04850f6f5bd
Model Version:NULL
Model InvariantUuid:6825f0a0-3379-46de-bed6-3b5829dc82bc
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_vm
Model UUID:5cd36d5c-d2ff-4f57-9f79-42adf8270ddc
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f2e57d46-e103-44aa-96a6-d999d6b2567f
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:bf06684a-4c7c-44b1-81d4-a8ae60114552
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:97bbb0e6-7b93-43ff-be99-6663263df897
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:1756d12f-9159-4afe-90f8-64cad4e98220
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:1a94535a-182f-41ba-81aa-db4cc0125067
ModelInvariantUuid:5eb1c83f-58ee-4c1a-bc5e-107666b5989c
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:70694537-7401-4b87-97b4-b12b4c1718af
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20
VNFC Properties:
ModelCustomizationUuid:884db854-b4d1-44c8-82ae-33425be8bc51
ModelInvariantUuid:8bd7ca8f-3cd3-4d86-b1bd-befe5513b913
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:bf52f561-60b2-40a5-a2d7-489ebaab4f08
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=?
2021-12-06T03:53:46.548Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 8d0daa21-ab4b-4648-9c38-8ae3506f82cd
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=?
2021-12-06T03:53:46.550Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||INFO|500||basic_vm 0
2021-12-06T03:53:46.550Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8d0daa21-ab4b-4648-9c38-8ae3506f82cd
2021-12-06T03:53:46.550Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 859493b2-566f-4985-8a06-707785fb6c0e from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-12-06T03:53:46.551Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-12-06T03:53:46.551Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-12-06T03:53:46.623Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-12-06T03:53:46.623Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 859493b2-566f-4985-8a06-707785fb6c0e 787
2021-12-06T03:53:46.624Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-12-06T03:53:46.624Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-12-06T03:53:46.624Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-06T03:53:46.624Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:53:46.626Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:53:46.626Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638762826623,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-12-06T03:53:46.726Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T03:53:46.727Z||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.
2021-12-06T03:53:46.727Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:53:46.738Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:53:46.739Z||pool-32-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-12-06T03:53:47.627Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
"vfModuleModelInvariantUUID": "97bbb0e6-7b93-43ff-be99-6663263df897",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "1756d12f-9159-4afe-90f8-64cad4e98220",
"vfModuleModelCustomizationUUID": "26ba3f58-2d9c-4c65-a63b-87a9ddeb26bf",
"isBase": true,
"artifacts": [
"dc64a889-8495-45a2-ae1d-f1323c088e6f",
"497034fb-b4ec-4634-a9ec-283f22841654"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu20",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-12-06T03:53:47.630Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1756d12f-9159-4afe-90f8-64cad4e98220
VfModuleModelInvariantUUID:97bbb0e6-7b93-43ff-be99-6663263df897
VfModuleModelDescription:NULL
Artifacts UUID List:{
dc64a889-8495-45a2-ae1d-f1323c088e6f
,
497034fb-b4ec-4634-a9ec-283f22841654
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu20
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
}
2021-12-06T03:53:47.631Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
"vfModuleModelInvariantUUID": "97bbb0e6-7b93-43ff-be99-6663263df897",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "1756d12f-9159-4afe-90f8-64cad4e98220",
"vfModuleModelCustomizationUUID": "26ba3f58-2d9c-4c65-a63b-87a9ddeb26bf",
"isBase": true,
"artifacts": [
"dc64a889-8495-45a2-ae1d-f1323c088e6f",
"497034fb-b4ec-4634-a9ec-283f22841654"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu20",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-12-06T03:53:47.631Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1756d12f-9159-4afe-90f8-64cad4e98220
VfModuleModelInvariantUUID:97bbb0e6-7b93-43ff-be99-6663263df897
VfModuleModelDescription:NULL
Artifacts UUID List:{
dc64a889-8495-45a2-ae1d-f1323c088e6f
,
497034fb-b4ec-4634-a9ec-283f22841654
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu20
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
}
2021-12-06T03:53:47.631Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: dc64a889-8495-45a2-ae1d-f1323c088e6f from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-12-06T03:53:47.632Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-12-06T03:53:47.632Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-12-06T03:53:47.727Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-12-06T03:53:47.727Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml dc64a889-8495-45a2-ae1d-f1323c088e6f 5033
2021-12-06T03:53:47.727Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-12-06T03:53:47.727Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-12-06T03:53:47.728Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-06T03:53:47.728Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:53:47.729Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:53:47.729Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638762827727,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2021-12-06T03:53:47.829Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T03:53:47.830Z||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.
2021-12-06T03:53:47.830Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:53:47.840Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:53:47.840Z||pool-33-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-12-06T03:53:48.730Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 497034fb-b4ec-4634-a9ec-283f22841654 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-12-06T03:53:48.730Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-12-06T03:53:48.730Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-12-06T03:53:49.002Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-12-06T03:53:49.002Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 497034fb-b4ec-4634-a9ec-283f22841654 903
2021-12-06T03:53:49.002Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-12-06T03:53:49.002Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-12-06T03:53:49.002Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-06T03:53:49.002Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:53:49.004Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:53:49.004Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638762829002,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2021-12-06T03:53:49.104Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T03:53:49.104Z||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.
2021-12-06T03:53:49.104Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:53:49.115Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:53:49.116Z||pool-34-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-06T03:53:50.004Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 7c013c43-1844-4fec-a9ae-d04850f6f5bd
2021-12-06T03:53:50.005Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 8d0daa21-ab4b-4648-9c38-8ae3506f82cd 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=?
2021-12-06T03:53:50.014Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7371ac9a, org.onap.sdc.toscaparser.api.parameters.Input@7c05e17a, org.onap.sdc.toscaparser.api.parameters.Input@19e8d521, org.onap.sdc.toscaparser.api.parameters.Input@4e7f92, org.onap.sdc.toscaparser.api.parameters.Input@7ea5167d]
2021-12-06T03:53:50.015Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-06T03:53:50.015Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:53:50.015Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic
2021-12-06T03:53:50.015Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= bf06684a-4c7c-44b1-81d4-a8ae60114552
2021-12-06T03:53:50.015Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: bf06684a-4c7c-44b1-81d4-a8ae60114552 matches Tosca VF Customization UUID: bf06684a-4c7c-44b1-81d4-a8ae60114552
2021-12-06T03:53:50.015Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: bf06684a-4c7c-44b1-81d4-a8ae60114552 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=?
2021-12-06T03:53:50.017Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-06T03:53:50.017Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:53:50.017Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id bf06684a-4c7c-44b1-81d4-a8ae60114552: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"}
2021-12-06T03:53:50.017Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4265fc1e
2021-12-06T03:53:50.017Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-06T03:53:50.018Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-12-06T03:53:50.018Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 26ba3f58-2d9c-4c65-a63b-87a9ddeb26bf
2021-12-06T03:53:50.018Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 26ba3f58-2d9c-4c65-a63b-87a9ddeb26bf
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=?
2021-12-06T03:53:50.019Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-06T03:53:50.019Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-12-06T03:53:50.019Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-06T03:53:50.020Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-06T03:53:50.020Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-12-06T03:53:50.020Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-06T03:53:50.020Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-06T03:53:50.020Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-12-06T03:53:50.020Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-12-06T03:53:50.020Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-12-06T03:53:50.020Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=1a94535a-182f-41ba-81aa-db4cc0125067
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=?
2021-12-06T03:53:50.022Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-06T03:53:50.022Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-12-06T03:53:50.022Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-06T03:53:50.022Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-06T03:53:50.022Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-12-06T03:53:50.022Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=bf06684a-4c7c-44b1-81d4-a8ae60114552
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=?
2021-12-06T03:53:50.024Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-06T03:53:50.024Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:53:50.024Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 7c013c43-1844-4fec-a9ae-d04850f6f5bd: basic_vm
2021-12-06T03:53:50.024Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-06T03:53:50.024Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:53:50.024Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-06T03:53:50.024Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:53:50.024Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-06T03:53:50.024Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:53:50.025Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-06T03:53:50.025Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:53:50.025Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-06T03:53:50.025Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:53:50.025Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||INFO|500||Saving Service: basic_vm
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 (?, ?, ?, ?, ?)
2021-12-06T03:53:50.084Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 8d0daa21-ab4b-4648-9c38-8ae3506f82cd 1 ASDC deployResourceStructure
2021-12-06T03:53:50.084Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-12-06T03:53:50.084Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-12-06T03:53:50.084Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-06T03:53:50.085Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:53:50.086Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:53:50.086Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638762830084,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2021-12-06T03:53:50.186Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T03:53:50.193Z||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.
2021-12-06T03:53:50.193Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:53:50.206Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:53:50.207Z||pool-35-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2021-12-06T03:53:51.087Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-12-06T03:53:51.087Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-12-06T03:53:51.087Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-06T03:53:51.087Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:53:51.089Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:53:51.089Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638762831087,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DEPLOY_OK"
}
2021-12-06T03:53:51.189Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T03:53:51.190Z||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.
2021-12-06T03:53:51.190Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:53:51.202Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:53:51.202Z||pool-36-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-12-06T03:53:52.090Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-12-06T03:53:52.090Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-12-06T03:53:52.090Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-06T03:53:52.090Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:53:52.091Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:53:52.091Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638762832089,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DEPLOY_OK"
}
2021-12-06T03:53:52.192Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T03:53:52.192Z||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.
2021-12-06T03:53:52.192Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:53:52.205Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:53:52.206Z||pool-37-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-12-06T03:53:53.092Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-12-06T03:53:53.093Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-12-06T03:53:53.093Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-06T03:53:53.093Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:53:53.094Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:53:53.094Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638762833092,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2021-12-06T03:53:53.194Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T03:53:53.195Z||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.
2021-12-06T03:53:53.195Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:53:53.207Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:53:53.207Z||pool-38-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-06T03:53:54.095Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9
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=?
2021-12-06T03:53:54.103Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9
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=?
2021-12-06T03:53:54.104Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-06T03:53:54.104Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-12-06T03:53:54.104Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-12-06T03:54:24.105Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9
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=?
2021-12-06T03:54:24.113Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9
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=?
2021-12-06T03:54:24.115Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-06T03:54:24.115Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-12-06T03:54:24.115Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-12-06T03:54:34.877Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:54:34.877Z||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.
2021-12-06T03:54:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:54:34.896Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:54:34.897Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-12-06T03:54:34.897Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638762812210,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:54:34.897Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-12-06T03:54:54.116Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9
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=?
2021-12-06T03:54:54.124Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9
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=?
2021-12-06T03:54:54.128Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-06T03:54:54.128Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-12-06T03:54:54.128Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-12-06T03:55:24.128Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9
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=?
2021-12-06T03:55:24.138Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9
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=?
2021-12-06T03:55:24.140Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-06T03:55:24.140Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-12-06T03:55:24.140Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-12-06T03:55:34.877Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:55:34.877Z||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.
2021-12-06T03:55:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:55:34.901Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:55:34.901Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-12-06T03:55:34.901Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
"consumerID": "cds",
"timestamp": 1638762813110,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:55:34.902Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-12-06T03:55:34.902Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-12-06T03:55:34.902Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638762814875,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:55:34.902Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-12-06T03:55:34.902Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-12-06T03:55:34.902Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
"consumerID": "policy-id",
"timestamp": 1638762811071,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:55:34.902Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-12-06T03:55:54.140Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9
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=?
2021-12-06T03:55:54.148Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9
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=?
2021-12-06T03:55:54.150Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-06T03:55:54.150Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-12-06T03:55:54.150Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-12-06T03:56:24.150Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9
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=?
2021-12-06T03:56:24.158Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9
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=?
2021-12-06T03:56:24.159Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-06T03:56:24.159Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-12-06T03:56:24.159Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-12-06T03:56:34.877Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:56:34.877Z||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.
2021-12-06T03:56:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:56:34.898Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:56:35.409Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.409Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
"consumerID": "cds",
"timestamp": 1638762813110,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.409Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-12-06T03:56:35.409Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.410Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638762812210,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-12-06T03:56:35.410Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-12-06T03:56:35.410Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.410Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638762814875,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-12-06T03:56:35.410Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-12-06T03:56:35.410Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.410Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
"consumerID": "clamp",
"timestamp": 1638762809818,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-12-06T03:56:35.410Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-12-06T03:56:35.410Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.410Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
"consumerID": "policy-id",
"timestamp": 1638762811071,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.411Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-12-06T03:56:35.411Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.411Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
"consumerID": "cds",
"timestamp": 1638762813110,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.411Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-12-06T03:56:35.411Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.412Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638762814875,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-12-06T03:56:35.412Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-12-06T03:56:35.412Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.412Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638762812210,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-12-06T03:56:35.412Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-12-06T03:56:35.412Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.412Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
"consumerID": "clamp",
"timestamp": 1638762809818,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.412Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-12-06T03:56:35.412Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.412Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
"consumerID": "policy-id",
"timestamp": 1638762811071,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-12-06T03:56:35.413Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-12-06T03:56:35.413Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.413Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
"consumerID": "clamp",
"timestamp": 1638762809818,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.413Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-12-06T03:56:35.413Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.413Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638762812210,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.413Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-12-06T03:56:35.413Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.413Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638762814875,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.413Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-12-06T03:56:35.413Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.413Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
"consumerID": "cds",
"timestamp": 1638762813110,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.413Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-12-06T03:56:35.414Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.414Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
"consumerID": "policy-id",
"timestamp": 1638762811071,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.414Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-12-06T03:56:35.414Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.414Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
"consumerID": "cds",
"timestamp": 1638762813110,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.414Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-12-06T03:56:35.414Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.414Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638762814875,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-12-06T03:56:35.414Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-12-06T03:56:35.414Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.414Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638762812210,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-12-06T03:56:35.414Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-12-06T03:56:35.414Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.415Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
"consumerID": "clamp",
"timestamp": 1638762809818,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.415Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-12-06T03:56:35.415Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.415Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
"consumerID": "policy-id",
"timestamp": 1638762811071,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.415Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-12-06T03:56:35.415Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.415Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638762820553,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.415Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-12-06T03:56:35.415Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.415Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
"consumerID": "cds",
"timestamp": 1638762813110,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.415Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-12-06T03:56:35.415Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.415Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638762814875,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.416Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-12-06T03:56:35.416Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.416Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638762812210,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.416Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-12-06T03:56:35.416Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.416Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
"consumerID": "clamp",
"timestamp": 1638762809818,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.416Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-12-06T03:56:35.416Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.416Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
"consumerID": "policy-id",
"timestamp": 1638762811071,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.416Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-12-06T03:56:35.416Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.416Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
"consumerID": "ves-openapi-manager",
"timestamp": 1638762821414,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.416Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-12-06T03:56:35.416Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.417Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638762820553,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.417Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-12-06T03:56:35.417Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.417Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
"consumerID": "cds",
"timestamp": 1638762813110,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-12-06T03:56:35.417Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-12-06T03:56:35.417Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.417Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638762814875,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-12-06T03:56:35.417Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-12-06T03:56:35.417Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.417Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638762812210,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-12-06T03:56:35.417Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-12-06T03:56:35.417Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.417Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
"consumerID": "clamp",
"timestamp": 1638762809818,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-12-06T03:56:35.418Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-12-06T03:56:35.418Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.418Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
"consumerID": "policy-id",
"timestamp": 1638762811071,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-12-06T03:56:35.418Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-12-06T03:56:35.418Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.418Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
"consumerID": "ves-openapi-manager",
"timestamp": 1638762821414,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.418Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-12-06T03:56:35.418Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.418Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638762820553,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.418Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-12-06T03:56:35.418Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.418Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638762823962,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-12-06T03:56:35.418Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:56:35.418Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.419Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
"consumerID": "cds",
"timestamp": 1638762823970,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-12-06T03:56:35.419Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:56:35.419Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.419Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638762823983,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-12-06T03:56:35.419Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:56:35.419Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.419Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
"consumerID": "policy-id",
"timestamp": 1638762823969,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-12-06T03:56:35.419Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:56:35.419Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.419Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
"consumerID": "ves-openapi-manager",
"timestamp": 1638762821414,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.419Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-12-06T03:56:35.419Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.419Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638762820553,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.420Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-12-06T03:56:35.420Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.420Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
"consumerID": "cds",
"timestamp": 1638762824974,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-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=?
2021-12-06T03:56:35.425Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9
2021-12-06T03:56:35.425Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9 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 (?, ?, ?, ?, ?)
2021-12-06T03:56:35.435Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.435Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
"consumerID": "policy-id",
"timestamp": 1638762824972,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2021-12-06T03:56:35.435Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:56:35.435Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.435Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638762825018,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2021-12-06T03:56:35.435Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:56:35.435Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.435Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
"consumerID": "ves-openapi-manager",
"timestamp": 1638762821414,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.435Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-12-06T03:56:35.435Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.435Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638762820553,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.436Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-12-06T03:56:35.436Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.436Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
"consumerID": "policy-id",
"timestamp": 1638762825974,
"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=?
2021-12-06T03:56:35.440Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9
2021-12-06T03:56:35.440Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9 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 (?, ?, ?, ?, ?)
2021-12-06T03:56:35.448Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.448Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
"consumerID": "ves-openapi-manager",
"timestamp": 1638762821414,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.448Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-12-06T03:56:35.448Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.448Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638762826064,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2021-12-06T03:56:35.448Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:56:35.448Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.449Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638762820553,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.449Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-12-06T03:56:35.449Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.449Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638762826623,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-12-06T03:56:35.449Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:56:35.449Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.449Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
"consumerID": "ves-openapi-manager",
"timestamp": 1638762821414,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.449Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-12-06T03:56:35.449Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.449Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638762827075,
"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=?
2021-12-06T03:56:35.453Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9
2021-12-06T03:56:35.453Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9 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: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-12-06T03:56:35.458Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.458Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638762820553,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-12-06T03:56:35.458Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-12-06T03:56:35.458Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.458Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
"consumerID": "clamp",
"timestamp": 1638762827368,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-12-06T03:56:35.458Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:56:35.459Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.459Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638762827727,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2021-12-06T03:56:35.459Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:56:35.459Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.459Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
"consumerID": "ves-openapi-manager",
"timestamp": 1638762821414,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.459Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-12-06T03:56:35.459Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.459Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638762828078,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2021-12-06T03:56:35.459Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:56:35.459Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.459Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638762828336,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-12-06T03:56:35.459Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:56:35.459Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.459Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
"consumerID": "cds",
"timestamp": 1638762828110,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.460Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-12-06T03:56:35.460Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.460Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638762829002,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2021-12-06T03:56:35.460Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:56:35.460Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.460Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
"consumerID": "clamp",
"timestamp": 1638762829373,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2021-12-06T03:56:35.460Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:56:35.460Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.460Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
"consumerID": "cds",
"timestamp": 1638762828110,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.460Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-12-06T03:56:35.460Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.460Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638762830084,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2021-12-06T03:56:35.460Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:56:35.460Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.460Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
"consumerID": "clamp",
"timestamp": 1638762830376,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
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=?
2021-12-06T03:56:35.464Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9
2021-12-06T03:56:35.464Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9 and ComponentName clamp
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 (?, ?, ?, ?, ?)
2021-12-06T03:56:35.471Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.471Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638762830536,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2021-12-06T03:56:35.471Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:56:35.471Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.471Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
"consumerID": "cds",
"timestamp": 1638762828110,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.471Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-12-06T03:56:35.472Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.472Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638762831087,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DEPLOY_OK"
}
2021-12-06T03:56:35.472Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:56:35.472Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.472Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638762831540,
"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=?
2021-12-06T03:56:35.476Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9
2021-12-06T03:56:35.476Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9 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 (?, ?, ?, ?, ?)
2021-12-06T03:56:35.483Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.483Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
"consumerID": "policy-id",
"timestamp": 1638762831071,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.483Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-12-06T03:56:35.483Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.483Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
"consumerID": "cds",
"timestamp": 1638762828110,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.483Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-12-06T03:56:35.483Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.483Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638762832089,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DEPLOY_OK"
}
2021-12-06T03:56:35.483Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:56:35.484Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.484Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
"consumerID": "policy-id",
"timestamp": 1638762831071,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.484Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-12-06T03:56:35.484Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.484Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
"consumerID": "cds",
"timestamp": 1638762828110,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.484Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-12-06T03:56:35.484Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.484Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638762832210,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.484Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-12-06T03:56:35.484Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.484Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638762833092,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2021-12-06T03:56:35.484Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:56:35.484Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.485Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
"consumerID": "aai-ml",
"timestamp": 1638762833031,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.485Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-12-06T03:56:35.485Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.485Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
"consumerID": "policy-id",
"timestamp": 1638762831071,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-12-06T03:56:35.485Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-12-06T03:56:35.485Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.485Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
"consumerID": "cds",
"timestamp": 1638762828110,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.485Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-12-06T03:56:35.485Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.485Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638762832210,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "NOTIFIED"
}
2021-12-06T03:56:35.485Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-12-06T03:56:35.485Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.486Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
"consumerID": "aai-ml",
"timestamp": 1638762833031,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.486Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-12-06T03:56:35.486Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.486Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
"consumerID": "policy-id",
"timestamp": 1638762831071,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.486Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-12-06T03:56:35.486Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.486Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
"consumerID": "cds",
"timestamp": 1638762828110,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.486Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-12-06T03:56:35.486Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.486Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638762832210,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-12-06T03:56:35.486Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-12-06T03:56:35.486Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.486Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
"consumerID": "aai-ml",
"timestamp": 1638762833031,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.487Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-12-06T03:56:35.487Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.487Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
"consumerID": "policy-id",
"timestamp": 1638762831071,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.487Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-12-06T03:56:35.487Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.487Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
"consumerID": "cds",
"timestamp": 1638762828110,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "NOTIFIED"
}
2021-12-06T03:56:35.487Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-12-06T03:56:35.487Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.487Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638762832210,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.487Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-12-06T03:56:35.487Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.487Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
"consumerID": "aai-ml",
"timestamp": 1638762833031,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.487Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-12-06T03:56:35.487Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.488Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
"consumerID": "policy-id",
"timestamp": 1638762831071,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.488Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-12-06T03:56:35.488Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.488Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
"consumerID": "cds",
"timestamp": 1638762836832,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-12-06T03:56:35.488Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:56:35.488Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.488Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638762832210,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-12-06T03:56:35.488Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-12-06T03:56:35.488Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.488Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
"consumerID": "aai-ml",
"timestamp": 1638762833031,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.488Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-12-06T03:56:35.488Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.488Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
"consumerID": "policy-id",
"timestamp": 1638762831071,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.489Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-12-06T03:56:35.489Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.489Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638762832210,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.489Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-12-06T03:56:35.489Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.489Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
"consumerID": "aai-ml",
"timestamp": 1638762833031,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.489Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-12-06T03:56:35.489Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.489Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
"consumerID": "policy-id",
"timestamp": 1638762831071,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "NOTIFIED"
}
2021-12-06T03:56:35.489Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-12-06T03:56:35.489Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.489Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
"consumerID": "cds",
"timestamp": 1638762838832,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-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 (?, ?, ?, ?, ?)
2021-12-06T03:56:35.499Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e
2021-12-06T03:56:35.499Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e 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 (?, ?, ?, ?, ?)
2021-12-06T03:56:35.505Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.505Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638762832210,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.505Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-12-06T03:56:35.506Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.506Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
"consumerID": "aai-ml",
"timestamp": 1638762833031,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-12-06T03:56:35.506Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-12-06T03:56:35.506Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.506Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
"consumerID": "policy-id",
"timestamp": 1638762839780,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-12-06T03:56:35.506Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:56:35.506Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.506Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638762832210,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "NOTIFIED"
}
2021-12-06T03:56:35.506Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-12-06T03:56:35.506Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.506Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
"consumerID": "clamp",
"timestamp": 1638762839818,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.506Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-12-06T03:56:35.507Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.507Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
"consumerID": "aai-ml",
"timestamp": 1638762840755,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-12-06T03:56:35.507Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:56:35.507Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.507Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
"consumerID": "policy-id",
"timestamp": 1638762840783,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "DEPLOY_OK"
}
2021-12-06T03:56:35.507Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:56:35.507Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.507Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638762840910,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-12-06T03:56:35.507Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:56:35.507Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.507Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
"consumerID": "clamp",
"timestamp": 1638762839818,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "NOTIFIED"
}
2021-12-06T03:56:35.507Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-12-06T03:56:35.507Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.508Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
"consumerID": "policy-id",
"timestamp": 1638762841786,
"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=?
2021-12-06T03:56:35.512Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e
2021-12-06T03:56:35.512Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e 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 (?, ?, ?, ?, ?)
2021-12-06T03:56:35.519Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.519Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638762842024,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2021-12-06T03:56:35.519Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:56:35.519Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.519Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
"consumerID": "ves-openapi-manager",
"timestamp": 1638762841414,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.519Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-12-06T03:56:35.519Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.519Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
"consumerID": "clamp",
"timestamp": 1638762839818,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.519Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-12-06T03:56:35.520Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.520Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
"consumerID": "ves-openapi-manager",
"timestamp": 1638762841414,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.520Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-12-06T03:56:35.520Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.520Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638762843129,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2021-12-06T03:56:35.520Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:56:35.520Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.520Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
"consumerID": "clamp",
"timestamp": 1638762839818,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.520Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-12-06T03:56:35.520Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.520Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
"consumerID": "ves-openapi-manager",
"timestamp": 1638762841414,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.520Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-12-06T03:56:35.520Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.520Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638762844139,
"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=?
2021-12-06T03:56:35.524Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e
2021-12-06T03:56:35.524Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e 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: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-12-06T03:56:35.529Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.529Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
"consumerID": "clamp",
"timestamp": 1638762839818,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.529Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-12-06T03:56:35.529Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.530Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
"consumerID": "ves-openapi-manager",
"timestamp": 1638762841414,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.530Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-12-06T03:56:35.530Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.530Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638762845141,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "DEPLOY_OK"
}
2021-12-06T03:56:35.530Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:56:35.530Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.530Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
"consumerID": "clamp",
"timestamp": 1638762839818,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.530Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-12-06T03:56:35.530Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.530Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
"consumerID": "ves-openapi-manager",
"timestamp": 1638762841414,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.530Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-12-06T03:56:35.530Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.531Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
"consumerID": "aai-ml",
"timestamp": 1638762846226,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2021-12-06T03:56:35.531Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:56:35.531Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.531Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
"consumerID": "clamp",
"timestamp": 1638762839818,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.531Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-12-06T03:56:35.531Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.531Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
"consumerID": "ves-openapi-manager",
"timestamp": 1638762841414,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.531Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-12-06T03:56:35.531Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.531Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
"consumerID": "aai-ml",
"timestamp": 1638762847230,
"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=?
2021-12-06T03:56:35.535Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9
2021-12-06T03:56:35.535Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9 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 (?, ?, ?, ?, ?)
2021-12-06T03:56:35.542Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.542Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
"consumerID": "clamp",
"timestamp": 1638762839818,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "NOTIFIED"
}
2021-12-06T03:56:35.542Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-12-06T03:56:35.542Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.542Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
"consumerID": "ves-openapi-manager",
"timestamp": 1638762841414,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.542Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-12-06T03:56:35.542Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.542Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
"consumerID": "aai-ml",
"timestamp": 1638762833031,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.543Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-12-06T03:56:35.543Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.543Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
"consumerID": "ves-openapi-manager",
"timestamp": 1638762841414,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.543Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-12-06T03:56:35.543Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.543Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
"consumerID": "aai-ml",
"timestamp": 1638762833031,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.543Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-12-06T03:56:35.543Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.543Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
"consumerID": "aai-ml",
"timestamp": 1638762833031,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.543Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-12-06T03:56:35.543Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.544Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638762850553,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.544Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-12-06T03:56:35.544Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.544Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
"consumerID": "aai-ml",
"timestamp": 1638762833031,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.544Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-12-06T03:56:35.544Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.544Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638762850553,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.544Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-12-06T03:56:35.544Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.544Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
"consumerID": "aai-ml",
"timestamp": 1638762833031,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.544Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-12-06T03:56:35.544Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.544Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638762850553,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.545Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-12-06T03:56:35.545Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.545Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
"consumerID": "aai-ml",
"timestamp": 1638762833031,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.545Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-12-06T03:56:35.545Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.545Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638762850553,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.545Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-12-06T03:56:35.545Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.545Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
"consumerID": "aai-ml",
"timestamp": 1638762833031,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.545Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-12-06T03:56:35.545Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.545Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638762850553,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.546Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-12-06T03:56:35.546Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.546Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
"consumerID": "aai-ml",
"timestamp": 1638762833031,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "NOTIFIED"
}
2021-12-06T03:56:35.546Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-12-06T03:56:35.546Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.546Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638762850553,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.546Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-12-06T03:56:35.546Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.546Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
"consumerID": "aai-ml",
"timestamp": 1638762856327,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-12-06T03:56:35.546Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:56:35.546Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.546Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638762850553,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:56:35.546Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-12-06T03:56:35.546Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.547Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638762850553,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "NOTIFIED"
}
2021-12-06T03:56:35.547Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-12-06T03:56:35.547Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.547Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638762859341,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-12-06T03:56:35.547Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:56:35.547Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.547Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
"consumerID": "clamp",
"timestamp": 1638762859371,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-12-06T03:56:35.547Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:56:35.547Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.547Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638762861547,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "DEPLOY_OK"
}
2021-12-06T03:56:35.547Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:56:35.547Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.547Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
"consumerID": "clamp",
"timestamp": 1638762862375,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "DEPLOY_OK"
}
2021-12-06T03:56:35.548Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:56:35.548Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.548Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638762862550,
"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=?
2021-12-06T03:56:35.552Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e
2021-12-06T03:56:35.552Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e 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 (?, ?, ?, ?, ?)
2021-12-06T03:56:35.559Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.559Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
"consumerID": "aai-ml",
"timestamp": 1638762863301,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "DEPLOY_OK"
}
2021-12-06T03:56:35.559Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:56:35.559Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.559Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
"consumerID": "clamp",
"timestamp": 1638762863378,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
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=?
2021-12-06T03:56:35.563Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e
2021-12-06T03:56:35.563Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e and ComponentName clamp
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 (?, ?, ?, ?, ?)
2021-12-06T03:56:35.570Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-06T03:56:35.570Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
"consumerID": "aai-ml",
"timestamp": 1638762864303,
"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=?
2021-12-06T03:56:35.574Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e
2021-12-06T03:56:35.574Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e 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 (?, ?, ?, ?, ?)
2021-12-06T03:56:54.160Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9
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=?
2021-12-06T03:56:54.171Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9
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=?
2021-12-06T03:56:54.173Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-06T03:56:54.173Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-12-06T03:56:54.173Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-12-06T03:56:54.173Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-12-06T03:56:54.173Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-12-06T03:56:54.173Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-12-06T03:56:54.173Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-12-06T03:56:54.174Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-12-06T03:56:54.174Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-12-06T03:56:54.174Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-12-06T03:56:54.174Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-12-06T03:56:54.178Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-12-06T03:57:24.178Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9 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=?
2021-12-06T03:57:24.182Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9 and serviceModelVersionId: 7c013c43-1844-4fec-a9ae-d04850f6f5bd
2021-12-06T03:57:24.182Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6825f0a0-3379-46de-bed6-3b5829dc82bc
2021-12-06T03:57:24.183Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6825f0a0-3379-46de-bed6-3b5829dc82bc/model-vers/model-ver/7c013c43-1844-4fec-a9ae-d04850f6f5bd?depth=0
2021-12-06T03:57:24.187Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-12-06T03:57:24.217Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6825f0a0-3379-46de-bed6-3b5829dc82bc/model-vers/model-ver/7c013c43-1844-4fec-a9ae-d04850f6f5bd?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]}
2021-12-06T03:57:24.218Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6825f0a0-3379-46de-bed6-3b5829dc82bc/model-vers/model-ver/7c013c43-1844-4fec-a9ae-d04850f6f5bd?depth=0|INFO|500||Invoke
2021-12-06T03:57:24.234Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6825f0a0-3379-46de-bed6-3b5829dc82bc/model-vers/model-ver/7c013c43-1844-4fec-a9ae-d04850f6f5bd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-12-06T03:57:24.506Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6825f0a0-3379-46de-bed6-3b5829dc82bc/model-vers/model-ver/7c013c43-1844-4fec-a9ae-d04850f6f5bd?depth=0|INFO|500||InvokeReturn
2021-12-06T03:57:24.506Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6825f0a0-3379-46de-bed6-3b5829dc82bc/model-vers/model-ver/7c013c43-1844-4fec-a9ae-d04850f6f5bd?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211206-03:57:24:238-74358], vertex-id=[377056], Content-Length=[0], Date=[Mon, 06 Dec 2021 03:57:24 GMT], Content-Type=[application/json]}
2021-12-06T03:57:24.507Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2021-12-06T03:57:24.507Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-12-06T03:57:24.507Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-12-06T03:57:24.510Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-12-06T03:57:24.510Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-12-06T03:57:24.511Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-12-06T03:57:24.511Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:57:24.513Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:57:24.513Z|4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638763044510,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-12-06T03:57:24.613Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T03:57:24.613Z||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.
2021-12-06T03:57:24.614Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:57:24.629Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:57:24.629Z||pool-39-thread-1|||||INFO|500||cambria reply ok (16 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=?
2021-12-06T03:57:25.526Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:57:25.526Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-06T03:57:25.527Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ByniLcp8hucRNAKK) ...
2021-12-06T03:57:30.022Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:57:30.024Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-06T03:57:30.024Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"c32b6342-906d-4c66-a96c-d5d382f14b3a","serviceDescription":"service","serviceInvariantUUID":"1a7edd65-47e8-4032-9203-3f33d63e2f08","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"af2245c8-d244-4866-98b7-4c471cbcb2db","resourceInvariantUUID":"1857c0d4-43c4-4b53-b532-c3291861d433","resourceCustomizationUUID":"b44183d2-3040-4448-b045-8a2eb62c4779","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml","artifactChecksum":"YTliNTgzNTFiNzY4MTU1ZDIxNTYyNzIyYTlmMTJmZjU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5530717a-f5dc-40bc-96ca-9a43a99bb1dd","artifactVersion":"1"},{"artifactName":"basic_vm_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json","artifactChecksum":"NDYzMGM0MjAzYmI1Y2Q5ZDAwN2U3ZDk5Yjc4YTVlYTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8027ac45-a420-4ee9-bd6d-26284ea66c1c","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4e7a151c-b08e-4d3b-a038-9dd892a06802","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"OWU2MDAzY2U5YmM3Y2I4NzM1MjdlMzY3NjE0N2IyYmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ca9d1261-6048-4136-ae0d-c36631032424","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"84c4152b-9b3f-43e9-8b40-5e7d89907286","artifactVersion":"2","generatedFromUUID":"4e7a151c-b08e-4d3b-a038-9dd892a06802"},{"artifactName":"BASIC_VM_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip","artifactChecksum":"NzhkOTM4ZTFiYjI2MDU5NWRiOWU5YjU0ODJmMmI1N2M\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"f72e5de1-4674-42a1-a597-c78a7e54a0f9","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVmMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml","artifactChecksum":"YTJiMjBiNzA1ZDE3NTg3NGM3NWFjOWVkYzIxZTZhMjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"858b9bab-0079-419c-a1e0-0254e1cfd3d5","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NmU2ZGEyZGI0MDY5OWIwM2JkNTFkNGMyZjJmMTE4MzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ff754df1-0dc1-450e-b9aa-0f509382090d","artifactVersion":"1"}],"workloadContext":"Production"}
2021-12-06T03:57:30.026Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-06T03:57:30.026Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:57:30.027Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:57:30.027Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638763045526,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:57:30.128Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-12-06T03:57:30.128Z||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.
2021-12-06T03:57:30.128Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:57:30.140Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:57:30.141Z||pool-40-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-12-06T03:57:31.028Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-06T03:57:31.029Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:57:31.030Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:57:31.030Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638763045526,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "NOTIFIED"
}
2021-12-06T03:57:31.131Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-12-06T03:57:31.131Z||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.
2021-12-06T03:57:31.131Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:57:31.145Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:57:31.145Z||pool-41-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-12-06T03:57:32.031Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-06T03:57:32.031Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:57:32.033Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:57:32.033Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638763045526,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-12-06T03:57:32.134Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T03:57:32.134Z||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.
2021-12-06T03:57:32.134Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:57:32.146Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:57:32.146Z||pool-42-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-06T03:57:33.034Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-06T03:57:33.034Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:57:33.036Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:57:33.036Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638763045526,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:57:33.136Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T03:57:33.136Z||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.
2021-12-06T03:57:33.136Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:57:33.148Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:57:33.148Z||pool-43-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-06T03:57:34.036Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-06T03:57:34.037Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:57:34.038Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:57:34.039Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638763045526,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-12-06T03:57:34.139Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T03:57:34.139Z||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.
2021-12-06T03:57:34.139Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:57:34.151Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:57:34.152Z||pool-44-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-12-06T03:57:34.877Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-06T03:57:34.877Z||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.
2021-12-06T03:57:34.877Z||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 ByniLcp8hucRNAKK) ...
2021-12-06T03:57:35.039Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-06T03:57:35.040Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:57:35.041Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:57:35.041Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638763045526,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:57:35.141Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T03:57:35.142Z||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.
2021-12-06T03:57:35.142Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:57:35.154Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:57:35.154Z||pool-45-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-06T03:57:35.162Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:57:35.163Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.163Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
"consumerID": "cds",
"timestamp": 1638762993110,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:57:35.164Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-06T03:57:35.164Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.164Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638762992210,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:57:35.164Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-06T03:57:35.164Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.164Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
"consumerID": "clamp",
"timestamp": 1638762989818,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:57:35.164Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-06T03:57:35.164Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.164Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
"consumerID": "policy-id",
"timestamp": 1638762991071,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:57:35.164Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-06T03:57:35.164Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.164Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
"consumerID": "cds",
"timestamp": 1638762993110,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:57:35.164Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-06T03:57:35.164Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.164Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638762992210,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:57:35.164Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-06T03:57:35.165Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.165Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
"consumerID": "clamp",
"timestamp": 1638762989818,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:57:35.165Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-06T03:57:35.165Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.165Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
"consumerID": "policy-id",
"timestamp": 1638762991071,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:57:35.165Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-06T03:57:35.165Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.165Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
"consumerID": "cds",
"timestamp": 1638762993110,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:57:35.165Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-06T03:57:35.165Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.165Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638762992210,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:57:35.165Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-06T03:57:35.165Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.165Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
"consumerID": "clamp",
"timestamp": 1638762989818,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:57:35.165Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-06T03:57:35.165Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.165Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
"consumerID": "policy-id",
"timestamp": 1638762991071,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:57:35.165Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-06T03:57:35.165Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.165Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
"consumerID": "cds",
"timestamp": 1638762993110,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:57:35.166Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-06T03:57:35.166Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.166Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638762992210,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:57:35.166Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-06T03:57:35.166Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.166Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
"consumerID": "clamp",
"timestamp": 1638762989818,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:57:35.166Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-06T03:57:35.166Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.166Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
"consumerID": "policy-id",
"timestamp": 1638762991071,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:57:35.166Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-06T03:57:35.166Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.166Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638763000553,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:57:35.166Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-06T03:57:35.166Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.166Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638762992210,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:57:35.166Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-06T03:57:35.166Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.166Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
"consumerID": "clamp",
"timestamp": 1638762989818,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:57:35.166Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-06T03:57:35.166Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.166Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
"consumerID": "cds",
"timestamp": 1638762993110,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:57:35.167Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-06T03:57:35.167Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.167Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
"consumerID": "policy-id",
"timestamp": 1638762991071,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:57:35.167Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-06T03:57:35.167Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.167Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
"consumerID": "ves-openapi-manager",
"timestamp": 1638763001414,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:57:35.167Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-06T03:57:35.167Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.167Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638763000553,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:57:35.167Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-06T03:57:35.167Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.167Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
"consumerID": "cds",
"timestamp": 1638762993110,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:57:35.167Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-06T03:57:35.167Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.167Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
"consumerID": "clamp",
"timestamp": 1638762989818,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:57:35.167Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-06T03:57:35.167Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.167Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638762992210,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:57:35.167Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-06T03:57:35.167Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.168Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
"consumerID": "policy-id",
"timestamp": 1638762991071,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:57:35.168Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-06T03:57:35.168Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.168Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
"consumerID": "ves-openapi-manager",
"timestamp": 1638763001414,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:57:35.168Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-06T03:57:35.168Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.168Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638763000553,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:57:35.168Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-06T03:57:35.168Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.168Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
"consumerID": "cds",
"timestamp": 1638762993110,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:57:35.168Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-06T03:57:35.168Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.168Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638762992210,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:57:35.168Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-06T03:57:35.168Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.168Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
"consumerID": "clamp",
"timestamp": 1638762989818,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:57:35.168Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-06T03:57:35.168Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.169Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
"consumerID": "policy-id",
"timestamp": 1638762991071,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:57:35.169Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-06T03:57:35.169Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.169Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
"consumerID": "ves-openapi-manager",
"timestamp": 1638763001414,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:57:35.169Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-06T03:57:35.169Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.169Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638763000553,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:57:35.169Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-06T03:57:35.169Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.169Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
"consumerID": "cds",
"timestamp": 1638762993110,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:57:35.169Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-06T03:57:35.169Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.169Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638762992210,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:57:35.169Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-06T03:57:35.169Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.170Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
"consumerID": "clamp",
"timestamp": 1638762989818,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:57:35.170Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-06T03:57:35.170Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.170Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
"consumerID": "policy-id",
"timestamp": 1638762991071,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:57:35.170Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-06T03:57:35.170Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.170Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
"consumerID": "ves-openapi-manager",
"timestamp": 1638763001414,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:57:35.170Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-06T03:57:35.170Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.170Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638763000553,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:57:35.170Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-06T03:57:35.170Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.170Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
"consumerID": "cds",
"timestamp": 1638762993110,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
"status": "NOTIFIED"
}
2021-12-06T03:57:35.170Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-06T03:57:35.170Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.170Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638762992210,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
"status": "NOTIFIED"
}
2021-12-06T03:57:35.170Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-06T03:57:35.170Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.170Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
"consumerID": "clamp",
"timestamp": 1638762989818,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
"status": "NOTIFIED"
}
2021-12-06T03:57:35.171Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-06T03:57:35.171Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.171Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
"consumerID": "policy-id",
"timestamp": 1638762991071,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
"status": "NOTIFIED"
}
2021-12-06T03:57:35.171Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-06T03:57:35.171Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.171Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
"consumerID": "ves-openapi-manager",
"timestamp": 1638763001414,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:57:35.171Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-06T03:57:35.171Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.171Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638763000553,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:57:35.171Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-06T03:57:35.171Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.171Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
"consumerID": "cds",
"timestamp": 1638763006447,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-12-06T03:57:35.171Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:57:35.171Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.171Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
"consumerID": "policy-id",
"timestamp": 1638763006450,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-12-06T03:57:35.171Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:57:35.171Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.172Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
"consumerID": "ves-openapi-manager",
"timestamp": 1638763001414,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:57:35.172Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-06T03:57:35.172Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.172Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638763000553,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:57:35.172Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-06T03:57:35.172Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.172Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
"consumerID": "policy-id",
"timestamp": 1638763007453,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
"status": "DEPLOY_OK"
}
2021-12-06T03:57:35.172Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:57:35.172Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.172Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
"consumerID": "cds",
"timestamp": 1638763007655,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-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 (?, ?, ?, ?, ?)
2021-12-06T03:57:35.186Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f92afd93-7855-4a5c-896e-0810c49db6ee
2021-12-06T03:57:35.187Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f92afd93-7855-4a5c-896e-0810c49db6ee 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 (?, ?, ?, ?, ?)
2021-12-06T03:57:35.193Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.193Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
"consumerID": "ves-openapi-manager",
"timestamp": 1638763001414,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2021-12-06T03:57:35.193Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-06T03:57:35.193Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.193Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638763000553,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:57:35.193Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-06T03:57:35.193Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.193Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
"consumerID": "clamp",
"timestamp": 1638763008388,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-12-06T03:57:35.193Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:57:35.194Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.194Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
"consumerID": "policy-id",
"timestamp": 1638763008456,
"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=?
2021-12-06T03:57:35.198Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f92afd93-7855-4a5c-896e-0810c49db6ee
2021-12-06T03:57:35.198Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f92afd93-7855-4a5c-896e-0810c49db6ee 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 (?, ?, ?, ?, ?)
2021-12-06T03:57:35.207Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.207Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
"consumerID": "ves-openapi-manager",
"timestamp": 1638763001414,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:57:35.207Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-06T03:57:35.207Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.207Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638763000553,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
"status": "NOTIFIED"
}
2021-12-06T03:57:35.207Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-06T03:57:35.207Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.207Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
"consumerID": "ves-openapi-manager",
"timestamp": 1638763001414,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:57:35.207Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-06T03:57:35.207Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.207Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
"consumerID": "clamp",
"timestamp": 1638763010393,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
"status": "DEPLOY_OK"
}
2021-12-06T03:57:35.207Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:57:35.207Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.208Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638763010413,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-12-06T03:57:35.208Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:57:35.208Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.208Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
"consumerID": "clamp",
"timestamp": 1638763011395,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
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=?
2021-12-06T03:57:35.212Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f92afd93-7855-4a5c-896e-0810c49db6ee
2021-12-06T03:57:35.212Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f92afd93-7855-4a5c-896e-0810c49db6ee and ComponentName clamp
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 (?, ?, ?, ?, ?)
2021-12-06T03:57:35.220Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.220Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
"consumerID": "ves-openapi-manager",
"timestamp": 1638763011529,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2021-12-06T03:57:35.220Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:57:35.220Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.220Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638763012128,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
"status": "DEPLOY_OK"
}
2021-12-06T03:57:35.220Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:57:35.220Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.220Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
"consumerID": "ves-openapi-manager",
"timestamp": 1638763012781,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2021-12-06T03:57:35.221Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:57:35.221Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.221Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638763013132,
"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=?
2021-12-06T03:57:35.225Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f92afd93-7855-4a5c-896e-0810c49db6ee
2021-12-06T03:57:35.225Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f92afd93-7855-4a5c-896e-0810c49db6ee 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 (?, ?, ?, ?, ?)
2021-12-06T03:57:35.232Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.232Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
"consumerID": "aai-ml",
"timestamp": 1638763013031,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:57:35.232Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-06T03:57:35.232Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.232Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
"consumerID": "ves-openapi-manager",
"timestamp": 1638763013784,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-12-06T03:57:35.236Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of f92afd93-7855-4a5c-896e-0810c49db6ee
2021-12-06T03:57:35.237Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f92afd93-7855-4a5c-896e-0810c49db6ee and ComponentName
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-12-06T03:57:35.243Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.243Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
"consumerID": "aai-ml",
"timestamp": 1638763013031,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:57:35.243Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-06T03:57:35.243Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.243Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
"consumerID": "aai-ml",
"timestamp": 1638763013031,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:57:35.243Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-06T03:57:35.243Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.244Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
"consumerID": "aai-ml",
"timestamp": 1638763013031,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:57:35.244Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-06T03:57:35.244Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.244Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
"consumerID": "aai-ml",
"timestamp": 1638763013031,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:57:35.244Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-06T03:57:35.244Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.244Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
"consumerID": "aai-ml",
"timestamp": 1638763013031,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:57:35.244Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-06T03:57:35.244Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.244Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
"consumerID": "aai-ml",
"timestamp": 1638763013031,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:57:35.244Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-06T03:57:35.244Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.244Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
"consumerID": "aai-ml",
"timestamp": 1638763013031,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:57:35.244Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-06T03:57:35.244Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.244Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
"consumerID": "aai-ml",
"timestamp": 1638763013031,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
"status": "NOTIFIED"
}
2021-12-06T03:57:35.244Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-06T03:57:35.244Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.244Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
"consumerID": "aai-ml",
"timestamp": 1638763022825,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-12-06T03:57:35.245Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:57:35.245Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.245Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
"consumerID": "aai-ml",
"timestamp": 1638763026481,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
"status": "DEPLOY_OK"
}
2021-12-06T03:57:35.245Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:57:35.245Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.245Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f92afd93-7855-4a5c-896e-0810c49db6ee",
"consumerID": "aai-ml",
"timestamp": 1638763027485,
"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=?
2021-12-06T03:57:35.249Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f92afd93-7855-4a5c-896e-0810c49db6ee
2021-12-06T03:57:35.249Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f92afd93-7855-4a5c-896e-0810c49db6ee 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 (?, ?, ?, ?, ?)
2021-12-06T03:57:35.255Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.255Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fdbc7c2-5b5c-4dbb-b00b-22cf702612e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638763044510,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-12-06T03:57:35.255Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-06T03:57:35.255Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.255Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638763045526,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:57:35.255Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-06T03:57:35.255Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.255Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638763045526,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "NOTIFIED"
}
2021-12-06T03:57:35.256Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-06T03:57:35.256Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.256Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638763045526,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-12-06T03:57:35.256Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-06T03:57:35.256Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.256Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638763045526,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:57:35.256Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-06T03:57:35.256Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-06T03:57:35.256Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638763045526,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-12-06T03:57:35.256Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-12-06T03:57:36.042Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-06T03:57:36.042Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:57:36.044Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:57:36.044Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638763045526,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-06T03:57:36.144Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T03:57:36.144Z||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.
2021-12-06T03:57:36.144Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:57:36.155Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:57:36.156Z||pool-46-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-06T03:57:37.044Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-06T03:57:37.045Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:57:37.047Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:57:37.047Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638763045526,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "NOTIFIED"
}
2021-12-06T03:57:37.147Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T03:57:37.147Z||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.
2021-12-06T03:57:37.148Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:57:37.158Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:57:37.159Z||pool-47-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-06T03:57:38.048Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
"serviceName": "basic_vm_macro",
"serviceVersion": "1.0",
"serviceUUID": "c32b6342-906d-4c66-a96c-d5d382f14b3a",
"serviceDescription": "service",
"serviceInvariantUUID": "1a7edd65-47e8-4032-9203-3f33d63e2f08",
"resources": [
{
"resourceInstanceName": "basic_vm_macro 0",
"resourceCustomizationUUID": "b44183d2-3040-4448-b045-8a2eb62c4779",
"resourceName": "basic_vm_macro",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "af2245c8-d244-4866-98b7-4c471cbcb2db",
"resourceInvariantUUID": "1857c0d4-43c4-4b53-b532-c3291861d433",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_vm_macro0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"artifactChecksum": "NDYzMGM0MjAzYmI1Y2Q5ZDAwN2U3ZDk5Yjc4YTVlYTQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "8027ac45-a420-4ee9-bd6d-26284ea66c1c",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "4e7a151c-b08e-4d3b-a038-9dd892a06802",
"generatedArtifact": {
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "84c4152b-9b3f-43e9-8b40-5e7d89907286",
"generatedFromUUID": "4e7a151c-b08e-4d3b-a038-9dd892a06802"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "84c4152b-9b3f-43e9-8b40-5e7d89907286",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVmMacro-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"artifactChecksum": "NmU2ZGEyZGI0MDY5OWIwM2JkNTFkNGMyZjJmMTE4MzA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ff754df1-0dc1-450e-b9aa-0f509382090d"
}
],
"workloadContext": "Production"
}
2021-12-06T03:57:38.048Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-12-06T03:57:38.048Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c32b6342-906d-4c66-a96c-d5d382f14b3a ASDC
2021-12-06T03:57:38.049Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:c32b6342-906d-4c66-a96c-d5d382f14b3a
ServiceInvariantUUID:1a7edd65-47e8-4032-9203-3f33d63e2f08
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVmMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
ArtifactUUID:ff754df1-0dc1-450e-b9aa-0f509382090d
ArtifactChecksum:NmU2ZGEyZGI0MDY5OWIwM2JkNTFkNGMyZjJmMTE4MzA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:b44183d2-3040-4448-b045-8a2eb62c4779
ResourceInvariantUUID:1857c0d4-43c4-4b53-b532-c3291861d433
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:af2245c8-d244-4866-98b7-4c471cbcb2db
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm_macro0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
ArtifactUUID:8027ac45-a420-4ee9-bd6d-26284ea66c1c
ArtifactChecksum:NDYzMGM0MjAzYmI1Y2Q5ZDAwN2U3ZDk5Yjc4YTVlYTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
ArtifactUUID:4e7a151c-b08e-4d3b-a038-9dd892a06802
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:84c4152b-9b3f-43e9-8b40-5e7d89907286
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:84c4152b-9b3f-43e9-8b40-5e7d89907286
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-12-06T03:57:38.049Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c32b6342-906d-4c66-a96c-d5d382f14b3a 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=?
2021-12-06T03:57:38.077Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-12-06T03:57:38.078Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-12-06T03:57:38.078Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-12-06T03:57:38.078Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ff754df1-0dc1-450e-b9aa-0f509382090d from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-12-06T03:57:38.078Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-12-06T03:57:38.078Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-12-06T03:57:38.414Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-12-06T03:57:38.418Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ff754df1-0dc1-450e-b9aa-0f509382090d 78787
2021-12-06T03:57:38.418Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-12-06T03:57:38.418Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-12-06T03:57:38.418Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-06T03:57:38.418Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-06T03:57:38.419Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-06T03:57:38.419Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638763058418,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-12-06T03:57:38.519Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-06T03:57:38.520Z||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.
2021-12-06T03:57:38.520Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ByniLcp8hucRNAKK) ...
2021-12-06T03:57:38.530Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-06T03:57:38.530Z||pool-48-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-12-06T03:57:39.420Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-12-06T03:57:39.421Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-12-06T03:57:39.421Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: ff754df1-0dc1-450e-b9aa-0f509382090d, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-12-06T03:57:39.421Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2021-12-06T03:57:39.421Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-12-06T03:57:39.421Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-12-06T03:57:39.544Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7859748906714734613/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2021-12-06T03:57:40.381Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-12-06T03:57:40.382Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-12-06T03:57:40.382Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-12-06T03:57:40.382Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-12-06T03:57:40.382Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-12-06T03:57:40.382Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-12-06T03:57:40.382Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||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-BasicVmMacro-csar.csar
2021-12-06T03:57:40.382Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-12-06T03:57:40.382Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||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-BasicVmMacro-csar.csar
2021-12-06T03:57:40.382Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-12-06T03:57:40.382Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||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-BasicVmMacro-csar.csar
2021-12-06T03:57:40.382Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-12-06T03:57:40.382Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||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-BasicVmMacro-csar.csar
2021-12-06T03:57:40.382Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-12-06T03:57:40.382Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-06T03:57:40.383Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:57:40.383Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-12-06T03:57:40.383Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-12-06T03:57:40.383Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-12-06T03:57:40.383Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-06T03:57:40.383Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:57:40.383Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-12-06T03:57:40.383Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-12-06T03:57:40.383Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-12-06T03:57:40.384Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-06T03:57:40.384Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-06T03:57:40.384Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-06T03:57:40.384Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-12-06T03:57:40.384Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-12-06T03:57:40.384Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-12-06T03:57:40.384Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-12-06T03:57:40.384Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-12-06T03:57:40.384Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-12-06T03:57:40.384Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-06T03:57:40.384Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-12-06T03:57:40.385Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-06T03:57:40.385Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-12-06T03:57:40.385Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-06T03:57:40.385Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-06T03:57:40.385Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-12-06T03:57:40.385Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-06T03:57:40.385Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-06T03:57:40.385Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-12-06T03:57:40.385Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-06T03:57:40.385Z|1f3bd1b2-d6dc-4140-a8b8-308c09e6f09e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery