By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2021-09-11T06:36:12.327Z||main|||||INFO|500||The following profiles are active: basic
2021-09-11T06:36:26.018Z||main|||||INFO|500||Starting service [Tomcat]
2021-09-11T06:36:26.019Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-09-11T06:36:26.161Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-09-11T06:36:32.626Z||main|||||INFO|500||catdb-pool - Starting...
2021-09-11T06:36:33.303Z||main|||||INFO|500||catdb-pool - Start completed.
2021-09-11T06:36:34.171Z||main|||||INFO|500||reqdb-pool - Starting...
2021-09-11T06:36:34.278Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-09-11T06:36:34.586Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-09-11T06:36:35.229Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-09-11T06:36:36.576Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-09-11T06:36:41.664Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-11T06:36:44.540Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-11T06:36:44.614Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-09-11T06:36:45.783Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-11T06:36:46.169Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2021-09-11T06:36:47.914Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-11T06:36:49.378Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-09-11T06:36:49.395Z||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$$b3d2088f.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2021-09-11T06:36:49.396Z||main|||||WARN|500||The sdc end point is not alive
2021-09-11T06:36:53.122Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2021-09-11T06:36:56.275Z||main|||||WARN|500||---
2021-09-11T06:36:56.275Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-09-11T06:36:56.276Z||main|||||WARN|500||---
2021-09-11T06:36:56.789Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-09-11T06:37:02.493Z||main|||||INFO|500||Started Application in 53.972 seconds (JVM running for 58.367)
2021-09-11T06:37:02.543Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-11T06:37:02.557Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-11T06:37:02.573Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-11T06:37:02.636Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-11T06:37:02.690Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= bcb6765e-15f8-4e0d-ad0d-d354d6de9c20 url= /sdc/v1/artifactTypes
2021-09-11T06:37:02.691Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-11T06:37:02.997Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-09-11T06:37:03.017Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-09-11T06:37:03.039Z||scheduling-1|||||DEBUG|500||create keys
2021-09-11T06:37:03.048Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-09-11T06:37:03.098Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T06:37:03.114Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 2ad06449-eb2f-4d26-a203-e19723f1193e url= /sdc/v1/registerForDistribution
2021-09-11T06:37:03.271Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 2ad06449-eb2f-4d26-a203-e19723f1193e url= /sdc/v1/registerForDistribution
2021-09-11T06:37:03.272Z||scheduling-1|||||INFO|500||start DistributionClient
2021-09-11T06:37:03.320Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T06:37:03.320Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-09-11T06:37:03.325Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T06:37:03.328Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T06:37:03.328Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T06:37:03.329Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T06:37:03.330Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T06:37:13.659Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T06:37:13.691Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T06:38:03.282Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T06:38:03.285Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T06:38:03.285Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T06:38:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T06:38:03.287Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T06:38:03.287Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T06:38:12.850Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T06:38:12.855Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T06:39:03.282Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T06:39:03.285Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T06:39:03.285Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T06:39:03.286Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T06:39:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T06:39:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T06:39:12.844Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T06:39:12.845Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T06:40:03.281Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T06:40:03.285Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T06:40:03.285Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T06:40:03.285Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T06:40:03.286Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T06:40:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T06:40:12.849Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T06:40:12.853Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T06:41:03.282Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T06:41:03.285Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T06:41:03.285Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T06:41:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T06:41:03.286Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T06:41:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T06:41:12.874Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T06:41:12.876Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T06:42:03.282Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T06:42:03.286Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T06:42:03.286Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T06:42:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T06:42:03.287Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T06:42:03.287Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T06:42:12.851Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T06:42:12.852Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T06:43:03.282Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T06:43:03.285Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T06:43:03.286Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T06:43:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T06:43:03.286Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T06:43:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T06:43:12.859Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T06:43:12.858Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T06:44:03.282Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T06:44:03.285Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T06:44:03.285Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T06:44:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T06:44:03.289Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T06:44:03.290Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T06:44:12.905Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T06:44:12.913Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T06:45:03.282Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T06:45:03.286Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T06:45:03.287Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T06:45:03.287Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T06:45:03.290Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T06:45:03.291Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T06:45:12.872Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T06:45:12.873Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T06:46:03.282Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T06:46:03.285Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T06:46:03.287Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T06:46:03.287Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T06:46:03.287Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T06:46:03.288Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T06:46:12.843Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T06:46:12.854Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T06:46:56.244Z||http-nio-8085-exec-2|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-09-11T06:47:03.281Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T06:47:03.283Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T06:47:03.283Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T06:47:03.285Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T06:47:03.286Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T06:47:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T06:47:12.846Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T06:47:12.846Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T06:48:03.282Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T06:48:03.285Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T06:48:03.285Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T06:48:03.285Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T06:48:03.286Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T06:48:03.287Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T06:48:12.853Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T06:48:12.853Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T06:49:03.282Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T06:49:03.285Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T06:49:03.287Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T06:49:03.287Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T06:49:03.287Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T06:49:03.287Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T06:49:12.846Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T06:49:12.847Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T06:50:03.282Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T06:50:03.284Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T06:50:03.284Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T06:50:03.285Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T06:50:03.285Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T06:50:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T06:50:12.847Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T06:50:12.847Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T06:51:03.281Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T06:51:03.284Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T06:51:03.285Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T06:51:03.285Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T06:51:03.286Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T06:51:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T06:51:12.894Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T06:51:12.894Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T06:52:03.281Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T06:52:03.284Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T06:52:03.285Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T06:52:03.285Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T06:52:03.286Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T06:52:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T06:52:12.855Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T06:52:12.863Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T06:53:03.281Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T06:53:03.284Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T06:53:03.285Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T06:53:03.285Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T06:53:03.286Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T06:53:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T06:53:12.846Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T06:53:12.847Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T06:54:03.282Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T06:54:03.284Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T06:54:03.285Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T06:54:03.285Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T06:54:03.286Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T06:54:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T06:54:12.844Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T06:54:12.844Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T06:55:03.282Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T06:55:03.285Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T06:55:03.285Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T06:55:03.285Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T06:55:03.285Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T06:55:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T06:55:12.851Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T06:55:12.852Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T06:56:03.282Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T06:56:03.285Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T06:56:03.285Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T06:56:03.285Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T06:56:03.286Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T06:56:03.287Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T06:56:12.841Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T06:56:12.900Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T06:57:03.284Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T06:57:03.285Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T06:57:03.285Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T06:57:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T06:57:03.286Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T06:57:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T06:57:12.846Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T06:57:12.850Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T06:58:03.281Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T06:58:03.284Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T06:58:03.284Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T06:58:03.286Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T06:58:03.290Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T06:58:03.291Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T06:58:12.867Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T06:58:12.883Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T06:59:03.281Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T06:59:03.284Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T06:59:03.284Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T06:59:03.285Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T06:59:03.286Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T06:59:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T06:59:12.845Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T06:59:12.845Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T07:00:03.282Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:00:03.285Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:00:03.285Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:00:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:00:03.286Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:00:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:00:12.843Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T07:00:12.858Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T07:01:03.282Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:01:03.284Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:01:03.284Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:01:03.285Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:01:03.286Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:01:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:01:12.845Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T07:01:12.862Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T07:02:03.282Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:02:03.285Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:02:03.285Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:02:03.285Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:02:03.286Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:02:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:02:12.840Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T07:02:12.840Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T07:03:03.281Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:03:03.284Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:03:03.284Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:03:03.287Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:03:03.288Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:03:03.288Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:03:12.844Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T07:03:12.854Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T07:04:03.282Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:04:03.284Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:04:03.285Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:04:03.286Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:04:03.287Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:04:03.287Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:04:12.846Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T07:04:12.851Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T07:05:03.281Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:05:03.284Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:05:03.284Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:05:03.286Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:05:03.287Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:05:03.287Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:05:12.843Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T07:05:12.862Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T07:06:03.282Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:06:03.284Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:06:03.285Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:06:03.286Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:06:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:06:03.285Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:06:12.844Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T07:06:12.845Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T07:07:03.282Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:07:03.285Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:07:03.285Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:07:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:07:03.286Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:07:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:07:12.841Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T07:07:12.844Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T07:08:03.282Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:08:03.285Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:08:03.287Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:08:03.287Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:08:03.288Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:08:03.289Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:08:12.847Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T07:08:12.849Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T07:09:03.281Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:09:03.284Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:09:03.284Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:09:03.286Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:09:03.287Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:09:03.287Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:09:12.840Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T07:09:12.843Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T07:10:03.281Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:10:03.284Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:10:03.284Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:10:03.285Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:10:03.286Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:10:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:10:12.844Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T07:10:12.846Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T07:11:03.281Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:11:03.285Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:11:03.285Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:11:03.285Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:11:03.285Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:11:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:11:12.871Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T07:11:12.872Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T07:12:03.282Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:12:03.285Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:12:03.286Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:12:03.286Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:12:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:12:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:12:12.845Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T07:12:12.844Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T07:13:03.281Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:13:03.284Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:13:03.284Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:13:03.285Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:13:03.286Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:13:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:13:12.854Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T07:13:12.890Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T07:14:03.281Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:14:03.283Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:14:03.283Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:14:03.285Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:14:03.286Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:14:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:14:12.853Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T07:14:12.856Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T07:15:03.281Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:15:03.284Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:15:03.284Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:15:03.285Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:15:03.286Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:15:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:15:12.849Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T07:15:12.850Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T07:16:03.282Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:16:03.285Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:16:03.285Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:16:03.285Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:16:03.286Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:16:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:16:12.839Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T07:16:12.843Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T07:17:03.281Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:17:03.283Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:17:03.283Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:17:03.286Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:17:03.286Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:17:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:17:12.840Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T07:17:12.840Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T07:18:03.282Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:18:03.285Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:18:03.285Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:18:03.286Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:18:03.286Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:18:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:18:12.841Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T07:18:12.845Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T07:19:03.281Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:19:03.283Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:19:03.284Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:19:03.285Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:19:03.287Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:19:03.287Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:19:12.855Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T07:19:12.861Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T07:20:03.281Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:20:03.283Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:20:03.284Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:20:03.285Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:20:03.285Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:20:03.285Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:20:12.872Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T07:20:12.873Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T07:21:03.282Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:21:03.285Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:21:03.286Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:21:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:21:03.286Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:21:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:21:12.845Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T07:21:12.845Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T07:22:03.282Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:22:03.284Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:22:03.285Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:22:03.285Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:22:03.285Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:22:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:22:12.843Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T07:22:12.843Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T07:23:03.281Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:23:03.283Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:23:03.283Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:23:03.285Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:23:03.286Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:23:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:23:12.837Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T07:23:12.838Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T07:24:03.281Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:24:03.284Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:24:03.284Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:24:03.285Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:24:03.285Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:24:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:24:12.833Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T07:24:12.834Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T07:25:03.281Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:25:03.283Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:25:03.283Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:25:03.285Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:25:03.286Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:25:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:25:12.836Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T07:25:12.841Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T07:26:03.282Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:26:03.285Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:26:03.285Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:26:03.285Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:26:03.285Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:26:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:26:12.846Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T07:26:12.886Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T07:27:03.281Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:27:03.283Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:27:03.283Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:27:03.285Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:27:03.285Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:27:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:27:12.854Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T07:27:12.855Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T07:28:03.282Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:28:03.285Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:28:03.286Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:28:03.286Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:28:03.287Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:28:03.287Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:28:12.838Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T07:28:12.840Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T07:29:03.281Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:29:03.284Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:29:03.284Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:29:03.285Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:29:03.286Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:29:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:29:12.913Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T07:29:12.932Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T07:30:03.282Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:30:03.284Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:30:03.284Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:30:03.285Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:30:03.286Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:30:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:30:12.839Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T07:30:12.840Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T07:31:03.281Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:31:03.284Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:31:03.284Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:31:03.285Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:31:03.286Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:31:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:31:12.857Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T07:31:12.857Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T07:32:03.281Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:32:03.284Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:32:03.284Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:32:03.285Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:32:03.286Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:32:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:32:12.840Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T07:32:12.858Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T07:33:03.282Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:33:03.284Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:33:03.284Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:33:03.285Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:33:03.285Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:33:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:33:12.844Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T07:33:12.844Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T07:34:03.282Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:34:03.285Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:34:03.286Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:34:03.286Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:34:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:34:03.287Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:34:12.855Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T07:34:12.854Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T07:35:03.281Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:35:03.284Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:35:03.284Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:35:03.285Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:35:03.286Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:35:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:35:12.867Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T07:35:12.898Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T07:36:03.281Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:36:03.284Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:36:03.285Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:36:03.285Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:36:03.285Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:36:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:36:12.837Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T07:36:12.838Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T07:37:03.282Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:37:03.285Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:37:03.285Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:37:03.285Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:37:03.286Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:37:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:37:12.847Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T07:37:12.886Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T07:38:03.281Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:38:03.284Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:38:03.284Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:38:03.285Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:38:03.286Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:38:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:38:12.864Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T07:38:12.866Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T07:39:03.281Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:39:03.283Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:39:03.284Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:39:03.285Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:39:03.285Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:39:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:39:12.837Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T07:39:12.845Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T07:40:03.282Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:40:03.285Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:40:03.286Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:40:03.286Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:40:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:40:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:40:12.839Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T07:40:12.854Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T07:41:03.282Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:41:03.285Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:41:03.289Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:41:03.289Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:41:03.290Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:41:03.290Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:41:12.857Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T07:41:12.897Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T07:42:03.281Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:42:03.283Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:42:03.283Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:42:03.285Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:42:03.286Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:42:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:42:12.874Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T07:42:12.890Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T07:43:03.281Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:43:03.283Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:43:03.283Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:43:03.285Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:43:03.286Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:43:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:43:12.851Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T07:43:12.856Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T07:44:03.281Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:44:03.284Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:44:03.285Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:44:03.285Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:44:03.286Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:44:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:44:12.845Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T07:44:12.850Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T07:45:03.282Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:45:03.285Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:45:03.285Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:45:03.285Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:45:03.286Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:45:03.289Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:45:12.860Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T07:45:12.868Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T07:46:03.281Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:46:03.283Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:46:03.284Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:46:03.285Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:46:03.286Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:46:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:46:12.837Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T07:46:12.837Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T07:47:03.282Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:47:03.284Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:47:03.284Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:47:03.285Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:47:03.286Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:47:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:47:12.831Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T07:47:12.851Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T07:48:03.281Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:48:03.283Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:48:03.284Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:48:03.285Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:48:03.287Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:48:03.288Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:48:12.844Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T07:48:12.849Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T07:49:03.281Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:49:03.284Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:49:03.284Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:49:03.285Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:49:03.286Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:49:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:49:12.841Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T07:49:12.843Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T07:50:03.282Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:50:03.284Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:50:03.284Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:50:03.285Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:50:03.286Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:50:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:50:12.838Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T07:50:12.838Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T07:51:03.281Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:51:03.284Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:51:03.284Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:51:03.285Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:51:03.286Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:51:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:51:12.837Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T07:51:12.840Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T07:52:03.281Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:52:03.283Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:52:03.283Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:52:03.285Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:52:03.286Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:52:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:52:12.843Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T07:52:12.843Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T07:53:03.281Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:53:03.283Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:53:03.283Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:53:03.285Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:53:03.286Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:53:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:53:12.846Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T07:53:12.873Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T07:54:03.281Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:54:03.284Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:54:03.284Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:54:03.285Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:54:03.286Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:54:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:54:12.839Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T07:54:12.850Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T07:55:03.282Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:55:03.285Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:55:03.285Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:55:03.285Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:55:03.286Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:55:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:55:12.863Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T07:55:12.868Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T07:56:03.282Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:56:03.285Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:56:03.286Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:56:03.286Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:56:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:56:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:56:12.843Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T07:56:12.843Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T07:57:03.282Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:57:03.285Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:57:03.287Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:57:03.287Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:57:03.287Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:57:03.287Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:57:12.887Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T07:57:12.893Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T07:58:03.282Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:58:03.285Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:58:03.285Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:58:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:58:03.289Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:58:03.290Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:58:12.842Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T07:58:12.842Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T07:59:03.282Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:59:03.285Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:59:03.285Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:59:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:59:03.286Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:59:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:59:12.843Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T07:59:12.848Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:00:03.282Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:00:03.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:00:03.288Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:00:03.288Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:00:03.288Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:00:03.288Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:00:12.850Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:00:12.850Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:01:03.282Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:01:03.285Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:01:03.285Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:01:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:01:03.286Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:01:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:01:12.856Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:01:12.858Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:02:03.281Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:02:03.282Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:02:03.283Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:02:03.285Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:02:03.286Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:02:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:02:12.839Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:02:12.843Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:03:03.282Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:03:03.285Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:03:03.285Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:03:03.285Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:03:03.286Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:03:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:03:12.835Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:03:12.835Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:04:03.281Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:04:03.283Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:04:03.284Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:04:03.285Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:04:03.286Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:04:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:04:12.840Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:04:12.843Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:05:03.281Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:05:03.284Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:05:03.284Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:05:03.285Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:05:03.286Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:05:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:05:12.883Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:05:12.903Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:06:03.281Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:06:03.284Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:06:03.284Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:06:03.285Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:06:03.286Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:06:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:06:12.847Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:06:12.854Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:07:03.281Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:07:03.284Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:07:03.284Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:07:03.285Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:07:03.286Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:07:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:07:12.835Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:07:12.840Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:08:03.281Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:08:03.284Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:08:03.285Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:08:03.285Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:08:03.285Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:08:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:08:12.869Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:08:12.964Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:09:03.282Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:09:03.285Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:09:03.285Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:09:03.285Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:09:03.286Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:09:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:09:12.892Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:09:12.908Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:10:03.281Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:10:03.284Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:10:03.284Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:10:03.285Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:10:03.286Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:10:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:10:12.843Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:10:12.842Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:11:03.282Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:11:03.285Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:11:03.285Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:11:03.285Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:11:03.286Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:11:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:11:12.836Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:11:12.839Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:12:03.282Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:12:03.285Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:12:03.285Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:12:03.285Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:12:03.285Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:12:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:12:12.843Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:12:12.843Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:13:03.282Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:13:03.284Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:13:03.285Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:13:03.285Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:13:03.286Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:13:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:13:12.850Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:13:12.850Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:14:03.281Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:14:03.285Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:14:03.286Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:14:03.285Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:14:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:14:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:14:12.849Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:14:12.860Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:15:03.282Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:15:03.285Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:15:03.285Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:15:03.285Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:15:03.285Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:15:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:15:12.871Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:15:12.872Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:16:03.282Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:16:03.285Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:16:03.286Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:16:03.286Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:16:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:16:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:16:12.858Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:16:12.859Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:17:03.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:17:03.288Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:17:03.289Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:17:03.289Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:17:03.290Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:17:03.290Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:17:12.847Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:17:12.868Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:18:03.281Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:18:03.284Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:18:03.284Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:18:03.285Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:18:03.285Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:18:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:18:12.844Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:18:12.844Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:19:03.282Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:19:03.285Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:19:03.286Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:19:03.286Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:19:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:19:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:19:12.851Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:19:12.853Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:20:03.281Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:20:03.284Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:20:03.284Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:20:03.285Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:20:03.286Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:20:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:20:12.830Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:20:12.837Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:21:03.281Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:21:03.284Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:21:03.284Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:21:03.286Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:21:03.286Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:21:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:21:12.837Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:21:12.838Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:22:03.281Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:22:03.285Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:22:03.285Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:22:03.285Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:22:03.286Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:22:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:22:12.845Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:22:12.872Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:23:03.281Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:23:03.284Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:23:03.284Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:23:03.285Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:23:03.286Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:23:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:23:12.847Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:23:12.846Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:24:03.281Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:24:03.284Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:24:03.284Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:24:03.285Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:24:03.286Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:24:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:24:12.851Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:24:12.861Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:25:03.281Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:25:03.285Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:25:03.286Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:25:03.286Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:25:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:25:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:25:12.832Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:25:12.844Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:26:03.281Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:26:03.284Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:26:03.284Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:26:03.285Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:26:03.286Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:26:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:26:12.851Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:26:12.863Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:27:03.281Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:27:03.285Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:27:03.285Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:27:03.285Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:27:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:27:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:27:12.887Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:27:12.947Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:28:03.282Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:28:03.284Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:28:03.284Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:28:03.285Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:28:03.285Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:28:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:28:12.847Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:28:12.858Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:29:03.281Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:29:03.284Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:29:03.284Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:29:03.285Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:29:03.286Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:29:03.287Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:29:12.846Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:29:12.848Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:30:03.284Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:30:03.286Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:30:03.287Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:30:03.287Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:30:03.287Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:30:03.288Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:30:12.847Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:30:12.849Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:31:03.281Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:31:03.284Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:31:03.284Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:31:03.285Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:31:03.286Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:31:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:31:12.846Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:31:12.865Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:32:03.281Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:32:03.283Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:32:03.283Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:32:03.285Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:32:03.285Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:32:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:32:12.901Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:32:12.905Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:33:03.281Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:33:03.283Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:33:03.283Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:33:03.285Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:33:03.286Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:33:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:33:12.852Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:33:12.867Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:34:03.282Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:34:03.284Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:34:03.284Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:34:03.285Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:34:03.286Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:34:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:34:12.883Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:34:12.885Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:35:03.281Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:35:03.283Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:35:03.283Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:35:03.285Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:35:03.285Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:35:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:35:03.913Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:35:03.914Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:35:03.917Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-11T08:35:03.918Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"6ec4bbaa-f8f6-47d8-91ac-449e4694d459","serviceName":"vFW 2021-09-11 08-31-22","serviceVersion":"1.0","serviceUUID":"8d4245c3-1967-4c1a-b3e1-78d74c7bbba2","serviceDescription":"catalog service description","serviceInvariantUUID":"d3f002b8-905f-4660-95f8-9275190dc114","resources":[{"resourceInstanceName":"vFW c64a534e-96db 0","resourceName":"vFW c64a534e-96db","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"25d59858-c3ed-4ad3-973a-6cd5579547fa","resourceInvariantUUID":"42e8305a-88ba-4830-b745-9d0a4fdc7515","resourceCustomizationUUID":"1163c46c-89cf-4f46-921f-126da7577e3d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/vf-license-model.xml","artifactChecksum":"NmQzMzA4ZmJiZTljNDE3OGI5OWNjZGYzMmYzN2NjZDk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2ac4fe93-a156-4a7b-add6-4cae7546c94e","artifactVersion":"1"},{"artifactName":"vfwc64a534e96db0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/vfwc64a534e96db0_modules.json","artifactChecksum":"MzE3MGMyZTQxNmE5ZjEwZWM1Yjg3NmI0ZmY3Yjk5OTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c9453974-1c67-4875-8b3f-5e4bf66d4055","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"6de54aa6-354f-40bb-b569-1ec653fa0237","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/vendor-license-model.xml","artifactChecksum":"Nzc3MGFhODA5NzVmZjAwN2NjNDliMzA2MTFlZWM1N2I\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e638ae44-9f49-4bfc-813a-b5c37fbc9b19","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"02bc859f-0bf8-46fd-acb8-91da0ba5ec91","artifactVersion":"2","generatedFromUUID":"6de54aa6-354f-40bb-b569-1ec653fa0237"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210911083122-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210911083122/1.0/artifacts/service-Vfw20210911083122-template.yml","artifactChecksum":"MGM3ZGExNzZhN2E2NTU1MzRmY2EyYTFmOWE0NDlmMGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5443b5f7-cd03-4dba-9a54-f314c845f4a6","artifactVersion":"1"},{"artifactName":"service-Vfw20210911083122-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210911083122/1.0/artifacts/service-Vfw20210911083122-csar.csar","artifactChecksum":"ZTJiNGZlYmEyMzhiNDNkMGY3NWY1MDc5Zjg0ZjJlNzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f1d9b9d7-31d3-4a7b-9967-3440b6604aef","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-11T08:35:03.920Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:03.920Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631349265880,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:35:03.938Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-11T08:35:03.946Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-11T08:35:03.951Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-11T08:35:03.951Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:03.951Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
"consumerID": "aai-ml",
"timestamp": 1631349265699,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:35:03.951Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-11T08:35:03.951Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:03.951Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
"consumerID": "policy-id",
"timestamp": 1631349269282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:35:03.951Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-11T08:35:03.951Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:03.952Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631349265880,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/vfwc64a534e96db0_modules.json",
"status": "NOTIFIED"
}
2021-09-11T08:35:03.952Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-11T08:35:03.952Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:03.952Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
"consumerID": "aai-ml",
"timestamp": 1631349265699,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/vfwc64a534e96db0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:35:03.952Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-11T08:35:03.952Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:03.953Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
"consumerID": "policy-id",
"timestamp": 1631349269282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/vfwc64a534e96db0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:35:03.953Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-11T08:35:03.953Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:03.953Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
"consumerID": "cds",
"timestamp": 1631349273385,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:35:03.953Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-11T08:35:03.953Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:03.953Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631349265880,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-11T08:35:03.953Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-11T08:35:03.954Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:03.954Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
"consumerID": "aai-ml",
"timestamp": 1631349265699,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:35:03.954Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-11T08:35:03.954Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:03.954Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
"consumerID": "cds",
"timestamp": 1631349273385,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/vfwc64a534e96db0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:35:03.955Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-11T08:35:03.955Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:03.955Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
"consumerID": "policy-id",
"timestamp": 1631349269282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-11T08:35:03.955Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-11T08:35:03.955Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:03.955Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631349265880,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:35:03.955Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-11T08:35:03.955Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:03.956Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
"consumerID": "aai-ml",
"timestamp": 1631349265699,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:35:03.956Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-11T08:35:03.956Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:03.956Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
"consumerID": "cds",
"timestamp": 1631349273385,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:35:03.956Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-11T08:35:03.956Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:03.956Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
"consumerID": "policy-id",
"timestamp": 1631349269282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:35:03.956Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-11T08:35:03.957Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:03.957Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631349265880,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-09-11T08:35:03.958Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-11T08:35:03.958Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:03.958Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
"consumerID": "dcae-sch",
"timestamp": 1631349276277,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:35:03.959Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-11T08:35:03.959Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:03.959Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
"consumerID": "aai-ml",
"timestamp": 1631349265699,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:35:03.959Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-11T08:35:03.959Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:03.959Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
"consumerID": "cds",
"timestamp": 1631349273385,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:35:03.959Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-11T08:35:03.959Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:03.959Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
"consumerID": "policy-id",
"timestamp": 1631349269282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:35:03.960Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-11T08:35:03.960Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:03.960Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631349265880,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/artifacts/service-Vfw20210911083122-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:35:03.960Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-11T08:35:03.960Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:03.960Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
"consumerID": "dcae-sch",
"timestamp": 1631349276277,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/vfwc64a534e96db0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:35:03.961Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-11T08:35:03.961Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:03.961Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
"consumerID": "aai-ml",
"timestamp": 1631349265699,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/artifacts/service-Vfw20210911083122-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:35:03.961Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-11T08:35:03.962Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:03.962Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
"consumerID": "cds",
"timestamp": 1631349273385,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:35:03.962Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-11T08:35:03.962Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:03.962Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
"consumerID": "policy-id",
"timestamp": 1631349269282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/artifacts/service-Vfw20210911083122-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:35:03.962Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-11T08:35:03.962Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:03.962Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631349265880,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/artifacts/service-Vfw20210911083122-csar.csar",
"status": "NOTIFIED"
}
2021-09-11T08:35:03.963Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-11T08:35:03.963Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:03.963Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631349278297,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:35:03.963Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-11T08:35:03.963Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:03.963Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
"consumerID": "dcae-sch",
"timestamp": 1631349276277,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:35:03.963Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-11T08:35:03.963Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:03.963Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
"consumerID": "aai-ml",
"timestamp": 1631349265699,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/artifacts/service-Vfw20210911083122-csar.csar",
"status": "NOTIFIED"
}
2021-09-11T08:35:03.964Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-11T08:35:03.964Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:03.964Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
"consumerID": "cds",
"timestamp": 1631349273385,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/artifacts/service-Vfw20210911083122-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:35:03.964Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-11T08:35:03.964Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:03.964Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
"consumerID": "policy-id",
"timestamp": 1631349269282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/artifacts/service-Vfw20210911083122-csar.csar",
"status": "NOTIFIED"
}
2021-09-11T08:35:03.964Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-11T08:35:03.965Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:03.965Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
"consumerID": "clamp",
"timestamp": 1631349279215,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:35:03.966Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-11T08:35:03.966Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:03.966Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631349278297,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/vfwc64a534e96db0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:35:03.966Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-11T08:35:03.966Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:03.966Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
"consumerID": "dcae-sch",
"timestamp": 1631349276277,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:35:03.966Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-11T08:35:03.966Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:03.967Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
"consumerID": "cds",
"timestamp": 1631349273385,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/artifacts/service-Vfw20210911083122-csar.csar",
"status": "NOTIFIED"
}
2021-09-11T08:35:03.967Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-11T08:35:03.967Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:03.967Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
"consumerID": "clamp",
"timestamp": 1631349279215,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/vfwc64a534e96db0_modules.json",
"status": "NOTIFIED"
}
2021-09-11T08:35:03.967Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-11T08:35:03.967Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:03.967Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631349278297,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:35:03.967Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-11T08:35:03.968Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:03.968Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
"consumerID": "dcae-sch",
"timestamp": 1631349276277,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:35:03.968Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-11T08:35:03.968Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:03.968Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631349281078,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/vfwc64a534e96db0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-11T08:35:03.968Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:35:03.968Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:03.968Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
"consumerID": "aai-ml",
"timestamp": 1631349281134,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/artifacts/service-Vfw20210911083122-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-11T08:35:03.969Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:35:03.969Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:03.968Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T08:35:03.969Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
"consumerID": "policy-id",
"timestamp": 1631349281188,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/artifacts/service-Vfw20210911083122-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-11T08:35:03.969Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:35:03.969Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631349303281,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:35:03.969Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:03.969Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
"consumerID": "cds",
"timestamp": 1631349281879,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/artifacts/service-Vfw20210911083122-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-11T08:35:03.970Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:35:03.970Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:03.970Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
"consumerID": "clamp",
"timestamp": 1631349279215,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:35:03.970Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-11T08:35:03.970Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:03.970Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631349278297,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:35:03.971Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-11T08:35:03.971Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:03.971Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
"consumerID": "dcae-sch",
"timestamp": 1631349276277,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/artifacts/service-Vfw20210911083122-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:35:03.971Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-11T08:35:03.971Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:03.971Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
"consumerID": "ves-openapi-manager",
"timestamp": 1631349281538,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:35:03.971Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-11T08:35:03.971Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:03.972Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
"consumerID": "policy-id",
"timestamp": 1631349282210,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/artifacts/service-Vfw20210911083122-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-11T08:35:03.972Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:35:03.972Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:03.972Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631349282806,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-11T08:35:03.972Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:35:03.972Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:03.972Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
"consumerID": "cds",
"timestamp": 1631349282901,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/artifacts/service-Vfw20210911083122-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2021-09-11T08:35:04.068Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 83 ms
2021-09-11T08:35:04.079Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T08:35:04.080Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:35:04.098Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:35:04.099Z||pool-3-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-11T08:35:04.616Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6ec4bbaa-f8f6-47d8-91ac-449e4694d459
2021-09-11T08:35:04.640Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ec4bbaa-f8f6-47d8-91ac-449e4694d459 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-11T08:35:04.668Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:04.669Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
"consumerID": "clamp",
"timestamp": 1631349279215,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:35:04.669Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-11T08:35:04.669Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:04.669Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
"consumerID": "dcae-sch",
"timestamp": 1631349276277,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/artifacts/service-Vfw20210911083122-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:35:04.670Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-11T08:35:04.670Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:04.670Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631349278297,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:35:04.671Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-11T08:35:04.671Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:04.671Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
"consumerID": "ves-openapi-manager",
"timestamp": 1631349281538,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/vfwc64a534e96db0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:35:04.671Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-11T08:35:04.672Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:04.672Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
"consumerID": "policy-id",
"timestamp": 1631349283223,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-11T08:35:04.687Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6ec4bbaa-f8f6-47d8-91ac-449e4694d459
2021-09-11T08:35:04.687Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ec4bbaa-f8f6-47d8-91ac-449e4694d459 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-11T08:35:04.696Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:04.697Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
"consumerID": "clamp",
"timestamp": 1631349279215,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:35:04.697Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-11T08:35:04.697Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:04.698Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631349278297,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/artifacts/service-Vfw20210911083122-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:35:04.698Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-11T08:35:04.698Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:04.699Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
"consumerID": "ves-openapi-manager",
"timestamp": 1631349281538,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:35:04.699Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-11T08:35:04.699Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:04.699Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631349284561,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-09-11T08:35:04.700Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:35:04.700Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:04.700Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
"consumerID": "clamp",
"timestamp": 1631349279215,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/artifacts/service-Vfw20210911083122-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:35:04.701Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-11T08:35:04.701Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:04.701Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631349278297,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/artifacts/service-Vfw20210911083122-csar.csar",
"status": "NOTIFIED"
}
2021-09-11T08:35:04.702Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-11T08:35:04.702Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:04.702Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
"consumerID": "ves-openapi-manager",
"timestamp": 1631349281538,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:35:04.703Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-11T08:35:04.703Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:04.703Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
"consumerID": "clamp",
"timestamp": 1631349279215,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/artifacts/service-Vfw20210911083122-csar.csar",
"status": "NOTIFIED"
}
2021-09-11T08:35:04.703Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-11T08:35:04.703Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:04.704Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
"consumerID": "ves-openapi-manager",
"timestamp": 1631349281538,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:35:04.704Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-11T08:35:04.704Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:04.704Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631349286479,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-11T08:35:04.710Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6ec4bbaa-f8f6-47d8-91ac-449e4694d459
2021-09-11T08:35:04.710Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ec4bbaa-f8f6-47d8-91ac-449e4694d459 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-09-11T08:35:04.720Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:04.720Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631349286920,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/artifacts/service-Vfw20210911083122-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-11T08:35:04.721Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:35:04.721Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:04.721Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
"consumerID": "ves-openapi-manager",
"timestamp": 1631349281538,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/artifacts/service-Vfw20210911083122-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:35:04.722Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-11T08:35:04.722Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:04.722Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631349287483,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/vfwc64a534e96db0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-11T08:35:04.722Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:35:04.723Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:04.723Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
"consumerID": "ves-openapi-manager",
"timestamp": 1631349281538,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/artifacts/service-Vfw20210911083122-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:35:04.723Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-11T08:35:04.723Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:04.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631349292652,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/artifacts/service-Vfw20210911083122-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-11T08:35:04.724Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:35:04.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:04.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631349293662,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-11T08:35:04.729Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6ec4bbaa-f8f6-47d8-91ac-449e4694d459
2021-09-11T08:35:04.729Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ec4bbaa-f8f6-47d8-91ac-449e4694d459 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-11T08:35:04.737Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:04.737Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
"consumerID": "aai-ml",
"timestamp": 1631349296969,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/artifacts/service-Vfw20210911083122-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-11T08:35:04.738Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:35:04.738Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:04.738Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
"consumerID": "aai-ml",
"timestamp": 1631349297983,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-11T08:35:04.743Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6ec4bbaa-f8f6-47d8-91ac-449e4694d459
2021-09-11T08:35:04.743Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ec4bbaa-f8f6-47d8-91ac-449e4694d459 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-11T08:35:04.751Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:04.752Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
"consumerID": "clamp",
"timestamp": 1631349302508,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/artifacts/service-Vfw20210911083122-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-11T08:35:04.752Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:35:04.988Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-11T08:35:04.989Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-11T08:35:04.991Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T08:35:04.992Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631349303281,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/vfwc64a534e96db0_modules.json",
"status": "NOTIFIED"
}
2021-09-11T08:35:05.091Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-11T08:35:05.092Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T08:35:05.092Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:35:05.102Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:35:05.104Z||pool-4-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-11T08:35:05.992Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-11T08:35:05.993Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-11T08:35:05.996Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T08:35:05.996Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631349303281,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-11T08:35:06.096Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-11T08:35:06.097Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T08:35:06.098Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:35:06.109Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:35:06.110Z||pool-5-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-11T08:35:06.997Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-11T08:35:06.998Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-11T08:35:07.001Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T08:35:07.001Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631349303281,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:35:07.101Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-11T08:35:07.102Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T08:35:07.102Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:35:07.117Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:35:07.117Z||pool-6-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-11T08:35:08.002Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-11T08:35:08.003Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-11T08:35:08.004Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T08:35:08.005Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631349303281,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-09-11T08:35:08.105Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-11T08:35:08.106Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T08:35:08.106Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:35:08.125Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:35:08.126Z||pool-7-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2021-09-11T08:35:09.006Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-11T08:35:09.007Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-11T08:35:09.009Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T08:35:09.009Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631349303281,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/artifacts/service-Vfw20210911083122-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:35:09.109Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-11T08:35:09.110Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T08:35:09.110Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:35:09.121Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:35:09.122Z||pool-8-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-11T08:35:10.010Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-11T08:35:10.012Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-11T08:35:10.015Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T08:35:10.015Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631349303281,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/artifacts/service-Vfw20210911083122-csar.csar",
"status": "NOTIFIED"
}
2021-09-11T08:35:10.115Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-11T08:35:10.116Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T08:35:10.117Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:35:10.163Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:35:10.164Z||pool-9-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":1,"count":1}
2021-09-11T08:35:11.017Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
"serviceName": "vFW 2021-09-11 08-31-22",
"serviceVersion": "1.0",
"serviceUUID": "8d4245c3-1967-4c1a-b3e1-78d74c7bbba2",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "d3f002b8-905f-4660-95f8-9275190dc114",
"resources": [
{
"resourceInstanceName": "vFW c64a534e-96db 0",
"resourceCustomizationUUID": "1163c46c-89cf-4f46-921f-126da7577e3d",
"resourceName": "vFW c64a534e-96db",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "25d59858-c3ed-4ad3-973a-6cd5579547fa",
"resourceInvariantUUID": "42e8305a-88ba-4830-b745-9d0a4fdc7515",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwc64a534e96db0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/vfwc64a534e96db0_modules.json",
"artifactChecksum": "MzE3MGMyZTQxNmE5ZjEwZWM1Yjg3NmI0ZmY3Yjk5OTA\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c9453974-1c67-4875-8b3f-5e4bf66d4055",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "6de54aa6-354f-40bb-b569-1ec653fa0237",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "02bc859f-0bf8-46fd-acb8-91da0ba5ec91",
"generatedFromUUID": "6de54aa6-354f-40bb-b569-1ec653fa0237"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "02bc859f-0bf8-46fd-acb8-91da0ba5ec91",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20210911083122-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/artifacts/service-Vfw20210911083122-csar.csar",
"artifactChecksum": "ZTJiNGZlYmEyMzhiNDNkMGY3NWY1MDc5Zjg0ZjJlNzI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f1d9b9d7-31d3-4a7b-9967-3440b6604aef"
}
],
"workloadContext": "Production"
}
2021-09-11T08:35:11.019Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-11T08:35:11.020Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8d4245c3-1967-4c1a-b3e1-78d74c7bbba2 ASDC
2021-09-11T08:35:11.197Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:6ec4bbaa-f8f6-47d8-91ac-449e4694d459
ServiceName:vFW 2021-09-11 08-31-22
ServiceVersion:1.0
ServiceUUID:8d4245c3-1967-4c1a-b3e1-78d74c7bbba2
ServiceInvariantUUID:d3f002b8-905f-4660-95f8-9275190dc114
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210911083122-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210911083122/1.0/artifacts/service-Vfw20210911083122-csar.csar
ArtifactUUID:f1d9b9d7-31d3-4a7b-9967-3440b6604aef
ArtifactChecksum:ZTJiNGZlYmEyMzhiNDNkMGY3NWY1MDc5Zjg0ZjJlNzI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW c64a534e-96db 0
ResourceCustomizationUUID:1163c46c-89cf-4f46-921f-126da7577e3d
ResourceInvariantUUID:42e8305a-88ba-4830-b745-9d0a4fdc7515
ResourceName:vFW c64a534e-96db
ResourceType:VF
ResourceUUID:25d59858-c3ed-4ad3-973a-6cd5579547fa
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwc64a534e96db0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/vfwc64a534e96db0_modules.json
ArtifactUUID:c9453974-1c67-4875-8b3f-5e4bf66d4055
ArtifactChecksum:MzE3MGMyZTQxNmE5ZjEwZWM1Yjg3NmI0ZmY3Yjk5OTA=
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/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/base_vfw.yaml
ArtifactUUID:6de54aa6-354f-40bb-b569-1ec653fa0237
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/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/base_vfw.env
ArtifactUUID:02bc859f-0bf8-46fd-acb8-91da0ba5ec91
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/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/base_vfw.env
ArtifactUUID:02bc859f-0bf8-46fd-acb8-91da0ba5ec91
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-09-11T08:35:11.198Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8d4245c3-1967-4c1a-b3e1-78d74c7bbba2 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-11T08:35:11.264Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-11T08:35:11.265Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-09-11T08:35:11.267Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-09-11T08:35:11.267Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: f1d9b9d7-31d3-4a7b-9967-3440b6604aef from URL: /sdc/v1/catalog/services/Vfw20210911083122/1.0/artifacts/service-Vfw20210911083122-csar.csar
2021-09-11T08:35:11.267Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-09-11T08:35:11.269Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210911083122/1.0/artifacts/service-Vfw20210911083122-csar.csar
2021-09-11T08:35:11.911Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-09-11T08:35:11.932Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210911083122/1.0/artifacts/service-Vfw20210911083122-csar.csar f1d9b9d7-31d3-4a7b-9967-3440b6604aef 98745
2021-09-11T08:35:11.935Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210911083122/1.0/artifacts/service-Vfw20210911083122-csar.csar ASDC sendASDCNotification
2021-09-11T08:35:11.935Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210911083122/1.0/artifacts/service-Vfw20210911083122-csar.csar
2021-09-11T08:35:11.936Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-11T08:35:11.937Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-11T08:35:11.940Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T08:35:11.940Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631349311933,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/artifacts/service-Vfw20210911083122-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-11T08:35:12.040Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-11T08:35:12.042Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T08:35:12.043Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:35:12.055Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:35:12.056Z||pool-10-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-11T08:35:12.941Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-11T08:35:12.942Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-09-11T08:35:12.943Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: f1d9b9d7-31d3-4a7b-9967-3440b6604aef, URL: /sdc/v1/catalog/services/Vfw20210911083122/1.0/artifacts/service-Vfw20210911083122-csar.csar to file: /app/ASDC/1/service-Vfw20210911083122-csar.csar
2021-09-11T08:35:12.943Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210911083122-csar.csar
2021-09-11T08:35:13.154Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210911083122-csar.csar
2021-09-11T08:35:13.155Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210911083122-csar.csar
2021-09-11T08:35:13.826Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1571716638255013993/Definitions/service-Vfw20210911083122-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
2021-09-11T08:35:16.867Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-11T08:35:16.873Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-09-11T08:35:16.873Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210911083122-csar.csar
2021-09-11T08:35:16.874Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-09-11T08:35:16.874Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||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-Vfw20210911083122-csar.csar
2021-09-11T08:35:16.874Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||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-Vfw20210911083122-csar.csar
2021-09-11T08:35:16.874Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210911083122-csar.csar
2021-09-11T08:35:16.874Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210911083122-csar.csar
2021-09-11T08:35:16.874Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210911083122-csar.csar
2021-09-11T08:35:16.874Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||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-Vfw20210911083122-csar.csar
2021-09-11T08:35:16.874Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210911083122-csar.csar
2021-09-11T08:35:16.875Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||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-Vfw20210911083122-csar.csar
2021-09-11T08:35:16.875Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210911083122-csar.csar
2021-09-11T08:35:16.875Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210911083122-csar.csar
2021-09-11T08:35:16.875Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW c64a534e-96db 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-Vfw20210911083122-csar.csar
2021-09-11T08:35:16.875Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210911083122-csar.csar
2021-09-11T08:35:16.875Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210911083122-csar.csar
2021-09-11T08:35:16.876Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-09-11T08:35:16.884Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-11T08:35:16.886Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-09-11 08-31-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T08:35:16.896Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vFW c64a534e-96db 0 is matching search criteria
2021-09-11T08:35:16.897Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-09-11T08:35:16.904Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW c64a534e-96db 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-11T08:35:16.907Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-11T08:35:16.907Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-09-11 08-31-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T08:35:16.907Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vFW c64a534e-96db 0 is matching search criteria
2021-09-11T08:35:16.907Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-09-11T08:35:16.908Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW c64a534e-96db 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-11T08:35:16.908Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-11T08:35:16.908Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-09-11 08-31-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T08:35:16.913Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-11T08:35:16.913Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vFW c64a534e-96db 0 is not matching search criteria
2021-09-11T08:35:16.914Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-11T08:35:16.914Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-11T08:35:16.914Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-11T08:35:16.914Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-11T08:35:16.915Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-11T08:35:16.915Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-11T08:35:16.915Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-11T08:35:16.916Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-11T08:35:16.916Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-11T08:35:16.916Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-11T08:35:16.916Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-11T08:35:16.916Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-11T08:35:16.917Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-11T08:35:16.917Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-11T08:35:16.917Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-11T08:35:16.917Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-11T08:35:16.917Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-11T08:35:16.918Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-09-11 08-31-22 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-11T08:35:16.919Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-11T08:35:16.919Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vFW c64a534e-96db 0 is matching search criteria
2021-09-11T08:35:16.920Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW c64a534e-96db 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-11T08:35:16.920Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-11T08:35:16.920Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vFW c64a534e-96db 0 is matching search criteria
2021-09-11T08:35:16.921Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW c64a534e-96db 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-11T08:35:16.921Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-11T08:35:16.921Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vFW c64a534e-96db 0 is matching search criteria
2021-09-11T08:35:16.921Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW c64a534e-96db 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-11T08:35:16.922Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-11T08:35:16.922Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vFW c64a534e-96db 0 is not matching search criteria
2021-09-11T08:35:16.922Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-11T08:35:16.923Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-11T08:35:16.923Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-11T08:35:16.923Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-11T08:35:16.923Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-11T08:35:16.924Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-11T08:35:16.924Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-11T08:35:16.924Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-11T08:35:16.925Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-11T08:35:16.925Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-11T08:35:16.925Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-11T08:35:16.925Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c288c476-8d6f-414a-abd9-9f5648cd5c9f
2021-09-11T08:35:16.926Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-11T08:35:16.926Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vFW c64a534e-96db 0 is not matching search criteria
2021-09-11T08:35:16.926Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-11T08:35:16.926Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-11T08:35:16.926Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-11T08:35:16.926Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-11T08:35:16.927Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-11T08:35:16.927Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-11T08:35:16.927Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-11T08:35:16.927Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-11T08:35:16.927Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-11T08:35:16.928Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-11T08:35:16.928Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-11T08:35:16.928Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-11T08:35:16.928Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8194c6cd-8d85-4260-99e0-118404a35a97
2021-09-11T08:35:16.928Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-11T08:35:16.929Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vFW c64a534e-96db 0 is not matching search criteria
2021-09-11T08:35:16.929Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-11T08:35:16.929Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-11T08:35:16.929Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-11T08:35:16.929Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-11T08:35:16.930Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-11T08:35:16.930Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-11T08:35:16.930Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-11T08:35:16.930Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-11T08:35:16.930Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-11T08:35:16.930Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-11T08:35:16.931Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-11T08:35:16.931Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-11T08:35:16.931Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=54c39f3d-61f0-472c-b4d3-ec1859357746
2021-09-11T08:35:16.931Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-11T08:35:16.931Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-09-11 08-31-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T08:35:16.932Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-11T08:35:16.932Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-09-11 08-31-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T08:35:16.932Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-11T08:35:16.932Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-09-11 08-31-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T08:35:16.932Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-11T08:35:16.933Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-09-11 08-31-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T08:35:16.933Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-09-11 08-31-22
Description:catalog service description
Model UUID:8d4245c3-1967-4c1a-b3e1-78d74c7bbba2
Model Version:NULL
Model InvariantUuid:d3f002b8-905f-4660-95f8-9275190dc114
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW c64a534e-96db
Model UUID:d4591b1a-7e35-41f0-89fd-f1e170ca2a19
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:42e8305a-88ba-4830-b745-9d0a4fdc7515
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:1163c46c-89cf-4f46-921f-126da7577e3d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:1f71732b-6c51-46e2-8f19-9150644084d2
ModelName:VfwC64a534e96db..base_vfw..module-0
ModelUuid:8c179411-8772-4706-a18c-6abc45cb78eb
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:c288c476-8d6f-414a-abd9-9f5648cd5c9f
ModelInvariantUuid:ca62f3af-932a-497b-a098-70483b51be25
ModelName:vFW c64a534e-96db-nodes.vfwCvfc
ModelUuid:cca40c4c-dacd-4105-9d6e-e39776818f7c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:54a45fc4-0c14-431e-a065-25e7c71bd4da
ModelInvariantUuid:88e35116-287b-4492-9966-da6fbc273f2c
ModelName:VfwC64a534e96db.compute.nodes.heat.vfw
ModelUuid:f1543291-ddd0-4a4b-a49f-2473d7e7b584
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:8194c6cd-8d85-4260-99e0-118404a35a97
ModelInvariantUuid:e7c932b3-f79d-418c-85cb-c9ca46963b52
ModelName:vFW c64a534e-96db-nodes.vsnCvfc
ModelUuid:169f615c-f39f-4f38-941e-d2408cc4f8d7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:254fc5e5-64ca-4f0b-973c-20a8317974b5
ModelInvariantUuid:53f79cbf-0e32-42f5-8aae-5b07fbc856da
ModelName:VfwC64a534e96db.compute.nodes.heat.vsn
ModelUuid:fde69cca-e412-480f-b9a0-f41fbfd800d2
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:54c39f3d-61f0-472c-b4d3-ec1859357746
ModelInvariantUuid:05e9859a-76e2-4fda-b855-1df417a86a75
ModelName:vFW c64a534e-96db-nodes.vpgCvfc
ModelUuid:c37943c0-9b5c-4903-976d-6f1972de2fcd
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:fcea4dc3-4deb-4d02-8130-0da6b9e7c169
ModelInvariantUuid:c3f09481-83dc-4657-af4a-730b4a8e21b8
ModelName:VfwC64a534e96db.compute.nodes.heat.vpg
ModelUuid:d4a8c8d2-a70c-4bf1-be14-c68a068b3f19
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-11T08:35:16.946Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 25d59858-c3ed-4ad3-973a-6cd5579547fa
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-11T08:35:17.111Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||vFW c64a534e-96db 0
2021-09-11T08:35:17.120Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 25d59858-c3ed-4ad3-973a-6cd5579547fa
2021-09-11T08:35:17.121Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: c9453974-1c67-4875-8b3f-5e4bf66d4055 from URL: /sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/vfwc64a534e96db0_modules.json
2021-09-11T08:35:17.121Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-09-11T08:35:17.121Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/vfwc64a534e96db0_modules.json
2021-09-11T08:35:18.282Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-09-11T08:35:18.284Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/vfwc64a534e96db0_modules.json c9453974-1c67-4875-8b3f-5e4bf66d4055 785
2021-09-11T08:35:18.287Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/vfwc64a534e96db0_modules.json ASDC sendASDCNotification
2021-09-11T08:35:18.287Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/vfwc64a534e96db0_modules.json
2021-09-11T08:35:18.287Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-11T08:35:18.287Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-11T08:35:18.292Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T08:35:18.292Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631349318286,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/vfwc64a534e96db0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-11T08:35:18.392Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-11T08:35:18.394Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T08:35:18.394Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:35:18.426Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:35:18.427Z||pool-11-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2021-09-11T08:35:19.294Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwC64a534e96db..base_vfw..module-0",
"vfModuleModelInvariantUUID": "1f71732b-6c51-46e2-8f19-9150644084d2",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "8c179411-8772-4706-a18c-6abc45cb78eb",
"vfModuleModelCustomizationUUID": "3bbb573a-35f2-47c4-baaa-659e4f59e757",
"isBase": true,
"artifacts": [
"6de54aa6-354f-40bb-b569-1ec653fa0237",
"02bc859f-0bf8-46fd-acb8-91da0ba5ec91"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-09-11T08:35:19.342Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwC64a534e96db..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8c179411-8772-4706-a18c-6abc45cb78eb
VfModuleModelInvariantUUID:1f71732b-6c51-46e2-8f19-9150644084d2
VfModuleModelDescription:NULL
Artifacts UUID List:{
6de54aa6-354f-40bb-b569-1ec653fa0237
,
02bc859f-0bf8-46fd-acb8-91da0ba5ec91
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-09-11T08:35:19.345Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwC64a534e96db..base_vfw..module-0",
"vfModuleModelInvariantUUID": "1f71732b-6c51-46e2-8f19-9150644084d2",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "8c179411-8772-4706-a18c-6abc45cb78eb",
"vfModuleModelCustomizationUUID": "3bbb573a-35f2-47c4-baaa-659e4f59e757",
"isBase": true,
"artifacts": [
"6de54aa6-354f-40bb-b569-1ec653fa0237",
"02bc859f-0bf8-46fd-acb8-91da0ba5ec91"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-09-11T08:35:19.345Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwC64a534e96db..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8c179411-8772-4706-a18c-6abc45cb78eb
VfModuleModelInvariantUUID:1f71732b-6c51-46e2-8f19-9150644084d2
VfModuleModelDescription:NULL
Artifacts UUID List:{
6de54aa6-354f-40bb-b569-1ec653fa0237
,
02bc859f-0bf8-46fd-acb8-91da0ba5ec91
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-09-11T08:35:19.345Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 6de54aa6-354f-40bb-b569-1ec653fa0237 from URL: /sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/base_vfw.yaml
2021-09-11T08:35:19.345Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-09-11T08:35:19.346Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/base_vfw.yaml
2021-09-11T08:35:20.261Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-09-11T08:35:20.263Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/base_vfw.yaml 6de54aa6-354f-40bb-b569-1ec653fa0237 20368
2021-09-11T08:35:20.263Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-11T08:35:20.264Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/base_vfw.yaml
2021-09-11T08:35:20.264Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-11T08:35:20.265Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-11T08:35:20.268Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T08:35:20.268Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631349320263,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-11T08:35:20.368Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-11T08:35:20.369Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T08:35:20.369Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:35:20.384Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:35:20.386Z||pool-12-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-09-11T08:35:21.270Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 02bc859f-0bf8-46fd-acb8-91da0ba5ec91 from URL: /sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/base_vfw.env
2021-09-11T08:35:21.271Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-09-11T08:35:21.272Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/base_vfw.env
2021-09-11T08:35:21.678Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-09-11T08:35:21.679Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/base_vfw.env 02bc859f-0bf8-46fd-acb8-91da0ba5ec91 2098
2021-09-11T08:35:21.679Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-11T08:35:21.679Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/base_vfw.env
2021-09-11T08:35:21.679Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-11T08:35:21.680Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-11T08:35:21.685Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T08:35:21.685Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631349321679,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-09-11T08:35:21.787Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-11T08:35:21.787Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T08:35:21.788Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:35:21.802Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:35:21.803Z||pool-13-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-09-11T08:35:22.686Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 8d4245c3-1967-4c1a-b3e1-78d74c7bbba2
2021-09-11T08:35:22.687Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW c64a534e-96db 0 25d59858-c3ed-4ad3-973a-6cd5579547fa ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-11T08:35:22.738Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3924e7a6, org.onap.sdc.toscaparser.api.parameters.Input@13375496, org.onap.sdc.toscaparser.api.parameters.Input@5a9a0da5, org.onap.sdc.toscaparser.api.parameters.Input@581220f2, org.onap.sdc.toscaparser.api.parameters.Input@4615e581]
2021-09-11T08:35:22.743Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-11T08:35:22.743Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-09-11 08-31-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T08:35:22.744Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic
2021-09-11T08:35:22.744Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 1163c46c-89cf-4f46-921f-126da7577e3d
2021-09-11T08:35:22.744Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1163c46c-89cf-4f46-921f-126da7577e3d matches Tosca VF Customization UUID: 1163c46c-89cf-4f46-921f-126da7577e3d
2021-09-11T08:35:22.744Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 1163c46c-89cf-4f46-921f-126da7577e3d matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-11T08:35:22.752Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-11T08:35:22.752Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-09-11 08-31-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T08:35:22.754Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 1163c46c-89cf-4f46-921f-126da7577e3d: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2021-09-11T08:35:22.755Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3d993b57
2021-09-11T08:35:22.755Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-11T08:35:22.756Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-09-11 08-31-22 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-11T08:35:22.757Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3bbb573a-35f2-47c4-baaa-659e4f59e757
2021-09-11T08:35:22.758Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3bbb573a-35f2-47c4-baaa-659e4f59e757
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-11T08:35:22.768Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-11T08:35:22.768Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vFW c64a534e-96db 0 is matching search criteria
2021-09-11T08:35:22.768Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW c64a534e-96db 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-11T08:35:22.769Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-11T08:35:22.769Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vFW c64a534e-96db 0 is matching search criteria
2021-09-11T08:35:22.770Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW c64a534e-96db 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-11T08:35:22.770Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-11T08:35:22.770Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vFW c64a534e-96db 0 is not matching search criteria
2021-09-11T08:35:22.771Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-11T08:35:22.771Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-11T08:35:22.771Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-11T08:35:22.771Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-11T08:35:22.771Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-11T08:35:22.772Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-11T08:35:22.772Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-11T08:35:22.772Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-11T08:35:22.772Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-11T08:35:22.773Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-11T08:35:22.773Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-11T08:35:22.773Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c288c476-8d6f-414a-abd9-9f5648cd5c9f
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-11T08:35:22.782Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-11T08:35:22.782Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vFW c64a534e-96db 0 is matching search criteria
2021-09-11T08:35:22.782Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW c64a534e-96db 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-11T08:35:22.783Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-11T08:35:22.783Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vFW c64a534e-96db 0 is not matching search criteria
2021-09-11T08:35:22.783Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-11T08:35:22.783Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-11T08:35:22.784Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-11T08:35:22.784Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-11T08:35:22.784Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-11T08:35:22.784Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-11T08:35:22.784Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-11T08:35:22.785Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-11T08:35:22.785Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-11T08:35:22.785Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-11T08:35:22.785Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-11T08:35:22.785Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-11T08:35:22.786Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8194c6cd-8d85-4260-99e0-118404a35a97
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-11T08:35:22.788Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-11T08:35:22.788Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vFW c64a534e-96db 0 is matching search criteria
2021-09-11T08:35:22.788Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW c64a534e-96db 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-11T08:35:22.802Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-11T08:35:22.802Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vFW c64a534e-96db 0 is not matching search criteria
2021-09-11T08:35:22.802Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-11T08:35:22.803Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-11T08:35:22.803Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-11T08:35:22.803Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-11T08:35:22.803Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-11T08:35:22.803Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-11T08:35:22.804Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-11T08:35:22.804Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-11T08:35:22.804Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-11T08:35:22.804Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-11T08:35:22.804Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-11T08:35:22.805Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-11T08:35:22.805Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=54c39f3d-61f0-472c-b4d3-ec1859357746
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-11T08:35:22.807Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-11T08:35:22.808Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vFW c64a534e-96db 0 is matching search criteria
2021-09-11T08:35:22.808Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW c64a534e-96db 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-11T08:35:22.808Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-11T08:35:22.809Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vFW c64a534e-96db 0 is matching search criteria
2021-09-11T08:35:22.809Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW c64a534e-96db 0] matching following query criteria: sdcType=VF, customizationUUID=1163c46c-89cf-4f46-921f-126da7577e3d
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-11T08:35:22.811Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-11T08:35:22.812Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-09-11 08-31-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T08:35:22.812Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 8d4245c3-1967-4c1a-b3e1-78d74c7bbba2: vFW c64a534e-96db
2021-09-11T08:35:22.812Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-11T08:35:22.813Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-09-11 08-31-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T08:35:22.813Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-11T08:35:22.813Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-09-11 08-31-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T08:35:22.813Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-11T08:35:22.813Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-09-11 08-31-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T08:35:22.814Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-11T08:35:22.814Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-09-11 08-31-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T08:35:22.814Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-11T08:35:22.815Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-09-11 08-31-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T08:35:22.815Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2021-09-11 08-31-22
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-11T08:35:23.151Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW c64a534e-96db 25d59858-c3ed-4ad3-973a-6cd5579547fa 1 ASDC deployResourceStructure
2021-09-11T08:35:23.151Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/vfwc64a534e96db0_modules.json ASDC sendASDCNotification
2021-09-11T08:35:23.151Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/vfwc64a534e96db0_modules.json
2021-09-11T08:35:23.151Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-11T08:35:23.152Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-11T08:35:23.154Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T08:35:23.154Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631349323151,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/vfwc64a534e96db0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-11T08:35:23.254Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-11T08:35:23.255Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T08:35:23.255Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:35:23.291Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:35:23.292Z||pool-14-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":1,"count":1}
2021-09-11T08:35:24.160Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-11T08:35:24.161Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/base_vfw.yaml
2021-09-11T08:35:24.161Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-11T08:35:24.161Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-11T08:35:24.163Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T08:35:24.163Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631349324160,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-09-11T08:35:24.263Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-11T08:35:24.265Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T08:35:24.266Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:35:24.277Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:35:24.277Z||pool-15-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-11T08:35:25.164Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-11T08:35:25.165Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/base_vfw.env
2021-09-11T08:35:25.165Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-11T08:35:25.165Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-11T08:35:25.169Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T08:35:25.169Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631349325164,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-09-11T08:35:25.269Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-11T08:35:25.270Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T08:35:25.270Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:35:25.283Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:35:25.284Z||pool-16-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-11T08:35:26.170Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210911083122/1.0/artifacts/service-Vfw20210911083122-csar.csar ASDC sendASDCNotification
2021-09-11T08:35:26.171Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210911083122/1.0/artifacts/service-Vfw20210911083122-csar.csar
2021-09-11T08:35:26.171Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-11T08:35:26.171Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-11T08:35:26.174Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T08:35:26.174Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631349326170,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/artifacts/service-Vfw20210911083122-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-11T08:35:26.274Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-11T08:35:26.275Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T08:35:26.275Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:35:26.291Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:35:26.292Z||pool-17-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-09-11T08:35:27.174Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6ec4bbaa-f8f6-47d8-91ac-449e4694d459
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-11T08:35:27.195Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6ec4bbaa-f8f6-47d8-91ac-449e4694d459
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-11T08:35:27.199Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-11T08:35:27.200Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-11T08:35:27.200Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-11T08:35:27.200Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-11T08:35:27.200Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-11T08:35:27.200Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-11T08:35:27.201Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-11T08:35:27.201Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-11T08:35:27.201Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-11T08:35:27.201Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-11T08:35:27.206Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-11T08:35:57.207Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6ec4bbaa-f8f6-47d8-91ac-449e4694d459 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-09-11T08:35:57.220Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6ec4bbaa-f8f6-47d8-91ac-449e4694d459 and serviceModelVersionId: 8d4245c3-1967-4c1a-b3e1-78d74c7bbba2
2021-09-11T08:35:57.221Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d3f002b8-905f-4660-95f8-9275190dc114
2021-09-11T08:36:03.285Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:36:03.286Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:36:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:36:03.421Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:36:03.422Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-11T08:36:03.422Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631349303281,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:36:03.424Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-11T08:36:17.887Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d3f002b8-905f-4660-95f8-9275190dc114/model-vers/model-ver/8d4245c3-1967-4c1a-b3e1-78d74c7bbba2?depth=0
2021-09-11T08:36:18.020Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-09-11T08:36:18.541Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d3f002b8-905f-4660-95f8-9275190dc114/model-vers/model-ver/8d4245c3-1967-4c1a-b3e1-78d74c7bbba2?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-09-11T08:36:18.580Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d3f002b8-905f-4660-95f8-9275190dc114/model-vers/model-ver/8d4245c3-1967-4c1a-b3e1-78d74c7bbba2?depth=0|INFO|500||Invoke
2021-09-11T08:36:18.737Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d3f002b8-905f-4660-95f8-9275190dc114/model-vers/model-ver/8d4245c3-1967-4c1a-b3e1-78d74c7bbba2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-09-11T08:36:19.275Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d3f002b8-905f-4660-95f8-9275190dc114/model-vers/model-ver/8d4245c3-1967-4c1a-b3e1-78d74c7bbba2?depth=0|INFO|500||InvokeReturn
2021-09-11T08:36:19.277Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d3f002b8-905f-4660-95f8-9275190dc114/model-vers/model-ver/8d4245c3-1967-4c1a-b3e1-78d74c7bbba2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210911-08:36:18:755-82307], vertex-id=[176232], Content-Length=[0], Date=[Sat, 11 Sep 2021 08:36:18 GMT], Content-Type=[application/json]}
2021-09-11T08:36:19.277Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2021-09-11T08:36:19.280Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-11T08:36:19.281Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-11T08:36:19.289Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-09-11T08:36:19.290Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6ec4bbaa-f8f6-47d8-91ac-449e4694d459 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-11T08:36:19.291Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-11T08:36:19.292Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-11T08:36:19.294Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T08:36:19.294Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631349379291,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-11T08:36:19.395Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-11T08:36:19.396Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T08:36:19.396Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:36:19.412Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:36:19.413Z||pool-18-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-11T08:36:20.313Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:36:20.316Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:36:20.316Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:36:29.867Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:37:03.281Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:37:03.283Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:37:03.284Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:37:03.285Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:37:03.286Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:37:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:37:03.318Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:37:03.319Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T08:37:03.319Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
"consumerID": "clamp",
"timestamp": 1631349304451,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/artifacts/service-Vfw20210911083122-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-11T08:37:03.321Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:37:03.321Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T08:37:03.322Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631349303281,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/vfwc64a534e96db0_modules.json",
"status": "NOTIFIED"
}
2021-09-11T08:37:03.322Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-11T08:37:03.322Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T08:37:03.322Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
"consumerID": "clamp",
"timestamp": 1631349305458,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-11T08:37:03.332Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6ec4bbaa-f8f6-47d8-91ac-449e4694d459
2021-09-11T08:37:03.333Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ec4bbaa-f8f6-47d8-91ac-449e4694d459 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-11T08:37:03.345Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T08:37:03.345Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631349303281,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-11T08:37:03.346Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-11T08:37:03.346Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T08:37:03.347Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631349303281,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:37:03.347Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-11T08:37:03.347Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T08:37:03.347Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631349303281,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-09-11T08:37:03.348Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-11T08:37:03.348Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T08:37:03.348Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631349303281,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/artifacts/service-Vfw20210911083122-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:37:03.349Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-11T08:37:03.349Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T08:37:03.349Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631349303281,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/artifacts/service-Vfw20210911083122-csar.csar",
"status": "NOTIFIED"
}
2021-09-11T08:37:03.349Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-11T08:37:03.350Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T08:37:03.350Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631349311933,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/artifacts/service-Vfw20210911083122-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-11T08:37:03.350Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:37:03.350Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T08:37:03.350Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631349318286,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/vfwc64a534e96db0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-11T08:37:03.351Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:37:03.351Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T08:37:03.352Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631349320263,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-11T08:37:03.352Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:37:03.352Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T08:37:03.353Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631349321679,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-09-11T08:37:03.353Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:37:03.353Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T08:37:03.354Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631349323151,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/vfwc64a534e96db0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-11T08:37:03.354Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:37:03.354Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T08:37:03.355Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631349324160,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-09-11T08:37:03.355Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:37:03.355Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T08:37:03.356Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631349325164,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-09-11T08:37:03.356Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:37:03.356Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T08:37:03.357Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631349326170,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/artifacts/service-Vfw20210911083122-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-11T08:37:03.357Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:37:12.900Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:38:03.281Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:38:03.284Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:38:03.284Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:38:03.285Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:38:03.286Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:38:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:38:03.816Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:38:03.820Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T08:38:03.820Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631349379291,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-11T08:38:03.823Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:38:12.845Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:39:03.282Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:39:03.285Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:39:03.286Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:39:03.286Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:39:03.286Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:39:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:39:12.844Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:39:12.849Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:40:03.281Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:40:03.283Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:40:03.283Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:40:03.285Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:40:03.286Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:40:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:40:12.861Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:40:12.861Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:41:03.281Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:41:03.284Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:41:03.284Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:41:03.285Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:41:03.285Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:41:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:41:12.872Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:41:12.874Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:42:03.281Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:42:03.285Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:42:03.285Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:42:03.285Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:42:03.286Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:42:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:42:03.915Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:42:03.916Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-11T08:42:03.916Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"0bb2d14e-84d7-417b-8597-6ec54e9e69b3","serviceName":"basic_onboard_vMuKiD","serviceVersion":"1.0","serviceUUID":"816cdaa6-e40f-4f1b-adb4-a6240178255d","serviceDescription":"service","serviceInvariantUUID":"bda04753-5707-4e58-b9bd-93d7745be3b6","resources":[{"resourceInstanceName":"basic_onboard_vMuKiD 0","resourceName":"basic_onboard_vMuKiD","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9affe764-2feb-4ca3-90d8-6e5c02ceb338","resourceInvariantUUID":"7badf71f-ec33-481b-a10f-af687ec4fd7c","resourceCustomizationUUID":"0f2380f7-bcc3-4913-b03e-01f18d4510fb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/vf-license-model.xml","artifactChecksum":"NzM3ZDZhYjU2MDBlZWMyODAzOTcyNzllMzA1MzMzMzA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"48a15bba-52dd-4fc0-be80-a729a85f4e13","artifactVersion":"1"},{"artifactName":"basic_onboard_vmukid0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/basic_onboard_vmukid0_modules.json","artifactChecksum":"NTVkZjc4NWRmMzU3ZjJhNTZhNDM5YTVjMzZmYWQ0YzM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a39399bb-6fff-47f1-be89-1500aeaf826d","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d0349b2b-d269-4783-9657-d9fdb75f6fea","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6cf34d7d-202b-435d-8acc-c3818fbe1af7","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"9124bbf2-2aea-4ebe-b39f-787edff03cd4","artifactVersion":"2","generatedFromUUID":"d0349b2b-d269-4783-9657-d9fdb75f6fea"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardVmukid-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/artifacts/service-BasicOnboardVmukid-template.yml","artifactChecksum":"MDczMzY5NGRjMzMzMjBiNDcxY2I3YzQ0ZTRhYWExZDM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cea3cd3f-7cb5-46b0-b882-b3f837cce434","artifactVersion":"1"},{"artifactName":"service-BasicOnboardVmukid-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/artifacts/service-BasicOnboardVmukid-csar.csar","artifactChecksum":"OTVhYzdjZDFkZjE2OTg2M2UyODI3ODZmNjgwYWE2MGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1f097747-e86c-4224-ab2a-007cb2121ad2","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-11T08:42:03.919Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:42:03.921Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-11T08:42:03.921Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-11T08:42:03.922Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:03.922Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
"consumerID": "ves-openapi-manager",
"timestamp": 1631349681538,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:42:03.923Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-11T08:42:03.923Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:03.923Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
"consumerID": "cds",
"timestamp": 1631349678385,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:42:03.923Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-11T08:42:03.923Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:03.923Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
"consumerID": "dcae-sch",
"timestamp": 1631349676292,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:42:03.923Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-11T08:42:03.923Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:03.923Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
"consumerID": "ves-openapi-manager",
"timestamp": 1631349681538,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/basic_onboard_vmukid0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:42:03.923Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-11T08:42:03.924Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:03.924Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
"consumerID": "cds",
"timestamp": 1631349678385,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/basic_onboard_vmukid0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:42:03.924Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-11T08:42:03.924Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:03.924Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
"consumerID": "dcae-sch",
"timestamp": 1631349676292,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/basic_onboard_vmukid0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:42:03.924Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-11T08:42:03.924Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:03.924Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
"consumerID": "aai-ml",
"timestamp": 1631349685696,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:42:03.925Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-11T08:42:03.925Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:03.925Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631349685880,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:42:03.925Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-11T08:42:03.925Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:03.925Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
"consumerID": "ves-openapi-manager",
"timestamp": 1631349681538,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:42:03.925Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-11T08:42:03.925Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:03.926Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
"consumerID": "cds",
"timestamp": 1631349678385,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:42:03.926Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-11T08:42:03.926Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:03.926Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T08:42:03.926Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
"consumerID": "dcae-sch",
"timestamp": 1631349676292,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:42:03.926Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631349723281,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:42:03.926Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-11T08:42:03.926Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:03.927Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
"consumerID": "aai-ml",
"timestamp": 1631349685696,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/basic_onboard_vmukid0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:42:03.927Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-11T08:42:03.927Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:03.927Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631349685880,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/basic_onboard_vmukid0_modules.json",
"status": "NOTIFIED"
}
2021-09-11T08:42:03.927Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-11T08:42:03.927Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:03.927Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
"consumerID": "ves-openapi-manager",
"timestamp": 1631349681538,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:42:03.928Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-11T08:42:03.928Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:03.928Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
"consumerID": "cds",
"timestamp": 1631349678385,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:42:03.928Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-11T08:42:03.928Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:03.928Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
"consumerID": "dcae-sch",
"timestamp": 1631349676292,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:42:03.928Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-11T08:42:03.929Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:03.929Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
"consumerID": "aai-ml",
"timestamp": 1631349685696,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:42:03.929Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-11T08:42:03.929Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:03.929Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631349685880,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-11T08:42:03.929Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-11T08:42:03.930Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:03.930Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
"consumerID": "ves-openapi-manager",
"timestamp": 1631349681538,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:42:03.930Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-11T08:42:03.930Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:03.930Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
"consumerID": "cds",
"timestamp": 1631349678385,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:42:03.931Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-11T08:42:03.931Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:03.931Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
"consumerID": "dcae-sch",
"timestamp": 1631349676292,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:42:03.931Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-11T08:42:03.931Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:03.931Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
"consumerID": "aai-ml",
"timestamp": 1631349685696,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:42:03.931Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-11T08:42:03.932Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:03.932Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631349685880,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:42:03.932Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-11T08:42:03.932Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:03.932Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
"consumerID": "policy-id",
"timestamp": 1631349689283,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:42:03.932Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-11T08:42:03.932Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:03.933Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
"consumerID": "cds",
"timestamp": 1631349678385,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/artifacts/service-BasicOnboardVmukid-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:42:03.933Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-11T08:42:03.934Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:03.935Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
"consumerID": "ves-openapi-manager",
"timestamp": 1631349681538,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/artifacts/service-BasicOnboardVmukid-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:42:03.935Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-11T08:42:03.935Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:03.935Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
"consumerID": "dcae-sch",
"timestamp": 1631349676292,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/artifacts/service-BasicOnboardVmukid-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:42:03.935Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-11T08:42:03.935Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:03.936Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
"consumerID": "aai-ml",
"timestamp": 1631349685696,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:42:03.936Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-11T08:42:03.936Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:03.936Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631349685880,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-09-11T08:42:03.937Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-11T08:42:03.937Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:03.937Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
"consumerID": "policy-id",
"timestamp": 1631349689283,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/basic_onboard_vmukid0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:42:03.937Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-11T08:42:03.937Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:03.937Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
"consumerID": "cds",
"timestamp": 1631349678385,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/artifacts/service-BasicOnboardVmukid-csar.csar",
"status": "NOTIFIED"
}
2021-09-11T08:42:03.937Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-11T08:42:03.938Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:03.938Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
"consumerID": "ves-openapi-manager",
"timestamp": 1631349681538,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/artifacts/service-BasicOnboardVmukid-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:42:03.938Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-11T08:42:03.938Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:03.938Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
"consumerID": "dcae-sch",
"timestamp": 1631349676292,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/artifacts/service-BasicOnboardVmukid-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:42:03.938Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-11T08:42:03.938Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:03.938Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
"consumerID": "aai-ml",
"timestamp": 1631349685696,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/artifacts/service-BasicOnboardVmukid-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:42:03.939Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-11T08:42:03.939Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:03.939Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631349685880,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/artifacts/service-BasicOnboardVmukid-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:42:03.939Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-11T08:42:03.939Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:03.939Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
"consumerID": "policy-id",
"timestamp": 1631349689283,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-11T08:42:03.940Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-11T08:42:03.940Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:03.940Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
"consumerID": "aai-ml",
"timestamp": 1631349685696,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/artifacts/service-BasicOnboardVmukid-csar.csar",
"status": "NOTIFIED"
}
2021-09-11T08:42:03.940Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-11T08:42:03.940Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:03.940Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631349685880,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/artifacts/service-BasicOnboardVmukid-csar.csar",
"status": "NOTIFIED"
}
2021-09-11T08:42:03.940Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-11T08:42:03.941Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:03.941Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
"consumerID": "policy-id",
"timestamp": 1631349689283,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:42:03.941Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-11T08:42:03.941Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:03.941Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
"consumerID": "cds",
"timestamp": 1631349693187,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/artifacts/service-BasicOnboardVmukid-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-11T08:42:03.941Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:42:03.941Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:03.942Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
"consumerID": "policy-id",
"timestamp": 1631349689283,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:42:03.942Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-11T08:42:03.942Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:03.942Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
"consumerID": "cds",
"timestamp": 1631349694194,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/artifacts/service-BasicOnboardVmukid-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-11T08:42:03.963Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0bb2d14e-84d7-417b-8597-6ec54e9e69b3
2021-09-11T08:42:03.964Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0bb2d14e-84d7-417b-8597-6ec54e9e69b3 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-11T08:42:03.978Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:03.978Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
"consumerID": "aai-ml",
"timestamp": 1631349694242,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/artifacts/service-BasicOnboardVmukid-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-11T08:42:03.979Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:42:03.979Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:03.979Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631349694488,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/basic_onboard_vmukid0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-11T08:42:03.979Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:42:03.979Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:03.979Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
"consumerID": "policy-id",
"timestamp": 1631349689283,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/artifacts/service-BasicOnboardVmukid-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:42:03.979Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-11T08:42:03.980Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:03.980Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
"consumerID": "policy-id",
"timestamp": 1631349689283,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/artifacts/service-BasicOnboardVmukid-csar.csar",
"status": "NOTIFIED"
}
2021-09-11T08:42:03.980Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-11T08:42:03.980Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:03.980Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631349697082,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-11T08:42:03.981Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:42:03.981Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:03.981Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
"consumerID": "policy-id",
"timestamp": 1631349698562,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/artifacts/service-BasicOnboardVmukid-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-11T08:42:03.981Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:42:03.981Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:03.981Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631349698295,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:42:03.981Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-11T08:42:03.981Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:03.982Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
"consumerID": "policy-id",
"timestamp": 1631349699566,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/artifacts/service-BasicOnboardVmukid-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-11T08:42:03.982Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:42:03.982Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:03.982Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631349699662,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-09-11T08:42:03.982Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:42:03.982Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:03.982Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
"consumerID": "clamp",
"timestamp": 1631349699217,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:42:03.983Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-11T08:42:03.983Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:03.983Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631349698295,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/basic_onboard_vmukid0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:42:03.983Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-11T08:42:03.983Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:03.983Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
"consumerID": "policy-id",
"timestamp": 1631349700570,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-11T08:42:03.989Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0bb2d14e-84d7-417b-8597-6ec54e9e69b3
2021-09-11T08:42:03.989Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0bb2d14e-84d7-417b-8597-6ec54e9e69b3 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-11T08:42:03.999Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:03.999Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631349700686,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-11T08:42:04.013Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0bb2d14e-84d7-417b-8597-6ec54e9e69b3
2021-09-11T08:42:04.013Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0bb2d14e-84d7-417b-8597-6ec54e9e69b3 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-09-11T08:42:04.022Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:04.022Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
"consumerID": "clamp",
"timestamp": 1631349699217,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/basic_onboard_vmukid0_modules.json",
"status": "NOTIFIED"
}
2021-09-11T08:42:04.022Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-11T08:42:04.022Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:04.022Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631349698295,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:42:04.022Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-11T08:42:04.023Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:04.023Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631349701694,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/basic_onboard_vmukid0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-11T08:42:04.023Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:42:04.023Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:04.023Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
"consumerID": "clamp",
"timestamp": 1631349699217,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:42:04.023Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-11T08:42:04.023Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:04.023Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631349698295,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:42:04.023Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-11T08:42:04.023Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:04.024Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
"consumerID": "aai-ml",
"timestamp": 1631349702671,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/artifacts/service-BasicOnboardVmukid-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-11T08:42:04.024Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:42:04.024Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:04.024Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
"consumerID": "clamp",
"timestamp": 1631349699217,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:42:04.024Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-11T08:42:04.024Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:04.024Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631349698295,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:42:04.024Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-11T08:42:04.024Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:04.024Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
"consumerID": "aai-ml",
"timestamp": 1631349703677,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-11T08:42:04.030Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2021-09-11T08:42:04.032Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T08:42:04.032Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:42:04.033Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0bb2d14e-84d7-417b-8597-6ec54e9e69b3
2021-09-11T08:42:04.034Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0bb2d14e-84d7-417b-8597-6ec54e9e69b3 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-11T08:42:04.045Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:04.045Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
"consumerID": "clamp",
"timestamp": 1631349699217,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:42:04.045Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-11T08:42:04.046Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:04.046Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631349698295,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/artifacts/service-BasicOnboardVmukid-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:42:04.046Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-11T08:42:04.046Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:04.046Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
"consumerID": "clamp",
"timestamp": 1631349699217,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/artifacts/service-BasicOnboardVmukid-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:42:04.046Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-11T08:42:04.047Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:04.047Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631349698295,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/artifacts/service-BasicOnboardVmukid-csar.csar",
"status": "NOTIFIED"
}
2021-09-11T08:42:04.047Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-11T08:42:04.047Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:04.047Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
"consumerID": "clamp",
"timestamp": 1631349699217,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/artifacts/service-BasicOnboardVmukid-csar.csar",
"status": "NOTIFIED"
}
2021-09-11T08:42:04.047Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-11T08:42:04.048Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:04.048Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631349706810,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/artifacts/service-BasicOnboardVmukid-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-11T08:42:04.048Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:42:04.048Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:04.048Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631349709259,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/artifacts/service-BasicOnboardVmukid-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-11T08:42:04.048Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:42:04.049Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:04.049Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631349710263,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
2021-09-11T08:42:04.049Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:42:04.050Z||pool-19-thread-1|||||INFO|500||cambria reply ok (19 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=?
2021-09-11T08:42:04.056Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0bb2d14e-84d7-417b-8597-6ec54e9e69b3
2021-09-11T08:42:04.056Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0bb2d14e-84d7-417b-8597-6ec54e9e69b3 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-11T08:42:04.065Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:04.065Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
"consumerID": "clamp",
"timestamp": 1631349712123,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/artifacts/service-BasicOnboardVmukid-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-11T08:42:04.066Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:42:04.066Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:04.066Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
"consumerID": "clamp",
"timestamp": 1631349713141,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/artifacts/service-BasicOnboardVmukid-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-11T08:42:04.066Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:42:04.066Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:04.066Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
"consumerID": "clamp",
"timestamp": 1631349714145,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-11T08:42:04.072Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0bb2d14e-84d7-417b-8597-6ec54e9e69b3
2021-09-11T08:42:04.072Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0bb2d14e-84d7-417b-8597-6ec54e9e69b3 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-11T08:42:04.927Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-11T08:42:04.929Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-11T08:42:04.932Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T08:42:04.932Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631349723281,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/basic_onboard_vmukid0_modules.json",
"status": "NOTIFIED"
}
2021-09-11T08:42:05.032Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-11T08:42:05.033Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T08:42:05.033Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:42:05.046Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:42:05.046Z||pool-20-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-11T08:42:05.932Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-11T08:42:05.933Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-11T08:42:05.936Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T08:42:05.936Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631349723281,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-11T08:42:06.037Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-11T08:42:06.038Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T08:42:06.039Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:42:06.055Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:42:06.056Z||pool-21-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-09-11T08:42:06.936Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-11T08:42:06.937Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-11T08:42:06.940Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T08:42:06.940Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631349723281,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:42:07.040Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-11T08:42:07.041Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T08:42:07.041Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:42:07.055Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:42:07.055Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-09-11T08:42:07.940Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-11T08:42:07.941Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-11T08:42:07.944Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T08:42:07.944Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631349723281,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-09-11T08:42:08.044Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-11T08:42:08.044Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T08:42:08.044Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:42:08.055Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:42:08.056Z||pool-23-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-11T08:42:08.947Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-11T08:42:08.947Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-11T08:42:08.951Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T08:42:08.952Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631349723281,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/artifacts/service-BasicOnboardVmukid-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:42:09.051Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-11T08:42:09.052Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T08:42:09.052Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:42:09.070Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:42:09.071Z||pool-24-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2021-09-11T08:42:09.952Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-11T08:42:09.953Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-11T08:42:09.955Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T08:42:09.955Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631349723281,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/artifacts/service-BasicOnboardVmukid-csar.csar",
"status": "NOTIFIED"
}
2021-09-11T08:42:10.055Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-11T08:42:10.056Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T08:42:10.056Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:42:10.068Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:42:10.069Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-11T08:42:10.958Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
"serviceName": "basic_onboard_vMuKiD",
"serviceVersion": "1.0",
"serviceUUID": "816cdaa6-e40f-4f1b-adb4-a6240178255d",
"serviceDescription": "service",
"serviceInvariantUUID": "bda04753-5707-4e58-b9bd-93d7745be3b6",
"resources": [
{
"resourceInstanceName": "basic_onboard_vMuKiD 0",
"resourceCustomizationUUID": "0f2380f7-bcc3-4913-b03e-01f18d4510fb",
"resourceName": "basic_onboard_vMuKiD",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "9affe764-2feb-4ca3-90d8-6e5c02ceb338",
"resourceInvariantUUID": "7badf71f-ec33-481b-a10f-af687ec4fd7c",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_vmukid0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/basic_onboard_vmukid0_modules.json",
"artifactChecksum": "NTVkZjc4NWRmMzU3ZjJhNTZhNDM5YTVjMzZmYWQ0YzM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a39399bb-6fff-47f1-be89-1500aeaf826d",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "d0349b2b-d269-4783-9657-d9fdb75f6fea",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "9124bbf2-2aea-4ebe-b39f-787edff03cd4",
"generatedFromUUID": "d0349b2b-d269-4783-9657-d9fdb75f6fea"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "9124bbf2-2aea-4ebe-b39f-787edff03cd4",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardVmukid-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/artifacts/service-BasicOnboardVmukid-csar.csar",
"artifactChecksum": "OTVhYzdjZDFkZjE2OTg2M2UyODI3ODZmNjgwYWE2MGU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "1f097747-e86c-4224-ab2a-007cb2121ad2"
}
],
"workloadContext": "Production"
}
2021-09-11T08:42:10.959Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-11T08:42:10.959Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 816cdaa6-e40f-4f1b-adb4-a6240178255d ASDC
2021-09-11T08:42:10.960Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:0bb2d14e-84d7-417b-8597-6ec54e9e69b3
ServiceName:basic_onboard_vMuKiD
ServiceVersion:1.0
ServiceUUID:816cdaa6-e40f-4f1b-adb4-a6240178255d
ServiceInvariantUUID:bda04753-5707-4e58-b9bd-93d7745be3b6
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardVmukid-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/artifacts/service-BasicOnboardVmukid-csar.csar
ArtifactUUID:1f097747-e86c-4224-ab2a-007cb2121ad2
ArtifactChecksum:OTVhYzdjZDFkZjE2OTg2M2UyODI3ODZmNjgwYWE2MGU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_vMuKiD 0
ResourceCustomizationUUID:0f2380f7-bcc3-4913-b03e-01f18d4510fb
ResourceInvariantUUID:7badf71f-ec33-481b-a10f-af687ec4fd7c
ResourceName:basic_onboard_vMuKiD
ResourceType:VF
ResourceUUID:9affe764-2feb-4ca3-90d8-6e5c02ceb338
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_vmukid0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/basic_onboard_vmukid0_modules.json
ArtifactUUID:a39399bb-6fff-47f1-be89-1500aeaf826d
ArtifactChecksum:NTVkZjc4NWRmMzU3ZjJhNTZhNDM5YTVjMzZmYWQ0YzM=
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/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/base_ubuntu18.yaml
ArtifactUUID:d0349b2b-d269-4783-9657-d9fdb75f6fea
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/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/base_ubuntu18.env
ArtifactUUID:9124bbf2-2aea-4ebe-b39f-787edff03cd4
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/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/base_ubuntu18.env
ArtifactUUID:9124bbf2-2aea-4ebe-b39f-787edff03cd4
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-09-11T08:42:10.960Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 816cdaa6-e40f-4f1b-adb4-a6240178255d ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-11T08:42:11.002Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-11T08:42:11.003Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-09-11T08:42:11.003Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-09-11T08:42:11.004Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 1f097747-e86c-4224-ab2a-007cb2121ad2 from URL: /sdc/v1/catalog/services/BasicOnboardVmukid/1.0/artifacts/service-BasicOnboardVmukid-csar.csar
2021-09-11T08:42:11.004Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-09-11T08:42:11.005Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/artifacts/service-BasicOnboardVmukid-csar.csar
2021-09-11T08:42:11.606Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-09-11T08:42:11.610Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVmukid/1.0/artifacts/service-BasicOnboardVmukid-csar.csar 1f097747-e86c-4224-ab2a-007cb2121ad2 71367
2021-09-11T08:42:11.611Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVmukid/1.0/artifacts/service-BasicOnboardVmukid-csar.csar ASDC sendASDCNotification
2021-09-11T08:42:11.611Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/artifacts/service-BasicOnboardVmukid-csar.csar
2021-09-11T08:42:11.611Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-11T08:42:11.612Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-11T08:42:11.615Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T08:42:11.616Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631349731611,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/artifacts/service-BasicOnboardVmukid-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-11T08:42:11.715Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-11T08:42:11.730Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T08:42:11.730Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:42:11.758Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:42:11.759Z||pool-26-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2021-09-11T08:42:12.617Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-11T08:42:12.618Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-09-11T08:42:12.619Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 1f097747-e86c-4224-ab2a-007cb2121ad2, URL: /sdc/v1/catalog/services/BasicOnboardVmukid/1.0/artifacts/service-BasicOnboardVmukid-csar.csar to file: /app/ASDC/1/service-BasicOnboardVmukid-csar.csar
2021-09-11T08:42:12.620Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardVmukid-csar.csar
2021-09-11T08:42:12.621Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardVmukid-csar.csar
2021-09-11T08:42:12.621Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardVmukid-csar.csar
2021-09-11T08:42:12.938Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1842746840730136105/Definitions/service-BasicOnboardVmukid-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
2021-09-11T08:42:14.253Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-11T08:42:14.253Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-09-11T08:42:14.254Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardVmukid-csar.csar
2021-09-11T08:42:14.254Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-11T08:42:14.254Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||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-BasicOnboardVmukid-csar.csar
2021-09-11T08:42:14.254Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardVmukid-csar.csar
2021-09-11T08:42:14.254Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||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-BasicOnboardVmukid-csar.csar
2021-09-11T08:42:14.254Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardVmukid-csar.csar
2021-09-11T08:42:14.254Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardVmukid-csar.csar
2021-09-11T08:42:14.254Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_vMuKiD 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-BasicOnboardVmukid-csar.csar
2021-09-11T08:42:14.255Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardVmukid-csar.csar
2021-09-11T08:42:14.255Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardVmukid-csar.csar
2021-09-11T08:42:14.255Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardVmukid-csar.csar
2021-09-11T08:42:14.255Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-09-11T08:42:14.255Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-11T08:42:14.255Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_vMuKiD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T08:42:14.255Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_vMuKiD 0 is matching search criteria
2021-09-11T08:42:14.256Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-09-11T08:42:14.256Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_vMuKiD 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-11T08:42:14.257Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-11T08:42:14.257Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_vMuKiD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T08:42:14.257Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_vMuKiD 0 is matching search criteria
2021-09-11T08:42:14.258Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-09-11T08:42:14.258Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_vMuKiD 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-11T08:42:14.258Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-11T08:42:14.258Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_vMuKiD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T08:42:14.258Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-11T08:42:14.259Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_vMuKiD 0 is not matching search criteria
2021-09-11T08:42:14.259Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-09-11T08:42:14.259Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-09-11T08:42:14.259Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-09-11T08:42:14.259Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-11T08:42:14.259Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-11T08:42:14.260Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-11T08:42:14.260Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_vMuKiD is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-11T08:42:14.260Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-11T08:42:14.260Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_vMuKiD 0 is matching search criteria
2021-09-11T08:42:14.260Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_vMuKiD 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-11T08:42:14.260Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-11T08:42:14.261Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_vMuKiD 0 is matching search criteria
2021-09-11T08:42:14.261Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_vMuKiD 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-11T08:42:14.261Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-11T08:42:14.261Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_vMuKiD 0 is matching search criteria
2021-09-11T08:42:14.261Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_vMuKiD 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-11T08:42:14.262Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-11T08:42:14.262Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_vMuKiD 0 is not matching search criteria
2021-09-11T08:42:14.262Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-11T08:42:14.262Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-11T08:42:14.263Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=88d36cc6-1ca8-4f5d-b5a4-38ffb27ef727
2021-09-11T08:42:14.263Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-11T08:42:14.263Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_vMuKiD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T08:42:14.263Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-11T08:42:14.263Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_vMuKiD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T08:42:14.263Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-11T08:42:14.264Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_vMuKiD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T08:42:14.264Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-11T08:42:14.264Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_vMuKiD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T08:42:14.264Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_vMuKiD
Description:service
Model UUID:816cdaa6-e40f-4f1b-adb4-a6240178255d
Model Version:NULL
Model InvariantUuid:bda04753-5707-4e58-b9bd-93d7745be3b6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_vMuKiD
Model UUID:13ed5216-12cf-433f-8f38-df3f55c82f52
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7badf71f-ec33-481b-a10f-af687ec4fd7c
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:0f2380f7-bcc3-4913-b03e-01f18d4510fb
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:809aa9fd-5a1f-48ed-9ef6-9ed838906c8b
ModelName:BasicOnboardVmukid..base_ubuntu18..module-0
ModelUuid:bb7605ec-9c53-48e2-9735-8c840c3dbf82
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:88d36cc6-1ca8-4f5d-b5a4-38ffb27ef727
ModelInvariantUuid:a4219721-0cd3-4ec1-8925-0ac3573e44dc
ModelName:basic_onboard_vMuKiD-nodes.ubuntu18Cvfc
ModelUuid:fd790f23-eab3-4e2e-937e-3dad07c51c25
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:5251596d-bf21-486e-b18b-b5596d95b63a
ModelInvariantUuid:eddf6ab7-e234-424b-91cc-bf5007c0f6db
ModelName:BasicOnboardVmukid.compute.nodes.heat.ubuntu18
ModelUuid:77146468-b2f5-4bd0-ba14-c6b470730535
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-11T08:42:14.272Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 9affe764-2feb-4ca3-90d8-6e5c02ceb338
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-11T08:42:14.280Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||basic_onboard_vMuKiD 0
2021-09-11T08:42:14.280Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9affe764-2feb-4ca3-90d8-6e5c02ceb338
2021-09-11T08:42:14.280Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: a39399bb-6fff-47f1-be89-1500aeaf826d from URL: /sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/basic_onboard_vmukid0_modules.json
2021-09-11T08:42:14.280Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-09-11T08:42:14.281Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/basic_onboard_vmukid0_modules.json
2021-09-11T08:42:15.561Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-09-11T08:42:15.561Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/basic_onboard_vmukid0_modules.json a39399bb-6fff-47f1-be89-1500aeaf826d 798
2021-09-11T08:42:15.561Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/basic_onboard_vmukid0_modules.json ASDC sendASDCNotification
2021-09-11T08:42:15.562Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/basic_onboard_vmukid0_modules.json
2021-09-11T08:42:15.562Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-11T08:42:15.562Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-11T08:42:15.564Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T08:42:15.564Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631349735561,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/basic_onboard_vmukid0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-11T08:42:15.664Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-11T08:42:15.665Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T08:42:15.665Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:42:15.679Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:42:15.680Z||pool-27-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-11T08:42:16.564Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardVmukid..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "809aa9fd-5a1f-48ed-9ef6-9ed838906c8b",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "bb7605ec-9c53-48e2-9735-8c840c3dbf82",
"vfModuleModelCustomizationUUID": "afb41988-48a6-462d-8e8f-fc4a52a6795c",
"isBase": true,
"artifacts": [
"d0349b2b-d269-4783-9657-d9fdb75f6fea",
"9124bbf2-2aea-4ebe-b39f-787edff03cd4"
],
"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": ""
}
}
]
2021-09-11T08:42:16.569Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardVmukid..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bb7605ec-9c53-48e2-9735-8c840c3dbf82
VfModuleModelInvariantUUID:809aa9fd-5a1f-48ed-9ef6-9ed838906c8b
VfModuleModelDescription:NULL
Artifacts UUID List:{
d0349b2b-d269-4783-9657-d9fdb75f6fea
,
9124bbf2-2aea-4ebe-b39f-787edff03cd4
}
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
}
2021-09-11T08:42:16.572Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardVmukid..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "809aa9fd-5a1f-48ed-9ef6-9ed838906c8b",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "bb7605ec-9c53-48e2-9735-8c840c3dbf82",
"vfModuleModelCustomizationUUID": "afb41988-48a6-462d-8e8f-fc4a52a6795c",
"isBase": true,
"artifacts": [
"d0349b2b-d269-4783-9657-d9fdb75f6fea",
"9124bbf2-2aea-4ebe-b39f-787edff03cd4"
],
"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": ""
}
}
]
2021-09-11T08:42:16.572Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardVmukid..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bb7605ec-9c53-48e2-9735-8c840c3dbf82
VfModuleModelInvariantUUID:809aa9fd-5a1f-48ed-9ef6-9ed838906c8b
VfModuleModelDescription:NULL
Artifacts UUID List:{
d0349b2b-d269-4783-9657-d9fdb75f6fea
,
9124bbf2-2aea-4ebe-b39f-787edff03cd4
}
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
}
2021-09-11T08:42:16.572Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: d0349b2b-d269-4783-9657-d9fdb75f6fea from URL: /sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/base_ubuntu18.yaml
2021-09-11T08:42:16.572Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-09-11T08:42:16.573Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/base_ubuntu18.yaml
2021-09-11T08:42:18.455Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-09-11T08:42:18.455Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/base_ubuntu18.yaml d0349b2b-d269-4783-9657-d9fdb75f6fea 5033
2021-09-11T08:42:18.456Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-11T08:42:18.456Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/base_ubuntu18.yaml
2021-09-11T08:42:18.456Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-11T08:42:18.456Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-11T08:42:18.459Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T08:42:18.459Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631349738456,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-11T08:42:18.559Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-11T08:42:18.560Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T08:42:18.560Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:42:18.575Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:42:18.575Z||pool-28-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-11T08:42:19.460Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 9124bbf2-2aea-4ebe-b39f-787edff03cd4 from URL: /sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/base_ubuntu18.env
2021-09-11T08:42:19.461Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-09-11T08:42:19.461Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/base_ubuntu18.env
2021-09-11T08:42:20.355Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-09-11T08:42:20.356Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/base_ubuntu18.env 9124bbf2-2aea-4ebe-b39f-787edff03cd4 909
2021-09-11T08:42:20.356Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-11T08:42:20.356Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/base_ubuntu18.env
2021-09-11T08:42:20.356Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-11T08:42:20.356Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-11T08:42:20.358Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T08:42:20.359Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631349740356,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-09-11T08:42:20.458Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-11T08:42:20.459Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T08:42:20.459Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:42:20.474Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:42:20.475Z||pool-29-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-11T08:42:21.359Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 816cdaa6-e40f-4f1b-adb4-a6240178255d
2021-09-11T08:42:21.360Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_vMuKiD 0 9affe764-2feb-4ca3-90d8-6e5c02ceb338 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-11T08:42:21.374Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@73b503e, org.onap.sdc.toscaparser.api.parameters.Input@74371c1f, org.onap.sdc.toscaparser.api.parameters.Input@2b916fa8, org.onap.sdc.toscaparser.api.parameters.Input@3ef9832c, org.onap.sdc.toscaparser.api.parameters.Input@631e9e6d]
2021-09-11T08:42:21.376Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-11T08:42:21.376Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_vMuKiD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T08:42:21.376Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic
2021-09-11T08:42:21.376Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 0f2380f7-bcc3-4913-b03e-01f18d4510fb
2021-09-11T08:42:21.377Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0f2380f7-bcc3-4913-b03e-01f18d4510fb matches Tosca VF Customization UUID: 0f2380f7-bcc3-4913-b03e-01f18d4510fb
2021-09-11T08:42:21.377Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 0f2380f7-bcc3-4913-b03e-01f18d4510fb matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-11T08:42:21.379Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-11T08:42:21.380Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_vMuKiD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T08:42:21.381Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 0f2380f7-bcc3-4913-b03e-01f18d4510fb: {\"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\"}
2021-09-11T08:42:21.381Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7d5b75b4
2021-09-11T08:42:21.381Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-11T08:42:21.381Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_vMuKiD is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-11T08:42:21.382Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : afb41988-48a6-462d-8e8f-fc4a52a6795c
2021-09-11T08:42:21.382Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID afb41988-48a6-462d-8e8f-fc4a52a6795c
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-11T08:42:21.384Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-11T08:42:21.385Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_vMuKiD 0 is matching search criteria
2021-09-11T08:42:21.385Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_vMuKiD 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-11T08:42:21.385Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-11T08:42:21.385Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_vMuKiD 0 is matching search criteria
2021-09-11T08:42:21.385Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_vMuKiD 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-11T08:42:21.386Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-11T08:42:21.386Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_vMuKiD 0 is not matching search criteria
2021-09-11T08:42:21.386Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-11T08:42:21.386Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-11T08:42:21.386Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=88d36cc6-1ca8-4f5d-b5a4-38ffb27ef727
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-11T08:42:21.388Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-11T08:42:21.389Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_vMuKiD 0 is matching search criteria
2021-09-11T08:42:21.389Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_vMuKiD 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-11T08:42:21.389Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-11T08:42:21.389Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_vMuKiD 0 is matching search criteria
2021-09-11T08:42:21.389Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_vMuKiD 0] matching following query criteria: sdcType=VF, customizationUUID=0f2380f7-bcc3-4913-b03e-01f18d4510fb
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-11T08:42:21.391Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-11T08:42:21.391Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_vMuKiD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T08:42:21.392Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 816cdaa6-e40f-4f1b-adb4-a6240178255d: basic_onboard_vMuKiD
2021-09-11T08:42:21.392Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-11T08:42:21.392Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_vMuKiD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T08:42:21.392Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-11T08:42:21.392Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_vMuKiD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T08:42:21.392Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-11T08:42:21.393Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_vMuKiD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T08:42:21.393Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-11T08:42:21.393Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_vMuKiD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T08:42:21.393Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-11T08:42:21.393Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_vMuKiD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T08:42:21.393Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||Saving Service: basic_onboard_vMuKiD
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-11T08:42:21.482Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_vMuKiD 9affe764-2feb-4ca3-90d8-6e5c02ceb338 1 ASDC deployResourceStructure
2021-09-11T08:42:21.483Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/basic_onboard_vmukid0_modules.json ASDC sendASDCNotification
2021-09-11T08:42:21.483Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/basic_onboard_vmukid0_modules.json
2021-09-11T08:42:21.483Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-11T08:42:21.483Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-11T08:42:21.485Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T08:42:21.486Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631349741483,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/basic_onboard_vmukid0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-11T08:42:21.586Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-11T08:42:21.586Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T08:42:21.587Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:42:21.599Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:42:21.599Z||pool-30-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-11T08:42:22.487Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-11T08:42:22.487Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/base_ubuntu18.yaml
2021-09-11T08:42:22.487Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-11T08:42:22.488Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-11T08:42:22.492Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T08:42:22.492Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631349742487,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-09-11T08:42:22.590Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-09-11T08:42:22.591Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T08:42:22.591Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:42:22.607Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:42:22.608Z||pool-31-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2021-09-11T08:42:23.493Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-11T08:42:23.493Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/base_ubuntu18.env
2021-09-11T08:42:23.493Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-11T08:42:23.493Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-11T08:42:23.495Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T08:42:23.495Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631349743493,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-09-11T08:42:23.596Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-11T08:42:23.596Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T08:42:23.596Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:42:23.611Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:42:23.612Z||pool-32-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-09-11T08:42:24.496Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVmukid/1.0/artifacts/service-BasicOnboardVmukid-csar.csar ASDC sendASDCNotification
2021-09-11T08:42:24.496Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/artifacts/service-BasicOnboardVmukid-csar.csar
2021-09-11T08:42:24.497Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-11T08:42:24.497Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-11T08:42:24.498Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T08:42:24.499Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631349744496,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/artifacts/service-BasicOnboardVmukid-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-11T08:42:24.599Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-11T08:42:24.600Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T08:42:24.600Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:42:24.614Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:42:24.614Z||pool-33-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-11T08:42:25.499Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0bb2d14e-84d7-417b-8597-6ec54e9e69b3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-11T08:42:25.511Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0bb2d14e-84d7-417b-8597-6ec54e9e69b3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-11T08:42:25.514Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-11T08:42:25.514Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-11T08:42:25.515Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-11T08:42:25.515Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-11T08:42:25.515Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-11T08:42:25.515Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-11T08:42:25.515Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-11T08:42:25.515Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-11T08:42:25.515Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-11T08:42:25.516Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-11T08:42:25.516Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-11T08:42:25.521Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-11T08:42:55.521Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0bb2d14e-84d7-417b-8597-6ec54e9e69b3 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-09-11T08:42:55.538Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0bb2d14e-84d7-417b-8597-6ec54e9e69b3 and serviceModelVersionId: 816cdaa6-e40f-4f1b-adb4-a6240178255d
2021-09-11T08:42:55.538Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bda04753-5707-4e58-b9bd-93d7745be3b6
2021-09-11T08:42:55.540Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bda04753-5707-4e58-b9bd-93d7745be3b6/model-vers/model-ver/816cdaa6-e40f-4f1b-adb4-a6240178255d?depth=0
2021-09-11T08:42:55.554Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-09-11T08:42:55.639Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bda04753-5707-4e58-b9bd-93d7745be3b6/model-vers/model-ver/816cdaa6-e40f-4f1b-adb4-a6240178255d?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-09-11T08:42:55.643Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bda04753-5707-4e58-b9bd-93d7745be3b6/model-vers/model-ver/816cdaa6-e40f-4f1b-adb4-a6240178255d?depth=0|INFO|500||Invoke
2021-09-11T08:42:55.687Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bda04753-5707-4e58-b9bd-93d7745be3b6/model-vers/model-ver/816cdaa6-e40f-4f1b-adb4-a6240178255d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-09-11T08:42:56.259Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bda04753-5707-4e58-b9bd-93d7745be3b6/model-vers/model-ver/816cdaa6-e40f-4f1b-adb4-a6240178255d?depth=0|INFO|500||InvokeReturn
2021-09-11T08:42:56.260Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bda04753-5707-4e58-b9bd-93d7745be3b6/model-vers/model-ver/816cdaa6-e40f-4f1b-adb4-a6240178255d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210911-08:42:55:695-10032], vertex-id=[176328], Content-Length=[0], Date=[Sat, 11 Sep 2021 08:42:55 GMT], Content-Type=[application/json]}
2021-09-11T08:42:56.262Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2021-09-11T08:42:56.262Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-11T08:42:56.263Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-11T08:42:56.270Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-09-11T08:42:56.271Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0bb2d14e-84d7-417b-8597-6ec54e9e69b3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-11T08:42:56.271Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-11T08:42:56.272Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-11T08:42:56.274Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T08:42:56.274Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631349776271,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-11T08:42:56.374Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-11T08:42:56.377Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T08:42:56.377Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:42:56.393Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:42:56.394Z||pool-34-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-11T08:43:03.281Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:43:03.283Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:43:03.283Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:43:03.285Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:43:03.285Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:43:03.285Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:43:03.406Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:43:03.407Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T08:43:03.407Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631349723281,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:43:03.409Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-11T08:43:12.853Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:44:03.282Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:44:03.285Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:44:03.285Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:44:03.285Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:44:03.285Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:44:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:44:03.820Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:44:03.822Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:44:03.823Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631349723281,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/basic_onboard_vmukid0_modules.json",
"status": "NOTIFIED"
}
2021-09-11T08:44:03.825Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-11T08:44:03.825Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:44:03.825Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631349723281,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-11T08:44:03.825Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-11T08:44:03.826Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:44:03.826Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631349723281,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:44:03.826Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-11T08:44:03.826Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:44:03.826Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631349723281,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-09-11T08:44:03.827Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-11T08:44:03.827Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:44:03.827Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631349723281,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/artifacts/service-BasicOnboardVmukid-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:44:03.827Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-11T08:44:03.827Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:44:03.828Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631349723281,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/artifacts/service-BasicOnboardVmukid-csar.csar",
"status": "NOTIFIED"
}
2021-09-11T08:44:03.828Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-11T08:44:03.828Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:44:03.828Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631349731611,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/artifacts/service-BasicOnboardVmukid-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-11T08:44:03.828Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:44:03.828Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:44:03.829Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631349735561,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/basic_onboard_vmukid0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-11T08:44:03.829Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:44:03.829Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:44:03.829Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631349738456,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-11T08:44:03.830Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:44:03.830Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:44:03.830Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631349740356,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-09-11T08:44:03.830Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:44:03.830Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:44:03.830Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631349741483,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/basic_onboard_vmukid0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-11T08:44:03.831Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:44:03.831Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:44:03.831Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631349742487,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-09-11T08:44:03.831Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:44:03.831Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:44:03.831Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631349743493,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-09-11T08:44:03.831Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:44:03.831Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:44:03.831Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631349744496,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/artifacts/service-BasicOnboardVmukid-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-11T08:44:03.832Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:44:03.832Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:44:03.832Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631349776271,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-11T08:44:03.832Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:44:12.847Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:45:03.282Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:45:03.285Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:45:03.287Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:45:03.287Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:45:03.287Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:45:03.287Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:45:12.859Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:45:12.860Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:46:03.283Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:46:03.285Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:46:03.287Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:46:03.287Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:46:03.287Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:46:03.287Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:46:03.948Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:46:03.951Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-11T08:46:03.951Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"a048a229-cb8e-451f-a2ae-ab4b43ddc254","serviceName":"vFW 2021-09-11 08-42-50","serviceVersion":"1.0","serviceUUID":"5cc8a86f-0828-48e6-9f0b-d52b0af04d2b","serviceDescription":"catalog service description","serviceInvariantUUID":"de32b620-8b92-4c18-9304-38273b45ba37","resources":[{"resourceInstanceName":"vFW 6531edb5-eede 0","resourceName":"vFW 6531edb5-eede","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"60341e58-0b7d-4aaf-ab64-717a9f07209a","resourceInvariantUUID":"eba46476-6f45-4060-af38-702862aabece","resourceCustomizationUUID":"cfe984d1-f13c-4fe7-bf67-cea8b95bcf1f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/vf-license-model.xml","artifactChecksum":"YzI5MjQxNGRlOWZiYWE1YzVjMmRkZjVjODkxMzcxMWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6016c85e-5f4b-46e5-94d8-cf71abe83090","artifactVersion":"1"},{"artifactName":"vfw6531edb5eede0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/vfw6531edb5eede0_modules.json","artifactChecksum":"YzEwZWVjY2EwMjRmZTlhNTE5Y2FiNjQzYTgzODcxNjg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"16151175-27af-47fe-a42c-a63b728a7a09","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f544c4c6-d705-4864-a8a3-4691093b04c7","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/vendor-license-model.xml","artifactChecksum":"ODdjZWI4YWFjYzA1NmM0MjkzMDA2ZjEyZTg2OTA1Y2Q\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"74d34da5-a850-4c38-8a56-cbfab0a62429","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"af1187df-5277-476d-841f-31d8a50df593","artifactVersion":"2","generatedFromUUID":"f544c4c6-d705-4864-a8a3-4691093b04c7"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210911084250-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210911084250/1.0/artifacts/service-Vfw20210911084250-template.yml","artifactChecksum":"ZDkwMDJkZDMyZjc5NzQ2NzJhY2Q3YzBmZjViZDcyZDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e0a8edd4-697b-4a2b-94ad-a3485c1d5de3","artifactVersion":"1"},{"artifactName":"service-Vfw20210911084250-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210911084250/1.0/artifacts/service-Vfw20210911084250-csar.csar","artifactChecksum":"M2RlZTI5NTMzZTIxYTY0ODFhY2Y4NDNkNDNmOGI5YzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d4e27d50-89e0-4940-bb71-c69afe8139aa","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-11T08:46:03.958Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:46:03.959Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-11T08:46:03.959Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-11T08:46:03.960Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:03.961Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
"consumerID": "cds",
"timestamp": 1631349933385,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:46:03.962Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-11T08:46:03.963Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:03.963Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631349925881,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:46:03.963Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-11T08:46:03.963Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:03.963Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
"consumerID": "aai-ml",
"timestamp": 1631349925696,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:46:03.963Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-11T08:46:03.963Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:03.963Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
"consumerID": "policy-id",
"timestamp": 1631349929282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:46:03.964Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-11T08:46:03.964Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:03.964Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
"consumerID": "cds",
"timestamp": 1631349933385,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/vfw6531edb5eede0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:46:03.964Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-11T08:46:03.964Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:03.964Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631349925881,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/vfw6531edb5eede0_modules.json",
"status": "NOTIFIED"
}
2021-09-11T08:46:03.966Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-11T08:46:03.966Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:03.966Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
"consumerID": "aai-ml",
"timestamp": 1631349925696,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/vfw6531edb5eede0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:46:03.967Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-11T08:46:03.967Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:03.967Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
"consumerID": "policy-id",
"timestamp": 1631349929282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/vfw6531edb5eede0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:46:03.967Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-11T08:46:03.967Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:03.967Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
"consumerID": "dcae-sch",
"timestamp": 1631349936277,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:46:03.967Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-11T08:46:03.967Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:03.967Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
"consumerID": "cds",
"timestamp": 1631349933385,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:46:03.968Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-11T08:46:03.968Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:03.968Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631349925881,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-11T08:46:03.968Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-11T08:46:03.968Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:03.969Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
"consumerID": "aai-ml",
"timestamp": 1631349925696,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:46:03.969Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-11T08:46:03.969Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:03.969Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
"consumerID": "policy-id",
"timestamp": 1631349929282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-11T08:46:03.969Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-11T08:46:03.970Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T08:46:03.970Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:03.970Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631349963282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:46:03.970Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
"consumerID": "dcae-sch",
"timestamp": 1631349936277,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/vfw6531edb5eede0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:46:03.970Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-11T08:46:03.970Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:03.970Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
"consumerID": "cds",
"timestamp": 1631349933385,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:46:03.970Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-11T08:46:03.971Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:03.971Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631349925881,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:46:03.971Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-11T08:46:03.971Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:03.971Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
"consumerID": "aai-ml",
"timestamp": 1631349925696,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:46:03.972Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-11T08:46:03.972Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:03.972Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631349938294,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:46:03.972Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-11T08:46:03.972Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:03.972Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
"consumerID": "policy-id",
"timestamp": 1631349929282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:46:03.973Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-11T08:46:03.973Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:03.973Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
"consumerID": "dcae-sch",
"timestamp": 1631349936277,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:46:03.973Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-11T08:46:03.974Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:03.974Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
"consumerID": "cds",
"timestamp": 1631349933385,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:46:03.974Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-11T08:46:03.974Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:03.974Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631349925881,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-09-11T08:46:03.975Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-11T08:46:03.975Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:03.975Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
"consumerID": "aai-ml",
"timestamp": 1631349925696,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:46:03.975Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-11T08:46:03.975Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:03.976Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
"consumerID": "clamp",
"timestamp": 1631349939215,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:46:03.976Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-11T08:46:03.976Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:03.976Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
"consumerID": "policy-id",
"timestamp": 1631349929282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:46:03.976Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-11T08:46:03.976Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:03.976Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631349938294,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/vfw6531edb5eede0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:46:03.977Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-11T08:46:03.977Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:03.977Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
"consumerID": "dcae-sch",
"timestamp": 1631349936277,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:46:03.977Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-11T08:46:03.977Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:03.977Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
"consumerID": "cds",
"timestamp": 1631349933385,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/artifacts/service-Vfw20210911084250-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:46:03.977Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-11T08:46:03.977Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:03.978Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631349925881,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/artifacts/service-Vfw20210911084250-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:46:03.978Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-11T08:46:03.978Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:03.978Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
"consumerID": "aai-ml",
"timestamp": 1631349925696,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/artifacts/service-Vfw20210911084250-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:46:03.978Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-11T08:46:03.978Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:03.978Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
"consumerID": "clamp",
"timestamp": 1631349939215,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/vfw6531edb5eede0_modules.json",
"status": "NOTIFIED"
}
2021-09-11T08:46:03.979Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-11T08:46:03.979Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:03.980Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631349938294,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:46:03.980Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-11T08:46:03.980Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:03.980Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
"consumerID": "policy-id",
"timestamp": 1631349929282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/artifacts/service-Vfw20210911084250-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:46:03.980Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-11T08:46:03.980Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:03.980Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
"consumerID": "dcae-sch",
"timestamp": 1631349936277,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:46:03.981Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-11T08:46:03.981Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:03.981Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
"consumerID": "cds",
"timestamp": 1631349933385,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/artifacts/service-Vfw20210911084250-csar.csar",
"status": "NOTIFIED"
}
2021-09-11T08:46:03.981Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-11T08:46:03.981Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:03.981Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631349925881,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/artifacts/service-Vfw20210911084250-csar.csar",
"status": "NOTIFIED"
}
2021-09-11T08:46:03.981Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-11T08:46:03.981Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:03.981Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
"consumerID": "aai-ml",
"timestamp": 1631349925696,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/artifacts/service-Vfw20210911084250-csar.csar",
"status": "NOTIFIED"
}
2021-09-11T08:46:03.982Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-11T08:46:03.982Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:03.982Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
"consumerID": "clamp",
"timestamp": 1631349939215,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:46:03.982Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-11T08:46:03.982Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:03.982Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
"consumerID": "dcae-sch",
"timestamp": 1631349936277,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/artifacts/service-Vfw20210911084250-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:46:03.982Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-11T08:46:03.983Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:03.983Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
"consumerID": "policy-id",
"timestamp": 1631349929282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/artifacts/service-Vfw20210911084250-csar.csar",
"status": "NOTIFIED"
}
2021-09-11T08:46:03.983Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-11T08:46:03.983Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:03.983Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631349938294,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:46:03.983Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-11T08:46:03.983Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:03.983Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
"consumerID": "ves-openapi-manager",
"timestamp": 1631349941538,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:46:03.983Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-11T08:46:03.984Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:03.984Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
"consumerID": "clamp",
"timestamp": 1631349939215,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:46:03.984Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-11T08:46:03.984Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:03.984Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
"consumerID": "dcae-sch",
"timestamp": 1631349936277,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/artifacts/service-Vfw20210911084250-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:46:03.984Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-11T08:46:03.984Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:03.984Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631349938294,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:46:03.985Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-11T08:46:03.985Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:03.985Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
"consumerID": "ves-openapi-manager",
"timestamp": 1631349941538,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/vfw6531edb5eede0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:46:03.985Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-11T08:46:03.986Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:03.986Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631349943891,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/vfw6531edb5eede0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-11T08:46:03.986Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:46:03.986Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:03.986Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
"consumerID": "aai-ml",
"timestamp": 1631349943906,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/artifacts/service-Vfw20210911084250-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-11T08:46:03.987Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:46:03.987Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:03.987Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
"consumerID": "clamp",
"timestamp": 1631349939215,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:46:03.987Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-11T08:46:03.987Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:03.987Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
"consumerID": "cds",
"timestamp": 1631349943985,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/artifacts/service-Vfw20210911084250-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-11T08:46:03.988Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:46:03.988Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:03.988Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
"consumerID": "policy-id",
"timestamp": 1631349944006,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/artifacts/service-Vfw20210911084250-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-11T08:46:03.988Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:46:03.988Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:03.988Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631349938294,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/artifacts/service-Vfw20210911084250-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:46:03.988Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-11T08:46:03.988Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:03.988Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
"consumerID": "ves-openapi-manager",
"timestamp": 1631349941538,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:46:03.989Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-11T08:46:03.989Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:03.989Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
"consumerID": "clamp",
"timestamp": 1631349939215,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/artifacts/service-Vfw20210911084250-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:46:03.989Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-11T08:46:03.989Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:03.989Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
"consumerID": "cds",
"timestamp": 1631349944990,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/artifacts/service-Vfw20210911084250-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-11T08:46:04.011Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a048a229-cb8e-451f-a2ae-ab4b43ddc254
2021-09-11T08:46:04.012Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a048a229-cb8e-451f-a2ae-ab4b43ddc254 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-11T08:46:04.020Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:04.020Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
"consumerID": "policy-id",
"timestamp": 1631349945016,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/artifacts/service-Vfw20210911084250-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-11T08:46:04.020Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:46:04.020Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:04.020Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631349938294,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/artifacts/service-Vfw20210911084250-csar.csar",
"status": "NOTIFIED"
}
2021-09-11T08:46:04.021Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-11T08:46:04.021Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:04.021Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
"consumerID": "ves-openapi-manager",
"timestamp": 1631349941538,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:46:04.022Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-11T08:46:04.022Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:04.022Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631349945402,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-11T08:46:04.022Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:46:04.022Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:04.023Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
"consumerID": "clamp",
"timestamp": 1631349939215,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/artifacts/service-Vfw20210911084250-csar.csar",
"status": "NOTIFIED"
}
2021-09-11T08:46:04.023Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-11T08:46:04.023Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:04.023Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
"consumerID": "policy-id",
"timestamp": 1631349946022,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-11T08:46:04.027Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a048a229-cb8e-451f-a2ae-ab4b43ddc254
2021-09-11T08:46:04.027Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a048a229-cb8e-451f-a2ae-ab4b43ddc254 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-11T08:46:04.046Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:04.046Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
"consumerID": "ves-openapi-manager",
"timestamp": 1631349941538,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:46:04.046Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-11T08:46:04.046Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:04.046Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631349946834,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/artifacts/service-Vfw20210911084250-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-11T08:46:04.046Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:46:04.046Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:04.047Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631349946891,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-09-11T08:46:04.047Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:46:04.047Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:04.047Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
"consumerID": "ves-openapi-manager",
"timestamp": 1631349941538,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/artifacts/service-Vfw20210911084250-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:46:04.047Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-11T08:46:04.047Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:04.047Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631349947920,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-11T08:46:04.052Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a048a229-cb8e-451f-a2ae-ab4b43ddc254
2021-09-11T08:46:04.052Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a048a229-cb8e-451f-a2ae-ab4b43ddc254 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-09-11T08:46:04.058Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:04.058Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
"consumerID": "ves-openapi-manager",
"timestamp": 1631349941538,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/artifacts/service-Vfw20210911084250-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:46:04.058Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-11T08:46:04.058Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:04.058Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631349948924,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/vfw6531edb5eede0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-11T08:46:04.058Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:46:04.058Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:04.058Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631349950334,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/artifacts/service-Vfw20210911084250-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-11T08:46:04.059Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:46:04.059Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:04.059Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631349951339,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-11T08:46:04.062Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a048a229-cb8e-451f-a2ae-ab4b43ddc254
2021-09-11T08:46:04.063Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a048a229-cb8e-451f-a2ae-ab4b43ddc254 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-11T08:46:04.070Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:04.070Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
"consumerID": "clamp",
"timestamp": 1631349954844,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/artifacts/service-Vfw20210911084250-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-11T08:46:04.070Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-11T08:46:04.071Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:46:04.071Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:04.071Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
"consumerID": "aai-ml",
"timestamp": 1631349955680,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/artifacts/service-Vfw20210911084250-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-11T08:46:04.071Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:46:04.071Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:04.072Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
"consumerID": "aai-ml",
"timestamp": 1631349956684,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
2021-09-11T08:46:04.072Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T08:46:04.072Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-11T08:46:04.075Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a048a229-cb8e-451f-a2ae-ab4b43ddc254
2021-09-11T08:46:04.075Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a048a229-cb8e-451f-a2ae-ab4b43ddc254 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-11T08:46:04.086Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:04.086Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
"consumerID": "clamp",
"timestamp": 1631349956846,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/artifacts/service-Vfw20210911084250-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-11T08:46:04.086Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:46:04.086Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:04.087Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
"consumerID": "clamp",
"timestamp": 1631349957849,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
2021-09-11T08:46:04.087Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-11T08:46:04.089Z||pool-35-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-09-11T08:46:04.092Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a048a229-cb8e-451f-a2ae-ab4b43ddc254
2021-09-11T08:46:04.093Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a048a229-cb8e-451f-a2ae-ab4b43ddc254 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-11T08:46:04.970Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-11T08:46:04.971Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-11T08:46:04.982Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T08:46:04.982Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631349963282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/vfw6531edb5eede0_modules.json",
"status": "NOTIFIED"
}
2021-09-11T08:46:05.074Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2021-09-11T08:46:05.075Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T08:46:05.076Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:46:05.086Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:46:05.086Z||pool-36-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-11T08:46:05.983Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-11T08:46:05.984Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-11T08:46:05.987Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T08:46:05.987Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631349963282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-11T08:46:06.087Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-11T08:46:06.089Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T08:46:06.089Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:46:06.099Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:46:06.099Z||pool-37-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-11T08:46:06.988Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-11T08:46:06.988Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-11T08:46:06.991Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T08:46:06.991Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631349963282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:46:07.091Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-11T08:46:07.098Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T08:46:07.098Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:46:07.112Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:46:07.112Z||pool-38-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2021-09-11T08:46:07.991Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-11T08:46:07.992Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-11T08:46:07.994Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T08:46:07.995Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631349963282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-09-11T08:46:08.095Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-11T08:46:08.096Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T08:46:08.096Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:46:08.107Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:46:08.107Z||pool-39-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-09-11T08:46:08.996Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-11T08:46:08.996Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-11T08:46:08.998Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T08:46:08.998Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631349963282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/artifacts/service-Vfw20210911084250-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-11T08:46:09.098Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-11T08:46:09.099Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T08:46:09.099Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:46:09.108Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:46:09.108Z||pool-40-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-11T08:46:09.998Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-11T08:46:09.999Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-11T08:46:10.004Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T08:46:10.005Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631349963282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/artifacts/service-Vfw20210911084250-csar.csar",
"status": "NOTIFIED"
}
2021-09-11T08:46:10.110Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2021-09-11T08:46:10.111Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T08:46:10.111Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:46:10.124Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:46:10.124Z||pool-41-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-09-11T08:46:11.006Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
"serviceName": "vFW 2021-09-11 08-42-50",
"serviceVersion": "1.0",
"serviceUUID": "5cc8a86f-0828-48e6-9f0b-d52b0af04d2b",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "de32b620-8b92-4c18-9304-38273b45ba37",
"resources": [
{
"resourceInstanceName": "vFW 6531edb5-eede 0",
"resourceCustomizationUUID": "cfe984d1-f13c-4fe7-bf67-cea8b95bcf1f",
"resourceName": "vFW 6531edb5-eede",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "60341e58-0b7d-4aaf-ab64-717a9f07209a",
"resourceInvariantUUID": "eba46476-6f45-4060-af38-702862aabece",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw6531edb5eede0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/vfw6531edb5eede0_modules.json",
"artifactChecksum": "YzEwZWVjY2EwMjRmZTlhNTE5Y2FiNjQzYTgzODcxNjg\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "16151175-27af-47fe-a42c-a63b728a7a09",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "f544c4c6-d705-4864-a8a3-4691093b04c7",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "af1187df-5277-476d-841f-31d8a50df593",
"generatedFromUUID": "f544c4c6-d705-4864-a8a3-4691093b04c7"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "af1187df-5277-476d-841f-31d8a50df593",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20210911084250-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/artifacts/service-Vfw20210911084250-csar.csar",
"artifactChecksum": "M2RlZTI5NTMzZTIxYTY0ODFhY2Y4NDNkNDNmOGI5YzA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d4e27d50-89e0-4940-bb71-c69afe8139aa"
}
],
"workloadContext": "Production"
}
2021-09-11T08:46:11.007Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-11T08:46:11.007Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5cc8a86f-0828-48e6-9f0b-d52b0af04d2b ASDC
2021-09-11T08:46:11.008Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:a048a229-cb8e-451f-a2ae-ab4b43ddc254
ServiceName:vFW 2021-09-11 08-42-50
ServiceVersion:1.0
ServiceUUID:5cc8a86f-0828-48e6-9f0b-d52b0af04d2b
ServiceInvariantUUID:de32b620-8b92-4c18-9304-38273b45ba37
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210911084250-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210911084250/1.0/artifacts/service-Vfw20210911084250-csar.csar
ArtifactUUID:d4e27d50-89e0-4940-bb71-c69afe8139aa
ArtifactChecksum:M2RlZTI5NTMzZTIxYTY0ODFhY2Y4NDNkNDNmOGI5YzA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 6531edb5-eede 0
ResourceCustomizationUUID:cfe984d1-f13c-4fe7-bf67-cea8b95bcf1f
ResourceInvariantUUID:eba46476-6f45-4060-af38-702862aabece
ResourceName:vFW 6531edb5-eede
ResourceType:VF
ResourceUUID:60341e58-0b7d-4aaf-ab64-717a9f07209a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw6531edb5eede0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/vfw6531edb5eede0_modules.json
ArtifactUUID:16151175-27af-47fe-a42c-a63b728a7a09
ArtifactChecksum:YzEwZWVjY2EwMjRmZTlhNTE5Y2FiNjQzYTgzODcxNjg=
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/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/base_vfw.yaml
ArtifactUUID:f544c4c6-d705-4864-a8a3-4691093b04c7
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/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/base_vfw.env
ArtifactUUID:af1187df-5277-476d-841f-31d8a50df593
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/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/base_vfw.env
ArtifactUUID:af1187df-5277-476d-841f-31d8a50df593
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-09-11T08:46:11.008Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5cc8a86f-0828-48e6-9f0b-d52b0af04d2b ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-11T08:46:11.045Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-11T08:46:11.047Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-09-11T08:46:11.047Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-09-11T08:46:11.047Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: d4e27d50-89e0-4940-bb71-c69afe8139aa from URL: /sdc/v1/catalog/services/Vfw20210911084250/1.0/artifacts/service-Vfw20210911084250-csar.csar
2021-09-11T08:46:11.047Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-09-11T08:46:11.047Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210911084250/1.0/artifacts/service-Vfw20210911084250-csar.csar
2021-09-11T08:46:11.689Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-09-11T08:46:11.695Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210911084250/1.0/artifacts/service-Vfw20210911084250-csar.csar d4e27d50-89e0-4940-bb71-c69afe8139aa 98743
2021-09-11T08:46:11.695Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210911084250/1.0/artifacts/service-Vfw20210911084250-csar.csar ASDC sendASDCNotification
2021-09-11T08:46:11.695Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210911084250/1.0/artifacts/service-Vfw20210911084250-csar.csar
2021-09-11T08:46:11.695Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-11T08:46:11.695Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-11T08:46:11.697Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T08:46:11.697Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631349971695,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/artifacts/service-Vfw20210911084250-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-11T08:46:11.798Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-11T08:46:11.799Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T08:46:11.799Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:46:11.840Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:46:11.841Z||pool-42-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2021-09-11T08:46:12.702Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-11T08:46:12.703Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-09-11T08:46:12.703Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: d4e27d50-89e0-4940-bb71-c69afe8139aa, URL: /sdc/v1/catalog/services/Vfw20210911084250/1.0/artifacts/service-Vfw20210911084250-csar.csar to file: /app/ASDC/1/service-Vfw20210911084250-csar.csar
2021-09-11T08:46:12.703Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210911084250-csar.csar
2021-09-11T08:46:12.704Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210911084250-csar.csar
2021-09-11T08:46:12.704Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210911084250-csar.csar
2021-09-11T08:46:12.954Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3491634327778491931/Definitions/service-Vfw20210911084250-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_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2021-09-11T08:46:15.125Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-11T08:46:15.126Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-09-11T08:46:15.127Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210911084250-csar.csar
2021-09-11T08:46:15.127Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-09-11T08:46:15.127Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||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-Vfw20210911084250-csar.csar
2021-09-11T08:46:15.127Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||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-Vfw20210911084250-csar.csar
2021-09-11T08:46:15.127Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210911084250-csar.csar
2021-09-11T08:46:15.127Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210911084250-csar.csar
2021-09-11T08:46:15.127Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210911084250-csar.csar
2021-09-11T08:46:15.128Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||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-Vfw20210911084250-csar.csar
2021-09-11T08:46:15.128Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210911084250-csar.csar
2021-09-11T08:46:15.128Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||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-Vfw20210911084250-csar.csar
2021-09-11T08:46:15.128Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 6531edb5-eede 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-Vfw20210911084250-csar.csar
2021-09-11T08:46:15.128Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210911084250-csar.csar
2021-09-11T08:46:15.128Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210911084250-csar.csar
2021-09-11T08:46:15.128Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210911084250-csar.csar
2021-09-11T08:46:15.128Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210911084250-csar.csar
2021-09-11T08:46:15.128Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-09-11T08:46:15.128Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-11T08:46:15.129Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-09-11 08-42-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T08:46:15.130Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template vFW 6531edb5-eede 0 is matching search criteria
2021-09-11T08:46:15.130Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-09-11T08:46:15.130Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 6531edb5-eede 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-11T08:46:15.131Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-11T08:46:15.131Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-09-11 08-42-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T08:46:15.131Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template vFW 6531edb5-eede 0 is matching search criteria
2021-09-11T08:46:15.131Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-09-11T08:46:15.131Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 6531edb5-eede 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-11T08:46:15.132Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-11T08:46:15.132Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-09-11 08-42-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T08:46:15.132Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-11T08:46:15.132Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template vFW 6531edb5-eede 0 is not matching search criteria
2021-09-11T08:46:15.132Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-11T08:46:15.132Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-11T08:46:15.132Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-11T08:46:15.133Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-11T08:46:15.133Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-11T08:46:15.133Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-11T08:46:15.133Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-11T08:46:15.133Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-11T08:46:15.133Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-11T08:46:15.133Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-11T08:46:15.134Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-11T08:46:15.134Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-11T08:46:15.134Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-11T08:46:15.134Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-11T08:46:15.134Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-11T08:46:15.134Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-11T08:46:15.135Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-11T08:46:15.135Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-09-11 08-42-50 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-11T08:46:15.135Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-11T08:46:15.135Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template vFW 6531edb5-eede 0 is matching search criteria
2021-09-11T08:46:15.135Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 6531edb5-eede 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-11T08:46:15.135Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-11T08:46:15.135Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template vFW 6531edb5-eede 0 is matching search criteria
2021-09-11T08:46:15.136Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 6531edb5-eede 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-11T08:46:15.136Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-11T08:46:15.136Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template vFW 6531edb5-eede 0 is matching search criteria
2021-09-11T08:46:15.136Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 6531edb5-eede 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-11T08:46:15.136Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-11T08:46:15.136Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template vFW 6531edb5-eede 0 is not matching search criteria
2021-09-11T08:46:15.136Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-11T08:46:15.137Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-11T08:46:15.137Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-11T08:46:15.137Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-11T08:46:15.137Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-11T08:46:15.137Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-11T08:46:15.137Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-11T08:46:15.138Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-11T08:46:15.138Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-11T08:46:15.138Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-11T08:46:15.138Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-11T08:46:15.138Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=cd1252bb-59a4-4486-9002-76a2e1d5bb8d
2021-09-11T08:46:15.139Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-11T08:46:15.139Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template vFW 6531edb5-eede 0 is not matching search criteria
2021-09-11T08:46:15.139Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-11T08:46:15.139Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-11T08:46:15.139Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-11T08:46:15.139Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-11T08:46:15.139Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-11T08:46:15.140Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-11T08:46:15.140Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-11T08:46:15.140Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-11T08:46:15.140Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-11T08:46:15.140Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-11T08:46:15.140Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-11T08:46:15.140Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-11T08:46:15.141Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c16310da-eac6-4e58-9fcd-fea8424068a4
2021-09-11T08:46:15.141Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-11T08:46:15.141Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template vFW 6531edb5-eede 0 is not matching search criteria
2021-09-11T08:46:15.141Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-11T08:46:15.141Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-11T08:46:15.141Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-11T08:46:15.142Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-11T08:46:15.142Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-11T08:46:15.142Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-11T08:46:15.142Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-11T08:46:15.142Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-11T08:46:15.142Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-11T08:46:15.143Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-11T08:46:15.143Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-11T08:46:15.143Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-11T08:46:15.143Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=826f6956-d337-4446-ab82-a8138424303c
2021-09-11T08:46:15.143Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-11T08:46:15.143Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-09-11 08-42-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T08:46:15.143Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-11T08:46:15.144Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-09-11 08-42-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T08:46:15.144Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-11T08:46:15.144Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-09-11 08-42-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T08:46:15.144Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-11T08:46:15.144Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-09-11 08-42-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T08:46:15.144Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-09-11 08-42-50
Description:catalog service description
Model UUID:5cc8a86f-0828-48e6-9f0b-d52b0af04d2b
Model Version:NULL
Model InvariantUuid:de32b620-8b92-4c18-9304-38273b45ba37
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 6531edb5-eede
Model UUID:04eeb5eb-3b53-4e71-92cb-d56d47e44039
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:eba46476-6f45-4060-af38-702862aabece
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:cfe984d1-f13c-4fe7-bf67-cea8b95bcf1f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:40413411-867c-4adc-8530-9fa82b52b58c
ModelName:Vfw6531edb5Eede..base_vfw..module-0
ModelUuid:8bba3406-0d72-4b3e-857e-44fa94d6778e
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:cd1252bb-59a4-4486-9002-76a2e1d5bb8d
ModelInvariantUuid:cd0a65df-fe54-46ce-b8c3-365e8f46a06a
ModelName:vFW 6531edb5-eede-nodes.vfwCvfc
ModelUuid:19f8ef95-c383-4746-a4c9-142896276299
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:8eef1701-0b8b-4c03-b6bd-5c470359a07a
ModelInvariantUuid:8da4949c-6ad8-45e9-a03c-a9b07d7ef44c
ModelName:Vfw6531edb5Eede.compute.nodes.heat.vfw
ModelUuid:bd169533-26a4-433d-ac93-7725395d9ccf
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:c16310da-eac6-4e58-9fcd-fea8424068a4
ModelInvariantUuid:0697792c-064c-4019-956a-c0ee9157952e
ModelName:vFW 6531edb5-eede-nodes.vsnCvfc
ModelUuid:02754471-b870-4721-b16d-110764a82a3d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:e7260c70-41d5-4430-a28a-2365eb1c795f
ModelInvariantUuid:269f7817-fa10-44f2-9e94-b4e174e426ce
ModelName:Vfw6531edb5Eede.compute.nodes.heat.vsn
ModelUuid:e66862de-e8f3-4bee-acbe-ea436b6aefcc
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:826f6956-d337-4446-ab82-a8138424303c
ModelInvariantUuid:c5f234b0-be7c-4893-9308-3d68715578b0
ModelName:vFW 6531edb5-eede-nodes.vpgCvfc
ModelUuid:bb759a80-05b6-42d3-926a-75a5f4aeadd5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:b1802586-ace9-4dc6-b0d1-6dbc0e468ccb
ModelInvariantUuid:7184486e-e9ee-4531-9019-3b6c8e6e9476
ModelName:Vfw6531edb5Eede.compute.nodes.heat.vpg
ModelUuid:0624e516-354c-457a-b982-7c04219e73aa
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-11T08:46:15.178Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 60341e58-0b7d-4aaf-ab64-717a9f07209a
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-11T08:46:15.194Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||INFO|500||vFW 6531edb5-eede 0
2021-09-11T08:46:15.195Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 60341e58-0b7d-4aaf-ab64-717a9f07209a
2021-09-11T08:46:15.195Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 16151175-27af-47fe-a42c-a63b728a7a09 from URL: /sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/vfw6531edb5eede0_modules.json
2021-09-11T08:46:15.195Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-09-11T08:46:15.195Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/vfw6531edb5eede0_modules.json
2021-09-11T08:46:16.691Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-09-11T08:46:16.691Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/vfw6531edb5eede0_modules.json 16151175-27af-47fe-a42c-a63b728a7a09 785
2021-09-11T08:46:16.692Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/vfw6531edb5eede0_modules.json ASDC sendASDCNotification
2021-09-11T08:46:16.692Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/vfw6531edb5eede0_modules.json
2021-09-11T08:46:16.692Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-11T08:46:16.692Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-11T08:46:16.698Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T08:46:16.698Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631349976692,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/vfw6531edb5eede0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-11T08:46:16.798Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-11T08:46:16.800Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T08:46:16.801Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:46:16.817Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:46:16.818Z||pool-43-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-09-11T08:46:17.698Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw6531edb5Eede..base_vfw..module-0",
"vfModuleModelInvariantUUID": "40413411-867c-4adc-8530-9fa82b52b58c",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "8bba3406-0d72-4b3e-857e-44fa94d6778e",
"vfModuleModelCustomizationUUID": "4282457b-f2b2-48e4-a80b-3a59f3c1e669",
"isBase": true,
"artifacts": [
"f544c4c6-d705-4864-a8a3-4691093b04c7",
"af1187df-5277-476d-841f-31d8a50df593"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-09-11T08:46:17.719Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6531edb5Eede..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8bba3406-0d72-4b3e-857e-44fa94d6778e
VfModuleModelInvariantUUID:40413411-867c-4adc-8530-9fa82b52b58c
VfModuleModelDescription:NULL
Artifacts UUID List:{
f544c4c6-d705-4864-a8a3-4691093b04c7
,
af1187df-5277-476d-841f-31d8a50df593
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-09-11T08:46:17.727Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw6531edb5Eede..base_vfw..module-0",
"vfModuleModelInvariantUUID": "40413411-867c-4adc-8530-9fa82b52b58c",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "8bba3406-0d72-4b3e-857e-44fa94d6778e",
"vfModuleModelCustomizationUUID": "4282457b-f2b2-48e4-a80b-3a59f3c1e669",
"isBase": true,
"artifacts": [
"f544c4c6-d705-4864-a8a3-4691093b04c7",
"af1187df-5277-476d-841f-31d8a50df593"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-09-11T08:46:17.728Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6531edb5Eede..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8bba3406-0d72-4b3e-857e-44fa94d6778e
VfModuleModelInvariantUUID:40413411-867c-4adc-8530-9fa82b52b58c
VfModuleModelDescription:NULL
Artifacts UUID List:{
f544c4c6-d705-4864-a8a3-4691093b04c7
,
af1187df-5277-476d-841f-31d8a50df593
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-09-11T08:46:17.728Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: f544c4c6-d705-4864-a8a3-4691093b04c7 from URL: /sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/base_vfw.yaml
2021-09-11T08:46:17.729Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-09-11T08:46:17.729Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/base_vfw.yaml
2021-09-11T08:46:19.866Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-09-11T08:46:19.868Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/base_vfw.yaml f544c4c6-d705-4864-a8a3-4691093b04c7 20368
2021-09-11T08:46:19.869Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-11T08:46:19.869Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/base_vfw.yaml
2021-09-11T08:46:19.869Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-11T08:46:19.869Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-11T08:46:19.871Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T08:46:19.871Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631349979868,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-11T08:46:19.971Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-11T08:46:19.972Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T08:46:19.972Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:46:19.989Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:46:19.990Z||pool-44-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-09-11T08:46:20.872Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: af1187df-5277-476d-841f-31d8a50df593 from URL: /sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/base_vfw.env
2021-09-11T08:46:20.873Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-09-11T08:46:20.873Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/base_vfw.env
2021-09-11T08:46:21.959Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-09-11T08:46:21.960Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/base_vfw.env af1187df-5277-476d-841f-31d8a50df593 2098
2021-09-11T08:46:21.960Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-11T08:46:21.960Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/base_vfw.env
2021-09-11T08:46:21.961Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-11T08:46:21.961Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-11T08:46:21.964Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T08:46:21.964Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631349981960,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-09-11T08:46:22.064Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-11T08:46:22.065Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T08:46:22.065Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:46:22.075Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-11T08:46:22.075Z||pool-45-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-11T08:46:22.965Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 5cc8a86f-0828-48e6-9f0b-d52b0af04d2b
2021-09-11T08:46:22.966Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 6531edb5-eede 0 60341e58-0b7d-4aaf-ab64-717a9f07209a ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-11T08:46:22.991Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7d20c06d, org.onap.sdc.toscaparser.api.parameters.Input@6a148f57, org.onap.sdc.toscaparser.api.parameters.Input@3ea2fdea, org.onap.sdc.toscaparser.api.parameters.Input@3f52612d, org.onap.sdc.toscaparser.api.parameters.Input@440afd02]
2021-09-11T08:46:22.992Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-11T08:46:22.993Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-09-11 08-42-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T08:46:22.993Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic
2021-09-11T08:46:22.993Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= cfe984d1-f13c-4fe7-bf67-cea8b95bcf1f
2021-09-11T08:46:22.993Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: cfe984d1-f13c-4fe7-bf67-cea8b95bcf1f matches Tosca VF Customization UUID: cfe984d1-f13c-4fe7-bf67-cea8b95bcf1f
2021-09-11T08:46:22.994Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: cfe984d1-f13c-4fe7-bf67-cea8b95bcf1f matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-11T08:46:22.997Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-11T08:46:22.998Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-09-11 08-42-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T08:46:22.999Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id cfe984d1-f13c-4fe7-bf67-cea8b95bcf1f: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2021-09-11T08:46:22.999Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@fb90bac
2021-09-11T08:46:23.000Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-11T08:46:23.001Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-09-11 08-42-50 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-11T08:46:23.001Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4282457b-f2b2-48e4-a80b-3a59f3c1e669
2021-09-11T08:46:23.002Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4282457b-f2b2-48e4-a80b-3a59f3c1e669
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-11T08:46:23.006Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-11T08:46:23.007Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template vFW 6531edb5-eede 0 is matching search criteria
2021-09-11T08:46:23.007Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 6531edb5-eede 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-11T08:46:23.008Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-11T08:46:23.008Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template vFW 6531edb5-eede 0 is matching search criteria
2021-09-11T08:46:23.008Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 6531edb5-eede 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-11T08:46:23.009Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-11T08:46:23.009Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template vFW 6531edb5-eede 0 is not matching search criteria
2021-09-11T08:46:23.009Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-11T08:46:23.010Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-11T08:46:23.010Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-11T08:46:23.010Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-11T08:46:23.011Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-11T08:46:23.011Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-11T08:46:23.012Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-11T08:46:23.012Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-11T08:46:23.012Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-11T08:46:23.012Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-11T08:46:23.013Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-11T08:46:23.013Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=cd1252bb-59a4-4486-9002-76a2e1d5bb8d
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-11T08:46:23.018Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-11T08:46:23.019Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template vFW 6531edb5-eede 0 is matching search criteria
2021-09-11T08:46:23.019Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 6531edb5-eede 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-11T08:46:23.020Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery