By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2022-06-24T05:32:37.498Z||main|||||INFO|500||The following profiles are active: basic
2022-06-24T05:32:52.934Z||main|||||INFO|500||Starting service [Tomcat]
2022-06-24T05:32:52.935Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-06-24T05:32:53.080Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-06-24T05:32:58.975Z||main|||||INFO|500||catdb-pool - Starting...
2022-06-24T05:32:59.648Z||main|||||INFO|500||catdb-pool - Start completed.
2022-06-24T05:33:00.495Z||main|||||INFO|500||reqdb-pool - Starting...
2022-06-24T05:33:00.506Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-06-24T05:33:00.660Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-06-24T05:33:01.043Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-06-24T05:33:01.966Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-06-24T05:33:04.105Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-24T05:33:07.305Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-24T05:33:07.419Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-06-24T05:33:08.193Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-24T05:33:08.482Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-06-24T05:33:10.346Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-24T05:33:11.913Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-06-24T05:33:11.945Z||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$$d5924008.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-06-24T05:33:11.947Z||main|||||WARN|500||The sdc end point is not alive
2022-06-24T05:33:16.109Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-06-24T05:33:21.332Z||main|||||WARN|500||---
2022-06-24T05:33:21.333Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-06-24T05:33:21.333Z||main|||||WARN|500||---
2022-06-24T05:33:21.954Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-06-24T05:33:28.448Z||main|||||INFO|500||Started Application in 55.178 seconds (JVM running for 57.909)
2022-06-24T05:33:28.467Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-24T05:33:28.468Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-24T05:33:28.486Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-24T05:33:28.525Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-24T05:33:28.583Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e37f8e67-eae6-474d-971d-b2241a33e7a6 url= /sdc/v1/artifactTypes
2022-06-24T05:33:28.583Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-24T05:33:28.929Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-06-24T05:33:28.970Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-06-24T05:33:29.004Z||scheduling-1|||||DEBUG|500||create keys
2022-06-24T05:33:29.018Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-06-24T05:33:29.082Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:33:29.113Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= c7c4062a-19ed-4cff-bd94-f701302fc861 url= /sdc/v1/registerForDistribution
2022-06-24T05:33:29.307Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= c7c4062a-19ed-4cff-bd94-f701302fc861 url= /sdc/v1/registerForDistribution
2022-06-24T05:33:29.308Z||scheduling-1|||||INFO|500||start DistributionClient
2022-06-24T05:33:29.318Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:33:29.328Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:33:29.332Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:33:29.332Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:33:29.333Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T05:33:29.333Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T05:33:29.335Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-06-24T05:33:39.694Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:33:39.799Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:34:29.318Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:34:29.319Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:34:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T05:34:29.321Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:34:29.329Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:34:29.334Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T05:34:38.914Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:34:38.974Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:35:29.316Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:35:29.317Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:35:29.318Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T05:35:29.320Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:35:29.321Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:35:29.321Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T05:35:38.887Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:35:38.888Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:36:29.316Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:36:29.318Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:36:29.318Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:36:29.319Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:36:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T05:36:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T05:36:38.876Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:36:38.878Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:37:29.316Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:37:29.319Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:37:29.320Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:37:29.320Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:37:29.320Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T05:37:29.320Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T05:37:38.888Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:37:38.890Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:38:29.316Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:38:29.318Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:38:29.319Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:38:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T05:38:29.319Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:38:29.320Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T05:38:38.900Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:38:38.915Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:39:29.316Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:39:29.318Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:39:29.318Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T05:39:29.318Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:39:29.321Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:39:29.321Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T05:39:38.883Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:39:38.910Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:40:29.315Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:40:29.317Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:40:29.318Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T05:40:29.318Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:40:29.321Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:40:29.321Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T05:40:38.895Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:40:38.922Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:41:29.316Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:41:29.318Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:41:29.318Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:41:29.319Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:41:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T05:41:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T05:41:38.883Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:41:38.892Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:42:29.316Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:42:29.317Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:42:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T05:42:29.318Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:42:29.319Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:42:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T05:42:38.877Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:42:38.877Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:43:15.135Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-06-24T05:43:29.316Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:43:29.318Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:43:29.318Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T05:43:29.318Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:43:29.319Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:43:29.320Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T05:43:38.927Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:43:38.941Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:44:29.316Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:44:29.318Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:44:29.318Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T05:44:29.318Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:44:29.319Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:44:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T05:44:38.875Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:44:38.876Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:45:29.316Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:45:29.318Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:45:29.318Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:45:29.318Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T05:45:29.319Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:45:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T05:45:38.936Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:45:38.936Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:46:29.316Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:46:29.317Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:46:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T05:46:29.318Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:46:29.320Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:46:29.320Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T05:46:38.874Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:46:38.922Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:47:29.315Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:47:29.317Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:47:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T05:47:29.318Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:47:29.319Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:47:29.320Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T05:47:38.876Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:47:38.876Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:48:29.316Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:48:29.317Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:48:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T05:48:29.318Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:48:29.319Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:48:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T05:48:38.878Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:48:38.881Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:49:29.316Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:49:29.317Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:49:29.318Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T05:49:29.318Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:49:29.319Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:49:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T05:49:38.874Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:49:38.874Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:50:29.316Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:50:29.318Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:50:29.320Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:50:29.320Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:50:29.321Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T05:50:29.321Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T05:50:38.878Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:50:38.878Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:51:29.316Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:51:29.317Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:51:29.318Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T05:51:29.318Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:51:29.319Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:51:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T05:51:38.870Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:51:38.871Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:52:29.315Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:52:29.317Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:52:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T05:52:29.318Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:52:29.319Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:52:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T05:52:38.874Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:52:38.875Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:53:29.316Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:53:29.317Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:53:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T05:53:29.318Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:53:29.319Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:53:29.320Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T05:53:38.875Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:53:38.875Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:54:29.315Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:54:29.317Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:54:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T05:54:29.319Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:54:29.321Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:54:29.321Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T05:54:38.878Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:54:38.885Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:55:29.316Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:55:29.317Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:55:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T05:55:29.318Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:55:29.319Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:55:29.320Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T05:55:38.873Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:55:38.873Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:56:29.316Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:56:29.317Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:56:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T05:56:29.318Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:56:29.319Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:56:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T05:56:38.877Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:56:38.880Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:57:29.316Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:57:29.317Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:57:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T05:57:29.318Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:57:29.319Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:57:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T05:57:38.876Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:57:38.877Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:58:29.316Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:58:29.318Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:58:29.318Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:58:29.318Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T05:58:29.319Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:58:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T05:58:38.874Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:58:38.876Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:59:29.315Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:59:29.317Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:59:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T05:59:29.318Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:59:29.319Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:59:29.320Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T05:59:38.867Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T05:59:38.867Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:00:29.316Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:00:29.317Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:00:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:00:29.318Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:00:29.319Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:00:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:00:38.872Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:00:38.876Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:01:29.316Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:01:29.317Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:01:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:01:29.318Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:01:29.319Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:01:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:01:38.874Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:01:38.878Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:02:29.316Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:02:29.317Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:02:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:02:29.319Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:02:29.320Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:02:29.320Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:02:38.880Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:02:38.881Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:03:29.315Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:03:29.317Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:03:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:03:29.318Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:03:29.319Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:03:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:03:38.876Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:03:38.876Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:04:29.316Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:04:29.317Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:04:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:04:29.318Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:04:29.319Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:04:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:04:38.918Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:04:38.952Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:05:29.315Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:05:29.317Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:05:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:05:29.318Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:05:29.319Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:05:29.320Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:05:38.877Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:05:38.878Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:06:29.316Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:06:29.318Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:06:29.318Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:06:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:06:29.319Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:06:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:06:38.876Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:06:38.878Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:07:29.315Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:07:29.317Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:07:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:07:29.318Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:07:29.319Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:07:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:07:38.871Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:07:38.877Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:08:29.315Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:08:29.316Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:08:29.316Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:08:29.318Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:08:29.319Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:08:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:08:38.890Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:08:38.890Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:09:29.316Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:09:29.317Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:09:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:09:29.318Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:09:29.319Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:09:29.320Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:09:38.884Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:09:38.892Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:10:29.315Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:10:29.317Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:10:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:10:29.318Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:10:29.319Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:10:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:10:38.879Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:10:38.896Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:11:29.316Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:11:29.318Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:11:29.318Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:11:29.318Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:11:29.319Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:11:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:11:38.877Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:11:38.877Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:12:29.316Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:12:29.317Z||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.
2022-06-24T06:12:29.318Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:12:29.318Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:12:29.319Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:12:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:12:38.875Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:12:38.875Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:13:29.316Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:13:29.317Z||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.
2022-06-24T06:13:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:13:29.318Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:13:29.320Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:13:29.320Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:13:38.883Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:13:38.884Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:14:29.316Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:14:29.318Z||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.
2022-06-24T06:14:29.318Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:14:29.318Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:14:29.319Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:14:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:14:38.877Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:14:38.877Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:15:29.315Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:15:29.316Z||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.
2022-06-24T06:15:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:15:29.318Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:15:29.319Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:15:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:15:38.887Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:15:38.889Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:16:29.315Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:16:29.316Z||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.
2022-06-24T06:16:29.316Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:16:29.318Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:16:29.319Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:16:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:16:38.936Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:16:38.938Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:17:29.315Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:17:29.316Z||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.
2022-06-24T06:17:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:17:29.319Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:17:29.319Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:17:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:17:38.869Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:17:38.870Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:18:29.315Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:18:29.317Z||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.
2022-06-24T06:18:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:18:29.318Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:18:29.319Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:18:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:18:38.884Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:18:38.888Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:19:29.316Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:19:29.317Z||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.
2022-06-24T06:19:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:19:29.318Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:19:29.319Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:19:29.320Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:19:38.879Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:19:38.879Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:20:29.316Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:20:29.317Z||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.
2022-06-24T06:20:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:20:29.318Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:20:29.319Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:20:29.320Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:20:38.873Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:20:38.875Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:21:29.315Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:21:29.317Z||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.
2022-06-24T06:21:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:21:29.318Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:21:29.319Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:21:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:21:38.880Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:21:38.887Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:22:29.316Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:22:29.318Z||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.
2022-06-24T06:22:29.318Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:22:29.318Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:22:29.319Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:22:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:22:38.875Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:22:38.875Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:23:29.315Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:23:29.317Z||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.
2022-06-24T06:23:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:23:29.318Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:23:29.320Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:23:29.320Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:23:38.873Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:23:38.875Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:24:29.315Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:24:29.316Z||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.
2022-06-24T06:24:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:24:29.318Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:24:29.319Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:24:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:24:38.869Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:24:38.881Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:25:29.315Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:25:29.316Z||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.
2022-06-24T06:25:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:25:29.318Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:25:29.319Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:25:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:25:38.875Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:25:38.878Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:26:29.315Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:26:29.317Z||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.
2022-06-24T06:26:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:26:29.318Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:26:29.320Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:26:29.320Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:26:38.871Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:26:38.874Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:27:29.315Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:27:29.317Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:27:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:27:29.320Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:27:29.321Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:27:29.321Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:27:38.896Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:27:38.902Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:28:29.316Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:28:29.318Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:28:29.318Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:28:29.318Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:28:29.319Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:28:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:28:38.875Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:28:38.880Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:29:29.315Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:29:29.317Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:29:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:29:29.318Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:29:29.319Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:29:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:29:38.874Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:29:38.874Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:30:29.316Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:30:29.317Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:30:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:30:29.319Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:30:29.319Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:30:29.320Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:30:38.871Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:30:38.871Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:31:29.315Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:31:29.318Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:31:29.318Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:31:29.318Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:31:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:31:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:31:38.887Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:31:38.942Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:32:29.315Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:32:29.317Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:32:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:32:29.318Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:32:29.319Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:32:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:32:38.867Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:32:38.869Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:33:29.315Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:33:29.317Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:33:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:33:29.318Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:33:29.318Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:33:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:33:38.875Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:33:38.875Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:34:29.315Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:34:29.317Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:34:29.317Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Cki7yysn1YFYKJag) ...
2022-06-24T06:34:29.318Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:34:29.319Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:34:29.321Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:34:38.873Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:34:38.875Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:35:29.316Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:35:29.317Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:35:29.317Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Cki7yysn1YFYKJag) ...
2022-06-24T06:35:29.318Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:35:29.319Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:35:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:35:38.876Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:35:38.877Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:36:29.315Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:36:29.317Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:36:29.317Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Cki7yysn1YFYKJag) ...
2022-06-24T06:36:29.318Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:36:29.319Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:36:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:36:38.870Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:36:38.871Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:37:29.316Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:37:29.317Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:37:29.318Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:37:29.318Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:37:29.318Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:37:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:37:38.871Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:37:38.876Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:38:29.316Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:38:29.317Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:38:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:38:29.318Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:38:29.319Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:38:29.320Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:38:38.872Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:38:38.876Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:39:29.316Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:39:29.318Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:39:29.318Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:39:29.318Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:39:29.319Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:39:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:39:38.865Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:39:38.868Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:40:29.315Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:40:29.317Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:40:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:40:29.318Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:40:29.319Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:40:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:40:38.878Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:40:38.879Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:41:29.315Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:41:29.317Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:41:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:41:29.318Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:41:29.319Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:41:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:41:38.887Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:41:38.890Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:42:29.315Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:42:29.317Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:42:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:42:29.318Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:42:29.319Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:42:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:42:38.872Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:42:38.872Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:43:29.315Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:43:29.316Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:43:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:43:29.319Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:43:29.319Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:43:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:43:38.868Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:43:38.868Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:44:29.315Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:44:29.317Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:44:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:44:29.318Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:44:29.320Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:44:29.320Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:44:38.876Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:44:38.878Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:45:29.316Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:45:29.317Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:45:29.318Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:45:29.318Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:45:29.319Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:45:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:45:38.872Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:45:38.879Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:46:29.315Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:46:29.317Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:46:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:46:29.318Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:46:29.319Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:46:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:46:38.863Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:46:38.868Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:47:29.315Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:47:29.317Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:47:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:47:29.318Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:47:29.319Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:47:29.320Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:47:38.878Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:47:38.878Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:48:29.316Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:48:29.317Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:48:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:48:29.318Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:48:29.319Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:48:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:48:38.871Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:48:38.891Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:49:29.315Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:49:29.316Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:49:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:49:29.318Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:49:29.319Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:49:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:49:38.873Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:49:38.876Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:50:29.315Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:50:29.316Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:50:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:50:29.318Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:50:29.318Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:50:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:50:38.868Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:50:38.870Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:51:29.315Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:51:29.317Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:51:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:51:29.318Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:51:29.319Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:51:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:51:38.863Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:51:38.872Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:52:29.315Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:52:29.316Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:52:29.316Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:52:29.318Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:52:29.318Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:52:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:52:38.873Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:52:38.878Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:53:29.316Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:53:29.317Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:53:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:53:29.318Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:53:29.319Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:53:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:53:38.882Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:53:38.885Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:54:29.315Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:54:29.317Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:54:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:54:29.318Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:54:29.319Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:54:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:54:38.884Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:54:38.893Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:55:29.315Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:55:29.317Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:55:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:55:29.318Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:55:29.318Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:55:29.318Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:55:38.868Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:55:38.891Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:56:29.316Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:56:29.318Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:56:29.318Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:56:29.318Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:56:29.319Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:56:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:56:38.870Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:56:38.876Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:57:29.315Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:57:29.317Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:57:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:57:29.318Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:57:29.319Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:57:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:57:38.871Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:57:38.871Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:58:29.315Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:58:29.316Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:58:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:58:29.318Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:58:29.319Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:58:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:58:38.874Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:58:38.881Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:59:29.315Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:59:29.317Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:59:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:59:29.318Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:59:29.319Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:59:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:59:38.899Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T06:59:38.911Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T07:00:29.315Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:00:29.317Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T07:00:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:00:29.318Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:00:29.319Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T07:00:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:00:38.878Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T07:00:38.887Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T07:01:29.315Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:01:29.316Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T07:01:29.316Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:01:29.318Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:01:29.318Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T07:01:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:01:38.872Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T07:01:38.874Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T07:02:29.316Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:02:29.318Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T07:02:29.318Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:02:29.318Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:02:29.318Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T07:02:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:02:38.877Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T07:02:38.877Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T07:03:29.315Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:03:29.317Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T07:03:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:03:29.318Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:03:29.319Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T07:03:29.320Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:03:38.870Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T07:03:38.870Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T07:04:29.315Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:04:29.316Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T07:04:29.316Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:04:29.318Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:04:29.319Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T07:04:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:04:38.884Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T07:04:38.885Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T07:05:29.315Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:05:29.316Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T07:05:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:05:29.318Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:05:29.319Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T07:05:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:05:38.879Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T07:05:38.895Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T07:06:29.316Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:06:29.317Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T07:06:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:06:29.318Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:06:29.318Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T07:06:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:06:38.882Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T07:06:38.887Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T07:07:29.316Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:07:29.317Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T07:07:29.318Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:07:29.318Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:07:29.319Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T07:07:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:07:38.878Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T07:07:38.892Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T07:08:29.315Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:08:29.317Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T07:08:29.318Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:08:29.318Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:08:29.319Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T07:08:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:08:38.871Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T07:08:38.886Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T07:09:29.315Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:09:29.317Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T07:09:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:09:29.318Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:09:29.319Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T07:09:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:09:38.870Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T07:09:38.871Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T07:10:29.316Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:10:29.317Z||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.
2022-06-24T07:10:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:10:29.319Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:10:29.320Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T07:10:29.320Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:10:38.877Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T07:10:38.877Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T07:11:29.318Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:11:29.318Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:11:29.319Z||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.
2022-06-24T07:11:29.319Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T07:11:29.320Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:11:29.320Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:11:38.871Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T07:11:38.873Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T07:12:29.315Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:12:29.316Z||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.
2022-06-24T07:12:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:12:29.318Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:12:29.319Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T07:12:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:12:38.888Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T07:12:38.888Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T07:13:29.316Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:13:29.318Z||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.
2022-06-24T07:13:29.318Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:13:29.318Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:13:29.319Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T07:13:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:13:38.896Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T07:13:38.937Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T07:14:29.315Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:14:29.317Z||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.
2022-06-24T07:14:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:14:29.319Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:14:29.320Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T07:14:29.320Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:14:38.890Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T07:14:38.895Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T07:15:29.315Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:15:29.316Z||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.
2022-06-24T07:15:29.316Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:15:29.318Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:15:29.319Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T07:15:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:15:29.875Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T07:15:29.876Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-24T07:15:29.877Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656054923900,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:15:29.911Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-24T07:15:29.912Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-24T07:15:29.912Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656054923900,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/vfwf075920208540_modules.json",
"status": "NOTIFIED"
}
2022-06-24T07:15:29.913Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-24T07:15:29.957Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T07:15:29.958Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:15:29.958Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"7bfe13bc-20fb-432b-adfb-b86eb292ca52","serviceName":"vFW 2022-06-24 07-14-22","serviceVersion":"1.0","serviceUUID":"210d8318-6b4b-4dfe-8211-239f2a620b59","serviceDescription":"catalog service description","serviceInvariantUUID":"e2a479a9-a456-4c6d-b18d-c093b960b1dd","resources":[{"resourceInstanceName":"vFW f0759202-0854 0","resourceName":"vFW f0759202-0854","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1a49861d-a583-4de5-a4a9-0199e98191c9","resourceInvariantUUID":"08eeba15-b26d-4d94-ab8b-8cd5ffedb901","resourceCustomizationUUID":"6370eb81-7f6b-4b9e-92f6-ed58c03b5efd","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/vf-license-model.xml","artifactChecksum":"ZGZkM2QwNWRhZjExOTlhZTUxMGFmYmZiZjRiYjkzYTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a16f1b09-0411-4505-a8ad-704ad9c51cc3","artifactVersion":"1"},{"artifactName":"vfwf075920208540_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/vfwf075920208540_modules.json","artifactChecksum":"ZDk0MDcxODQyNzlmNWQ0MTBjNjVjNzM3NmU2MmEzZDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"fe0f4591-b6e3-40bd-8656-09c5d3d2ede0","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4ae6dfd9-34b3-40ef-bd7c-56f1a60b8d82","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/vendor-license-model.xml","artifactChecksum":"MTBiZTcxZjE5NGRjODM0ODRlN2RiZjc4MTEzMGQ4NGQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5fec720c-ddb1-4ff6-b684-42786e8d67b0","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2bb871de-d5b9-4013-ab31-c4f4952bb706","artifactVersion":"2","generatedFromUUID":"4ae6dfd9-34b3-40ef-bd7c-56f1a60b8d82"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220624071422-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220624071422/1.0/artifacts/service-Vfw20220624071422-template.yml","artifactChecksum":"MjU4NzlkODA3NDJlMDVjOGQzY2NhMzZhMjk4ZTAwZGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9118f793-995c-4c58-b36c-b3b707657542","artifactVersion":"1"},{"artifactName":"service-Vfw20220624071422-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220624071422/1.0/artifacts/service-Vfw20220624071422-csar.csar","artifactChecksum":"NTM5ZGY5YTJmZGNlNGQ4YWNiMGUzNzE1MzQzZDZlNjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5f8ac629-c527-4366-ac4b-3d27e795e07d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-24T07:15:29.972Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:15:29.983Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:15:30.000Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:15:30.000Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656054929315,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:15:30.100Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms
2022-06-24T07:15:30.104Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T07:15:30.104Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:15:30.121Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T07:15:30.123Z||pool-3-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:15:31.013Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:15:31.013Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:15:31.016Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:15:31.016Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656054929315,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/vfwf075920208540_modules.json",
"status": "NOTIFIED"
}
2022-06-24T07:15:31.116Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:15:31.119Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T07:15:31.119Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:15:31.139Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T07:15:31.139Z||pool-4-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:15:32.017Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:15:32.018Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:15:32.020Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:15:32.021Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656054929315,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-24T07:15:32.121Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:15:32.122Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T07:15:32.122Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:15:32.147Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T07:15:32.148Z||pool-5-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:15:33.022Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:15:33.023Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:15:33.026Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:15:33.026Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656054929315,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:15:33.126Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-24T07:15:33.127Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T07:15:33.128Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:15:33.145Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T07:15:33.147Z||pool-6-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:15:34.027Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:15:34.028Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:15:34.031Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:15:34.031Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656054929315,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-24T07:15:34.131Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:15:34.132Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T07:15:34.133Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:15:34.159Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T07:15:34.159Z||pool-7-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:15:35.032Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:15:35.033Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:15:35.036Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:15:35.037Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656054929315,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/artifacts/service-Vfw20220624071422-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:15:35.136Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-24T07:15:35.137Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T07:15:35.137Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:15:35.155Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T07:15:35.157Z||pool-8-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-06-24T07:15:36.038Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:15:36.039Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:15:36.042Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:15:36.042Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656054929315,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/artifacts/service-Vfw20220624071422-csar.csar",
"status": "NOTIFIED"
}
2022-06-24T07:15:36.143Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:15:36.144Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T07:15:36.144Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:15:36.167Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T07:15:36.168Z||pool-9-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:15:37.049Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
"serviceName": "vFW 2022-06-24 07-14-22",
"serviceVersion": "1.0",
"serviceUUID": "210d8318-6b4b-4dfe-8211-239f2a620b59",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "e2a479a9-a456-4c6d-b18d-c093b960b1dd",
"resources": [
{
"resourceInstanceName": "vFW f0759202-0854 0",
"resourceCustomizationUUID": "6370eb81-7f6b-4b9e-92f6-ed58c03b5efd",
"resourceName": "vFW f0759202-0854",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "1a49861d-a583-4de5-a4a9-0199e98191c9",
"resourceInvariantUUID": "08eeba15-b26d-4d94-ab8b-8cd5ffedb901",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwf075920208540_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/vfwf075920208540_modules.json",
"artifactChecksum": "ZDk0MDcxODQyNzlmNWQ0MTBjNjVjNzM3NmU2MmEzZDg\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "fe0f4591-b6e3-40bd-8656-09c5d3d2ede0",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "4ae6dfd9-34b3-40ef-bd7c-56f1a60b8d82",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "2bb871de-d5b9-4013-ab31-c4f4952bb706",
"generatedFromUUID": "4ae6dfd9-34b3-40ef-bd7c-56f1a60b8d82"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "2bb871de-d5b9-4013-ab31-c4f4952bb706",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220624071422-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/artifacts/service-Vfw20220624071422-csar.csar",
"artifactChecksum": "NTM5ZGY5YTJmZGNlNGQ4YWNiMGUzNzE1MzQzZDZlNjM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "5f8ac629-c527-4366-ac4b-3d27e795e07d"
}
],
"workloadContext": "Production"
}
2022-06-24T07:15:37.051Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-24T07:15:37.051Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 210d8318-6b4b-4dfe-8211-239f2a620b59 ASDC
2022-06-24T07:15:37.198Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:7bfe13bc-20fb-432b-adfb-b86eb292ca52
ServiceName:vFW 2022-06-24 07-14-22
ServiceVersion:1.0
ServiceUUID:210d8318-6b4b-4dfe-8211-239f2a620b59
ServiceInvariantUUID:e2a479a9-a456-4c6d-b18d-c093b960b1dd
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220624071422-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220624071422/1.0/artifacts/service-Vfw20220624071422-csar.csar
ArtifactUUID:5f8ac629-c527-4366-ac4b-3d27e795e07d
ArtifactChecksum:NTM5ZGY5YTJmZGNlNGQ4YWNiMGUzNzE1MzQzZDZlNjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW f0759202-0854 0
ResourceCustomizationUUID:6370eb81-7f6b-4b9e-92f6-ed58c03b5efd
ResourceInvariantUUID:08eeba15-b26d-4d94-ab8b-8cd5ffedb901
ResourceName:vFW f0759202-0854
ResourceType:VF
ResourceUUID:1a49861d-a583-4de5-a4a9-0199e98191c9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwf075920208540_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/vfwf075920208540_modules.json
ArtifactUUID:fe0f4591-b6e3-40bd-8656-09c5d3d2ede0
ArtifactChecksum:ZDk0MDcxODQyNzlmNWQ0MTBjNjVjNzM3NmU2MmEzZDg=
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/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/base_vfw.yaml
ArtifactUUID:4ae6dfd9-34b3-40ef-bd7c-56f1a60b8d82
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/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/base_vfw.env
ArtifactUUID:2bb871de-d5b9-4013-ab31-c4f4952bb706
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/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/base_vfw.env
ArtifactUUID:2bb871de-d5b9-4013-ab31-c4f4952bb706
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-06-24T07:15:37.202Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 210d8318-6b4b-4dfe-8211-239f2a620b59 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-24T07:15:37.652Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-24T07:15:37.654Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-24T07:15:37.655Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-24T07:15:37.656Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 5f8ac629-c527-4366-ac4b-3d27e795e07d from URL: /sdc/v1/catalog/services/Vfw20220624071422/1.0/artifacts/service-Vfw20220624071422-csar.csar
2022-06-24T07:15:37.656Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-24T07:15:37.658Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220624071422/1.0/artifacts/service-Vfw20220624071422-csar.csar
2022-06-24T07:15:37.852Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-24T07:15:37.879Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220624071422/1.0/artifacts/service-Vfw20220624071422-csar.csar 5f8ac629-c527-4366-ac4b-3d27e795e07d 99096
2022-06-24T07:15:37.882Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220624071422/1.0/artifacts/service-Vfw20220624071422-csar.csar ASDC sendASDCNotification
2022-06-24T07:15:37.883Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220624071422/1.0/artifacts/service-Vfw20220624071422-csar.csar
2022-06-24T07:15:37.887Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T07:15:37.888Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:15:37.891Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:15:37.891Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656054937880,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/artifacts/service-Vfw20220624071422-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-24T07:15:37.992Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:15:37.993Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T07:15:37.993Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:15:38.019Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T07:15:38.020Z||pool-10-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:15:38.893Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-24T07:15:38.894Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-24T07:15:38.895Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 5f8ac629-c527-4366-ac4b-3d27e795e07d, URL: /sdc/v1/catalog/services/Vfw20220624071422/1.0/artifacts/service-Vfw20220624071422-csar.csar to file: /app/ASDC/1/service-Vfw20220624071422-csar.csar
2022-06-24T07:15:38.896Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220624071422-csar.csar
2022-06-24T07:15:39.045Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220624071422-csar.csar
2022-06-24T07:15:39.045Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220624071422-csar.csar
2022-06-24T07:15:40.095Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13528093365485679796/Definitions/service-Vfw20220624071422-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_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
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
2022-06-24T07:15:43.481Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-24T07:15:43.488Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-06-24T07:15:43.489Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220624071422-csar.csar
2022-06-24T07:15:43.489Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-24T07:15:43.489Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||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-Vfw20220624071422-csar.csar
2022-06-24T07:15:43.489Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||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-Vfw20220624071422-csar.csar
2022-06-24T07:15:43.489Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|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-Vfw20220624071422-csar.csar
2022-06-24T07:15:43.490Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220624071422-csar.csar
2022-06-24T07:15:43.490Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220624071422-csar.csar
2022-06-24T07:15:43.490Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||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-Vfw20220624071422-csar.csar
2022-06-24T07:15:43.490Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|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-Vfw20220624071422-csar.csar
2022-06-24T07:15:43.490Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|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-Vfw20220624071422-csar.csar
2022-06-24T07:15:43.490Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220624071422-csar.csar
2022-06-24T07:15:43.490Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|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-Vfw20220624071422-csar.csar
2022-06-24T07:15:43.490Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220624071422-csar.csar
2022-06-24T07:15:43.490Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|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-Vfw20220624071422-csar.csar
2022-06-24T07:15:43.490Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW f0759202-0854 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-Vfw20220624071422-csar.csar
2022-06-24T07:15:43.491Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-06-24T07:15:43.498Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T07:15:43.500Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-24 07-14-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:15:43.505Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vFW f0759202-0854 0 is matching search criteria
2022-06-24T07:15:43.506Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-06-24T07:15:43.508Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW f0759202-0854 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-24T07:15:43.511Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T07:15:43.511Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-24 07-14-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:15:43.511Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vFW f0759202-0854 0 is matching search criteria
2022-06-24T07:15:43.511Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-06-24T07:15:43.512Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW f0759202-0854 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-24T07:15:43.512Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T07:15:43.512Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-24 07-14-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:15:43.517Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T07:15:43.517Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vFW f0759202-0854 0 is not matching search criteria
2022-06-24T07:15:43.517Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-24T07:15:43.518Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-24T07:15:43.518Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-24T07:15:43.518Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-24T07:15:43.518Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-24T07:15:43.518Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-24T07:15:43.519Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-24T07:15:43.519Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-24T07:15:43.519Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-24T07:15:43.519Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-24T07:15:43.519Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-24T07:15:43.520Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-24T07:15:43.520Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-24T07:15:43.520Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-24T07:15:43.520Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-24T07:15:43.521Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-24T07:15:43.521Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T07:15:43.521Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-24 07-14-22 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-24T07:15:43.523Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T07:15:43.523Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vFW f0759202-0854 0 is matching search criteria
2022-06-24T07:15:43.523Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW f0759202-0854 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T07:15:43.523Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T07:15:43.524Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vFW f0759202-0854 0 is matching search criteria
2022-06-24T07:15:43.524Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW f0759202-0854 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T07:15:43.524Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T07:15:43.524Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vFW f0759202-0854 0 is matching search criteria
2022-06-24T07:15:43.524Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW f0759202-0854 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T07:15:43.525Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T07:15:43.525Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vFW f0759202-0854 0 is not matching search criteria
2022-06-24T07:15:43.525Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-24T07:15:43.525Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-24T07:15:43.526Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-24T07:15:43.526Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-24T07:15:43.526Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-24T07:15:43.526Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-24T07:15:43.527Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-24T07:15:43.527Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-24T07:15:43.527Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-24T07:15:43.527Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-24T07:15:43.528Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-24T07:15:43.528Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d22968ab-1e38-4d98-97ad-0af349e3e406
2022-06-24T07:15:43.528Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T07:15:43.528Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vFW f0759202-0854 0 is not matching search criteria
2022-06-24T07:15:43.528Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-24T07:15:43.529Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-24T07:15:43.529Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-24T07:15:43.529Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-24T07:15:43.529Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-24T07:15:43.529Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-24T07:15:43.530Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-24T07:15:43.530Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-24T07:15:43.530Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-24T07:15:43.530Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-24T07:15:43.530Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-24T07:15:43.531Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-24T07:15:43.531Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=eaa3a411-e1a6-45e6-8970-4ce8c151aada
2022-06-24T07:15:43.531Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T07:15:43.532Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vFW f0759202-0854 0 is not matching search criteria
2022-06-24T07:15:43.532Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-24T07:15:43.532Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-24T07:15:43.532Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-24T07:15:43.533Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-24T07:15:43.533Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-24T07:15:43.533Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-24T07:15:43.533Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-24T07:15:43.534Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-24T07:15:43.534Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-24T07:15:43.534Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-24T07:15:43.534Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-24T07:15:43.535Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-24T07:15:43.535Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=7284fa5d-9205-4abc-9320-8cc6fb3dbc14
2022-06-24T07:15:43.535Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T07:15:43.535Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-24 07-14-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:15:43.536Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T07:15:43.536Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-24 07-14-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:15:43.536Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T07:15:43.536Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-24 07-14-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:15:43.537Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T07:15:43.537Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-24 07-14-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:15:43.537Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-06-24 07-14-22
Description:catalog service description
Model UUID:210d8318-6b4b-4dfe-8211-239f2a620b59
Model Version:NULL
Model InvariantUuid:e2a479a9-a456-4c6d-b18d-c093b960b1dd
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW f0759202-0854
Model UUID:cd6343aa-9c11-451f-bfdf-6e6cbb40a2b3
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:08eeba15-b26d-4d94-ab8b-8cd5ffedb901
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:6370eb81-7f6b-4b9e-92f6-ed58c03b5efd
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:3272591d-8cda-4088-8819-56a4fdcd26e8
ModelName:VfwF07592020854..base_vfw..module-0
ModelUuid:01d4653f-e797-4815-8ea1-6f57ff7b5df2
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:d22968ab-1e38-4d98-97ad-0af349e3e406
ModelInvariantUuid:0814be9e-de78-49e1-a26c-13a51b7147b8
ModelName:vFW f0759202-0854-nodes.vfwCvfc
ModelUuid:c02878e2-bac5-4ed2-9d2b-5751c1a8d58f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:354779e8-d397-4e31-b6b1-940f171cb349
ModelInvariantUuid:b04b5117-a908-435f-96f9-cb2bf1053b01
ModelName:VfwF07592020854.compute.nodes.heat.vfw
ModelUuid:f9536250-cdce-4058-b38d-ea4136a67e64
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:eaa3a411-e1a6-45e6-8970-4ce8c151aada
ModelInvariantUuid:c032782f-f68b-4dbb-8728-63cf0b17c4a9
ModelName:vFW f0759202-0854-nodes.vsnCvfc
ModelUuid:8010f63f-28a9-42bd-a1a5-9e7e3edf4d77
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:c5ea503b-e97b-44bb-af93-bc8041a930d2
ModelInvariantUuid:cb260b40-f2ce-4a39-bcbd-6434d44c8c8f
ModelName:VfwF07592020854.compute.nodes.heat.vsn
ModelUuid:306edbc2-b8b5-4e09-99f0-272eb495f47d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:7284fa5d-9205-4abc-9320-8cc6fb3dbc14
ModelInvariantUuid:09405673-743d-49dd-a5ba-0cd90a8f112a
ModelName:vFW f0759202-0854-nodes.vpgCvfc
ModelUuid:8cfff3e0-3183-4fa8-92d8-bb4691f0fe07
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:e347d4fa-1825-4957-8d71-f976cac51f53
ModelInvariantUuid:350cca59-c842-49ec-9756-f7497a6d8974
ModelName:VfwF07592020854.compute.nodes.heat.vpg
ModelUuid:0c64d7e6-4249-4bf3-b04f-6b00f9580582
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-24T07:15:43.569Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 1a49861d-a583-4de5-a4a9-0199e98191c9
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-24T07:15:43.758Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||vFW f0759202-0854 0
2022-06-24T07:15:43.769Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1a49861d-a583-4de5-a4a9-0199e98191c9
2022-06-24T07:15:43.770Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: fe0f4591-b6e3-40bd-8656-09c5d3d2ede0 from URL: /sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/vfwf075920208540_modules.json
2022-06-24T07:15:43.770Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-24T07:15:43.770Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/vfwf075920208540_modules.json
2022-06-24T07:15:43.820Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-24T07:15:43.821Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/vfwf075920208540_modules.json fe0f4591-b6e3-40bd-8656-09c5d3d2ede0 785
2022-06-24T07:15:43.821Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/vfwf075920208540_modules.json ASDC sendASDCNotification
2022-06-24T07:15:43.821Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/vfwf075920208540_modules.json
2022-06-24T07:15:43.822Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T07:15:43.822Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:15:43.846Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:15:43.846Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656054943821,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/vfwf075920208540_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-24T07:15:43.926Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 80 ms
2022-06-24T07:15:43.927Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T07:15:43.927Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:15:43.950Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T07:15:43.951Z||pool-11-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:15:44.848Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwF07592020854..base_vfw..module-0",
"vfModuleModelInvariantUUID": "3272591d-8cda-4088-8819-56a4fdcd26e8",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "01d4653f-e797-4815-8ea1-6f57ff7b5df2",
"vfModuleModelCustomizationUUID": "324a3938-8289-45b1-8128-870f1a0052c7",
"isBase": true,
"artifacts": [
"4ae6dfd9-34b3-40ef-bd7c-56f1a60b8d82",
"2bb871de-d5b9-4013-ab31-c4f4952bb706"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-06-24T07:15:44.867Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwF07592020854..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:01d4653f-e797-4815-8ea1-6f57ff7b5df2
VfModuleModelInvariantUUID:3272591d-8cda-4088-8819-56a4fdcd26e8
VfModuleModelDescription:NULL
Artifacts UUID List:{
4ae6dfd9-34b3-40ef-bd7c-56f1a60b8d82
,
2bb871de-d5b9-4013-ab31-c4f4952bb706
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-06-24T07:15:44.870Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwF07592020854..base_vfw..module-0",
"vfModuleModelInvariantUUID": "3272591d-8cda-4088-8819-56a4fdcd26e8",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "01d4653f-e797-4815-8ea1-6f57ff7b5df2",
"vfModuleModelCustomizationUUID": "324a3938-8289-45b1-8128-870f1a0052c7",
"isBase": true,
"artifacts": [
"4ae6dfd9-34b3-40ef-bd7c-56f1a60b8d82",
"2bb871de-d5b9-4013-ab31-c4f4952bb706"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-06-24T07:15:44.870Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwF07592020854..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:01d4653f-e797-4815-8ea1-6f57ff7b5df2
VfModuleModelInvariantUUID:3272591d-8cda-4088-8819-56a4fdcd26e8
VfModuleModelDescription:NULL
Artifacts UUID List:{
4ae6dfd9-34b3-40ef-bd7c-56f1a60b8d82
,
2bb871de-d5b9-4013-ab31-c4f4952bb706
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-06-24T07:15:44.870Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 4ae6dfd9-34b3-40ef-bd7c-56f1a60b8d82 from URL: /sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/base_vfw.yaml
2022-06-24T07:15:44.871Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-24T07:15:44.871Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/base_vfw.yaml
2022-06-24T07:15:44.926Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-24T07:15:44.928Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/base_vfw.yaml 4ae6dfd9-34b3-40ef-bd7c-56f1a60b8d82 20368
2022-06-24T07:15:44.928Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-24T07:15:44.928Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/base_vfw.yaml
2022-06-24T07:15:44.928Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T07:15:44.928Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:15:44.930Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:15:44.931Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656054944928,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-24T07:15:45.032Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-24T07:15:45.033Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T07:15:45.033Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:15:45.054Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T07:15:45.055Z||pool-12-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:15:45.932Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 2bb871de-d5b9-4013-ab31-c4f4952bb706 from URL: /sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/base_vfw.env
2022-06-24T07:15:45.932Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-24T07:15:45.932Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/base_vfw.env
2022-06-24T07:15:46.002Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-24T07:15:46.003Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/base_vfw.env 2bb871de-d5b9-4013-ab31-c4f4952bb706 2098
2022-06-24T07:15:46.004Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-24T07:15:46.004Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/base_vfw.env
2022-06-24T07:15:46.004Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T07:15:46.004Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:15:46.008Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:15:46.008Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656054946003,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-24T07:15:46.108Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:15:46.110Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T07:15:46.110Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:15:46.134Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T07:15:46.135Z||pool-13-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-06-24T07:15:47.009Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 210d8318-6b4b-4dfe-8211-239f2a620b59
2022-06-24T07:15:47.010Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW f0759202-0854 0 1a49861d-a583-4de5-a4a9-0199e98191c9 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-24T07:15:47.061Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@58378358, org.onap.sdc.toscaparser.api.parameters.Input@2f4d503c, org.onap.sdc.toscaparser.api.parameters.Input@28a38fb2, org.onap.sdc.toscaparser.api.parameters.Input@3d8e09e2, org.onap.sdc.toscaparser.api.parameters.Input@59477048]
2022-06-24T07:15:47.066Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T07:15:47.066Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-24 07-14-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:15:47.066Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2022-06-24T07:15:47.067Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 6370eb81-7f6b-4b9e-92f6-ed58c03b5efd
2022-06-24T07:15:47.067Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6370eb81-7f6b-4b9e-92f6-ed58c03b5efd matches Tosca VF Customization UUID: 6370eb81-7f6b-4b9e-92f6-ed58c03b5efd
2022-06-24T07:15:47.067Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 6370eb81-7f6b-4b9e-92f6-ed58c03b5efd matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-24T07:15:47.077Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T07:15:47.077Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-24 07-14-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:15:47.079Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 6370eb81-7f6b-4b9e-92f6-ed58c03b5efd: {\"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\"}
2022-06-24T07:15:47.079Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3956375f
2022-06-24T07:15:47.080Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T07:15:47.080Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-24 07-14-22 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-24T07:15:47.081Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 324a3938-8289-45b1-8128-870f1a0052c7
2022-06-24T07:15:47.082Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 324a3938-8289-45b1-8128-870f1a0052c7
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-24T07:15:47.091Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T07:15:47.092Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vFW f0759202-0854 0 is matching search criteria
2022-06-24T07:15:47.092Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW f0759202-0854 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T07:15:47.093Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T07:15:47.094Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vFW f0759202-0854 0 is matching search criteria
2022-06-24T07:15:47.094Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW f0759202-0854 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T07:15:47.094Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T07:15:47.094Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vFW f0759202-0854 0 is not matching search criteria
2022-06-24T07:15:47.095Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-24T07:15:47.095Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-24T07:15:47.095Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-24T07:15:47.095Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-24T07:15:47.096Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-24T07:15:47.096Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-24T07:15:47.096Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-24T07:15:47.096Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-24T07:15:47.096Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-24T07:15:47.097Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-24T07:15:47.097Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-24T07:15:47.097Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d22968ab-1e38-4d98-97ad-0af349e3e406
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-24T07:15:47.108Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T07:15:47.108Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vFW f0759202-0854 0 is matching search criteria
2022-06-24T07:15:47.108Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW f0759202-0854 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T07:15:47.109Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T07:15:47.109Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vFW f0759202-0854 0 is not matching search criteria
2022-06-24T07:15:47.109Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-24T07:15:47.110Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-24T07:15:47.110Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-24T07:15:47.110Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-24T07:15:47.110Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-24T07:15:47.110Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-24T07:15:47.111Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-24T07:15:47.111Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-24T07:15:47.111Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-24T07:15:47.111Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-24T07:15:47.112Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-24T07:15:47.112Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-24T07:15:47.112Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=eaa3a411-e1a6-45e6-8970-4ce8c151aada
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-24T07:15:47.115Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T07:15:47.116Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vFW f0759202-0854 0 is matching search criteria
2022-06-24T07:15:47.116Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW f0759202-0854 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T07:15:47.120Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T07:15:47.120Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vFW f0759202-0854 0 is not matching search criteria
2022-06-24T07:15:47.120Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-24T07:15:47.121Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-24T07:15:47.121Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-24T07:15:47.121Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-24T07:15:47.121Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-24T07:15:47.122Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-24T07:15:47.122Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-24T07:15:47.122Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-24T07:15:47.122Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-24T07:15:47.122Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-24T07:15:47.123Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-24T07:15:47.123Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-24T07:15:47.123Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=7284fa5d-9205-4abc-9320-8cc6fb3dbc14
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-24T07:15:47.126Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T07:15:47.127Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vFW f0759202-0854 0 is matching search criteria
2022-06-24T07:15:47.127Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW f0759202-0854 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T07:15:47.127Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T07:15:47.128Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vFW f0759202-0854 0 is matching search criteria
2022-06-24T07:15:47.128Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW f0759202-0854 0] matching following query criteria: sdcType=VF, customizationUUID=6370eb81-7f6b-4b9e-92f6-ed58c03b5efd
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-24T07:15:47.131Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T07:15:47.131Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-24 07-14-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:15:47.131Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 210d8318-6b4b-4dfe-8211-239f2a620b59: vFW f0759202-0854
2022-06-24T07:15:47.132Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T07:15:47.132Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-24 07-14-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:15:47.132Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T07:15:47.132Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-24 07-14-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:15:47.133Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T07:15:47.133Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-24 07-14-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:15:47.133Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T07:15:47.134Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-24 07-14-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:15:47.134Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T07:15:47.134Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-24 07-14-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:15:47.134Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2022-06-24 07-14-22
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-24T07:15:47.553Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW f0759202-0854 1a49861d-a583-4de5-a4a9-0199e98191c9 1 ASDC deployResourceStructure
2022-06-24T07:15:47.554Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/vfwf075920208540_modules.json ASDC sendASDCNotification
2022-06-24T07:15:47.554Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/vfwf075920208540_modules.json
2022-06-24T07:15:47.555Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-24T07:15:47.555Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:15:47.558Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:15:47.558Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656054947554,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/vfwf075920208540_modules.json",
"status": "DEPLOY_OK"
}
2022-06-24T07:15:47.659Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:15:47.660Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T07:15:47.660Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:15:47.681Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T07:15:47.682Z||pool-14-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-06-24T07:15:48.560Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-24T07:15:48.560Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/base_vfw.yaml
2022-06-24T07:15:48.560Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-24T07:15:48.560Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:15:48.563Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:15:48.563Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656054948559,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-06-24T07:15:48.663Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:15:48.664Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T07:15:48.664Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:15:48.679Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T07:15:48.680Z||pool-15-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:15:49.564Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-24T07:15:49.565Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/base_vfw.env
2022-06-24T07:15:49.565Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-24T07:15:49.566Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:15:49.568Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:15:49.568Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656054949564,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-06-24T07:15:49.671Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-24T07:15:49.672Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T07:15:49.672Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:15:49.722Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T07:15:49.723Z||pool-16-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":1,"count":1}
2022-06-24T07:15:50.569Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220624071422/1.0/artifacts/service-Vfw20220624071422-csar.csar ASDC sendASDCNotification
2022-06-24T07:15:50.569Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220624071422/1.0/artifacts/service-Vfw20220624071422-csar.csar
2022-06-24T07:15:50.569Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-24T07:15:50.569Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:15:50.572Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:15:50.572Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656054950569,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/artifacts/service-Vfw20220624071422-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-24T07:15:50.672Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:15:50.674Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T07:15:50.674Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:15:50.693Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T07:15:50.694Z||pool-17-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-06-24T07:15:51.574Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7bfe13bc-20fb-432b-adfb-b86eb292ca52
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-24T07:15:51.626Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7bfe13bc-20fb-432b-adfb-b86eb292ca52
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-24T07:15:51.631Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-24T07:15:51.631Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-24T07:15:51.631Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-24T07:16:21.632Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7bfe13bc-20fb-432b-adfb-b86eb292ca52
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-24T07:16:21.648Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7bfe13bc-20fb-432b-adfb-b86eb292ca52
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-24T07:16:21.652Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-24T07:16:21.652Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-24T07:16:21.652Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-24T07:16:29.318Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:16:29.319Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T07:16:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:16:29.367Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T07:16:29.368Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:16:29.368Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656054923900,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-24T07:16:29.370Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T07:16:51.653Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7bfe13bc-20fb-432b-adfb-b86eb292ca52
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-24T07:16:51.673Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7bfe13bc-20fb-432b-adfb-b86eb292ca52
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-24T07:16:51.676Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-24T07:16:51.676Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-24T07:16:51.676Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-24T07:17:21.677Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7bfe13bc-20fb-432b-adfb-b86eb292ca52
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-24T07:17:21.702Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7bfe13bc-20fb-432b-adfb-b86eb292ca52
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-24T07:17:21.706Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-24T07:17:21.707Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-24T07:17:21.707Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-24T07:17:29.318Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:17:29.320Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T07:17:29.320Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:17:29.352Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T07:17:29.353Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:17:29.353Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
"consumerID": "ves-openapi-manager",
"timestamp": 1656054927688,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:17:29.355Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T07:17:51.707Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7bfe13bc-20fb-432b-adfb-b86eb292ca52
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-24T07:17:51.735Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7bfe13bc-20fb-432b-adfb-b86eb292ca52
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-24T07:17:51.740Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-24T07:17:51.740Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-24T07:17:51.740Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-24T07:18:21.741Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7bfe13bc-20fb-432b-adfb-b86eb292ca52
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-24T07:18:21.764Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7bfe13bc-20fb-432b-adfb-b86eb292ca52
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-24T07:18:21.768Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-24T07:18:21.768Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-24T07:18:21.768Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-24T07:18:29.318Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:18:29.320Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T07:18:29.320Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:18:29.362Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T07:18:29.366Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.366Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
"consumerID": "cds",
"timestamp": 1656054928584,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:18:29.367Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T07:18:29.368Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.368Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656054929315,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:18:29.368Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T07:18:29.368Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.368Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656054923900,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:18:29.368Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T07:18:29.369Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.369Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
"consumerID": "ves-openapi-manager",
"timestamp": 1656054927688,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/vfwf075920208540_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:18:29.369Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T07:18:29.369Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.369Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
"consumerID": "cds",
"timestamp": 1656054928584,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/vfwf075920208540_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:18:29.369Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T07:18:29.370Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.370Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656054929315,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/vfwf075920208540_modules.json",
"status": "NOTIFIED"
}
2022-06-24T07:18:29.370Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T07:18:29.370Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.370Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656054923900,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-24T07:18:29.370Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T07:18:29.370Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.371Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
"consumerID": "ves-openapi-manager",
"timestamp": 1656054927688,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:18:29.371Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T07:18:29.371Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.371Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
"consumerID": "cds",
"timestamp": 1656054928584,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:18:29.372Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T07:18:29.372Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.372Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656054929315,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-24T07:18:29.372Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T07:18:29.372Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.372Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656054923900,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/artifacts/service-Vfw20220624071422-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:18:29.372Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T07:18:29.373Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.373Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
"consumerID": "ves-openapi-manager",
"timestamp": 1656054927688,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:18:29.374Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T07:18:29.374Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.374Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
"consumerID": "cds",
"timestamp": 1656054928584,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:18:29.375Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T07:18:29.375Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.375Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656054929315,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:18:29.375Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T07:18:29.375Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.375Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656054923900,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/artifacts/service-Vfw20220624071422-csar.csar",
"status": "NOTIFIED"
}
2022-06-24T07:18:29.376Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T07:18:29.376Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.376Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
"consumerID": "ves-openapi-manager",
"timestamp": 1656054927688,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:18:29.376Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T07:18:29.376Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.376Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
"consumerID": "cds",
"timestamp": 1656054928584,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:18:29.376Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T07:18:29.377Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.377Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656054929315,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-24T07:18:29.377Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T07:18:29.377Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.378Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
"consumerID": "policy-id",
"timestamp": 1656054932835,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:18:29.378Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T07:18:29.379Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.379Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656054933077,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/vfwf075920208540_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-24T07:18:29.379Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:18:29.379Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.379Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
"consumerID": "ves-openapi-manager",
"timestamp": 1656054927688,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/artifacts/service-Vfw20220624071422-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:18:29.380Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T07:18:29.380Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.380Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
"consumerID": "cds",
"timestamp": 1656054928584,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/artifacts/service-Vfw20220624071422-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:18:29.380Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T07:18:29.380Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.380Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656054929315,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/artifacts/service-Vfw20220624071422-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:18:29.381Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T07:18:29.381Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.381Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
"consumerID": "policy-id",
"timestamp": 1656054932835,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/vfwf075920208540_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:18:29.381Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T07:18:29.381Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.381Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
"consumerID": "ves-openapi-manager",
"timestamp": 1656054927688,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/artifacts/service-Vfw20220624071422-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:18:29.382Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T07:18:29.382Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.382Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
"consumerID": "cds",
"timestamp": 1656054928584,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/artifacts/service-Vfw20220624071422-csar.csar",
"status": "NOTIFIED"
}
2022-06-24T07:18:29.382Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T07:18:29.382Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.382Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656054934165,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-24T07:18:29.383Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:18:29.383Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.383Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656054929315,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/artifacts/service-Vfw20220624071422-csar.csar",
"status": "NOTIFIED"
}
2022-06-24T07:18:29.383Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T07:18:29.383Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.383Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
"consumerID": "aai-ml",
"timestamp": 1656054933914,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:18:29.384Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T07:18:29.384Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.384Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
"consumerID": "policy-id",
"timestamp": 1656054932835,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-24T07:18:29.384Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T07:18:29.384Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.384Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656054935286,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-24T07:18:29.385Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:18:29.385Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.385Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
"consumerID": "cds",
"timestamp": 1656054936632,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/artifacts/service-Vfw20220624071422-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-24T07:18:29.385Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:18:29.385Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.386Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
"consumerID": "aai-ml",
"timestamp": 1656054933914,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/vfwf075920208540_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:18:29.386Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T07:18:29.386Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.386Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
"consumerID": "policy-id",
"timestamp": 1656054932835,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:18:29.386Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T07:18:29.386Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.387Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656054937880,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/artifacts/service-Vfw20220624071422-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-24T07:18:29.387Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:18:29.387Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.387Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656054936384,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-24T07:18:29.405Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7bfe13bc-20fb-432b-adfb-b86eb292ca52
2022-06-24T07:18:29.406Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7bfe13bc-20fb-432b-adfb-b86eb292ca52 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-24T07:18:29.422Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.422Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
"consumerID": "cds",
"timestamp": 1656054937663,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/artifacts/service-Vfw20220624071422-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-24T07:18:29.431Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7bfe13bc-20fb-432b-adfb-b86eb292ca52
2022-06-24T07:18:29.431Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7bfe13bc-20fb-432b-adfb-b86eb292ca52 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-24T07:18:29.445Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.445Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
"consumerID": "aai-ml",
"timestamp": 1656054933914,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:18:29.446Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T07:18:29.446Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.446Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
"consumerID": "policy-id",
"timestamp": 1656054932835,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:18:29.447Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T07:18:29.447Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.447Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656054937388,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/vfwf075920208540_modules.json",
"status": "DEPLOY_OK"
}
2022-06-24T07:18:29.447Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:18:29.447Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.448Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
"consumerID": "aai-ml",
"timestamp": 1656054933914,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:18:29.448Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T07:18:29.448Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.448Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
"consumerID": "policy-id",
"timestamp": 1656054932835,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/artifacts/service-Vfw20220624071422-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:18:29.448Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T07:18:29.449Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.449Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
"consumerID": "aai-ml",
"timestamp": 1656054933914,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:18:29.449Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T07:18:29.449Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.449Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
"consumerID": "policy-id",
"timestamp": 1656054932835,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/artifacts/service-Vfw20220624071422-csar.csar",
"status": "NOTIFIED"
}
2022-06-24T07:18:29.450Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T07:18:29.450Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.450Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
"consumerID": "aai-ml",
"timestamp": 1656054933914,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/artifacts/service-Vfw20220624071422-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:18:29.450Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T07:18:29.450Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.450Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
"consumerID": "policy-id",
"timestamp": 1656054940645,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/artifacts/service-Vfw20220624071422-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-24T07:18:29.451Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:18:29.451Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.451Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
"consumerID": "aai-ml",
"timestamp": 1656054933914,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/artifacts/service-Vfw20220624071422-csar.csar",
"status": "NOTIFIED"
}
2022-06-24T07:18:29.451Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T07:18:29.451Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.452Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
"consumerID": "policy-id",
"timestamp": 1656054941656,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/artifacts/service-Vfw20220624071422-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-24T07:18:29.452Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:18:29.452Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.452Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
"consumerID": "aai-ml",
"timestamp": 1656054941839,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/artifacts/service-Vfw20220624071422-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-24T07:18:29.452Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:18:29.452Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.453Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656054943821,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/vfwf075920208540_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-24T07:18:29.453Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:18:29.453Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.453Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
"consumerID": "policy-id",
"timestamp": 1656054942670,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-24T07:18:29.461Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7bfe13bc-20fb-432b-adfb-b86eb292ca52
2022-06-24T07:18:29.461Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7bfe13bc-20fb-432b-adfb-b86eb292ca52 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=?
2022-06-24T07:18:29.474Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.475Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656054941894,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:18:29.475Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T07:18:29.475Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.475Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656054944928,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-24T07:18:29.476Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:18:29.476Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.476Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656054941894,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/vfwf075920208540_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:18:29.476Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T07:18:29.476Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.477Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656054946003,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-24T07:18:29.477Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:18:29.477Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.477Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656054941894,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:18:29.477Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T07:18:29.477Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.478Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656054941894,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:18:29.478Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T07:18:29.478Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.478Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656054947554,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/vfwf075920208540_modules.json",
"status": "DEPLOY_OK"
}
2022-06-24T07:18:29.478Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:18:29.479Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.479Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656054941894,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:18:29.479Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T07:18:29.479Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.479Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656054948559,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-06-24T07:18:29.479Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:18:29.480Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.480Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656054941894,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/artifacts/service-Vfw20220624071422-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:18:29.480Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T07:18:29.480Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.480Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656054949564,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-06-24T07:18:29.481Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:18:29.481Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.481Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656054941894,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/artifacts/service-Vfw20220624071422-csar.csar",
"status": "NOTIFIED"
}
2022-06-24T07:18:29.481Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T07:18:29.482Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.482Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656054950569,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/artifacts/service-Vfw20220624071422-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-24T07:18:29.482Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:18:29.482Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.482Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656054949781,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/artifacts/service-Vfw20220624071422-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-24T07:18:29.482Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:18:29.483Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.483Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656054955647,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/artifacts/service-Vfw20220624071422-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-24T07:18:29.483Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:18:29.483Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.483Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656054956661,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-24T07:18:29.492Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7bfe13bc-20fb-432b-adfb-b86eb292ca52
2022-06-24T07:18:29.493Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7bfe13bc-20fb-432b-adfb-b86eb292ca52 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-24T07:18:29.505Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.506Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
"consumerID": "aai-ml",
"timestamp": 1656054958633,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/artifacts/service-Vfw20220624071422-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-24T07:18:29.506Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:18:29.506Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.506Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
"consumerID": "aai-ml",
"timestamp": 1656054959638,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-24T07:18:29.514Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7bfe13bc-20fb-432b-adfb-b86eb292ca52
2022-06-24T07:18:29.514Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7bfe13bc-20fb-432b-adfb-b86eb292ca52 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-24T07:18:51.769Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7bfe13bc-20fb-432b-adfb-b86eb292ca52
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-24T07:18:51.802Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7bfe13bc-20fb-432b-adfb-b86eb292ca52
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-24T07:18:51.807Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-24T07:18:51.808Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-24T07:18:51.808Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-24T07:18:51.808Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-24T07:18:51.809Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-24T07:18:51.809Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-24T07:18:51.810Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-24T07:18:51.810Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-24T07:18:51.810Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-24T07:18:51.810Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-24T07:18:51.821Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-24T07:19:21.822Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7bfe13bc-20fb-432b-adfb-b86eb292ca52 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-24T07:19:21.847Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7bfe13bc-20fb-432b-adfb-b86eb292ca52 and serviceModelVersionId: 210d8318-6b4b-4dfe-8211-239f2a620b59
2022-06-24T07:19:21.848Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e2a479a9-a456-4c6d-b18d-c093b960b1dd
2022-06-24T07:19:29.318Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:19:29.319Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T07:19:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:19:29.861Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T07:19:29.863Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:19:29.863Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656055023900,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:19:29.864Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T07:19:29.864Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:19:29.865Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
"consumerID": "aai-ml",
"timestamp": 1656055023914,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:19:29.865Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T07:19:29.865Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:19:29.865Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
"consumerID": "cds",
"timestamp": 1656055018582,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:19:29.865Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T07:19:29.866Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:19:29.866Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656055023900,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/basic_onboard_rqxavo0_modules.json",
"status": "NOTIFIED"
}
2022-06-24T07:19:29.881Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T07:19:29.882Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:19:29.882Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
"consumerID": "aai-ml",
"timestamp": 1656055023914,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/basic_onboard_rqxavo0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:19:29.882Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T07:19:29.882Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:19:29.882Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
"consumerID": "cds",
"timestamp": 1656055018582,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/basic_onboard_rqxavo0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:19:29.883Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T07:19:29.883Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:19:29.883Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
"consumerID": "ves-openapi-manager",
"timestamp": 1656055027688,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:19:29.883Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T07:19:29.883Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:19:29.884Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656055023900,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-24T07:19:29.884Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T07:19:29.884Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:19:29.884Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
"consumerID": "aai-ml",
"timestamp": 1656055023914,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:19:29.884Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T07:19:29.884Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:19:29.884Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
"consumerID": "cds",
"timestamp": 1656055018582,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:19:29.885Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T07:19:29.885Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:19:29.885Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
"consumerID": "ves-openapi-manager",
"timestamp": 1656055027688,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/basic_onboard_rqxavo0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:19:29.885Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T07:19:29.885Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:19:29.885Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656055023900,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:19:29.886Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T07:19:29.886Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:19:29.886Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
"consumerID": "aai-ml",
"timestamp": 1656055023914,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:19:29.886Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T07:19:29.886Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:19:29.886Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
"consumerID": "cds",
"timestamp": 1656055018582,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:19:29.886Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T07:19:29.886Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:19:29.887Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
"consumerID": "ves-openapi-manager",
"timestamp": 1656055027688,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:19:29.887Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T07:19:29.887Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:19:29.887Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656055023900,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-24T07:19:29.887Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T07:19:29.887Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:19:29.887Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
"consumerID": "aai-ml",
"timestamp": 1656055023914,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:19:29.888Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T07:19:29.888Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:19:29.888Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
"consumerID": "cds",
"timestamp": 1656055018582,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:19:29.888Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T07:19:29.888Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:19:29.888Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
"consumerID": "ves-openapi-manager",
"timestamp": 1656055027688,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:19:29.888Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T07:19:29.889Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:19:29.889Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656055023900,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/artifacts/service-BasicOnboardRqxavo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:19:29.889Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T07:19:29.889Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:19:29.889Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
"consumerID": "aai-ml",
"timestamp": 1656055023914,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/artifacts/service-BasicOnboardRqxavo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:19:29.889Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T07:19:29.889Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:19:29.889Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
"consumerID": "cds",
"timestamp": 1656055018582,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/artifacts/service-BasicOnboardRqxavo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:19:29.890Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T07:19:29.890Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:19:29.890Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
"consumerID": "ves-openapi-manager",
"timestamp": 1656055027688,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:19:29.890Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T07:19:29.890Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:19:29.890Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656055023900,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/artifacts/service-BasicOnboardRqxavo-csar.csar",
"status": "NOTIFIED"
}
2022-06-24T07:19:29.890Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T07:19:29.891Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:19:29.891Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
"consumerID": "aai-ml",
"timestamp": 1656055023914,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/artifacts/service-BasicOnboardRqxavo-csar.csar",
"status": "NOTIFIED"
}
2022-06-24T07:19:29.891Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T07:19:29.891Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:19:29.891Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
"consumerID": "cds",
"timestamp": 1656055018582,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/artifacts/service-BasicOnboardRqxavo-csar.csar",
"status": "NOTIFIED"
}
2022-06-24T07:19:29.907Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T07:19:29.907Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:19:29.907Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656055031894,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:19:29.908Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T07:19:29.908Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:19:29.908Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
"consumerID": "policy-id",
"timestamp": 1656055032835,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:19:29.908Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T07:19:29.908Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:19:29.908Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
"consumerID": "ves-openapi-manager",
"timestamp": 1656055027688,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/artifacts/service-BasicOnboardRqxavo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:19:29.908Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T07:19:29.909Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:19:29.909Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656055031894,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/basic_onboard_rqxavo0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:19:29.909Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T07:19:29.909Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:19:29.909Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656055033298,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/basic_onboard_rqxavo0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-24T07:19:29.909Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:19:29.910Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:19:29.910Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
"consumerID": "aai-ml",
"timestamp": 1656055033370,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/artifacts/service-BasicOnboardRqxavo-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-24T07:19:29.910Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:19:29.910Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:19:29.910Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
"consumerID": "cds",
"timestamp": 1656055034569,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/artifacts/service-BasicOnboardRqxavo-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-24T07:19:29.910Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:19:29.911Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:19:29.911Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
"consumerID": "policy-id",
"timestamp": 1656055032835,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/basic_onboard_rqxavo0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:19:29.911Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T07:19:29.911Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:19:29.911Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
"consumerID": "ves-openapi-manager",
"timestamp": 1656055027688,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/artifacts/service-BasicOnboardRqxavo-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:19:29.911Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T07:19:29.912Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:19:29.912Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656055031894,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:19:29.912Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T07:19:29.912Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:19:29.912Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
"consumerID": "cds",
"timestamp": 1656055035585,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/artifacts/service-BasicOnboardRqxavo-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-24T07:19:29.942Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c5b40848-f571-4a4c-a3ea-bd9428980332
2022-06-24T07:19:29.943Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId c5b40848-f571-4a4c-a3ea-bd9428980332 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-24T07:19:29.973Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:19:29.974Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656055034378,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-24T07:19:29.974Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:19:29.974Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:19:29.974Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
"consumerID": "policy-id",
"timestamp": 1656055032835,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-24T07:19:29.975Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T07:19:29.975Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:19:29.975Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656055031894,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:19:29.975Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T07:19:29.975Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:19:29.975Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656055035661,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-24T07:19:29.975Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:19:29.975Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:19:29.975Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
"consumerID": "policy-id",
"timestamp": 1656055032835,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:19:29.976Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T07:19:29.976Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:19:29.976Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656055031894,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:19:29.976Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T07:19:29.976Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:19:29.976Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656055036696,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-24T07:19:29.994Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c5b40848-f571-4a4c-a3ea-bd9428980332
2022-06-24T07:19:29.995Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId c5b40848-f571-4a4c-a3ea-bd9428980332 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-24T07:19:30.039Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:19:30.040Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
"consumerID": "policy-id",
"timestamp": 1656055032835,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:19:30.040Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T07:19:30.041Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:19:30.041Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656055031894,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/artifacts/service-BasicOnboardRqxavo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:19:30.041Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T07:19:30.042Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:19:30.042Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656055037700,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/basic_onboard_rqxavo0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-24T07:19:30.042Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:19:30.043Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:19:30.043Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
"consumerID": "policy-id",
"timestamp": 1656055032835,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/artifacts/service-BasicOnboardRqxavo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:19:30.043Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T07:19:30.043Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:19:30.044Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656055031894,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/artifacts/service-BasicOnboardRqxavo-csar.csar",
"status": "NOTIFIED"
}
2022-06-24T07:19:30.044Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T07:19:30.044Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:19:30.045Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
"consumerID": "policy-id",
"timestamp": 1656055032835,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/artifacts/service-BasicOnboardRqxavo-csar.csar",
"status": "NOTIFIED"
}
2022-06-24T07:19:30.045Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T07:19:30.045Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:19:30.046Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656055039714,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/artifacts/service-BasicOnboardRqxavo-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-24T07:19:30.046Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:19:30.046Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:19:30.046Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
"consumerID": "policy-id",
"timestamp": 1656055040600,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/artifacts/service-BasicOnboardRqxavo-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-24T07:19:30.047Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:19:30.047Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:19:30.047Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
"consumerID": "aai-ml",
"timestamp": 1656055040541,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/artifacts/service-BasicOnboardRqxavo-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-24T07:19:30.048Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:19:30.048Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:19:30.050Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
"consumerID": "policy-id",
"timestamp": 1656055041608,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/artifacts/service-BasicOnboardRqxavo-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-24T07:19:30.050Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:19:30.050Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:19:30.050Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
"consumerID": "aai-ml",
"timestamp": 1656055041545,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-24T07:19:30.089Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c5b40848-f571-4a4c-a3ea-bd9428980332
2022-06-24T07:19:30.090Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId c5b40848-f571-4a4c-a3ea-bd9428980332 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-24T07:19:30.136Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:19:30.137Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656055042162,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/artifacts/service-BasicOnboardRqxavo-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-24T07:19:30.139Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:19:30.140Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:19:30.140Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
"consumerID": "policy-id",
"timestamp": 1656055042611,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-24T07:19:30.202Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c5b40848-f571-4a4c-a3ea-bd9428980332
2022-06-24T07:19:30.202Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId c5b40848-f571-4a4c-a3ea-bd9428980332 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=?
2022-06-24T07:19:30.238Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:19:30.238Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656055043166,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-24T07:19:30.263Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c5b40848-f571-4a4c-a3ea-bd9428980332
2022-06-24T07:19:30.264Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId c5b40848-f571-4a4c-a3ea-bd9428980332 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-24T07:19:41.828Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e2a479a9-a456-4c6d-b18d-c093b960b1dd/model-vers/model-ver/210d8318-6b4b-4dfe-8211-239f2a620b59?depth=0
2022-06-24T07:19:41.975Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-06-24T07:19:42.709Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2a479a9-a456-4c6d-b18d-c093b960b1dd/model-vers/model-ver/210d8318-6b4b-4dfe-8211-239f2a620b59?depth=0|INFO|500||Invoke
2022-06-24T07:19:42.724Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2a479a9-a456-4c6d-b18d-c093b960b1dd/model-vers/model-ver/210d8318-6b4b-4dfe-8211-239f2a620b59?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2a479a9-a456-4c6d-b18d-c093b960b1dd/model-vers/model-ver/210d8318-6b4b-4dfe-8211-239f2a620b59?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7bfe13bc-20fb-432b-adfb-b86eb292ca52], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6847d9b5-df85-43d2-9f2f-b28234aa19f1], X-ECOMP-RequestID=[7bfe13bc-20fb-432b-adfb-b86eb292ca52], X-TransactionId=[], X-ONAP-RequestID=[7bfe13bc-20fb-432b-adfb-b86eb292ca52], Content-Type=[application/merge-patch+json]}
2022-06-24T07:19:42.896Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2a479a9-a456-4c6d-b18d-c093b960b1dd/model-vers/model-ver/210d8318-6b4b-4dfe-8211-239f2a620b59?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-06-24T07:19:43.148Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2a479a9-a456-4c6d-b18d-c093b960b1dd/model-vers/model-ver/210d8318-6b4b-4dfe-8211-239f2a620b59?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2a479a9-a456-4c6d-b18d-c093b960b1dd/model-vers/model-ver/210d8318-6b4b-4dfe-8211-239f2a620b59?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220624-07:19:41:309-899], vertex-id=[213080], Content-Length=[0], Date=[Fri, 24 Jun 2022 07:19:41 GMT], Content-Type=[application/json]}
2022-06-24T07:19:43.151Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2a479a9-a456-4c6d-b18d-c093b960b1dd/model-vers/model-ver/210d8318-6b4b-4dfe-8211-239f2a620b59?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-24T07:19:43.152Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2a479a9-a456-4c6d-b18d-c093b960b1dd/model-vers/model-ver/210d8318-6b4b-4dfe-8211-239f2a620b59?depth=0|INFO|500||InvokeReturn
2022-06-24T07:19:43.158Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-24T07:19:43.158Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-24T07:19:43.167Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-06-24T07:19:43.169Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7bfe13bc-20fb-432b-adfb-b86eb292ca52 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-24T07:19:43.171Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-24T07:19:43.172Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:19:43.179Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:19:43.180Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656055183169,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-24T07:19:43.275Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-06-24T07:19:43.278Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T07:19:43.278Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:19:43.296Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T07:19:43.297Z||pool-18-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-24T07:19:44.202Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:19:44.203Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T07:19:44.203Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:19:48.647Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T07:19:48.648Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T07:19:48.649Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"c5b40848-f571-4a4c-a3ea-bd9428980332","serviceName":"basic_onboard_RQXavO","serviceVersion":"1.0","serviceUUID":"b29e767d-6aa6-4107-bca4-340529e8c59b","serviceDescription":"service","serviceInvariantUUID":"adb22831-6310-4976-a318-29ae3b939e42","resources":[{"resourceInstanceName":"basic_onboard_RQXavO 0","resourceName":"basic_onboard_RQXavO","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b5a2596b-ad42-4c83-b800-7da944367874","resourceInvariantUUID":"d626c483-0716-4053-a124-17b1d0455d6f","resourceCustomizationUUID":"bc6d5df8-945c-4259-aac8-607590d02500","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/vf-license-model.xml","artifactChecksum":"Y2E3YWI5NTgxMmIyNGQ3OGE1ZjUzNzI2MjJhODYzMWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0c7af9ca-8c5b-4100-8785-3d7709a4eba2","artifactVersion":"1"},{"artifactName":"basic_onboard_rqxavo0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/basic_onboard_rqxavo0_modules.json","artifactChecksum":"M2ZhNjVmYmExOGEzNDZhMzZjYjg5OWRmMjJhZTcxMjY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"31e804ff-c9e6-4095-8317-0f5352a24702","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4bc4fd18-624a-4e84-aad2-be0af360d986","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"01ab815c-ac75-499f-9478-e80863cc130c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"183edf20-55f1-45eb-97c2-637200bc5cc9","artifactVersion":"2","generatedFromUUID":"4bc4fd18-624a-4e84-aad2-be0af360d986"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardRqxavo-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/artifacts/service-BasicOnboardRqxavo-template.yml","artifactChecksum":"YjQ0MWYwYTc4MTJmNmQ1NTg2OTQ3OWNlZTA0NWUwYzc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"31de9852-5efe-463b-9fdf-f2b584cfd63a","artifactVersion":"1"},{"artifactName":"service-BasicOnboardRqxavo-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/artifacts/service-BasicOnboardRqxavo-csar.csar","artifactChecksum":"MjBiM2VmNGIwOWY0NjFhZTgxNDY2ODc0OWM3Mjc1NWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f3621067-11bc-4e3a-827e-209e8d19e684","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-24T07:19:48.654Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:19:48.655Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:19:48.658Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:19:48.658Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656055184202,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:19:48.759Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-24T07:19:48.761Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T07:19:48.761Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:19:48.778Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T07:19:48.779Z||pool-19-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:19:49.659Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:19:49.660Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:19:49.663Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:19:49.663Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656055184202,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/basic_onboard_rqxavo0_modules.json",
"status": "NOTIFIED"
}
2022-06-24T07:19:49.764Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-24T07:19:49.765Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T07:19:49.765Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:19:49.803Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T07:19:49.804Z||pool-20-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:19:50.663Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:19:50.665Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:19:50.667Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:19:50.667Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656055184202,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-24T07:19:50.768Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:19:50.769Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T07:19:50.770Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:19:50.789Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T07:19:50.789Z||pool-21-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:19:51.668Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:19:51.670Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:19:51.672Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:19:51.672Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656055184202,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:19:51.774Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-24T07:19:51.776Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T07:19:51.776Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:19:51.808Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T07:19:51.809Z||pool-22-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:19:52.675Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:19:52.675Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:19:52.678Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:19:52.678Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656055184202,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-24T07:19:52.778Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-24T07:19:52.780Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T07:19:52.780Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:19:52.798Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T07:19:52.799Z||pool-23-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:19:53.679Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:19:53.680Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:19:53.694Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:19:53.695Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656055184202,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/artifacts/service-BasicOnboardRqxavo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:19:53.783Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 88 ms
2022-06-24T07:19:53.785Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T07:19:53.785Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:19:53.805Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T07:19:53.806Z||pool-24-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:19:54.695Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:19:54.697Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:19:54.699Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:19:54.699Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656055184202,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/artifacts/service-BasicOnboardRqxavo-csar.csar",
"status": "NOTIFIED"
}
2022-06-24T07:19:54.800Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-24T07:19:54.802Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T07:19:54.802Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:19:54.861Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T07:19:54.862Z||pool-25-thread-1|||||INFO|500||cambria reply ok (61 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:19:55.704Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
"serviceName": "basic_onboard_RQXavO",
"serviceVersion": "1.0",
"serviceUUID": "b29e767d-6aa6-4107-bca4-340529e8c59b",
"serviceDescription": "service",
"serviceInvariantUUID": "adb22831-6310-4976-a318-29ae3b939e42",
"resources": [
{
"resourceInstanceName": "basic_onboard_RQXavO 0",
"resourceCustomizationUUID": "bc6d5df8-945c-4259-aac8-607590d02500",
"resourceName": "basic_onboard_RQXavO",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "b5a2596b-ad42-4c83-b800-7da944367874",
"resourceInvariantUUID": "d626c483-0716-4053-a124-17b1d0455d6f",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_rqxavo0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/basic_onboard_rqxavo0_modules.json",
"artifactChecksum": "M2ZhNjVmYmExOGEzNDZhMzZjYjg5OWRmMjJhZTcxMjY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "31e804ff-c9e6-4095-8317-0f5352a24702",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "4bc4fd18-624a-4e84-aad2-be0af360d986",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "183edf20-55f1-45eb-97c2-637200bc5cc9",
"generatedFromUUID": "4bc4fd18-624a-4e84-aad2-be0af360d986"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "183edf20-55f1-45eb-97c2-637200bc5cc9",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardRqxavo-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/artifacts/service-BasicOnboardRqxavo-csar.csar",
"artifactChecksum": "MjBiM2VmNGIwOWY0NjFhZTgxNDY2ODc0OWM3Mjc1NWY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f3621067-11bc-4e3a-827e-209e8d19e684"
}
],
"workloadContext": "Production"
}
2022-06-24T07:19:55.704Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-24T07:19:55.704Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b29e767d-6aa6-4107-bca4-340529e8c59b ASDC
2022-06-24T07:19:55.705Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:c5b40848-f571-4a4c-a3ea-bd9428980332
ServiceName:basic_onboard_RQXavO
ServiceVersion:1.0
ServiceUUID:b29e767d-6aa6-4107-bca4-340529e8c59b
ServiceInvariantUUID:adb22831-6310-4976-a318-29ae3b939e42
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardRqxavo-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/artifacts/service-BasicOnboardRqxavo-csar.csar
ArtifactUUID:f3621067-11bc-4e3a-827e-209e8d19e684
ArtifactChecksum:MjBiM2VmNGIwOWY0NjFhZTgxNDY2ODc0OWM3Mjc1NWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_RQXavO 0
ResourceCustomizationUUID:bc6d5df8-945c-4259-aac8-607590d02500
ResourceInvariantUUID:d626c483-0716-4053-a124-17b1d0455d6f
ResourceName:basic_onboard_RQXavO
ResourceType:VF
ResourceUUID:b5a2596b-ad42-4c83-b800-7da944367874
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_rqxavo0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/basic_onboard_rqxavo0_modules.json
ArtifactUUID:31e804ff-c9e6-4095-8317-0f5352a24702
ArtifactChecksum:M2ZhNjVmYmExOGEzNDZhMzZjYjg5OWRmMjJhZTcxMjY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu18.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/base_ubuntu18.yaml
ArtifactUUID:4bc4fd18-624a-4e84-aad2-be0af360d986
ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/base_ubuntu18.env
ArtifactUUID:183edf20-55f1-45eb-97c2-637200bc5cc9
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/base_ubuntu18.env
ArtifactUUID:183edf20-55f1-45eb-97c2-637200bc5cc9
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-06-24T07:19:55.705Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b29e767d-6aa6-4107-bca4-340529e8c59b ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-24T07:19:55.751Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-24T07:19:55.752Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-06-24T07:19:55.752Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-06-24T07:19:55.752Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: f3621067-11bc-4e3a-827e-209e8d19e684 from URL: /sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/artifacts/service-BasicOnboardRqxavo-csar.csar
2022-06-24T07:19:55.752Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-06-24T07:19:55.752Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/artifacts/service-BasicOnboardRqxavo-csar.csar
2022-06-24T07:19:55.826Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-06-24T07:19:55.830Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/artifacts/service-BasicOnboardRqxavo-csar.csar f3621067-11bc-4e3a-827e-209e8d19e684 71592
2022-06-24T07:19:55.830Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/artifacts/service-BasicOnboardRqxavo-csar.csar ASDC sendASDCNotification
2022-06-24T07:19:55.830Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/artifacts/service-BasicOnboardRqxavo-csar.csar
2022-06-24T07:19:55.830Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T07:19:55.830Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:19:55.832Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:19:55.833Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656055195830,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/artifacts/service-BasicOnboardRqxavo-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-24T07:19:55.933Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:19:55.934Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T07:19:55.934Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:19:55.958Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T07:19:55.959Z||pool-26-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:19:56.833Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-24T07:19:56.834Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-06-24T07:19:56.834Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: f3621067-11bc-4e3a-827e-209e8d19e684, URL: /sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/artifacts/service-BasicOnboardRqxavo-csar.csar to file: /app/ASDC/1/service-BasicOnboardRqxavo-csar.csar
2022-06-24T07:19:56.835Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardRqxavo-csar.csar
2022-06-24T07:19:56.835Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardRqxavo-csar.csar
2022-06-24T07:19:56.835Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardRqxavo-csar.csar
2022-06-24T07:19:57.012Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6782303236516119166/Definitions/service-BasicOnboardRqxavo-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-06-24T07:19:58.838Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-24T07:19:58.839Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-06-24T07:19:58.839Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardRqxavo-csar.csar
2022-06-24T07:19:58.839Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-24T07:19:58.840Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_RQXavO 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-BasicOnboardRqxavo-csar.csar
2022-06-24T07:19:58.840Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardRqxavo-csar.csar
2022-06-24T07:19:58.840Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardRqxavo-csar.csar
2022-06-24T07:19:58.840Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||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-BasicOnboardRqxavo-csar.csar
2022-06-24T07:19:58.840Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardRqxavo-csar.csar
2022-06-24T07:19:58.840Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardRqxavo-csar.csar
2022-06-24T07:19:58.840Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardRqxavo-csar.csar
2022-06-24T07:19:58.841Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardRqxavo-csar.csar
2022-06-24T07:19:58.841Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardRqxavo-csar.csar
2022-06-24T07:19:58.841Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-06-24T07:19:58.841Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T07:19:58.841Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_RQXavO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:19:58.842Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_RQXavO 0 is matching search criteria
2022-06-24T07:19:58.842Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-06-24T07:19:58.842Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_RQXavO 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-24T07:19:58.842Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T07:19:58.842Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_RQXavO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:19:58.843Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_RQXavO 0 is matching search criteria
2022-06-24T07:19:58.843Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-06-24T07:19:58.843Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_RQXavO 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-24T07:19:58.843Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T07:19:58.843Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_RQXavO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:19:58.843Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T07:19:58.844Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_RQXavO 0 is not matching search criteria
2022-06-24T07:19:58.844Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-06-24T07:19:58.844Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-06-24T07:19:58.844Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-06-24T07:19:58.844Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-24T07:19:58.844Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-24T07:19:58.845Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T07:19:58.845Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_RQXavO is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-24T07:19:58.845Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T07:19:58.845Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_RQXavO 0 is matching search criteria
2022-06-24T07:19:58.845Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_RQXavO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T07:19:58.846Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T07:19:58.846Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_RQXavO 0 is matching search criteria
2022-06-24T07:19:58.846Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_RQXavO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T07:19:58.847Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T07:19:58.847Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_RQXavO 0 is matching search criteria
2022-06-24T07:19:58.847Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_RQXavO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T07:19:58.847Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T07:19:58.848Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_RQXavO 0 is not matching search criteria
2022-06-24T07:19:58.848Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-24T07:19:58.848Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-24T07:19:58.848Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=0e6689ce-f4fc-4801-8ddf-9e365966379f
2022-06-24T07:19:58.849Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T07:19:58.849Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_RQXavO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:19:58.849Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T07:19:58.849Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_RQXavO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:19:58.850Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T07:19:58.850Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_RQXavO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:19:58.850Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T07:19:58.850Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_RQXavO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:19:58.850Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_RQXavO
Description:service
Model UUID:b29e767d-6aa6-4107-bca4-340529e8c59b
Model Version:NULL
Model InvariantUuid:adb22831-6310-4976-a318-29ae3b939e42
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_RQXavO
Model UUID:50155c39-e38b-4bf9-b8fe-14216eb7149d
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d626c483-0716-4053-a124-17b1d0455d6f
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:bc6d5df8-945c-4259-aac8-607590d02500
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:d1cedcf6-0de6-4233-a278-a01af21dc578
ModelName:BasicOnboardRqxavo..base_ubuntu18..module-0
ModelUuid:41547822-5769-4bd7-a310-630c88969b73
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:0e6689ce-f4fc-4801-8ddf-9e365966379f
ModelInvariantUuid:efe2c8c8-e44e-49cf-a8af-11691e7e1cc2
ModelName:basic_onboard_RQXavO-nodes.ubuntu18Cvfc
ModelUuid:dc71c29b-36eb-4c57-85a8-9957f57334cd
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:e02ceea0-025e-482f-b3e7-caa25fb37a6e
ModelInvariantUuid:d2b6d9f5-a263-4e86-9fef-b9cdb778305b
ModelName:BasicOnboardRqxavo.compute.nodes.heat.ubuntu18
ModelUuid:d5b4ac88-6e65-491c-9a00-b4d79c85b9b6
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-24T07:19:58.871Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: b5a2596b-ad42-4c83-b800-7da944367874
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-24T07:19:58.875Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||INFO|500||basic_onboard_RQXavO 0
2022-06-24T07:19:58.875Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b5a2596b-ad42-4c83-b800-7da944367874
2022-06-24T07:19:58.876Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 31e804ff-c9e6-4095-8317-0f5352a24702 from URL: /sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/basic_onboard_rqxavo0_modules.json
2022-06-24T07:19:58.876Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-06-24T07:19:58.876Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/basic_onboard_rqxavo0_modules.json
2022-06-24T07:19:58.952Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-06-24T07:19:58.953Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/basic_onboard_rqxavo0_modules.json 31e804ff-c9e6-4095-8317-0f5352a24702 798
2022-06-24T07:19:58.954Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/basic_onboard_rqxavo0_modules.json ASDC sendASDCNotification
2022-06-24T07:19:58.954Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/basic_onboard_rqxavo0_modules.json
2022-06-24T07:19:58.954Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T07:19:58.954Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:19:58.957Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:19:58.958Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656055198954,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/basic_onboard_rqxavo0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-24T07:19:59.058Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:19:59.060Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T07:19:59.066Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:19:59.083Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T07:19:59.084Z||pool-27-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-06-24T07:19:59.960Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardRqxavo..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "d1cedcf6-0de6-4233-a278-a01af21dc578",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "41547822-5769-4bd7-a310-630c88969b73",
"vfModuleModelCustomizationUUID": "28935290-f721-48be-a642-73316bf6cd09",
"isBase": true,
"artifacts": [
"4bc4fd18-624a-4e84-aad2-be0af360d986",
"183edf20-55f1-45eb-97c2-637200bc5cc9"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-06-24T07:19:59.965Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardRqxavo..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:41547822-5769-4bd7-a310-630c88969b73
VfModuleModelInvariantUUID:d1cedcf6-0de6-4233-a278-a01af21dc578
VfModuleModelDescription:NULL
Artifacts UUID List:{
4bc4fd18-624a-4e84-aad2-be0af360d986
,
183edf20-55f1-45eb-97c2-637200bc5cc9
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-06-24T07:19:59.968Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardRqxavo..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "d1cedcf6-0de6-4233-a278-a01af21dc578",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "41547822-5769-4bd7-a310-630c88969b73",
"vfModuleModelCustomizationUUID": "28935290-f721-48be-a642-73316bf6cd09",
"isBase": true,
"artifacts": [
"4bc4fd18-624a-4e84-aad2-be0af360d986",
"183edf20-55f1-45eb-97c2-637200bc5cc9"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-06-24T07:19:59.969Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardRqxavo..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:41547822-5769-4bd7-a310-630c88969b73
VfModuleModelInvariantUUID:d1cedcf6-0de6-4233-a278-a01af21dc578
VfModuleModelDescription:NULL
Artifacts UUID List:{
4bc4fd18-624a-4e84-aad2-be0af360d986
,
183edf20-55f1-45eb-97c2-637200bc5cc9
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-06-24T07:19:59.969Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 4bc4fd18-624a-4e84-aad2-be0af360d986 from URL: /sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/base_ubuntu18.yaml
2022-06-24T07:19:59.969Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-06-24T07:19:59.970Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/base_ubuntu18.yaml
2022-06-24T07:20:00.126Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-06-24T07:20:00.127Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/base_ubuntu18.yaml 4bc4fd18-624a-4e84-aad2-be0af360d986 5033
2022-06-24T07:20:00.138Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-24T07:20:00.138Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/base_ubuntu18.yaml
2022-06-24T07:20:00.138Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T07:20:00.139Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:20:00.141Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:20:00.142Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656055200138,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-24T07:20:00.242Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:20:00.244Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T07:20:00.244Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:20:00.268Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T07:20:00.269Z||pool-28-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:20:01.146Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 183edf20-55f1-45eb-97c2-637200bc5cc9 from URL: /sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/base_ubuntu18.env
2022-06-24T07:20:01.147Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-06-24T07:20:01.147Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/base_ubuntu18.env
2022-06-24T07:20:01.222Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-06-24T07:20:01.223Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/base_ubuntu18.env 183edf20-55f1-45eb-97c2-637200bc5cc9 909
2022-06-24T07:20:01.223Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-24T07:20:01.224Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/base_ubuntu18.env
2022-06-24T07:20:01.224Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T07:20:01.224Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:20:01.226Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:20:01.226Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656055201223,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-24T07:20:01.327Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-24T07:20:01.328Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T07:20:01.328Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:20:01.347Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T07:20:01.348Z||pool-29-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:20:02.227Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: b29e767d-6aa6-4107-bca4-340529e8c59b
2022-06-24T07:20:02.228Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_RQXavO 0 b5a2596b-ad42-4c83-b800-7da944367874 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-24T07:20:02.247Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@74445b26, org.onap.sdc.toscaparser.api.parameters.Input@762db8a8, org.onap.sdc.toscaparser.api.parameters.Input@556aa3ba, org.onap.sdc.toscaparser.api.parameters.Input@1aa50339, org.onap.sdc.toscaparser.api.parameters.Input@4ceee620]
2022-06-24T07:20:02.248Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T07:20:02.249Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_RQXavO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:20:02.249Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic
2022-06-24T07:20:02.249Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= bc6d5df8-945c-4259-aac8-607590d02500
2022-06-24T07:20:02.249Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: bc6d5df8-945c-4259-aac8-607590d02500 matches Tosca VF Customization UUID: bc6d5df8-945c-4259-aac8-607590d02500
2022-06-24T07:20:02.249Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: bc6d5df8-945c-4259-aac8-607590d02500 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-24T07:20:02.252Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T07:20:02.252Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_RQXavO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:20:02.253Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id bc6d5df8-945c-4259-aac8-607590d02500: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-06-24T07:20:02.253Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@65648cd8
2022-06-24T07:20:02.253Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T07:20:02.253Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_RQXavO is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-24T07:20:02.253Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 28935290-f721-48be-a642-73316bf6cd09
2022-06-24T07:20:02.254Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 28935290-f721-48be-a642-73316bf6cd09
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-24T07:20:02.256Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T07:20:02.256Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_RQXavO 0 is matching search criteria
2022-06-24T07:20:02.257Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_RQXavO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T07:20:02.257Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T07:20:02.257Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_RQXavO 0 is matching search criteria
2022-06-24T07:20:02.257Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_RQXavO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T07:20:02.257Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T07:20:02.258Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_RQXavO 0 is not matching search criteria
2022-06-24T07:20:02.258Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-24T07:20:02.258Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-24T07:20:02.258Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=0e6689ce-f4fc-4801-8ddf-9e365966379f
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-24T07:20:02.260Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T07:20:02.261Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_RQXavO 0 is matching search criteria
2022-06-24T07:20:02.261Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_RQXavO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T07:20:02.261Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T07:20:02.261Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_RQXavO 0 is matching search criteria
2022-06-24T07:20:02.261Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_RQXavO 0] matching following query criteria: sdcType=VF, customizationUUID=bc6d5df8-945c-4259-aac8-607590d02500
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-24T07:20:02.263Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T07:20:02.263Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_RQXavO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:20:02.264Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid b29e767d-6aa6-4107-bca4-340529e8c59b: basic_onboard_RQXavO
2022-06-24T07:20:02.264Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T07:20:02.264Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_RQXavO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:20:02.264Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T07:20:02.264Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_RQXavO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:20:02.265Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T07:20:02.265Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_RQXavO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:20:02.265Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T07:20:02.265Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_RQXavO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:20:02.265Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T07:20:02.266Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_RQXavO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:20:02.266Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||INFO|500||Saving Service: basic_onboard_RQXavO
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-24T07:20:02.366Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_RQXavO b5a2596b-ad42-4c83-b800-7da944367874 1 ASDC deployResourceStructure
2022-06-24T07:20:02.367Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/basic_onboard_rqxavo0_modules.json ASDC sendASDCNotification
2022-06-24T07:20:02.367Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/basic_onboard_rqxavo0_modules.json
2022-06-24T07:20:02.367Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-24T07:20:02.368Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:20:02.371Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:20:02.371Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656055202367,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/basic_onboard_rqxavo0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-24T07:20:02.471Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:20:02.472Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T07:20:02.472Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:20:02.492Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T07:20:02.492Z||pool-30-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:20:03.372Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-24T07:20:03.372Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/base_ubuntu18.yaml
2022-06-24T07:20:03.373Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-24T07:20:03.373Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:20:03.375Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:20:03.375Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656055203372,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-06-24T07:20:03.475Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:20:03.477Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T07:20:03.477Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:20:03.495Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T07:20:03.496Z||pool-31-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:20:04.376Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-24T07:20:04.377Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/base_ubuntu18.env
2022-06-24T07:20:04.377Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-24T07:20:04.377Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:20:04.379Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:20:04.380Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656055204376,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-06-24T07:20:04.480Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:20:04.481Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T07:20:04.481Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:20:04.503Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T07:20:04.505Z||pool-32-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:20:05.381Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/artifacts/service-BasicOnboardRqxavo-csar.csar ASDC sendASDCNotification
2022-06-24T07:20:05.381Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/artifacts/service-BasicOnboardRqxavo-csar.csar
2022-06-24T07:20:05.382Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-24T07:20:05.382Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:20:05.384Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:20:05.385Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656055205381,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/artifacts/service-BasicOnboardRqxavo-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-24T07:20:05.485Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:20:05.486Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T07:20:05.486Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:20:05.502Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T07:20:05.503Z||pool-33-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-24T07:20:06.386Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c5b40848-f571-4a4c-a3ea-bd9428980332
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-24T07:20:06.403Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c5b40848-f571-4a4c-a3ea-bd9428980332
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-24T07:20:06.408Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-24T07:20:06.409Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-24T07:20:06.409Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-24T07:20:06.409Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-24T07:20:06.409Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-24T07:20:06.409Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-24T07:20:06.409Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-24T07:20:06.409Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-24T07:20:06.409Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-24T07:20:06.410Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-24T07:20:06.421Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-24T07:20:29.319Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:20:29.320Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T07:20:29.320Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:20:29.951Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T07:20:29.952Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:20:29.952Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656055183169,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-24T07:20:29.953Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:20:29.953Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:20:29.953Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656055184202,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:20:29.954Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T07:20:29.954Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:20:29.954Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656055184202,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/basic_onboard_rqxavo0_modules.json",
"status": "NOTIFIED"
}
2022-06-24T07:20:29.954Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T07:20:29.954Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:20:29.954Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656055184202,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-24T07:20:29.954Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T07:20:29.954Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:20:29.955Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656055184202,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:20:29.955Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T07:20:29.955Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:20:29.955Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656055184202,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-24T07:20:29.955Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T07:20:29.955Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:20:29.955Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656055184202,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/artifacts/service-BasicOnboardRqxavo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:20:29.955Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T07:20:29.955Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:20:29.956Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656055184202,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/artifacts/service-BasicOnboardRqxavo-csar.csar",
"status": "NOTIFIED"
}
2022-06-24T07:20:29.956Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-24T07:20:29.956Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:20:29.956Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656055195830,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/artifacts/service-BasicOnboardRqxavo-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-24T07:20:29.956Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:20:29.956Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:20:29.956Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656055198954,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/basic_onboard_rqxavo0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-24T07:20:29.956Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:20:29.956Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:20:29.956Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656055200138,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-24T07:20:29.957Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:20:29.957Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:20:29.957Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656055201223,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-24T07:20:29.957Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:20:29.957Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:20:29.957Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656055202367,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/basic_onboard_rqxavo0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-24T07:20:29.957Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:20:29.958Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:20:29.958Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656055203372,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-06-24T07:20:29.958Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:20:29.958Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:20:29.958Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656055204376,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-06-24T07:20:29.958Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:20:29.958Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:20:29.959Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656055205381,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/artifacts/service-BasicOnboardRqxavo-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-24T07:20:29.959Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:20:36.423Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c5b40848-f571-4a4c-a3ea-bd9428980332 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-24T07:20:36.433Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c5b40848-f571-4a4c-a3ea-bd9428980332 and serviceModelVersionId: b29e767d-6aa6-4107-bca4-340529e8c59b
2022-06-24T07:20:36.434Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : adb22831-6310-4976-a318-29ae3b939e42
2022-06-24T07:20:36.436Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/adb22831-6310-4976-a318-29ae3b939e42/model-vers/model-ver/b29e767d-6aa6-4107-bca4-340529e8c59b?depth=0
2022-06-24T07:20:36.445Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-06-24T07:20:36.530Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/adb22831-6310-4976-a318-29ae3b939e42/model-vers/model-ver/b29e767d-6aa6-4107-bca4-340529e8c59b?depth=0|INFO|500||Invoke
2022-06-24T07:20:36.531Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/adb22831-6310-4976-a318-29ae3b939e42/model-vers/model-ver/b29e767d-6aa6-4107-bca4-340529e8c59b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/adb22831-6310-4976-a318-29ae3b939e42/model-vers/model-ver/b29e767d-6aa6-4107-bca4-340529e8c59b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c5b40848-f571-4a4c-a3ea-bd9428980332], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d4a12a4e-d54c-4129-ba87-378fdc4098d1], X-ECOMP-RequestID=[c5b40848-f571-4a4c-a3ea-bd9428980332], X-TransactionId=[], X-ONAP-RequestID=[c5b40848-f571-4a4c-a3ea-bd9428980332], Content-Type=[application/merge-patch+json]}
2022-06-24T07:20:36.576Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/adb22831-6310-4976-a318-29ae3b939e42/model-vers/model-ver/b29e767d-6aa6-4107-bca4-340529e8c59b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-06-24T07:20:36.734Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/adb22831-6310-4976-a318-29ae3b939e42/model-vers/model-ver/b29e767d-6aa6-4107-bca4-340529e8c59b?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/adb22831-6310-4976-a318-29ae3b939e42/model-vers/model-ver/b29e767d-6aa6-4107-bca4-340529e8c59b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220624-07:20:34:984-31650], vertex-id=[221280], Content-Length=[0], Date=[Fri, 24 Jun 2022 07:20:34 GMT], Content-Type=[application/json]}
2022-06-24T07:20:36.735Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/adb22831-6310-4976-a318-29ae3b939e42/model-vers/model-ver/b29e767d-6aa6-4107-bca4-340529e8c59b?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-24T07:20:36.736Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/adb22831-6310-4976-a318-29ae3b939e42/model-vers/model-ver/b29e767d-6aa6-4107-bca4-340529e8c59b?depth=0|INFO|500||InvokeReturn
2022-06-24T07:20:36.737Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-24T07:20:36.737Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-24T07:20:36.752Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-06-24T07:20:36.752Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c5b40848-f571-4a4c-a3ea-bd9428980332 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-24T07:20:36.753Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-24T07:20:36.753Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:20:36.756Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:20:36.756Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656055236753,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-24T07:20:36.856Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:20:36.858Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T07:20:36.858Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:20:36.883Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T07:20:36.883Z||pool-34-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-24T07:20:37.779Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:20:37.779Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T07:20:37.780Z|c5b40848-f571-4a4c-a3ea-bd9428980332|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 Cki7yysn1YFYKJag) ...
2022-06-24T07:20:47.329Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T07:20:47.330Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:20:47.330Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T07:20:47.330Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:20:56.882Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T07:20:56.883Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:20:56.883Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T07:20:56.883Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:21:06.427Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T07:21:06.428Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:21:06.429Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T07:21:06.430Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:21:15.978Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T07:21:29.315Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:21:29.316Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T07:21:29.316Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:21:29.318Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:21:29.319Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T07:21:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:21:29.974Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T07:21:29.975Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-24T07:21:29.975Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656055236753,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-24T07:21:29.976Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:21:38.890Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T07:22:29.315Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:22:29.316Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T07:22:29.316Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:22:29.318Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:22:29.319Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T07:22:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:22:38.879Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T07:22:38.881Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T07:23:29.315Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:23:29.316Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T07:23:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:23:29.318Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:23:29.319Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T07:23:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:23:38.882Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T07:23:38.882Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T07:24:29.315Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:24:29.317Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T07:24:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:24:29.318Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:24:29.319Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T07:24:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:24:38.867Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T07:24:38.869Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T07:25:29.315Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:25:29.317Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T07:25:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:25:29.318Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:25:29.319Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T07:25:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:25:38.877Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T07:25:38.879Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T07:26:29.316Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:26:29.317Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|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.
2022-06-24T07:26:29.318Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|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 Cki7yysn1YFYKJag) ...
2022-06-24T07:26:29.318Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:26:29.319Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T07:26:29.320Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:26:38.877Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T07:26:38.877Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T07:27:29.315Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:27:29.317Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T07:27:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:27:29.318Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:27:29.320Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T07:27:29.320Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:27:38.877Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T07:27:38.880Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T07:28:29.315Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:28:29.317Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T07:28:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:28:29.318Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:28:29.319Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T07:28:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:28:38.883Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T07:28:38.885Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T07:29:29.315Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:29:29.317Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T07:29:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:29:29.318Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:29:29.318Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T07:29:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:29:38.875Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T07:29:38.880Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T07:30:29.315Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:30:29.316Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T07:30:29.316Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:30:29.318Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:30:29.319Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T07:30:29.319Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|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 Cki7yysn1YFYKJag) ...
2022-06-24T07:30:38.881Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T07:30:38.893Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T07:31:29.315Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:31:29.317Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T07:31:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:31:29.318Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:31:29.319Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T07:31:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:31:29.661Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T07:31:29.663Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:31:29.663Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656055871894,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/resourceInstances/pnfca3db2d889b70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:31:29.665Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:31:29.665Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:31:29.665Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
"consumerID": "cds",
"timestamp": 1656055873582,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/resourceInstances/pnfca3db2d889b70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:31:29.665Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:31:29.665Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:31:29.665Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
"consumerID": "policy-id",
"timestamp": 1656055872835,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/resourceInstances/pnfca3db2d889b70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:31:29.665Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:31:29.666Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:31:29.666Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656055871894,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/resourceInstances/pnfca3db2d889b70/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:31:29.666Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:31:29.666Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:31:29.666Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
"consumerID": "cds",
"timestamp": 1656055873582,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/resourceInstances/pnfca3db2d889b70/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:31:29.666Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:31:29.667Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:31:29.667Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
"consumerID": "policy-id",
"timestamp": 1656055872835,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/resourceInstances/pnfca3db2d889b70/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:31:29.667Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:31:29.667Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:31:29.667Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
"consumerID": "policy-id",
"timestamp": 1656055872835,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/resourceInstances/pnfca3db2d889b70/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:31:29.668Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:31:29.668Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:31:29.668Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656055871894,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/resourceInstances/pnfca3db2d889b70/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:31:29.668Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:31:29.668Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:31:29.668Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
"consumerID": "cds",
"timestamp": 1656055873582,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/resourceInstances/pnfca3db2d889b70/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:31:29.668Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:31:29.668Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:31:29.668Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
"consumerID": "policy-id",
"timestamp": 1656055872835,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/resourceInstances/pnfca3db2d889b70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:31:29.668Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:31:29.669Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:31:29.669Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
"consumerID": "cds",
"timestamp": 1656055873582,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/resourceInstances/pnfca3db2d889b70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:31:29.669Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:31:29.669Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:31:29.669Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656055871894,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/resourceInstances/pnfca3db2d889b70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:31:29.669Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:31:29.669Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:31:29.669Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656055883900,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/resourceInstances/pnfca3db2d889b70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:31:29.669Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:31:29.670Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:31:29.670Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
"consumerID": "policy-id",
"timestamp": 1656055872835,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/resourceInstances/pnfca3db2d889b70/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:31:29.670Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:31:29.670Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:31:29.670Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
"consumerID": "cds",
"timestamp": 1656055873582,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/resourceInstances/pnfca3db2d889b70/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:31:29.670Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:31:29.670Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:31:29.670Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656055871894,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/resourceInstances/pnfca3db2d889b70/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:31:29.671Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:31:29.671Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:31:29.671Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656055883900,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/resourceInstances/pnfca3db2d889b70/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:31:29.671Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:31:29.671Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:31:29.671Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
"consumerID": "policy-id",
"timestamp": 1656055872835,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/resourceInstances/pnfca3db2d889b70/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:31:29.671Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:31:29.672Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:31:29.672Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
"consumerID": "cds",
"timestamp": 1656055873582,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/resourceInstances/pnfca3db2d889b70/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:31:29.672Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:31:29.672Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:31:29.672Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656055871894,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/resourceInstances/pnfca3db2d889b70/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:31:29.672Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:31:29.672Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:31:29.673Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656055883900,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/resourceInstances/pnfca3db2d889b70/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:31:29.673Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:31:29.673Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:31:29.673Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
"consumerID": "policy-id",
"timestamp": 1656055872835,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/artifacts/service-DemoPnf4cmpiw595ibqpp3opbca-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:31:29.673Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:31:29.673Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:31:29.673Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
"consumerID": "cds",
"timestamp": 1656055873582,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/artifacts/service-DemoPnf4cmpiw595ibqpp3opbca-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:31:29.674Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:31:29.674Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:31:29.674Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656055871894,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/artifacts/service-DemoPnf4cmpiw595ibqpp3opbca-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:31:29.674Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:31:29.987Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T07:31:29.988Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T07:31:29.988Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"e6931e09-3e39-4b2f-b361-b7bc79581502","serviceName":"Demo_pNF_4CmpiW595ibQpP3OpBca","serviceVersion":"1.0","serviceUUID":"60bc9f3b-8c75-4ba3-8fef-af1c3d9cbefe","serviceDescription":"catalog service description","serviceInvariantUUID":"52d910bc-db5d-452e-819c-076805daa8c1","resources":[{"resourceInstanceName":"pNF ca3db2d8-89b7 0","resourceName":"pNF ca3db2d8-89b7","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"633a45a7-dfa7-455f-b13e-f770ccd3d1f1","resourceInvariantUUID":"9f4cfb1f-4813-42b1-9899-f98af65705ae","resourceCustomizationUUID":"31aec040-a7d7-4591-afab-a52dbbb0157f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/resourceInstances/pnfca3db2d889b70/artifacts/vf-license-model.xml","artifactChecksum":"NGU1NjY3N2IxYTEzYzQ0ZDEyODAwMGU2Zjk0OTg2ZWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d294c3c1-035c-422a-b057-3178d65453ed","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/resourceInstances/pnfca3db2d889b70/artifacts/pNF.csar","artifactChecksum":"NzhiM2NhZjg5ZjYwZDc5OGZmODMwZDA0MmM2YjdmZjU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"750facbd-ddf4-44eb-9926-37c263afe333","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/resourceInstances/pnfca3db2d889b70/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"76c4ae0a-ad48-4f77-afcf-33f94a8aa490","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/resourceInstances/pnfca3db2d889b70/artifacts/vendor-license-model.xml","artifactChecksum":"NjAyNzI5YWYxYmZlNTZjM2U1MGI1YmZjOTk5ZWJlNWQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7eb73611-4ff1-4811-8cb6-23667e7cb73e","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/resourceInstances/pnfca3db2d889b70/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"82ba8a6f-5153-4c6b-be18-92f70b474524","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/resourceInstances/pnfca3db2d889b70/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"578f5cbb-0f32-4924-bf54-17ff543b2f90","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf4cmpiw595ibqpp3opbca-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/artifacts/service-DemoPnf4cmpiw595ibqpp3opbca-template.yml","artifactChecksum":"MTkzZWU0NTUzZDA4MDUwNzFjYWNmNmE5MzNkNDA2YTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c37c851c-a9fe-4cd2-9624-7c16adbcfb40","artifactVersion":"1"},{"artifactName":"service-DemoPnf4cmpiw595ibqpp3opbca-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/artifacts/service-DemoPnf4cmpiw595ibqpp3opbca-csar.csar","artifactChecksum":"ZmQ2ZDlkZTAzYmE3MmY0ZTg5MDRjNjhlOTY0N2RhOWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"07b6a7db-0244-4427-8de2-cef9c90a4b9f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-24T07:31:29.994Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:31:29.995Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:31:29.999Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:31:29.999Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656055889315,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/resourceInstances/pnfca3db2d889b70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:31:30.101Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-24T07:31:30.102Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T07:31:30.103Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:31:30.131Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T07:31:30.132Z||pool-35-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:31:31.000Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:31:31.001Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:31:31.004Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:31:31.004Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656055889315,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/resourceInstances/pnfca3db2d889b70/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:31:31.104Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:31:31.106Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T07:31:31.106Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:31:31.125Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T07:31:31.126Z||pool-36-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:31:32.004Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:31:32.005Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:31:32.011Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:31:32.011Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656055889315,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/resourceInstances/pnfca3db2d889b70/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:31:32.112Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-24T07:31:32.113Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T07:31:32.113Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:31:32.134Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T07:31:32.134Z||pool-37-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:31:33.012Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:31:33.013Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:31:33.021Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:31:33.022Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656055889315,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/resourceInstances/pnfca3db2d889b70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:31:33.118Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-06-24T07:31:33.119Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T07:31:33.120Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:31:33.135Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T07:31:33.136Z||pool-38-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:31:34.022Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:31:34.023Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:31:34.030Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:31:34.030Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656055889315,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/resourceInstances/pnfca3db2d889b70/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:31:34.130Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:31:34.132Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T07:31:34.132Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:31:34.152Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T07:31:34.152Z||pool-39-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:31:35.031Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:31:35.032Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:31:35.041Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:31:35.042Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656055889315,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/resourceInstances/pnfca3db2d889b70/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:31:35.142Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:31:35.143Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T07:31:35.143Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:31:35.159Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T07:31:35.160Z||pool-40-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:31:36.045Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:31:36.045Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:31:36.048Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:31:36.048Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656055889315,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/artifacts/service-DemoPnf4cmpiw595ibqpp3opbca-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:31:36.150Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-24T07:31:36.151Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T07:31:36.151Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:31:36.166Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T07:31:36.168Z||pool-41-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:31:37.051Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:31:37.053Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:31:37.073Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:31:37.074Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656055889315,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/artifacts/service-DemoPnf4cmpiw595ibqpp3opbca-csar.csar",
"status": "NOTIFIED"
}
2022-06-24T07:31:37.169Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-06-24T07:31:37.170Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T07:31:37.171Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:31:37.188Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T07:31:37.189Z||pool-42-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:31:38.078Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
"serviceName": "Demo_pNF_4CmpiW595ibQpP3OpBca",
"serviceVersion": "1.0",
"serviceUUID": "60bc9f3b-8c75-4ba3-8fef-af1c3d9cbefe",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "52d910bc-db5d-452e-819c-076805daa8c1",
"resources": [
{
"resourceInstanceName": "pNF ca3db2d8-89b7 0",
"resourceCustomizationUUID": "31aec040-a7d7-4591-afab-a52dbbb0157f",
"resourceName": "pNF ca3db2d8-89b7",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "633a45a7-dfa7-455f-b13e-f770ccd3d1f1",
"resourceInvariantUUID": "9f4cfb1f-4813-42b1-9899-f98af65705ae",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnf4cmpiw595ibqpp3opbca-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/artifacts/service-DemoPnf4cmpiw595ibqpp3opbca-csar.csar",
"artifactChecksum": "ZmQ2ZDlkZTAzYmE3MmY0ZTg5MDRjNjhlOTY0N2RhOWY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "07b6a7db-0244-4427-8de2-cef9c90a4b9f"
}
],
"workloadContext": "Production"
}
2022-06-24T07:31:38.080Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-24T07:31:38.080Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 60bc9f3b-8c75-4ba3-8fef-af1c3d9cbefe ASDC
2022-06-24T07:31:38.081Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:e6931e09-3e39-4b2f-b361-b7bc79581502
ServiceName:Demo_pNF_4CmpiW595ibQpP3OpBca
ServiceVersion:1.0
ServiceUUID:60bc9f3b-8c75-4ba3-8fef-af1c3d9cbefe
ServiceInvariantUUID:52d910bc-db5d-452e-819c-076805daa8c1
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf4cmpiw595ibqpp3opbca-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/artifacts/service-DemoPnf4cmpiw595ibqpp3opbca-csar.csar
ArtifactUUID:07b6a7db-0244-4427-8de2-cef9c90a4b9f
ArtifactChecksum:ZmQ2ZDlkZTAzYmE3MmY0ZTg5MDRjNjhlOTY0N2RhOWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF ca3db2d8-89b7 0
ResourceCustomizationUUID:31aec040-a7d7-4591-afab-a52dbbb0157f
ResourceInvariantUUID:9f4cfb1f-4813-42b1-9899-f98af65705ae
ResourceName:pNF ca3db2d8-89b7
ResourceType:PNF
ResourceUUID:633a45a7-dfa7-455f-b13e-f770ccd3d1f1
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-06-24T07:31:38.082Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 60bc9f3b-8c75-4ba3-8fef-af1c3d9cbefe ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-24T07:31:38.166Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-24T07:31:38.167Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-24T07:31:38.167Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-24T07:31:38.168Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 07b6a7db-0244-4427-8de2-cef9c90a4b9f from URL: /sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/artifacts/service-DemoPnf4cmpiw595ibqpp3opbca-csar.csar
2022-06-24T07:31:38.168Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-24T07:31:38.168Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/artifacts/service-DemoPnf4cmpiw595ibqpp3opbca-csar.csar
2022-06-24T07:31:38.403Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-24T07:31:38.408Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/artifacts/service-DemoPnf4cmpiw595ibqpp3opbca-csar.csar 07b6a7db-0244-4427-8de2-cef9c90a4b9f 82647
2022-06-24T07:31:38.408Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/artifacts/service-DemoPnf4cmpiw595ibqpp3opbca-csar.csar ASDC sendASDCNotification
2022-06-24T07:31:38.408Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/artifacts/service-DemoPnf4cmpiw595ibqpp3opbca-csar.csar
2022-06-24T07:31:38.408Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T07:31:38.409Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:31:38.418Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:31:38.418Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656055898408,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/artifacts/service-DemoPnf4cmpiw595ibqpp3opbca-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-24T07:31:38.514Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-06-24T07:31:38.515Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T07:31:38.515Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:31:38.546Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T07:31:38.546Z||pool-43-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
2022-06-24T07:31:39.422Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-24T07:31:39.423Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-24T07:31:39.423Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 07b6a7db-0244-4427-8de2-cef9c90a4b9f, URL: /sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/artifacts/service-DemoPnf4cmpiw595ibqpp3opbca-csar.csar to file: /app/ASDC/1/service-DemoPnf4cmpiw595ibqpp3opbca-csar.csar
2022-06-24T07:31:39.424Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf4cmpiw595ibqpp3opbca-csar.csar
2022-06-24T07:31:39.425Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf4cmpiw595ibqpp3opbca-csar.csar
2022-06-24T07:31:39.425Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf4cmpiw595ibqpp3opbca-csar.csar
2022-06-24T07:31:39.847Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14602874023264378155/Definitions/service-DemoPnf4cmpiw595ibqpp3opbca-template.yml
2022-06-24T07:31:41.074Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-24T07:31:41.075Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-24T07:31:41.076Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf4cmpiw595ibqpp3opbca-csar.csar
2022-06-24T07:31:41.076Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-24T07:31:41.076Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF ca3db2d8-89b7 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnf4cmpiw595ibqpp3opbca-csar.csar
2022-06-24T07:31:41.076Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnf4cmpiw595ibqpp3opbca-csar.csar
2022-06-24T07:31:41.076Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf4cmpiw595ibqpp3opbca-csar.csar
2022-06-24T07:31:41.077Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf4cmpiw595ibqpp3opbca-csar.csar
2022-06-24T07:31:41.077Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf4cmpiw595ibqpp3opbca-csar.csar
2022-06-24T07:31:41.077Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf4cmpiw595ibqpp3opbca-csar.csar
2022-06-24T07:31:41.077Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf4cmpiw595ibqpp3opbca-csar.csar
2022-06-24T07:31:41.077Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-24T07:31:41.077Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T07:31:41.078Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_4CmpiW595ibQpP3OpBca is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:31:41.078Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Node template pNF ca3db2d8-89b7 0 is matching search criteria
2022-06-24T07:31:41.078Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-24T07:31:41.079Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF ca3db2d8-89b7 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-24T07:31:41.079Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T07:31:41.079Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_4CmpiW595ibQpP3OpBca is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:31:41.079Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Node template pNF ca3db2d8-89b7 0 is matching search criteria
2022-06-24T07:31:41.079Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-24T07:31:41.080Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF ca3db2d8-89b7 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-24T07:31:41.080Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T07:31:41.080Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_4CmpiW595ibQpP3OpBca is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:31:41.080Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T07:31:41.080Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_4CmpiW595ibQpP3OpBca is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:31:41.081Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T07:31:41.081Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_4CmpiW595ibQpP3OpBca is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:31:41.081Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T07:31:41.081Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_4CmpiW595ibQpP3OpBca is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:31:41.082Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T07:31:41.082Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_4CmpiW595ibQpP3OpBca is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:31:41.082Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_4CmpiW595ibQpP3OpBca
Description:catalog service description
Model UUID:60bc9f3b-8c75-4ba3-8fef-af1c3d9cbefe
Model Version:NULL
Model InvariantUuid:52d910bc-db5d-452e-819c-076805daa8c1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-24T07:31:41.093Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 633a45a7-dfa7-455f-b13e-f770ccd3d1f1
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-24T07:31:41.101Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||INFO|500||pNF ca3db2d8-89b7 0
2022-06-24T07:31:41.101Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 633a45a7-dfa7-455f-b13e-f770ccd3d1f1
2022-06-24T07:31:41.102Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 60bc9f3b-8c75-4ba3-8fef-af1c3d9cbefe
2022-06-24T07:31:41.102Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 60bc9f3b-8c75-4ba3-8fef-af1c3d9cbefe
2022-06-24T07:31:41.103Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF ca3db2d8-89b7 0 633a45a7-dfa7-455f-b13e-f770ccd3d1f1 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-24T07:31:41.111Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@404670bd, org.onap.sdc.toscaparser.api.parameters.Input@51c662bc, org.onap.sdc.toscaparser.api.parameters.Input@d09501b, org.onap.sdc.toscaparser.api.parameters.Input@3a1b2807, org.onap.sdc.toscaparser.api.parameters.Input@49ab6461]
2022-06-24T07:31:41.112Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T07:31:41.112Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_4CmpiW595ibQpP3OpBca is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:31:41.113Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 60bc9f3b-8c75-4ba3-8fef-af1c3d9cbefe: pNF ca3db2d8-89b7
2022-06-24T07:31:41.113Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||INFO|500||Processing PNF resource: 633a45a7-dfa7-455f-b13e-f770ccd3d1f1
2022-06-24T07:31:41.113Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T07:31:41.113Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_4CmpiW595ibQpP3OpBca is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:31:41.114Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||INFO|500||Resource customization UUID: 31aec040-a7d7-4591-afab-a52dbbb0157f is the same as notified resource customizationUUID: 31aec040-a7d7-4591-afab-a52dbbb0157f
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
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 pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
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 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 pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-06-24T07:31:41.245Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF ca3db2d8-89b7 633a45a7-dfa7-455f-b13e-f770ccd3d1f1 0 ASDC deployResourceStructure
2022-06-24T07:31:41.246Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/artifacts/service-DemoPnf4cmpiw595ibqpp3opbca-csar.csar ASDC sendASDCNotification
2022-06-24T07:31:41.246Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/artifacts/service-DemoPnf4cmpiw595ibqpp3opbca-csar.csar
2022-06-24T07:31:41.247Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-24T07:31:41.247Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:31:41.250Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:31:41.251Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656055901246,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/artifacts/service-DemoPnf4cmpiw595ibqpp3opbca-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-24T07:31:41.351Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:31:41.352Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T07:31:41.352Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:31:41.372Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T07:31:41.373Z||pool-44-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:31:42.259Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e6931e09-3e39-4b2f-b361-b7bc79581502
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-24T07:31:42.275Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e6931e09-3e39-4b2f-b361-b7bc79581502
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-24T07:31:42.280Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-24T07:31:42.280Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-24T07:31:42.281Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-24T07:32:12.281Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e6931e09-3e39-4b2f-b361-b7bc79581502
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-24T07:32:12.292Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e6931e09-3e39-4b2f-b361-b7bc79581502
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-24T07:32:12.296Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-24T07:32:12.296Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-24T07:32:12.296Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-24T07:32:29.318Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:32:29.320Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T07:32:29.320Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:32:29.354Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T07:32:29.355Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:32:29.355Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656055883900,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/resourceInstances/pnfca3db2d889b70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:32:29.356Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:32:42.297Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e6931e09-3e39-4b2f-b361-b7bc79581502
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-24T07:32:42.314Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e6931e09-3e39-4b2f-b361-b7bc79581502
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-24T07:32:42.321Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-24T07:32:42.322Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-24T07:32:42.322Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-24T07:33:12.322Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e6931e09-3e39-4b2f-b361-b7bc79581502
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-24T07:33:12.339Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e6931e09-3e39-4b2f-b361-b7bc79581502
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-24T07:33:12.342Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-24T07:33:12.342Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-24T07:33:12.343Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-24T07:33:29.318Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:33:29.320Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T07:33:29.320Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:33:29.359Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T07:33:29.359Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:33:29.359Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
"consumerID": "policy-id",
"timestamp": 1656055872835,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/artifacts/service-DemoPnf4cmpiw595ibqpp3opbca-csar.csar",
"status": "NOTIFIED"
}
2022-06-24T07:33:29.360Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:33:42.343Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e6931e09-3e39-4b2f-b361-b7bc79581502
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-24T07:33:42.360Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e6931e09-3e39-4b2f-b361-b7bc79581502
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-24T07:33:42.362Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-24T07:33:42.362Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-24T07:33:42.362Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-24T07:34:12.363Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e6931e09-3e39-4b2f-b361-b7bc79581502
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-24T07:34:12.377Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e6931e09-3e39-4b2f-b361-b7bc79581502
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-24T07:34:12.379Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-24T07:34:12.379Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-24T07:34:12.379Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-24T07:34:29.318Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:34:29.319Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T07:34:29.320Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:34:29.345Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T07:34:29.391Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.392Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
"consumerID": "cds",
"timestamp": 1656055873582,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/artifacts/service-DemoPnf4cmpiw595ibqpp3opbca-csar.csar",
"status": "NOTIFIED"
}
2022-06-24T07:34:29.395Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:34:29.395Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.395Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656055871894,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/artifacts/service-DemoPnf4cmpiw595ibqpp3opbca-csar.csar",
"status": "NOTIFIED"
}
2022-06-24T07:34:29.395Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:34:29.395Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.396Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656055889315,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/resourceInstances/pnfca3db2d889b70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.396Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:34:29.396Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.396Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
"consumerID": "ves-openapi-manager",
"timestamp": 1656055887688,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/resourceInstances/pnfca3db2d889b70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.396Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:34:29.396Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.397Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656055883900,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/resourceInstances/pnfca3db2d889b70/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.397Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:34:29.397Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.397Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
"consumerID": "policy-id",
"timestamp": 1656055889749,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/artifacts/service-DemoPnf4cmpiw595ibqpp3opbca-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-24T07:34:29.397Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:34:29.397Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.397Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656055889315,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/resourceInstances/pnfca3db2d889b70/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.397Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:34:29.398Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.398Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
"consumerID": "ves-openapi-manager",
"timestamp": 1656055887688,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/resourceInstances/pnfca3db2d889b70/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.398Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:34:29.398Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.398Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
"consumerID": "cds",
"timestamp": 1656055890364,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/artifacts/service-DemoPnf4cmpiw595ibqpp3opbca-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-24T07:34:29.398Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:34:29.398Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.398Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656055889388,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/artifacts/service-DemoPnf4cmpiw595ibqpp3opbca-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-24T07:34:29.398Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:34:29.399Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.399Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656055883900,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/resourceInstances/pnfca3db2d889b70/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.399Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:34:29.399Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.399Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656055889315,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/resourceInstances/pnfca3db2d889b70/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.399Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:34:29.399Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.399Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
"consumerID": "policy-id",
"timestamp": 1656055890755,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/artifacts/service-DemoPnf4cmpiw595ibqpp3opbca-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-24T07:34:29.400Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:34:29.400Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.400Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
"consumerID": "ves-openapi-manager",
"timestamp": 1656055887688,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/resourceInstances/pnfca3db2d889b70/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.400Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:34:29.400Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.400Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
"consumerID": "cds",
"timestamp": 1656055891380,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/artifacts/service-DemoPnf4cmpiw595ibqpp3opbca-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-24T07:34:29.415Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e6931e09-3e39-4b2f-b361-b7bc79581502
2022-06-24T07:34:29.415Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e6931e09-3e39-4b2f-b361-b7bc79581502 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-24T07:34:29.429Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.429Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656055883900,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/artifacts/service-DemoPnf4cmpiw595ibqpp3opbca-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.429Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:34:29.430Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.430Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
"consumerID": "policy-id",
"timestamp": 1656055891758,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-24T07:34:29.435Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e6931e09-3e39-4b2f-b361-b7bc79581502
2022-06-24T07:34:29.435Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e6931e09-3e39-4b2f-b361-b7bc79581502 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-24T07:34:29.445Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.445Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656055889315,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/resourceInstances/pnfca3db2d889b70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.445Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:34:29.446Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.446Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
"consumerID": "ves-openapi-manager",
"timestamp": 1656055887688,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/resourceInstances/pnfca3db2d889b70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.446Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:34:29.446Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.446Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656055891435,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/artifacts/service-DemoPnf4cmpiw595ibqpp3opbca-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-24T07:34:29.446Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:34:29.446Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.446Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656055883900,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/artifacts/service-DemoPnf4cmpiw595ibqpp3opbca-csar.csar",
"status": "NOTIFIED"
}
2022-06-24T07:34:29.446Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:34:29.447Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.447Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
"consumerID": "ves-openapi-manager",
"timestamp": 1656055887688,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/resourceInstances/pnfca3db2d889b70/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.447Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:34:29.447Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.447Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656055889315,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/resourceInstances/pnfca3db2d889b70/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.447Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:34:29.447Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.447Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656055892439,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-24T07:34:29.454Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e6931e09-3e39-4b2f-b361-b7bc79581502
2022-06-24T07:34:29.455Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e6931e09-3e39-4b2f-b361-b7bc79581502 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-24T07:34:29.470Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.471Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
"consumerID": "ves-openapi-manager",
"timestamp": 1656055887688,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/resourceInstances/pnfca3db2d889b70/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2022-06-24T07:34:29.471Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:34:29.471Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.471Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656055889315,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/resourceInstances/pnfca3db2d889b70/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.471Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:34:29.471Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.471Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
"consumerID": "ves-openapi-manager",
"timestamp": 1656055887688,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/artifacts/service-DemoPnf4cmpiw595ibqpp3opbca-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.471Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:34:29.472Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.472Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656055889315,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/artifacts/service-DemoPnf4cmpiw595ibqpp3opbca-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.472Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:34:29.472Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.472Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
"consumerID": "aai-ml",
"timestamp": 1656055893914,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/resourceInstances/pnfca3db2d889b70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.472Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:34:29.472Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.472Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
"consumerID": "ves-openapi-manager",
"timestamp": 1656055887688,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/artifacts/service-DemoPnf4cmpiw595ibqpp3opbca-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.472Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:34:29.472Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.473Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656055889315,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/artifacts/service-DemoPnf4cmpiw595ibqpp3opbca-csar.csar",
"status": "NOTIFIED"
}
2022-06-24T07:34:29.473Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:34:29.473Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.473Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
"consumerID": "aai-ml",
"timestamp": 1656055893914,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/resourceInstances/pnfca3db2d889b70/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.473Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:34:29.473Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.473Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
"consumerID": "ves-openapi-manager",
"timestamp": 1656055896686,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/resourceInstances/pnfca3db2d889b70/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-24T07:34:29.473Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:34:29.474Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.474Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
"consumerID": "aai-ml",
"timestamp": 1656055893914,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/resourceInstances/pnfca3db2d889b70/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.474Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:34:29.474Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.474Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656055898408,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/artifacts/service-DemoPnf4cmpiw595ibqpp3opbca-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-24T07:34:29.474Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:34:29.474Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.474Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
"consumerID": "aai-ml",
"timestamp": 1656055893914,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/resourceInstances/pnfca3db2d889b70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.474Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:34:29.475Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.475Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
"consumerID": "ves-openapi-manager",
"timestamp": 1656055897881,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/resourceInstances/pnfca3db2d889b70/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2022-06-24T07:34:29.475Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:34:29.475Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.475Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
"consumerID": "aai-ml",
"timestamp": 1656055893914,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/resourceInstances/pnfca3db2d889b70/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.475Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:34:29.475Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.475Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
"consumerID": "ves-openapi-manager",
"timestamp": 1656055898886,
"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=?
2022-06-24T07:34:29.482Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of e6931e09-3e39-4b2f-b361-b7bc79581502
2022-06-24T07:34:29.482Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e6931e09-3e39-4b2f-b361-b7bc79581502 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 (?, ?, ?, ?, ?)
2022-06-24T07:34:29.500Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.500Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656055901246,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/artifacts/service-DemoPnf4cmpiw595ibqpp3opbca-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-24T07:34:29.501Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:34:29.501Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.501Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
"consumerID": "aai-ml",
"timestamp": 1656055893914,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/resourceInstances/pnfca3db2d889b70/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.502Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:34:29.502Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.502Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
"consumerID": "aai-ml",
"timestamp": 1656055893914,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/artifacts/service-DemoPnf4cmpiw595ibqpp3opbca-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.502Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:34:29.502Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.502Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
"consumerID": "aai-ml",
"timestamp": 1656055893914,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/artifacts/service-DemoPnf4cmpiw595ibqpp3opbca-csar.csar",
"status": "NOTIFIED"
}
2022-06-24T07:34:29.503Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:34:29.503Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.503Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
"consumerID": "aai-ml",
"timestamp": 1656055902765,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/artifacts/service-DemoPnf4cmpiw595ibqpp3opbca-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-24T07:34:29.503Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:34:29.503Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.503Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "481372dd-7df3-496a-aca5-98083b1001d8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656055901894,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.504Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:34:29.504Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.504Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "481372dd-7df3-496a-aca5-98083b1001d8",
"consumerID": "cds",
"timestamp": 1656055903582,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.504Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:34:29.504Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.504Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "481372dd-7df3-496a-aca5-98083b1001d8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656055903900,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.505Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:34:29.505Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.505Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "481372dd-7df3-496a-aca5-98083b1001d8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656055901894,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-24T07:34:29.505Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:34:29.505Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.505Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "481372dd-7df3-496a-aca5-98083b1001d8",
"consumerID": "cds",
"timestamp": 1656055903582,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-24T07:34:29.506Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:34:29.506Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.506Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "481372dd-7df3-496a-aca5-98083b1001d8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656055903900,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-24T07:34:29.506Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:34:29.506Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.506Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "481372dd-7df3-496a-aca5-98083b1001d8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656055906317,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-24T07:34:29.507Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:34:29.507Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.507Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "481372dd-7df3-496a-aca5-98083b1001d8",
"consumerID": "cds",
"timestamp": 1656055907305,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-24T07:34:29.507Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:34:29.507Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.507Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "481372dd-7df3-496a-aca5-98083b1001d8",
"consumerID": "cds",
"timestamp": 1656055908312,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-24T07:34:29.535Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 481372dd-7df3-496a-aca5-98083b1001d8
2022-06-24T07:34:29.536Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 481372dd-7df3-496a-aca5-98083b1001d8 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-24T07:34:29.548Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.548Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "481372dd-7df3-496a-aca5-98083b1001d8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656055908005,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-24T07:34:29.549Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:34:29.549Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.549Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
"consumerID": "aai-ml",
"timestamp": 1656055908128,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/artifacts/service-DemoPnf4cmpiw595ibqpp3opbca-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-24T07:34:29.549Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:34:29.549Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.549Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "481372dd-7df3-496a-aca5-98083b1001d8",
"consumerID": "ves-openapi-manager",
"timestamp": 1656055907689,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.550Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:34:29.550Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.550Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "481372dd-7df3-496a-aca5-98083b1001d8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656055909015,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-24T07:34:29.558Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 481372dd-7df3-496a-aca5-98083b1001d8
2022-06-24T07:34:29.558Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 481372dd-7df3-496a-aca5-98083b1001d8 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-24T07:34:29.567Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.568Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
"consumerID": "aai-ml",
"timestamp": 1656055909132,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-24T07:34:29.572Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e6931e09-3e39-4b2f-b361-b7bc79581502
2022-06-24T07:34:29.572Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e6931e09-3e39-4b2f-b361-b7bc79581502 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-24T07:34:29.586Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.587Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "481372dd-7df3-496a-aca5-98083b1001d8",
"consumerID": "ves-openapi-manager",
"timestamp": 1656055907689,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.587Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:34:29.587Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.587Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "481372dd-7df3-496a-aca5-98083b1001d8",
"consumerID": "policy-id",
"timestamp": 1656055912835,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.587Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:34:29.587Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.587Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "481372dd-7df3-496a-aca5-98083b1001d8",
"consumerID": "policy-id",
"timestamp": 1656055912835,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-24T07:34:29.587Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:34:29.587Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.587Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "481372dd-7df3-496a-aca5-98083b1001d8",
"consumerID": "policy-id",
"timestamp": 1656055915587,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-24T07:34:29.588Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:34:29.588Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.588Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "481372dd-7df3-496a-aca5-98083b1001d8",
"consumerID": "policy-id",
"timestamp": 1656055916592,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-24T07:34:29.588Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:34:29.588Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.588Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "481372dd-7df3-496a-aca5-98083b1001d8",
"consumerID": "policy-id",
"timestamp": 1656055917595,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-24T07:34:29.594Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 481372dd-7df3-496a-aca5-98083b1001d8
2022-06-24T07:34:29.594Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 481372dd-7df3-496a-aca5-98083b1001d8 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-24T07:34:29.607Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.607Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
"consumerID": "cds",
"timestamp": 1656055918582,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.607Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:34:29.608Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.608Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
"consumerID": "cds",
"timestamp": 1656055918582,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.608Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:34:29.608Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.608Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
"consumerID": "cds",
"timestamp": 1656055918582,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.608Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:34:29.609Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.609Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
"consumerID": "cds",
"timestamp": 1656055918582,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.609Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:34:29.609Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.609Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
"consumerID": "cds",
"timestamp": 1656055918582,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.610Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:34:29.610Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.610Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
"consumerID": "cds",
"timestamp": 1656055918582,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.610Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:34:29.610Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.611Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "481372dd-7df3-496a-aca5-98083b1001d8",
"consumerID": "aai-ml",
"timestamp": 1656055923914,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.611Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:34:29.611Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.611Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656055923900,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.611Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:34:29.611Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.611Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
"consumerID": "cds",
"timestamp": 1656055918582,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.612Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:34:29.612Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.612Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "481372dd-7df3-496a-aca5-98083b1001d8",
"consumerID": "aai-ml",
"timestamp": 1656055923914,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-24T07:34:29.612Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:34:29.612Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.612Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656055923900,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2022-06-24T07:34:29.613Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:34:29.613Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.613Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
"consumerID": "cds",
"timestamp": 1656055918582,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.613Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:34:29.613Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.613Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656055923900,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2022-06-24T07:34:29.614Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:34:29.614Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.614Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "481372dd-7df3-496a-aca5-98083b1001d8",
"consumerID": "aai-ml",
"timestamp": 1656055926660,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-24T07:34:29.614Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:34:29.614Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.614Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
"consumerID": "cds",
"timestamp": 1656055918582,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-06-24T07:34:29.614Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:34:29.615Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.615Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656055923900,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-06-24T07:34:29.615Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:34:29.615Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.615Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
"consumerID": "ves-openapi-manager",
"timestamp": 1656055927688,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.615Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:34:29.615Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.616Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
"consumerID": "cds",
"timestamp": 1656055929669,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-24T07:34:29.616Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:34:29.616Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.616Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656055923900,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-06-24T07:34:29.616Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:34:29.616Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.616Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
"consumerID": "ves-openapi-manager",
"timestamp": 1656055927688,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.617Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:34:29.617Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.617Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
"consumerID": "cds",
"timestamp": 1656055930678,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-24T07:34:29.644Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of cbc29e30-2387-4aeb-9853-c0ce745c7ae3
2022-06-24T07:34:29.644Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId cbc29e30-2387-4aeb-9853-c0ce745c7ae3 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-24T07:34:29.659Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.659Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656055923900,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.659Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:34:29.660Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.660Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
"consumerID": "ves-openapi-manager",
"timestamp": 1656055927688,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.660Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:34:29.660Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.660Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "481372dd-7df3-496a-aca5-98083b1001d8",
"consumerID": "aai-ml",
"timestamp": 1656055930535,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-24T07:34:29.660Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:34:29.661Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.661Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656055923900,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2022-06-24T07:34:29.661Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:34:29.661Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.661Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
"consumerID": "ves-openapi-manager",
"timestamp": 1656055927688,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.661Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:34:29.661Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.662Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "481372dd-7df3-496a-aca5-98083b1001d8",
"consumerID": "aai-ml",
"timestamp": 1656055931538,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-24T07:34:29.674Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 481372dd-7df3-496a-aca5-98083b1001d8
2022-06-24T07:34:29.674Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 481372dd-7df3-496a-aca5-98083b1001d8 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-24T07:34:29.686Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.686Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656055923900,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.687Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:34:29.687Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.687Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
"consumerID": "ves-openapi-manager",
"timestamp": 1656055927688,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.687Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:34:29.688Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.688Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656055931894,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.688Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:34:29.688Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.688Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
"consumerID": "aai-ml",
"timestamp": 1656055923914,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.688Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:34:29.689Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.689Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656055923900,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-06-24T07:34:29.689Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:34:29.689Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.689Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
"consumerID": "policy-id",
"timestamp": 1656055932835,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.690Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:34:29.690Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.690Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
"consumerID": "ves-openapi-manager",
"timestamp": 1656055927688,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.690Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:34:29.690Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.690Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656055931894,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.691Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:34:29.691Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.691Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
"consumerID": "aai-ml",
"timestamp": 1656055923914,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.691Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:34:29.692Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.692Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656055933690,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-24T07:34:29.692Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:34:29.692Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.693Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
"consumerID": "policy-id",
"timestamp": 1656055932835,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.693Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:34:29.693Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.693Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
"consumerID": "ves-openapi-manager",
"timestamp": 1656055927688,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.693Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:34:29.694Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.694Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656055931894,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.694Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:34:29.694Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.694Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
"consumerID": "aai-ml",
"timestamp": 1656055923914,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.694Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:34:29.695Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.695Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
"consumerID": "policy-id",
"timestamp": 1656055932835,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.695Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:34:29.695Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.695Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656055934812,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "DOWNLOAD_OK"
}
2022-06-24T07:34:29.696Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:34:29.696Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.696Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
"consumerID": "ves-openapi-manager",
"timestamp": 1656055927688,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.696Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:34:29.697Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.697Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656055931894,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.697Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:34:29.697Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.697Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
"consumerID": "aai-ml",
"timestamp": 1656055923914,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.698Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:34:29.698Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.698Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
"consumerID": "policy-id",
"timestamp": 1656055932835,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.699Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:34:29.699Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.699Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656055936059,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-24T07:34:29.699Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:34:29.699Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.700Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
"consumerID": "ves-openapi-manager",
"timestamp": 1656055927688,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.700Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:34:29.700Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.700Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656055931894,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.701Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:34:29.701Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.701Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
"consumerID": "aai-ml",
"timestamp": 1656055923914,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.701Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:34:29.702Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.702Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
"consumerID": "policy-id",
"timestamp": 1656055932835,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-06-24T07:34:29.702Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:34:29.702Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.702Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656055937154,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "DOWNLOAD_OK"
}
2022-06-24T07:34:29.702Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:34:29.703Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.703Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656055931894,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.703Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:34:29.704Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.704Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
"consumerID": "aai-ml",
"timestamp": 1656055923914,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.704Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:34:29.704Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.705Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
"consumerID": "policy-id",
"timestamp": 1656055932835,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.705Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:34:29.706Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.706Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656055938223,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-24T07:34:29.713Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cbc29e30-2387-4aeb-9853-c0ce745c7ae3
2022-06-24T07:34:29.714Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId cbc29e30-2387-4aeb-9853-c0ce745c7ae3 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-24T07:34:29.725Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.726Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656055931894,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.726Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:34:29.727Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.727Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
"consumerID": "aai-ml",
"timestamp": 1656055923914,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.727Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:34:29.727Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.727Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
"consumerID": "policy-id",
"timestamp": 1656055932835,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.728Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:34:29.728Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.728Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656055939227,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-24T07:34:29.728Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:34:29.728Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.729Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656055931894,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.729Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:34:29.729Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.729Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
"consumerID": "aai-ml",
"timestamp": 1656055923914,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.730Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:34:29.730Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.730Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
"consumerID": "policy-id",
"timestamp": 1656055932835,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.731Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:34:29.731Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.731Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656055931894,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-06-24T07:34:29.731Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:34:29.731Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.732Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
"consumerID": "aai-ml",
"timestamp": 1656055923914,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-06-24T07:34:29.732Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:34:29.732Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.732Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
"consumerID": "policy-id",
"timestamp": 1656055932835,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-06-24T07:34:29.732Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-24T07:34:29.733Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.733Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656055941662,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-24T07:34:29.733Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:34:29.734Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.734Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
"consumerID": "aai-ml",
"timestamp": 1656055941654,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-24T07:34:29.734Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:34:29.735Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.735Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
"consumerID": "policy-id",
"timestamp": 1656055942597,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-24T07:34:29.735Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:34:29.735Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.736Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
"consumerID": "policy-id",
"timestamp": 1656055943601,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-24T07:34:29.736Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:34:29.736Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.736Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656055944166,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-24T07:34:29.736Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:34:29.736Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.737Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
"consumerID": "policy-id",
"timestamp": 1656055944604,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-24T07:34:29.744Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cbc29e30-2387-4aeb-9853-c0ce745c7ae3
2022-06-24T07:34:29.744Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId cbc29e30-2387-4aeb-9853-c0ce745c7ae3 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=?
2022-06-24T07:34:29.752Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.752Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656055945176,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-24T07:34:29.758Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of cbc29e30-2387-4aeb-9853-c0ce745c7ae3
2022-06-24T07:34:29.759Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId cbc29e30-2387-4aeb-9853-c0ce745c7ae3 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-24T07:34:42.380Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e6931e09-3e39-4b2f-b361-b7bc79581502
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-24T07:34:42.395Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e6931e09-3e39-4b2f-b361-b7bc79581502
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-24T07:34:42.399Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-24T07:34:42.399Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-24T07:34:42.399Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-24T07:34:42.399Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-24T07:34:42.399Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-24T07:34:42.400Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-24T07:34:42.400Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-24T07:34:42.400Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-24T07:34:42.400Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-24T07:34:42.400Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-24T07:34:42.400Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-24T07:34:42.406Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-24T07:35:12.407Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e6931e09-3e39-4b2f-b361-b7bc79581502 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-24T07:35:12.419Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e6931e09-3e39-4b2f-b361-b7bc79581502 and serviceModelVersionId: 60bc9f3b-8c75-4ba3-8fef-af1c3d9cbefe
2022-06-24T07:35:12.419Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 52d910bc-db5d-452e-819c-076805daa8c1
2022-06-24T07:35:12.421Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/52d910bc-db5d-452e-819c-076805daa8c1/model-vers/model-ver/60bc9f3b-8c75-4ba3-8fef-af1c3d9cbefe?depth=0
2022-06-24T07:35:12.433Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-06-24T07:35:12.520Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/52d910bc-db5d-452e-819c-076805daa8c1/model-vers/model-ver/60bc9f3b-8c75-4ba3-8fef-af1c3d9cbefe?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-06-24T07:35:12.523Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/52d910bc-db5d-452e-819c-076805daa8c1/model-vers/model-ver/60bc9f3b-8c75-4ba3-8fef-af1c3d9cbefe?depth=0|INFO|500||Invoke
2022-06-24T07:35:12.560Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/52d910bc-db5d-452e-819c-076805daa8c1/model-vers/model-ver/60bc9f3b-8c75-4ba3-8fef-af1c3d9cbefe?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-06-24T07:35:12.666Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/52d910bc-db5d-452e-819c-076805daa8c1/model-vers/model-ver/60bc9f3b-8c75-4ba3-8fef-af1c3d9cbefe?depth=0|INFO|500||InvokeReturn
2022-06-24T07:35:12.668Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/52d910bc-db5d-452e-819c-076805daa8c1/model-vers/model-ver/60bc9f3b-8c75-4ba3-8fef-af1c3d9cbefe?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220624-07:35:10:925-72087], vertex-id=[192752], Content-Length=[0], Date=[Fri, 24 Jun 2022 07:35:10 GMT], Content-Type=[application/json]}
2022-06-24T07:35:12.670Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-06-24T07:35:12.672Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-24T07:35:12.672Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-24T07:35:12.682Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-06-24T07:35:12.683Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e6931e09-3e39-4b2f-b361-b7bc79581502 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-24T07:35:12.683Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-24T07:35:12.684Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:35:12.686Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:35:12.686Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656056112683,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-24T07:35:12.786Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-24T07:35:12.787Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T07:35:12.788Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:35:12.814Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T07:35:12.815Z||pool-45-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-24T07:35:13.706Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:35:13.707Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T07:35:13.707Z|e6931e09-3e39-4b2f-b361-b7bc79581502|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 Cki7yysn1YFYKJag) ...
2022-06-24T07:35:18.262Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T07:35:18.270Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T07:35:18.274Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"481372dd-7df3-496a-aca5-98083b1001d8","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"4f7a0a3d-b0fa-4b80-a8ca-917a4269c0f6","serviceDescription":"service","serviceInvariantUUID":"07b7941c-596a-49d9-9502-0db77b1e7761","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"395019d5-13fc-4b65-b13e-6a6b65c42fe1","resourceInvariantUUID":"21bda4e5-c543-41ca-b533-bb37e123e84a","resourceCustomizationUUID":"7749b0e3-72d1-4c6c-b94d-9ec4b988a3de","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":"MzVlMzM2N2E1ZjVlMjI4MWJkMzdhMDhhZDM3MjM3ZTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"88439514-be4c-461d-b691-d1f0f33a3267","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZjYwODEwNjM2Y2UwNWNkZDVhZjYzOTliNzI5ZjEwYzg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"919f3cbe-d608-42d9-bcf3-00fb9a8ad940","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-24T07:35:18.282Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:35:18.283Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:35:18.289Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:35:18.289Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "481372dd-7df3-496a-aca5-98083b1001d8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656056113706,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-24T07:35:18.386Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-06-24T07:35:18.387Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T07:35:18.387Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:35:18.404Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T07:35:18.413Z||pool-46-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:35:19.290Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:35:19.291Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:35:19.294Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:35:19.294Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "481372dd-7df3-496a-aca5-98083b1001d8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656056113706,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-24T07:35:19.394Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:35:19.395Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T07:35:19.396Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:35:19.415Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T07:35:19.416Z||pool-47-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:35:20.296Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "481372dd-7df3-496a-aca5-98083b1001d8",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "4f7a0a3d-b0fa-4b80-a8ca-917a4269c0f6",
"serviceDescription": "service",
"serviceInvariantUUID": "07b7941c-596a-49d9-9502-0db77b1e7761",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "7749b0e3-72d1-4c6c-b94d-9ec4b988a3de",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "395019d5-13fc-4b65-b13e-6a6b65c42fe1",
"resourceInvariantUUID": "21bda4e5-c543-41ca-b533-bb37e123e84a",
"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": "ZjYwODEwNjM2Y2UwNWNkZDVhZjYzOTliNzI5ZjEwYzg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "919f3cbe-d608-42d9-bcf3-00fb9a8ad940"
}
],
"workloadContext": "Production"
}
2022-06-24T07:35:20.298Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-24T07:35:20.300Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 4f7a0a3d-b0fa-4b80-a8ca-917a4269c0f6 ASDC
2022-06-24T07:35:20.308Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:481372dd-7df3-496a-aca5-98083b1001d8
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:4f7a0a3d-b0fa-4b80-a8ca-917a4269c0f6
ServiceInvariantUUID:07b7941c-596a-49d9-9502-0db77b1e7761
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:919f3cbe-d608-42d9-bcf3-00fb9a8ad940
ArtifactChecksum:ZjYwODEwNjM2Y2UwNWNkZDVhZjYzOTliNzI5ZjEwYzg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:7749b0e3-72d1-4c6c-b94d-9ec4b988a3de
ResourceInvariantUUID:21bda4e5-c543-41ca-b533-bb37e123e84a
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:395019d5-13fc-4b65-b13e-6a6b65c42fe1
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-06-24T07:35:20.308Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4f7a0a3d-b0fa-4b80-a8ca-917a4269c0f6 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-24T07:35:20.377Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-24T07:35:20.379Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-24T07:35:20.380Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-24T07:35:20.380Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 919f3cbe-d608-42d9-bcf3-00fb9a8ad940 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-24T07:35:20.380Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-24T07:35:20.380Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-24T07:35:20.549Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-24T07:35:20.552Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 919f3cbe-d608-42d9-bcf3-00fb9a8ad940 52508
2022-06-24T07:35:20.552Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-06-24T07:35:20.552Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-24T07:35:20.552Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T07:35:20.552Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:35:20.555Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:35:20.555Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "481372dd-7df3-496a-aca5-98083b1001d8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656056120552,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-24T07:35:20.655Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:35:20.656Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T07:35:20.656Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:35:20.675Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-24T07:35:20.675Z||pool-48-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:35:21.558Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-24T07:35:21.559Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-24T07:35:21.560Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 919f3cbe-d608-42d9-bcf3-00fb9a8ad940, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-24T07:35:21.560Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-06-24T07:35:21.561Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-24T07:35:21.561Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-24T07:35:21.844Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15393468670930195048/Definitions/service-BasicNetwork-template.yml
2022-06-24T07:35:22.406Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-24T07:35:22.407Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-24T07:35:22.407Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-24T07:35:22.407Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-06-24T07:35:22.407Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-24T07:35:22.408Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-24T07:35:22.408Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-24T07:35:22.408Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-24T07:35:22.408Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-24T07:35:22.408Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-24T07:35:22.408Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-24T07:35:22.408Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-24T07:35:22.408Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-24T07:35:22.409Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T07:35:22.409Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:35:22.409Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-24T07:35:22.409Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-24T07:35:22.410Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-24T07:35:22.410Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T07:35:22.410Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:35:22.410Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-24T07:35:22.411Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-24T07:35:22.411Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-24T07:35:22.411Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T07:35:22.412Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:35:22.412Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T07:35:22.412Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:35:22.413Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T07:35:22.413Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:35:22.414Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T07:35:22.414Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:35:22.414Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T07:35:22.414Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:35:22.415Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:4f7a0a3d-b0fa-4b80-a8ca-917a4269c0f6
Model Version:NULL
Model InvariantUuid:07b7941c-596a-49d9-9502-0db77b1e7761
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:21bda4e5-c543-41ca-b533-bb37e123e84a
Model UUID:6a29b155-e642-4368-9ad3-d664b3169f2a
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:7749b0e3-72d1-4c6c-b94d-9ec4b988a3de
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-24T07:35:22.436Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||INFO|500||Processing Resource Type: VL, Model UUID: 395019d5-13fc-4b65-b13e-6a6b65c42fe1
2022-06-24T07:35:22.436Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||INFO|500||No resources found for Service: 4f7a0a3d-b0fa-4b80-a8ca-917a4269c0f6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-24T07:35:22.444Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||INFO|500||
2022-06-24T07:35:22.444Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-06-24T07:35:22.445Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 4f7a0a3d-b0fa-4b80-a8ca-917a4269c0f6
2022-06-24T07:35:22.445Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 4f7a0a3d-b0fa-4b80-a8ca-917a4269c0f6
2022-06-24T07:35:22.445Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-06-24T07:35:22.446Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-24T07:35:22.454Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5380663b, org.onap.sdc.toscaparser.api.parameters.Input@1114cc6d, org.onap.sdc.toscaparser.api.parameters.Input@676202af, org.onap.sdc.toscaparser.api.parameters.Input@423d2d69, org.onap.sdc.toscaparser.api.parameters.Input@12dc3aab]
2022-06-24T07:35:22.455Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T07:35:22.456Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:35:22.456Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T07:35:22.456Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:35:22.457Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 4f7a0a3d-b0fa-4b80-a8ca-917a4269c0f6: Generic NeutronNet
2022-06-24T07:35:22.457Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T07:35:22.457Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:35:22.457Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T07:35:22.458Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-06-24T07:35:22.498Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T07:35:22.499Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:35:22.500Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-24T07:35:22.500Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:35:22.500Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery