JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.3.7.RELEASE) 2022-03-04T03:27:19.025Z||main|||||INFO|500||The following profiles are active: basic 2022-03-04T03:27:28.892Z||main|||||INFO|500||Starting service [Tomcat] 2022-03-04T03:27:28.893Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-03-04T03:27:28.997Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-03-04T03:27:31.275Z||main|||||INFO|500||catdb-pool - Starting... 2022-03-04T03:27:31.448Z||main|||||INFO|500||catdb-pool - Start completed. 2022-03-04T03:27:31.849Z||main|||||INFO|500||reqdb-pool - Starting... 2022-03-04T03:27:31.867Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-03-04T03:27:31.949Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-03-04T03:27:32.090Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-03-04T03:27:32.512Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-03-04T03:27:33.298Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-03-04T03:27:35.485Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-03-04T03:27:35.538Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-03-04T03:27:36.020Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-03-04T03:27:36.293Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly. 2022-03-04T03:27:37.471Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-03-04T03:27:38.379Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-03-04T03:27:38.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$$9eadfab5.deployActivities() at org.onap.so.asdc.Application.deployActivities(Application.java:52) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405) at org.springframework.boot.SpringApplication.run(SpringApplication.java:315) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) at org.onap.so.asdc.Application.main(Application.java:60) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49) at org.springframework.boot.loader.Launcher.launch(Launcher.java:107) at org.springframework.boot.loader.Launcher.launch(Launcher.java:58) at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88) 2022-03-04T03:27:38.396Z||main|||||WARN|500||The sdc end point is not alive 2022-03-04T03:27:41.238Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning 2022-03-04T03:27:44.075Z||main|||||WARN|500||--- 2022-03-04T03:27:44.075Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-03-04T03:27:44.076Z||main|||||WARN|500||--- 2022-03-04T03:27:44.518Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-03-04T03:27:48.908Z||main|||||INFO|500||Started Application in 34.489 seconds (JVM running for 35.648) 2022-03-04T03:27:48.921Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-03-04T03:27:48.922Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-03-04T03:27:48.961Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-03-04T03:27:48.992Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-03-04T03:27:49.063Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= aa596cfe-a0f7-4361-863a-03098bc4fd6d url= /sdc/v1/artifactTypes 2022-03-04T03:27:49.064Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-03-04T03:27:49.317Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-03-04T03:27:49.339Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2022-03-04T03:27:49.361Z||scheduling-1|||||DEBUG|500||create keys 2022-03-04T03:27:49.369Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-03-04T03:27:49.703Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T03:27:49.719Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= fbd68a93-755d-464c-979f-e9204a0e85e5 url= /sdc/v1/registerForDistribution 2022-03-04T03:27:50.067Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= fbd68a93-755d-464c-979f-e9204a0e85e5 url= /sdc/v1/registerForDistribution 2022-03-04T03:27:50.068Z||scheduling-1|||||INFO|500||start DistributionClient 2022-03-04T03:27:50.078Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T03:27:50.078Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T03:27:50.082Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-03-04T03:27:50.084Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T03:27:50.084Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T03:27:50.084Z||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 Zam1qr386phPFzBX) ... 2022-03-04T03:27:50.084Z||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 Zam1qr386phPFzBX) ... 2022-03-04T03:28:01.500Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T03:28:01.505Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T03:28:50.075Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T03:28:50.076Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T03:28:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T03:28:50.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T03:28:50.078Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T03:28:50.079Z||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 Zam1qr386phPFzBX) ... 2022-03-04T03:28:59.625Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T03:28:59.628Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T03:29:50.076Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T03:29:50.077Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T03:29:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T03:29:50.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T03:29:50.078Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T03:29:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T03:29:59.628Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T03:29:59.628Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T03:30:50.076Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T03:30:50.077Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T03:30:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T03:30:50.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T03:30:50.078Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T03:30:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T03:30:59.627Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T03:30:59.629Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T03:31:50.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T03:31:50.077Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T03:31:50.078Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T03:31:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T03:31:50.078Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T03:31:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T03:31:59.624Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T03:31:59.626Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T03:32:50.075Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T03:32:50.077Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T03:32:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T03:32:50.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T03:32:50.078Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T03:32:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T03:32:59.641Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T03:32:59.642Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T03:33:50.075Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T03:33:50.077Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T03:33:50.077Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ... 2022-03-04T03:33:50.077Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T03:33:50.077Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T03:33:50.079Z||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 Zam1qr386phPFzBX) ... 2022-03-04T03:33:59.624Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T03:33:59.626Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T03:34:50.075Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T03:34:50.076Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T03:34:50.077Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ... 2022-03-04T03:34:50.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T03:34:50.080Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T03:34:50.080Z||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 Zam1qr386phPFzBX) ... 2022-03-04T03:34:59.621Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T03:34:59.621Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T03:35:50.075Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T03:35:50.076Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T03:35:50.077Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ... 2022-03-04T03:35:50.077Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T03:35:50.078Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T03:35:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T03:35:59.625Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T03:35:59.632Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T03:36:50.075Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T03:36:50.077Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T03:36:50.077Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ... 2022-03-04T03:36:50.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T03:36:50.078Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T03:36:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T03:36:59.626Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T03:36:59.626Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T03:37:25.731Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-03-04T03:37:50.075Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T03:37:50.076Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T03:37:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T03:37:50.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T03:37:50.078Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T03:37:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T03:37:59.625Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T03:37:59.628Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T03:38:50.075Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T03:38:50.076Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T03:38:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T03:38:50.077Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T03:38:50.078Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T03:38:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T03:38:59.622Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T03:38:59.624Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T03:39:50.075Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T03:39:50.076Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T03:39:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T03:39:50.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T03:39:50.077Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T03:39:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T03:39:59.630Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T03:39:59.631Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T03:40:50.075Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T03:40:50.076Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T03:40:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T03:40:50.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T03:40:50.077Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T03:40:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T03:40:59.627Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T03:40:59.628Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T03:41:50.075Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T03:41:50.076Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T03:41:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T03:41:50.077Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T03:41:50.078Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T03:41:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T03:41:59.626Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T03:41:59.626Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T03:42:50.075Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T03:42:50.076Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T03:42:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T03:42:50.077Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T03:42:50.078Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T03:42:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T03:42:59.623Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T03:42:59.624Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T03:43:50.076Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T03:43:50.076Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T03:43:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T03:43:50.077Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T03:43:50.077Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T03:43:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T03:43:59.619Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T03:43:59.625Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T03:44:50.075Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T03:44:50.076Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T03:44:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T03:44:50.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T03:44:50.078Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T03:44:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T03:44:59.621Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T03:44:59.623Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T03:45:50.075Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T03:45:50.076Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T03:45:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T03:45:50.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T03:45:50.078Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T03:45:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T03:45:59.623Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T03:45:59.626Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T03:46:50.076Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T03:46:50.077Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T03:46:50.077Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T03:46:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T03:46:50.078Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T03:46:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T03:46:59.626Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T03:46:59.628Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T03:47:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T03:47:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T03:47:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T03:47:50.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T03:47:50.078Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T03:47:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T03:47:59.623Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T03:47:59.624Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T03:48:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T03:48:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T03:48:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T03:48:50.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T03:48:50.078Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T03:48:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T03:48:59.650Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T03:48:59.650Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T03:49:50.076Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T03:49:50.077Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T03:49:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T03:49:50.077Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T03:49:50.078Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T03:49:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T03:49:59.638Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T03:49:59.645Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T03:50:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T03:50:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T03:50:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T03:50:50.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T03:50:50.078Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T03:50:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T03:50:59.622Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T03:50:59.623Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T03:51:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T03:51:50.077Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T03:51:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T03:51:50.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T03:51:50.077Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T03:51:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T03:51:59.623Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T03:51:59.623Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T03:52:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T03:52:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T03:52:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T03:52:50.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T03:52:50.078Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T03:52:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T03:52:59.625Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T03:52:59.626Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T03:53:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T03:53:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T03:53:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T03:53:50.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T03:53:50.078Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T03:53:50.079Z||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 Zam1qr386phPFzBX) ... 2022-03-04T03:53:59.626Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T03:53:59.628Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T03:54:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T03:54:50.077Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T03:54:50.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T03:54:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T03:54:50.077Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T03:54:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T03:54:59.624Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T03:54:59.624Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T03:55:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T03:55:50.077Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T03:55:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T03:55:50.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T03:55:50.077Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T03:55:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T03:55:59.624Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T03:55:59.626Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T03:56:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T03:56:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T03:56:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T03:56:50.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T03:56:50.077Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T03:56:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T03:56:59.621Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T03:56:59.624Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T03:57:50.076Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T03:57:50.077Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T03:57:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T03:57:50.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T03:57:50.078Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T03:57:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T03:57:59.626Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T03:57:59.627Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T03:58:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T03:58:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T03:58:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T03:58:50.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T03:58:50.078Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T03:58:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T03:58:59.622Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T03:58:59.625Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T03:59:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T03:59:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T03:59:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T03:59:50.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T03:59:50.077Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T03:59:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T03:59:59.617Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T03:59:59.623Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T04:00:50.075Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T04:00:50.076Z||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. 2022-03-04T04:00:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T04:00:50.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T04:00:50.078Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T04:00:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T04:00:59.620Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T04:00:59.621Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T04:01:50.075Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T04:01:50.077Z||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. 2022-03-04T04:01:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T04:01:50.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T04:01:50.077Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T04:01:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T04:01:59.616Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T04:01:59.619Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T04:02:50.075Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T04:02:50.076Z||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. 2022-03-04T04:02:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T04:02:50.077Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T04:02:50.077Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T04:02:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T04:02:59.623Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T04:02:59.625Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T04:03:50.075Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T04:03:50.076Z||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. 2022-03-04T04:03:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T04:03:50.077Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T04:03:50.077Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T04:03:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T04:03:59.622Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T04:03:59.625Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T04:04:50.075Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T04:04:50.076Z||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. 2022-03-04T04:04:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T04:04:50.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T04:04:50.078Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T04:04:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T04:04:59.621Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T04:04:59.642Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T04:05:50.075Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T04:05:50.076Z||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. 2022-03-04T04:05:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T04:05:50.077Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T04:05:50.078Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T04:05:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T04:05:59.622Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T04:05:59.623Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T04:06:50.075Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T04:06:50.076Z||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. 2022-03-04T04:06:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T04:06:50.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T04:06:50.077Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T04:06:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T04:06:59.621Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T04:06:59.621Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T04:07:50.075Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T04:07:50.076Z||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. 2022-03-04T04:07:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T04:07:50.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T04:07:50.078Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T04:07:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T04:07:59.617Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T04:07:59.621Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T04:08:50.075Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T04:08:50.076Z||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. 2022-03-04T04:08:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T04:08:50.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T04:08:50.078Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T04:08:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T04:08:59.617Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T04:08:59.617Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T04:09:50.076Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T04:09:50.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T04:09:50.077Z||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. 2022-03-04T04:09:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T04:09:50.077Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T04:09:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T04:09:59.621Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T04:09:59.623Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T04:10:50.075Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T04:10:50.076Z||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. 2022-03-04T04:10:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T04:10:50.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T04:10:50.077Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T04:10:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T04:10:59.621Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T04:10:59.622Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T04:11:50.075Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T04:11:50.076Z||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. 2022-03-04T04:11:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T04:11:50.077Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T04:11:50.078Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T04:11:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T04:11:59.619Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T04:11:59.623Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T04:12:50.075Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T04:12:50.076Z||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. 2022-03-04T04:12:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T04:12:50.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T04:12:50.078Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T04:12:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T04:12:59.617Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T04:12:59.620Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T04:13:50.075Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T04:13:50.076Z||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. 2022-03-04T04:13:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T04:13:50.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T04:13:50.077Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T04:13:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T04:13:59.619Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T04:13:59.620Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T04:14:50.075Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T04:14:50.076Z||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. 2022-03-04T04:14:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T04:14:50.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T04:14:50.078Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T04:14:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T04:14:59.621Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T04:14:59.621Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T04:15:50.075Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T04:15:50.076Z||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. 2022-03-04T04:15:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T04:15:50.077Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T04:15:50.078Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T04:15:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T04:15:59.618Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T04:15:59.623Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T04:16:50.075Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T04:16:50.077Z||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. 2022-03-04T04:16:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T04:16:50.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T04:16:50.078Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T04:16:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T04:16:59.622Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T04:16:59.622Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T04:17:50.075Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T04:17:50.077Z||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. 2022-03-04T04:17:50.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T04:17:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T04:17:50.077Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T04:17:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T04:17:59.618Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T04:17:59.637Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T04:18:50.076Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T04:18:50.077Z||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. 2022-03-04T04:18:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T04:18:50.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T04:18:50.078Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T04:18:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T04:18:59.620Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T04:18:59.620Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T04:19:50.076Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T04:19:50.077Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T04:19:50.077Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T04:19:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T04:19:50.078Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T04:19:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T04:19:59.634Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T04:19:59.637Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T04:20:50.075Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T04:20:50.076Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T04:20:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T04:20:50.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T04:20:50.077Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T04:20:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T04:20:59.617Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T04:20:59.619Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T04:21:50.076Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T04:21:50.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T04:21:50.077Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T04:21:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T04:21:50.077Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T04:21:50.079Z||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 Zam1qr386phPFzBX) ... 2022-03-04T04:21:59.621Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T04:21:59.622Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T04:22:50.075Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T04:22:50.076Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T04:22:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T04:22:50.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T04:22:50.078Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T04:22:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T04:22:59.620Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T04:22:59.622Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T04:23:50.075Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T04:23:50.076Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T04:23:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T04:23:50.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T04:23:50.078Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T04:23:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T04:23:59.624Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T04:23:59.626Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T04:24:50.075Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T04:24:50.076Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T04:24:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T04:24:50.077Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T04:24:50.078Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T04:24:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T04:24:59.621Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T04:24:59.621Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T04:25:50.076Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T04:25:50.076Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T04:25:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T04:25:50.077Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T04:25:50.077Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T04:25:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T04:25:59.618Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T04:25:59.618Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T04:26:50.075Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T04:26:50.076Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T04:26:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T04:26:50.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T04:26:50.077Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T04:26:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T04:26:59.621Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T04:26:59.622Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T04:27:50.075Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T04:27:50.076Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T04:27:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T04:27:50.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T04:27:50.077Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T04:27:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T04:27:59.623Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T04:27:59.626Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T04:28:50.075Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T04:28:50.076Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T04:28:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T04:28:50.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T04:28:50.078Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T04:28:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T04:28:59.620Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T04:28:59.620Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T04:29:50.075Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T04:29:50.077Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T04:29:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T04:29:50.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T04:29:50.078Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T04:29:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T04:29:59.621Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T04:29:59.621Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T04:30:50.075Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T04:30:50.077Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T04:30:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T04:30:50.077Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T04:30:50.077Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T04:30:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T04:30:59.621Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T04:30:59.621Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T04:31:50.075Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T04:31:50.076Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T04:31:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T04:31:50.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T04:31:50.077Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T04:31:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T04:31:59.620Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T04:31:59.621Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T04:32:50.075Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T04:32:50.076Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T04:32:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T04:32:50.077Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T04:32:50.077Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T04:32:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T04:32:59.621Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T04:32:59.623Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T04:33:50.075Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T04:33:50.076Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T04:33:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T04:33:50.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T04:33:50.077Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T04:33:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T04:33:59.619Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T04:33:59.623Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T04:34:50.075Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T04:34:50.076Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T04:34:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T04:34:50.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T04:34:50.077Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T04:34:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T04:34:59.620Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T04:34:59.624Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T04:35:50.075Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T04:35:50.076Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T04:35:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T04:35:50.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T04:35:50.078Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T04:35:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T04:35:59.615Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T04:35:59.618Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T04:36:50.075Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T04:36:50.076Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T04:36:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T04:36:50.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T04:36:50.078Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T04:36:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T04:36:59.625Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T04:36:59.625Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T04:37:50.075Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T04:37:50.076Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T04:37:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T04:37:50.077Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T04:37:50.078Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T04:37:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T04:37:59.616Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T04:37:59.617Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T04:38:50.075Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T04:38:50.076Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T04:38:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T04:38:50.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T04:38:50.077Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T04:38:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T04:38:59.619Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T04:38:59.619Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T04:39:50.075Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T04:39:50.076Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T04:39:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T04:39:50.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T04:39:50.077Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T04:39:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T04:39:59.615Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T04:39:59.619Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T04:40:50.075Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T04:40:50.076Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T04:40:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T04:40:50.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T04:40:50.078Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T04:40:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T04:40:59.620Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T04:40:59.622Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T04:41:50.075Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T04:41:50.076Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T04:41:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T04:41:50.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T04:41:50.077Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T04:41:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T04:41:59.640Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T04:41:59.641Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T04:42:50.075Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T04:42:50.077Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T04:42:50.077Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T04:42:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T04:42:50.077Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T04:42:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T04:42:59.619Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T04:42:59.621Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T04:43:50.075Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T04:43:50.076Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T04:43:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T04:43:50.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T04:43:50.078Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T04:43:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T04:43:59.620Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T04:43:59.625Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T04:44:50.075Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T04:44:50.076Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T04:44:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T04:44:50.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T04:44:50.078Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T04:44:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T04:44:59.622Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T04:44:59.624Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T04:45:50.075Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T04:45:50.076Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T04:45:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T04:45:50.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T04:45:50.077Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T04:45:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T04:45:59.619Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T04:45:59.620Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T04:46:50.075Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T04:46:50.077Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T04:46:50.077Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T04:46:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T04:46:50.077Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T04:46:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T04:46:59.617Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T04:46:59.622Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T04:47:50.075Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T04:47:50.076Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T04:47:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T04:47:50.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T04:47:50.077Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T04:47:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T04:47:59.618Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T04:47:59.621Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T04:48:50.075Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T04:48:50.076Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T04:48:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T04:48:50.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T04:48:50.078Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T04:48:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T04:48:59.617Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T04:48:59.618Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T04:49:50.075Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T04:49:50.076Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T04:49:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T04:49:50.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T04:49:50.078Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T04:49:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T04:49:59.620Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T04:49:59.620Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T04:50:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T04:50:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T04:50:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T04:50:50.077Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T04:50:50.078Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T04:50:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T04:50:59.620Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T04:50:59.624Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T04:51:50.076Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T04:51:50.077Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T04:51:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T04:51:50.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T04:51:50.077Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T04:51:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T04:51:59.626Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T04:51:59.626Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T04:52:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T04:52:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T04:52:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T04:52:50.077Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T04:52:50.077Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T04:52:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T04:52:59.621Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T04:52:59.635Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T04:53:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T04:53:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T04:53:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T04:53:50.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T04:53:50.077Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T04:53:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T04:53:59.620Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T04:53:59.625Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T04:54:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T04:54:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T04:54:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T04:54:50.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T04:54:50.078Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T04:54:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T04:54:59.625Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T04:54:59.626Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T04:55:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T04:55:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T04:55:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T04:55:50.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T04:55:50.077Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T04:55:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T04:55:59.620Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T04:55:59.620Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T04:56:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T04:56:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T04:56:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T04:56:50.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T04:56:50.078Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T04:56:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T04:56:59.620Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T04:56:59.621Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T04:57:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T04:57:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T04:57:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T04:57:50.077Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T04:57:50.078Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T04:57:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T04:57:59.619Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T04:57:59.625Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T04:58:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T04:58:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T04:58:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T04:58:50.077Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T04:58:50.077Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T04:58:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T04:58:59.618Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T04:58:59.620Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T04:59:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T04:59:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T04:59:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T04:59:50.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T04:59:50.078Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T04:59:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T04:59:59.621Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T04:59:59.622Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T05:00:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T05:00:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T05:00:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T05:00:50.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T05:00:50.077Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T05:00:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T05:00:59.619Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T05:00:59.620Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T05:01:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T05:01:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T05:01:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T05:01:50.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T05:01:50.077Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T05:01:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T05:01:59.617Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T05:01:59.619Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T05:02:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T05:02:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T05:02:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T05:02:50.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T05:02:50.077Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T05:02:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T05:02:59.622Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T05:02:59.624Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T05:03:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T05:03:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T05:03:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T05:03:50.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T05:03:50.077Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T05:03:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T05:03:59.624Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T05:03:59.625Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T05:04:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T05:04:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T05:04:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T05:04:50.077Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T05:04:50.078Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T05:04:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T05:04:59.619Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T05:04:59.621Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T05:05:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T05:05:50.077Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T05:05:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T05:05:50.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T05:05:50.078Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T05:05:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T05:05:59.615Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T05:05:59.620Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T05:06:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T05:06:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T05:06:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T05:06:50.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T05:06:50.078Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T05:06:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T05:06:59.622Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T05:06:59.625Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T05:07:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T05:07:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T05:07:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T05:07:50.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T05:07:50.078Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T05:07:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T05:07:59.620Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T05:07:59.621Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T05:08:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T05:08:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T05:08:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T05:08:50.079Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T05:08:50.080Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T05:08:50.080Z||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 Zam1qr386phPFzBX) ... 2022-03-04T05:08:59.621Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T05:08:59.621Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T05:09:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T05:09:50.077Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T05:09:50.077Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T05:09:50.077Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T05:09:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T05:09:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T05:09:59.620Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T05:09:59.622Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T05:10:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T05:10:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T05:10:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T05:10:50.077Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T05:10:50.077Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T05:10:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T05:10:59.618Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T05:10:59.619Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T05:11:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T05:11:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T05:11:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T05:11:50.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T05:11:50.077Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T05:11:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T05:11:59.622Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T05:11:59.624Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T05:12:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T05:12:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T05:12:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T05:12:50.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T05:12:50.077Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T05:12:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T05:12:59.618Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T05:12:59.621Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T05:13:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T05:13:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T05:13:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T05:13:50.077Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T05:13:50.077Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T05:13:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T05:13:59.631Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T05:13:59.633Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T05:14:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T05:14:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T05:14:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T05:14:50.077Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T05:14:50.077Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T05:14:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T05:14:59.620Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T05:14:59.621Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T05:15:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T05:15:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T05:15:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T05:15:50.077Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T05:15:50.077Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T05:15:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T05:15:59.620Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T05:15:59.622Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T05:16:50.076Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T05:16:50.077Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T05:16:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T05:16:50.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T05:16:50.077Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T05:16:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T05:16:59.619Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T05:16:59.619Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T05:17:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T05:17:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T05:17:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T05:17:50.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T05:17:50.078Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T05:17:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T05:17:59.619Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T05:17:59.621Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T05:18:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T05:18:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T05:18:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T05:18:50.077Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T05:18:50.078Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T05:18:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T05:18:59.618Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T05:18:59.618Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T05:19:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T05:19:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T05:19:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T05:19:50.077Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T05:19:50.077Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T05:19:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T05:19:59.620Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T05:19:59.620Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T05:20:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T05:20:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T05:20:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T05:20:50.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T05:20:50.077Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T05:20:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T05:20:59.620Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T05:20:59.621Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T05:21:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T05:21:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T05:21:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T05:21:50.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T05:21:50.078Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T05:21:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T05:21:59.619Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T05:21:59.619Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T05:22:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T05:22:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T05:22:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T05:22:50.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T05:22:50.078Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T05:22:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T05:22:59.618Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T05:22:59.623Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T05:23:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T05:23:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T05:23:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T05:23:50.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T05:23:50.078Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T05:23:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T05:23:59.617Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T05:23:59.620Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T05:24:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T05:24:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T05:24:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T05:24:50.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T05:24:50.077Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T05:24:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T05:24:59.619Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T05:24:59.619Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T05:25:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T05:25:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T05:25:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T05:25:50.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T05:25:50.077Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T05:25:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T05:25:59.622Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T05:25:59.622Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T05:26:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T05:26:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T05:26:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T05:26:50.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T05:26:50.077Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T05:26:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T05:26:59.621Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T05:26:59.622Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T05:27:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T05:27:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T05:27:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T05:27:50.077Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T05:27:50.077Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T05:27:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T05:27:59.614Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T05:27:59.617Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T05:28:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T05:28:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T05:28:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T05:28:50.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T05:28:50.078Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T05:28:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T05:28:59.623Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T05:28:59.624Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T05:29:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T05:29:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T05:29:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T05:29:50.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T05:29:50.077Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T05:29:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T05:29:59.616Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T05:29:59.620Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T05:30:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T05:30:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T05:30:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T05:30:50.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T05:30:50.078Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T05:30:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T05:30:59.619Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T05:30:59.619Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T05:31:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T05:31:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T05:31:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T05:31:50.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T05:31:50.078Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T05:31:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T05:31:59.617Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T05:31:59.622Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T05:32:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T05:32:50.077Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T05:32:50.077Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T05:32:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T05:32:50.077Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T05:32:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T05:32:59.619Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T05:32:59.619Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T05:33:50.076Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T05:33:50.077Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T05:33:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T05:33:50.077Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T05:33:50.080Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T05:33:50.080Z||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 Zam1qr386phPFzBX) ... 2022-03-04T05:33:59.621Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T05:33:59.623Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T05:34:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T05:34:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T05:34:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T05:34:50.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T05:34:50.077Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T05:34:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T05:34:59.618Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T05:34:59.622Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T05:35:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T05:35:50.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T05:35:50.077Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T05:35:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T05:35:50.078Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T05:35:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T05:35:59.621Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T05:35:59.627Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T05:36:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T05:36:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T05:36:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T05:36:50.078Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T05:36:50.078Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T05:36:50.079Z||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 Zam1qr386phPFzBX) ... 2022-03-04T05:36:59.618Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T05:36:59.618Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T05:37:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T05:37:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T05:37:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T05:37:50.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T05:37:50.077Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T05:37:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T05:37:59.619Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T05:37:59.632Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T05:38:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T05:38:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T05:38:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T05:38:50.077Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T05:38:50.077Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T05:38:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T05:38:59.618Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T05:38:59.619Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T05:39:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T05:39:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T05:39:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T05:39:50.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T05:39:50.078Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T05:39:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T05:39:59.619Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T05:39:59.621Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T05:40:50.076Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T05:40:50.077Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T05:40:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T05:40:50.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T05:40:50.078Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T05:40:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T05:40:59.618Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T05:40:59.623Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T05:41:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T05:41:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T05:41:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T05:41:50.077Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T05:41:50.077Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T05:41:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T05:41:59.621Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T05:41:59.622Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T05:42:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T05:42:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T05:42:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T05:42:50.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T05:42:50.077Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T05:42:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T05:42:59.622Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T05:42:59.624Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T05:43:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T05:43:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T05:43:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T05:43:50.077Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T05:43:50.077Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T05:43:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T05:43:59.620Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T05:43:59.620Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T05:44:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T05:44:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T05:44:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T05:44:50.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T05:44:50.077Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T05:44:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T05:44:59.622Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T05:44:59.622Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T05:45:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T05:45:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T05:45:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T05:45:50.077Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T05:45:50.077Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T05:45:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T05:45:59.620Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T05:45:59.625Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T05:46:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T05:46:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T05:46:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T05:46:50.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T05:46:50.077Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T05:46:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T05:46:59.620Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T05:46:59.621Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T05:47:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T05:47:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T05:47:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T05:47:50.077Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T05:47:50.077Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T05:47:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T05:47:59.618Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T05:47:59.620Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T05:48:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T05:48:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T05:48:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T05:48:50.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T05:48:50.078Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T05:48:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T05:48:59.621Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T05:48:59.622Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T05:49:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T05:49:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T05:49:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T05:49:50.077Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T05:49:50.077Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T05:49:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T05:49:59.619Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T05:49:59.620Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T05:50:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T05:50:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T05:50:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T05:50:50.077Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T05:50:50.078Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T05:50:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T05:50:59.615Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T05:50:59.618Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T05:51:50.076Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T05:51:50.077Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T05:51:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T05:51:50.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T05:51:50.077Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T05:51:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T05:51:59.621Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T05:51:59.623Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T05:52:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T05:52:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T05:52:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T05:52:50.077Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T05:52:50.077Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T05:52:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T05:52:59.619Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T05:52:59.621Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T05:53:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T05:53:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T05:53:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T05:53:50.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T05:53:50.077Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T05:53:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T05:53:59.621Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T05:53:59.624Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T05:54:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T05:54:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T05:54:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T05:54:50.077Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T05:54:50.077Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T05:54:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T05:54:59.633Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T05:54:59.635Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T05:55:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T05:55:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T05:55:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T05:55:50.077Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T05:55:50.077Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T05:55:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T05:55:59.616Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T05:55:59.624Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T05:56:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T05:56:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T05:56:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T05:56:50.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T05:56:50.077Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T05:56:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T05:56:59.619Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T05:56:59.621Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T05:57:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T05:57:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T05:57:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T05:57:50.077Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T05:57:50.077Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T05:57:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T05:57:59.616Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T05:57:59.617Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T05:58:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T05:58:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T05:58:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T05:58:50.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T05:58:50.077Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T05:58:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T05:58:59.620Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T05:58:59.623Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T05:59:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T05:59:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T05:59:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T05:59:50.078Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T05:59:50.079Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T05:59:50.079Z||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 Zam1qr386phPFzBX) ... 2022-03-04T05:59:59.621Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T05:59:59.621Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T06:00:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T06:00:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T06:00:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T06:00:50.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T06:00:50.078Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T06:00:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T06:00:59.620Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T06:00:59.623Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T06:01:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T06:01:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T06:01:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T06:01:50.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T06:01:50.077Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T06:01:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T06:01:59.619Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T06:01:59.621Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T06:02:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T06:02:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T06:02:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T06:02:50.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T06:02:50.077Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T06:02:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T06:02:59.619Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T06:02:59.623Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T06:03:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T06:03:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T06:03:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T06:03:50.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T06:03:50.077Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T06:03:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T06:03:59.618Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T06:03:59.619Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T06:04:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T06:04:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T06:04:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T06:04:50.077Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T06:04:50.077Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T06:04:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T06:04:59.622Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T06:04:59.624Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T06:05:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T06:05:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T06:05:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T06:05:50.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T06:05:50.077Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T06:05:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T06:05:59.625Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T06:05:59.627Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T06:06:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T06:06:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T06:06:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T06:06:50.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T06:06:50.077Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T06:06:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T06:06:59.614Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T06:06:59.619Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T06:07:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T06:07:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T06:07:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T06:07:50.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T06:07:50.077Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T06:07:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T06:07:59.619Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T06:07:59.621Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T06:08:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T06:08:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T06:08:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T06:08:50.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T06:08:50.077Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T06:08:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T06:08:59.618Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T06:08:59.621Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T06:09:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T06:09:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T06:09:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T06:09:50.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T06:09:50.077Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T06:09:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T06:09:59.617Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T06:09:59.637Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T06:10:50.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T06:10:50.076Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T06:10:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T06:10:50.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T06:10:50.077Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T06:10:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T06:10:59.620Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T06:10:59.625Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T06:11:50.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T06:11:50.076Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T06:11:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T06:11:50.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T06:11:50.078Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T06:11:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T06:11:59.623Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T06:11:59.625Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T06:12:50.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T06:12:50.076Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T06:12:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T06:12:50.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T06:12:50.077Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T06:12:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T06:12:59.622Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T06:12:59.625Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T06:13:50.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T06:13:50.076Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T06:13:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T06:13:50.077Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T06:13:50.077Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T06:13:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T06:13:59.619Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T06:13:59.619Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T06:14:50.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T06:14:50.076Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T06:14:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T06:14:50.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T06:14:50.077Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T06:14:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T06:14:59.623Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T06:14:59.623Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T06:15:50.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T06:15:50.076Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T06:15:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T06:15:50.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T06:15:50.077Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T06:15:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T06:15:59.620Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T06:15:59.622Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T06:16:50.076Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T06:16:50.077Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T06:16:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T06:16:50.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T06:16:50.077Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T06:16:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T06:16:59.622Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T06:16:59.623Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T06:17:50.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T06:17:50.076Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T06:17:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T06:17:50.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T06:17:50.077Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T06:17:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T06:17:59.612Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T06:17:59.638Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T06:18:50.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T06:18:50.076Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T06:18:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T06:18:50.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T06:18:50.078Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T06:18:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T06:18:59.619Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T06:18:59.622Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T06:19:50.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T06:19:50.076Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T06:19:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T06:19:50.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T06:19:50.077Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T06:19:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T06:19:59.622Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T06:19:59.623Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T06:20:50.076Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T06:20:50.077Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T06:20:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T06:20:50.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T06:20:50.078Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T06:20:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T06:20:59.622Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T06:20:59.623Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T06:21:50.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T06:21:50.076Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T06:21:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T06:21:50.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T06:21:50.077Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T06:21:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T06:21:59.617Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T06:21:59.619Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T06:22:50.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T06:22:50.076Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T06:22:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T06:22:50.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T06:22:50.077Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T06:22:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T06:22:59.620Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T06:22:59.620Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T06:23:50.076Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T06:23:50.076Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T06:23:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T06:23:50.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T06:23:50.077Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T06:23:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T06:23:59.618Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T06:23:59.619Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T06:24:50.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T06:24:50.076Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T06:24:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T06:24:50.077Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T06:24:50.077Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T06:24:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T06:24:59.619Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T06:24:59.621Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T06:25:50.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T06:25:50.076Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T06:25:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T06:25:50.077Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T06:25:50.077Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T06:25:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T06:25:59.621Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T06:25:59.625Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T06:26:50.076Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T06:26:50.077Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T06:26:50.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T06:26:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T06:26:50.078Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T06:26:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T06:26:59.620Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T06:26:59.623Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T06:27:50.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T06:27:50.076Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T06:27:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T06:27:50.077Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T06:27:50.077Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T06:27:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T06:27:59.620Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T06:27:59.621Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T06:28:50.076Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T06:28:50.077Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T06:28:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T06:28:50.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T06:28:50.077Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T06:28:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T06:28:59.624Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T06:28:59.624Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T06:29:50.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T06:29:50.076Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T06:29:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T06:29:50.077Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T06:29:50.077Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T06:29:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T06:29:59.619Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T06:29:59.624Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T06:30:50.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T06:30:50.076Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T06:30:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T06:30:50.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T06:30:50.077Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T06:30:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T06:30:59.619Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T06:30:59.622Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T06:31:50.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T06:31:50.076Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T06:31:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T06:31:50.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T06:31:50.077Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T06:31:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T06:31:59.621Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T06:31:59.624Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T06:32:50.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T06:32:50.076Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T06:32:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T06:32:50.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T06:32:50.077Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T06:32:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T06:32:59.621Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T06:32:59.624Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T06:33:50.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T06:33:50.076Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T06:33:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T06:33:50.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T06:33:50.077Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T06:33:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T06:33:59.621Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T06:33:59.621Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T06:34:50.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T06:34:50.076Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T06:34:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T06:34:50.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T06:34:50.078Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T06:34:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T06:34:59.616Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T06:34:59.616Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T06:35:50.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T06:35:50.076Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T06:35:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T06:35:50.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T06:35:50.077Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T06:35:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T06:35:59.616Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T06:35:59.623Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T06:36:50.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T06:36:50.076Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T06:36:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T06:36:50.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T06:36:50.078Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T06:36:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T06:36:59.615Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T06:36:59.620Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T06:37:50.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T06:37:50.076Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T06:37:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T06:37:50.077Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T06:37:50.078Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T06:37:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T06:37:59.618Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T06:37:59.621Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T06:38:50.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T06:38:50.076Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T06:38:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T06:38:50.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T06:38:50.078Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T06:38:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T06:38:59.618Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T06:38:59.620Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T06:39:50.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T06:39:50.076Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T06:39:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T06:39:50.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T06:39:50.077Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T06:39:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T06:39:59.615Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T06:39:59.618Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T06:40:50.076Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T06:40:50.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T06:40:50.077Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T06:40:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T06:40:50.077Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T06:40:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T06:40:59.619Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T06:40:59.625Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T06:41:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T06:41:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T06:41:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T06:41:50.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T06:41:50.078Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T06:41:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T06:41:59.625Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T06:41:59.626Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T06:42:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T06:42:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T06:42:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T06:42:50.077Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T06:42:50.077Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T06:42:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T06:42:59.624Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T06:42:59.626Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T06:43:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T06:43:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T06:43:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T06:43:50.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T06:43:50.077Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T06:43:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T06:43:59.616Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T06:43:59.620Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T06:44:50.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T06:44:50.076Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T06:44:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T06:44:50.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T06:44:50.078Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T06:44:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T06:44:59.621Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T06:44:59.626Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T06:45:50.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T06:45:50.076Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T06:45:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T06:45:50.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T06:45:50.077Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T06:45:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T06:45:59.616Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T06:45:59.617Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T06:46:50.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T06:46:50.076Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T06:46:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T06:46:50.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T06:46:50.077Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T06:46:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T06:46:59.614Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T06:46:59.624Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T06:47:50.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T06:47:50.076Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T06:47:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T06:47:50.077Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T06:47:50.077Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T06:47:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T06:47:59.619Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T06:47:59.621Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T06:48:50.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T06:48:50.076Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T06:48:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T06:48:50.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T06:48:50.077Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T06:48:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T06:48:59.618Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T06:48:59.623Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T06:49:50.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T06:49:50.076Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T06:49:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T06:49:50.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T06:49:50.077Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T06:49:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T06:49:59.620Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T06:49:59.620Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T06:50:50.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T06:50:50.076Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T06:50:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T06:50:50.077Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T06:50:50.077Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T06:50:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T06:50:59.618Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T06:50:59.622Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T06:51:50.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T06:51:50.076Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T06:51:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T06:51:50.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T06:51:50.077Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T06:51:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T06:51:59.619Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T06:51:59.620Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T06:52:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T06:52:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T06:52:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T06:52:50.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T06:52:50.077Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T06:52:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T06:52:59.620Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T06:52:59.622Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T06:53:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T06:53:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T06:53:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T06:53:50.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T06:53:50.077Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T06:53:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T06:53:59.621Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T06:53:59.624Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T06:54:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T06:54:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T06:54:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T06:54:50.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T06:54:50.078Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T06:54:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T06:54:59.617Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T06:54:59.619Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T06:55:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T06:55:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T06:55:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T06:55:50.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T06:55:50.077Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T06:55:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T06:55:59.618Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T06:55:59.619Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T06:56:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T06:56:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T06:56:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T06:56:50.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T06:56:50.077Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T06:56:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T06:56:59.619Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T06:56:59.619Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T06:57:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T06:57:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T06:57:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T06:57:50.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T06:57:50.078Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T06:57:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T06:57:59.618Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T06:57:59.622Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T06:58:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T06:58:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T06:58:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T06:58:50.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T06:58:50.077Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T06:58:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T06:58:59.616Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T06:58:59.616Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T06:59:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T06:59:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T06:59:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T06:59:50.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T06:59:50.077Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T06:59:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T06:59:59.618Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T06:59:59.619Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T07:00:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T07:00:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T07:00:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T07:00:50.077Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T07:00:50.077Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T07:00:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T07:00:59.616Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T07:00:59.617Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T07:01:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T07:01:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T07:01:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T07:01:50.077Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T07:01:50.077Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T07:01:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T07:01:59.616Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T07:01:59.621Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T07:02:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T07:02:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T07:02:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T07:02:50.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T07:02:50.077Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T07:02:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T07:02:59.620Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T07:02:59.622Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T07:03:50.076Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T07:03:50.077Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T07:03:50.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T07:03:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T07:03:50.077Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T07:03:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T07:03:59.636Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T07:03:59.636Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T07:04:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T07:04:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T07:04:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T07:04:50.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T07:04:50.077Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T07:04:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T07:04:59.619Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T07:04:59.621Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T07:05:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T07:05:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T07:05:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T07:05:50.077Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T07:05:50.077Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T07:05:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T07:05:59.620Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T07:05:59.622Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T07:06:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T07:06:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T07:06:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T07:06:50.077Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T07:06:50.077Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T07:06:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T07:06:59.622Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T07:06:59.623Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T07:07:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T07:07:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T07:07:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T07:07:50.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T07:07:50.077Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T07:07:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T07:07:59.636Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T07:07:59.638Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T07:08:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T07:08:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T07:08:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T07:08:50.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T07:08:50.077Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T07:08:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T07:08:59.622Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T07:08:59.623Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T07:09:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T07:09:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T07:09:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T07:09:50.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T07:09:50.077Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T07:09:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T07:09:59.619Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T07:09:59.621Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T07:10:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T07:10:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T07:10:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T07:10:50.077Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T07:10:50.077Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T07:10:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T07:10:59.617Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T07:10:59.620Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T07:11:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T07:11:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T07:11:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T07:11:50.077Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T07:11:50.078Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T07:11:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T07:11:59.616Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T07:11:59.618Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T07:12:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T07:12:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T07:12:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T07:12:50.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T07:12:50.077Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T07:12:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T07:12:59.620Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T07:12:59.622Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T07:13:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T07:13:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T07:13:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T07:13:50.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T07:13:50.078Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T07:13:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T07:13:59.618Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T07:13:59.619Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T07:14:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T07:14:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T07:14:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T07:14:50.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T07:14:50.077Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T07:14:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T07:14:59.618Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T07:14:59.622Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T07:15:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T07:15:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T07:15:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T07:15:50.077Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T07:15:50.077Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T07:15:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T07:15:59.618Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T07:15:59.620Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T07:16:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T07:16:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T07:16:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T07:16:50.077Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T07:16:50.078Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T07:16:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T07:16:59.619Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T07:16:59.620Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T07:17:50.075Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T07:17:50.076Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T07:17:50.076Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ... 2022-03-04T07:17:50.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T07:17:50.078Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T07:17:50.079Z||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 Zam1qr386phPFzBX) ... 2022-03-04T07:17:59.619Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T07:17:59.619Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T07:18:50.075Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T07:18:50.076Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T07:18:50.076Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ... 2022-03-04T07:18:50.077Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T07:18:50.077Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T07:18:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T07:18:59.619Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T07:18:59.620Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T07:19:50.075Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T07:19:50.076Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T07:19:50.076Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ... 2022-03-04T07:19:50.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T07:19:50.077Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T07:19:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T07:19:59.617Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T07:19:59.619Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T07:20:50.075Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T07:20:50.076Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T07:20:50.076Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ... 2022-03-04T07:20:50.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T07:20:50.078Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T07:20:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T07:20:59.617Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T07:20:59.619Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T07:21:50.075Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T07:21:50.076Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T07:21:50.076Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ... 2022-03-04T07:21:50.077Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T07:21:50.077Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T07:21:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T07:21:59.620Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T07:21:59.620Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T07:22:50.075Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T07:22:50.076Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T07:22:50.076Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ... 2022-03-04T07:22:50.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T07:22:50.077Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T07:22:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T07:22:59.617Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T07:22:59.620Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T07:23:50.075Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T07:23:50.076Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T07:23:50.076Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ... 2022-03-04T07:23:50.077Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T07:23:50.077Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T07:23:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T07:23:59.621Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T07:23:59.627Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T07:24:50.075Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T07:24:50.076Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T07:24:50.076Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ... 2022-03-04T07:24:50.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T07:24:50.077Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T07:24:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T07:24:59.618Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T07:24:59.617Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T07:25:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T07:25:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T07:25:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T07:25:50.077Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T07:25:50.078Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T07:25:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T07:25:59.618Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T07:25:59.619Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T07:26:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T07:26:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T07:26:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T07:26:50.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T07:26:50.077Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T07:26:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T07:26:59.620Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T07:26:59.622Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T07:27:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T07:27:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T07:27:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T07:27:50.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T07:27:50.078Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T07:27:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T07:27:59.619Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T07:27:59.625Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T07:28:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T07:28:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T07:28:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T07:28:50.077Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T07:28:50.077Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T07:28:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T07:28:59.621Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T07:28:59.622Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T07:29:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T07:29:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T07:29:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T07:29:50.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T07:29:50.077Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T07:29:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T07:29:59.617Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T07:29:59.617Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T07:30:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T07:30:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T07:30:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T07:30:50.081Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T07:30:50.081Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T07:30:50.082Z||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 Zam1qr386phPFzBX) ... 2022-03-04T07:30:59.621Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T07:30:59.626Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T07:31:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T07:31:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T07:31:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T07:31:50.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T07:31:50.077Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T07:31:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T07:31:59.615Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T07:31:59.616Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T07:32:50.076Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T07:32:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T07:32:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T07:32:50.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T07:32:50.077Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T07:32:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T07:32:59.626Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T07:32:59.634Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T07:33:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T07:33:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T07:33:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T07:33:50.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T07:33:50.077Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T07:33:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T07:33:59.619Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T07:33:59.619Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T07:34:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T07:34:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T07:34:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T07:34:50.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T07:34:50.077Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T07:34:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T07:34:59.619Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T07:34:59.626Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T07:35:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T07:35:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T07:35:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T07:35:50.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T07:35:50.077Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T07:35:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T07:35:59.617Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T07:35:59.620Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T07:36:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T07:36:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T07:36:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T07:36:50.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T07:36:50.077Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T07:36:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T07:36:59.620Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T07:36:59.622Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T07:37:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T07:37:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T07:37:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T07:37:50.077Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T07:37:50.077Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T07:37:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T07:37:59.617Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T07:37:59.625Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T07:38:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T07:38:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T07:38:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T07:38:50.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T07:38:50.077Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T07:38:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T07:38:59.631Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T07:38:59.635Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T07:39:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T07:39:50.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T07:39:50.077Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T07:39:50.077Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T07:39:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T07:39:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T07:39:59.618Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T07:39:59.620Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T07:40:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T07:40:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T07:40:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T07:40:50.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T07:40:50.078Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T07:40:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T07:40:59.613Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T07:40:59.614Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T07:41:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T07:41:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T07:41:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T07:41:50.077Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T07:41:50.077Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T07:41:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T07:41:59.619Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T07:41:59.620Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T07:42:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T07:42:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T07:42:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T07:42:50.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T07:42:50.078Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T07:42:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T07:42:59.621Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T07:42:59.621Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T07:43:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T07:43:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T07:43:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T07:43:50.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T07:43:50.077Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T07:43:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T07:43:59.616Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T07:43:59.616Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T07:44:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T07:44:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T07:44:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T07:44:50.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T07:44:50.077Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T07:44:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T07:44:59.618Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T07:44:59.629Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T07:45:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T07:45:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T07:45:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T07:45:50.077Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T07:45:50.077Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T07:45:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T07:45:59.615Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T07:45:59.618Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T07:46:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T07:46:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T07:46:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T07:46:50.077Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T07:46:50.077Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T07:46:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T07:46:59.618Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T07:46:59.620Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T07:47:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T07:47:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T07:47:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T07:47:50.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T07:47:50.077Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T07:47:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T07:47:59.616Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T07:47:59.625Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T07:48:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T07:48:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T07:48:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T07:48:50.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T07:48:50.077Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T07:48:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T07:48:59.613Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T07:48:59.621Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T07:49:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T07:49:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T07:49:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T07:49:50.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T07:49:50.077Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T07:49:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T07:49:59.617Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T07:49:59.619Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T07:50:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T07:50:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T07:50:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T07:50:50.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T07:50:50.077Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T07:50:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T07:50:59.615Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T07:50:59.615Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T07:51:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T07:51:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T07:51:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T07:51:50.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T07:51:50.077Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T07:51:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T07:51:59.620Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T07:51:59.621Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T07:52:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T07:52:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T07:52:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T07:52:50.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T07:52:50.078Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T07:52:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T07:52:59.618Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T07:52:59.629Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T07:53:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T07:53:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T07:53:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T07:53:50.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T07:53:50.078Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T07:53:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T07:53:59.618Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T07:53:59.618Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T07:54:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T07:54:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T07:54:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T07:54:50.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T07:54:50.077Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T07:54:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T07:54:59.618Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T07:54:59.623Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T07:55:50.076Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T07:55:50.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T07:55:50.077Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T07:55:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T07:55:50.078Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T07:55:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T07:55:59.620Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T07:55:59.623Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T07:56:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T07:56:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T07:56:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T07:56:50.077Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T07:56:50.078Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T07:56:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T07:56:59.617Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T07:56:59.621Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T07:57:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T07:57:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T07:57:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T07:57:50.077Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T07:57:50.077Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T07:57:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T07:57:59.616Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T07:57:59.616Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T07:58:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T07:58:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T07:58:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T07:58:50.077Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T07:58:50.077Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T07:58:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T07:58:59.617Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T07:58:59.620Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T07:59:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T07:59:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T07:59:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T07:59:50.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T07:59:50.077Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T07:59:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T07:59:59.622Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T07:59:59.623Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T08:00:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T08:00:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T08:00:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T08:00:50.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T08:00:50.077Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T08:00:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T08:00:59.620Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T08:00:59.622Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T08:01:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T08:01:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T08:01:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T08:01:50.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T08:01:50.077Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T08:01:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T08:01:59.617Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T08:01:59.619Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T08:02:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T08:02:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T08:02:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T08:02:50.077Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T08:02:50.077Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T08:02:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T08:02:59.619Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T08:02:59.620Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T08:03:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T08:03:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T08:03:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T08:03:50.077Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T08:03:50.078Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T08:03:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T08:03:59.617Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T08:03:59.617Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T08:04:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T08:04:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T08:04:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T08:04:50.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T08:04:50.077Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T08:04:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T08:04:59.616Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T08:04:59.616Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T08:05:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T08:05:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T08:05:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T08:05:50.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T08:05:50.077Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T08:05:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T08:05:59.616Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T08:05:59.627Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T08:06:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T08:06:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T08:06:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T08:06:50.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T08:06:50.077Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T08:06:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T08:06:59.618Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T08:06:59.619Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T08:07:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T08:07:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T08:07:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T08:07:50.077Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T08:07:50.077Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T08:07:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T08:07:59.622Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T08:07:59.622Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T08:08:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T08:08:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T08:08:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T08:08:50.077Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T08:08:50.077Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T08:08:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T08:08:59.617Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T08:08:59.618Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T08:09:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T08:09:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T08:09:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T08:09:50.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T08:09:50.078Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T08:09:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T08:09:59.617Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T08:09:59.618Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T08:10:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T08:10:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T08:10:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T08:10:50.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T08:10:50.077Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T08:10:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T08:10:59.621Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T08:10:59.621Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T08:11:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T08:11:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T08:11:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T08:11:50.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T08:11:50.077Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T08:11:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T08:11:59.614Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T08:11:59.619Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T08:12:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T08:12:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T08:12:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T08:12:50.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T08:12:50.077Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T08:12:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T08:12:59.614Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T08:12:59.614Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T08:13:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T08:13:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T08:13:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T08:13:50.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T08:13:50.078Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T08:13:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T08:13:59.611Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T08:13:59.620Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T08:14:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T08:14:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T08:14:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T08:14:50.077Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T08:14:50.078Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T08:14:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T08:14:59.621Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T08:14:59.621Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T08:15:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T08:15:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T08:15:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T08:15:50.077Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T08:15:50.077Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T08:15:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T08:15:59.619Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T08:15:59.633Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T08:16:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T08:16:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T08:16:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T08:16:50.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T08:16:50.077Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T08:16:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T08:16:59.619Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T08:16:59.622Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T08:17:50.075Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T08:17:50.076Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T08:17:50.076Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ... 2022-03-04T08:17:50.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T08:17:50.078Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T08:17:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T08:17:59.619Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T08:17:59.621Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T08:18:50.075Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T08:18:50.076Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T08:18:50.076Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ... 2022-03-04T08:18:50.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T08:18:50.077Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T08:18:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T08:18:59.618Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T08:18:59.620Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T08:19:50.075Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T08:19:50.076Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T08:19:50.076Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ... 2022-03-04T08:19:50.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T08:19:50.077Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T08:19:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T08:19:59.619Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T08:19:59.621Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T08:20:50.075Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T08:20:50.076Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T08:20:50.076Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ... 2022-03-04T08:20:50.077Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T08:20:50.077Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T08:20:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T08:20:59.617Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T08:20:59.637Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T08:21:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T08:21:50.077Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T08:21:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T08:21:50.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T08:21:50.077Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T08:21:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T08:21:59.616Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T08:21:59.620Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T08:22:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T08:22:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T08:22:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T08:22:50.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T08:22:50.077Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T08:22:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T08:22:59.631Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T08:22:59.631Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T08:23:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T08:23:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T08:23:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T08:23:50.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T08:23:50.077Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T08:23:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T08:23:59.612Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T08:23:59.615Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T08:24:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T08:24:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T08:24:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T08:24:50.077Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T08:24:50.077Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T08:24:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T08:24:59.622Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T08:24:59.622Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T08:25:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T08:25:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T08:25:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T08:25:50.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T08:25:50.077Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T08:25:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T08:25:59.616Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T08:25:59.618Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T08:26:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T08:26:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T08:26:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T08:26:50.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T08:26:50.077Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T08:26:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T08:26:59.621Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T08:26:59.622Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T08:27:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T08:27:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T08:27:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T08:27:50.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T08:27:50.077Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T08:27:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T08:27:59.615Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T08:27:59.619Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T08:28:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T08:28:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T08:28:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T08:28:50.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T08:28:50.077Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T08:28:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T08:28:59.615Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T08:28:59.618Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T08:29:50.076Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T08:29:50.077Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T08:29:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T08:29:50.077Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T08:29:50.078Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T08:29:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T08:29:59.618Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T08:29:59.618Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T08:30:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T08:30:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T08:30:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T08:30:50.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T08:30:50.077Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T08:30:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T08:30:59.616Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T08:30:59.616Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T08:31:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T08:31:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T08:31:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T08:31:50.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T08:31:50.077Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T08:31:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T08:31:59.620Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T08:31:59.622Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T08:32:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T08:32:50.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T08:32:50.078Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T08:32:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T08:32:50.080Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T08:32:50.080Z||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 Zam1qr386phPFzBX) ... 2022-03-04T08:32:59.623Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T08:32:59.623Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T08:33:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T08:33:50.077Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T08:33:50.077Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T08:33:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T08:33:50.077Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T08:33:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T08:33:59.621Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T08:33:59.622Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T08:34:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T08:34:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T08:34:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T08:34:50.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T08:34:50.077Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T08:34:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T08:34:59.618Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T08:34:59.621Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T08:35:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T08:35:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T08:35:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T08:35:50.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T08:35:50.077Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T08:35:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T08:35:59.627Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T08:35:59.642Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T08:36:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T08:36:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T08:36:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T08:36:50.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T08:36:50.077Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T08:36:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T08:36:59.628Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T08:36:59.631Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T08:37:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T08:37:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T08:37:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T08:37:50.077Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T08:37:50.077Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T08:37:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T08:37:59.621Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T08:37:59.623Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T08:38:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T08:38:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T08:38:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T08:38:50.077Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T08:38:50.077Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T08:38:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T08:38:59.623Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T08:38:59.634Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T08:39:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T08:39:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T08:39:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T08:39:50.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T08:39:50.078Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T08:39:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T08:39:59.620Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T08:39:59.622Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T08:40:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T08:40:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T08:40:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T08:40:50.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T08:40:50.077Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T08:40:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T08:40:59.617Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T08:40:59.630Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T08:41:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T08:41:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T08:41:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T08:41:50.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T08:41:50.077Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T08:41:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T08:41:59.616Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T08:41:59.620Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T08:42:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T08:42:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T08:42:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T08:42:50.077Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T08:42:50.077Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T08:42:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T08:42:59.624Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T08:42:59.640Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T08:43:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T08:43:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T08:43:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T08:43:50.077Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T08:43:50.077Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T08:43:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T08:43:59.619Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T08:43:59.619Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T08:44:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T08:44:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T08:44:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T08:44:50.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T08:44:50.077Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T08:44:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T08:44:59.615Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T08:44:59.621Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T08:45:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T08:45:50.077Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T08:45:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T08:45:50.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T08:45:50.077Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T08:45:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T08:45:59.622Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T08:45:59.635Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T08:46:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T08:46:50.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T08:46:50.081Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T08:46:50.081Z||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 Zam1qr386phPFzBX) ... 2022-03-04T08:46:50.082Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T08:46:50.082Z||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 Zam1qr386phPFzBX) ... 2022-03-04T08:46:59.621Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T08:46:59.627Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T08:47:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T08:47:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T08:47:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T08:47:50.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T08:47:50.078Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T08:47:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T08:47:59.638Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T08:47:59.638Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T08:48:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T08:48:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T08:48:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T08:48:50.077Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T08:48:50.077Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T08:48:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T08:48:59.615Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T08:48:59.623Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T08:49:50.075Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T08:49:50.077Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T08:49:50.077Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ... 2022-03-04T08:49:50.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T08:49:50.079Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T08:49:50.079Z||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 Zam1qr386phPFzBX) ... 2022-03-04T08:49:59.634Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T08:49:59.636Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T08:50:50.075Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T08:50:50.076Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T08:50:50.076Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ... 2022-03-04T08:50:50.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T08:50:50.077Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T08:50:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T08:50:59.622Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T08:50:59.623Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T08:51:50.075Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T08:51:50.076Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T08:51:50.076Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ... 2022-03-04T08:51:50.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T08:51:50.077Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T08:51:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T08:51:59.617Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T08:51:59.620Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T08:52:50.075Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T08:52:50.076Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T08:52:50.076Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ... 2022-03-04T08:52:50.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T08:52:50.077Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T08:52:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T08:52:59.616Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T08:52:59.619Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T08:53:50.075Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T08:53:50.076Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T08:53:50.076Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ... 2022-03-04T08:53:50.077Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T08:53:50.077Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T08:53:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T08:53:59.619Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T08:53:59.619Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T08:54:50.075Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T08:54:50.076Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T08:54:50.076Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ... 2022-03-04T08:54:50.077Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T08:54:50.081Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T08:54:50.081Z||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 Zam1qr386phPFzBX) ... 2022-03-04T08:54:59.621Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T08:54:59.626Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T08:55:50.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T08:55:50.076Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T08:55:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T08:55:50.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T08:55:50.078Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T08:55:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T08:55:59.614Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T08:55:59.616Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T08:56:50.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T08:56:50.076Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T08:56:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T08:56:50.077Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T08:56:50.077Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T08:56:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T08:56:59.618Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T08:56:59.619Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T08:57:50.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T08:57:50.076Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T08:57:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T08:57:50.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T08:57:50.077Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T08:57:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T08:57:59.620Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T08:57:59.621Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T08:58:50.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T08:58:50.076Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T08:58:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T08:58:50.078Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T08:58:50.078Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T08:58:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T08:58:59.620Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T08:58:59.628Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T08:59:50.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T08:59:50.076Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T08:59:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T08:59:50.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T08:59:50.077Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T08:59:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T08:59:59.621Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T08:59:59.626Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:00:50.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T09:00:50.076Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T09:00:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T09:00:50.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T09:00:50.077Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T09:00:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T09:00:59.618Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:00:59.621Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:01:50.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T09:01:50.076Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T09:01:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T09:01:50.083Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T09:01:50.083Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T09:01:50.083Z||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 Zam1qr386phPFzBX) ... 2022-03-04T09:01:59.635Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:01:59.635Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:02:50.075Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T09:02:50.076Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T09:02:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T09:02:50.077Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T09:02:50.078Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T09:02:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T09:02:59.625Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:02:59.627Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:03:50.075Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T09:03:50.076Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T09:03:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T09:03:50.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T09:03:50.077Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T09:03:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T09:03:59.619Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:03:59.624Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:04:50.075Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T09:04:50.076Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T09:04:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T09:04:50.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T09:04:50.077Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T09:04:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T09:04:59.625Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:04:59.626Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:05:50.075Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T09:05:50.077Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T09:05:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T09:05:50.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T09:05:50.077Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T09:05:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T09:05:59.622Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:05:59.622Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:06:50.075Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T09:06:50.076Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T09:06:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T09:06:50.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T09:06:50.078Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T09:06:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T09:06:59.624Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:06:59.626Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:07:50.075Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T09:07:50.076Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T09:07:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T09:07:50.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T09:07:50.078Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T09:07:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T09:07:59.634Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:07:59.635Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:08:50.075Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T09:08:50.076Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T09:08:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T09:08:50.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T09:08:50.077Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T09:08:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T09:08:59.635Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:08:59.641Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:09:50.075Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T09:09:50.076Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T09:09:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T09:09:50.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T09:09:50.077Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T09:09:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T09:09:59.617Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:09:59.618Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:10:50.075Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T09:10:50.076Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T09:10:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T09:10:50.077Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T09:10:50.078Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T09:10:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T09:10:59.630Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:10:59.630Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:11:50.075Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T09:11:50.076Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T09:11:50.076Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ... 2022-03-04T09:11:50.077Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T09:11:50.078Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T09:11:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T09:11:59.630Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:11:59.631Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:12:50.075Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T09:12:50.076Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T09:12:50.076Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ... 2022-03-04T09:12:50.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T09:12:50.077Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T09:12:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T09:12:59.622Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:12:59.623Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:13:50.075Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T09:13:50.076Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T09:13:50.076Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ... 2022-03-04T09:13:50.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T09:13:50.077Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T09:13:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T09:14:05.608Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:14:05.666Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:14:50.075Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T09:14:50.076Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T09:14:50.076Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ... 2022-03-04T09:14:50.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T09:14:50.077Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T09:14:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T09:14:59.617Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:14:59.621Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:15:50.075Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T09:15:50.076Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T09:15:50.076Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ... 2022-03-04T09:15:50.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T09:15:50.078Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T09:15:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T09:15:59.619Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:15:59.622Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:16:50.075Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T09:16:50.076Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T09:16:50.077Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ... 2022-03-04T09:16:50.077Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T09:16:50.077Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T09:16:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T09:16:59.623Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:16:59.633Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:17:50.075Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T09:17:50.076Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T09:17:50.076Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ... 2022-03-04T09:17:50.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T09:17:50.077Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T09:17:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T09:17:59.625Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:17:59.628Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:18:50.075Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T09:18:50.076Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T09:18:50.076Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ... 2022-03-04T09:18:50.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T09:18:50.078Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T09:18:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T09:18:59.619Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:18:59.619Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:19:50.075Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T09:19:50.076Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T09:19:50.076Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ... 2022-03-04T09:19:50.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T09:19:50.077Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T09:19:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T09:19:59.633Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:19:59.633Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:20:50.075Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T09:20:50.076Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T09:20:50.076Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ... 2022-03-04T09:20:50.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T09:20:50.077Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T09:20:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T09:20:59.616Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:20:59.616Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:21:50.075Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T09:21:50.076Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T09:21:50.076Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ... 2022-03-04T09:21:50.077Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T09:21:50.078Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T09:21:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T09:21:59.616Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:21:59.635Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:22:50.075Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T09:22:50.076Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T09:22:50.076Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ... 2022-03-04T09:22:50.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T09:22:50.078Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T09:22:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T09:22:59.620Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:22:59.620Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:23:50.075Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T09:23:50.076Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T09:23:50.076Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ... 2022-03-04T09:23:50.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T09:23:50.078Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T09:23:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T09:23:59.620Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:23:59.621Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:24:50.075Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T09:24:50.076Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T09:24:50.076Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ... 2022-03-04T09:24:50.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T09:24:50.077Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T09:24:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T09:24:59.616Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:24:59.617Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:25:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T09:25:50.076Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T09:25:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T09:25:50.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T09:25:50.078Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T09:25:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T09:25:59.622Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:25:59.622Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:26:50.075Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T09:26:50.076Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T09:26:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T09:26:50.077Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T09:26:50.077Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T09:26:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T09:26:59.619Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:26:59.619Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:27:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T09:27:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T09:27:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T09:27:50.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T09:27:50.078Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T09:27:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T09:27:59.625Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:27:59.626Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:28:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T09:28:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T09:28:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T09:28:50.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T09:28:50.077Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T09:28:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T09:28:59.619Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:28:59.619Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:29:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T09:29:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T09:29:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T09:29:50.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T09:29:50.077Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T09:29:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T09:29:59.617Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:29:59.620Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:30:50.077Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T09:30:50.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T09:30:50.078Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T09:30:50.078Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T09:30:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T09:30:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T09:30:59.622Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:30:59.622Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:31:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T09:31:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T09:31:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T09:31:50.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T09:31:50.077Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T09:31:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T09:31:59.628Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:31:59.631Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:32:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T09:32:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T09:32:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T09:32:50.077Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T09:32:50.077Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T09:32:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T09:32:59.616Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:32:59.618Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:33:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T09:33:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T09:33:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T09:33:50.077Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T09:33:50.077Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T09:33:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T09:33:59.619Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:33:59.620Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:34:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T09:34:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T09:34:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T09:34:50.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T09:34:50.077Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T09:34:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T09:34:59.614Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:34:59.616Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:35:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T09:35:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T09:35:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T09:35:50.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T09:35:50.077Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T09:35:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T09:35:59.611Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:35:59.616Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:36:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T09:36:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T09:36:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T09:36:50.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T09:36:50.077Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T09:36:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T09:36:59.620Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:36:59.622Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:37:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T09:37:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T09:37:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T09:37:50.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T09:37:50.077Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T09:37:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T09:37:59.614Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:37:59.622Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:38:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T09:38:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T09:38:50.111Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T09:38:50.111Z||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 Zam1qr386phPFzBX) ... 2022-03-04T09:38:50.112Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T09:38:50.112Z||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 Zam1qr386phPFzBX) ... 2022-03-04T09:38:59.654Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:38:59.656Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:39:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T09:39:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T09:39:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T09:39:50.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T09:39:50.077Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T09:39:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T09:39:59.615Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:39:59.620Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:40:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T09:40:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T09:40:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T09:40:50.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T09:40:50.078Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T09:40:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T09:40:50.700Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:40:50.701Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-04T09:40:50.702Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"0cf7c404-3d70-4535-9014-2f0d5fc92781","serviceName":"vFW 2022-03-04 09-37-56","serviceVersion":"1.0","serviceUUID":"1b876ff0-cb0d-4e64-b20c-0787eae6f038","serviceDescription":"catalog service description","serviceInvariantUUID":"8f15b7a9-1e04-46d0-be72-194b50035565","resources":[{"resourceInstanceName":"vFW 93092c22-12c8 0","resourceName":"vFW 93092c22-12c8","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"29eadf3f-c229-45f7-85ea-e077dcde4114","resourceInvariantUUID":"79940096-87a5-401c-bb91-a146e5658783","resourceCustomizationUUID":"6b559c98-dd22-4b7e-a07e-9e3c3c05f581","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/vf-license-model.xml","artifactChecksum":"ZjgxY2ZkYjVjNDg3MjY3MDgyOWFlNDVjODE4MjRjN2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"afd968af-ab5b-46c8-ba44-2dc7348b4b63","artifactVersion":"1"},{"artifactName":"vfw93092c2212c80_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/vfw93092c2212c80_modules.json","artifactChecksum":"YzAzOWExNjdiMmM2OGZlN2M1NjU2NGYyZTM2YjJiZGI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"23713b84-8246-427d-b613-5746b38fca0c","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"111b5828-307d-459b-917f-b4012db768a6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/vendor-license-model.xml","artifactChecksum":"YTMzOTlkMTc3N2FlZjk1YWFhYzE5OWU2Y2FmOThkODE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b8b92df0-83c9-41dc-b321-c717ae0eb394","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a592b20a-9906-4fa5-9f27-4b7bb3fe114d","artifactVersion":"2","generatedFromUUID":"111b5828-307d-459b-917f-b4012db768a6"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220304093756-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220304093756/1.0/artifacts/service-Vfw20220304093756-template.yml","artifactChecksum":"MTQ0MGRmMTAyM2I1YTdkMmRjZTk2NjVjNzg3NDY5YTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"491e596a-5058-41ad-b846-28a44633f3c9","artifactVersion":"1"},{"artifactName":"service-Vfw20220304093756-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220304093756/1.0/artifacts/service-Vfw20220304093756-csar.csar","artifactChecksum":"OGY1MTc0ZWMwM2ZlNzQxODZmMjBjZTg4MzcyMzA5NTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"77e853ac-a509-43d3-94f4-48002a4b089f","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-04T09:40:50.705Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:40:50.709Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-04T09:40:50.710Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T09:40:50.710Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781", "consumerID": "cds", "timestamp": 1646386808662, "artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-04T09:40:50.713Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-04T09:40:50.722Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-04T09:40:50.722Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646386850075, "artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-04T09:40:50.726Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T09:40:50.726Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T09:40:50.726Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781", "consumerID": "multicloud-k8s-id", "timestamp": 1646386816361, "artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-04T09:40:50.726Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T09:40:50.726Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T09:40:50.727Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781", "consumerID": "ves-openapi-manager", "timestamp": 1646386811737, "artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-04T09:40:50.727Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T09:40:50.727Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T09:40:50.727Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781", "consumerID": "clamp", "timestamp": 1646386808954, "artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-04T09:40:50.727Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T09:40:50.727Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T09:40:50.727Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781", "consumerID": "aai-ml", "timestamp": 1646386807755, "artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-04T09:40:50.727Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T09:40:50.727Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T09:40:50.727Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781", "consumerID": "policy-id", "timestamp": 1646386807767, "artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-04T09:40:50.727Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T09:40:50.727Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T09:40:50.727Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781", "consumerID": "cds", "timestamp": 1646386808662, "artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/vfw93092c2212c80_modules.json", "status": "NOT_NOTIFIED" } 2022-03-04T09:40:50.727Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T09:40:50.728Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T09:40:50.728Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781", "consumerID": "multicloud-k8s-id", "timestamp": 1646386816361, "artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/vfw93092c2212c80_modules.json", "status": "NOTIFIED" } 2022-03-04T09:40:50.728Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T09:40:50.728Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T09:40:50.728Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781", "consumerID": "ves-openapi-manager", "timestamp": 1646386811737, "artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/vfw93092c2212c80_modules.json", "status": "NOT_NOTIFIED" } 2022-03-04T09:40:50.728Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T09:40:50.728Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T09:40:50.728Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781", "consumerID": "clamp", "timestamp": 1646386808954, "artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/vfw93092c2212c80_modules.json", "status": "NOTIFIED" } 2022-03-04T09:40:50.728Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T09:40:50.728Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T09:40:50.728Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781", "consumerID": "aai-ml", "timestamp": 1646386807755, "artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/vfw93092c2212c80_modules.json", "status": "NOT_NOTIFIED" } 2022-03-04T09:40:50.728Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T09:40:50.728Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T09:40:50.728Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781", "consumerID": "policy-id", "timestamp": 1646386807767, "artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/vfw93092c2212c80_modules.json", "status": "NOT_NOTIFIED" } 2022-03-04T09:40:50.728Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T09:40:50.728Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T09:40:50.729Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781", "consumerID": "dcae-sch", "timestamp": 1646386817753, "artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-04T09:40:50.729Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T09:40:50.729Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T09:40:50.729Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781", "consumerID": "cds", "timestamp": 1646386808662, "artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-04T09:40:50.729Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T09:40:50.729Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T09:40:50.729Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781", "consumerID": "multicloud-k8s-id", "timestamp": 1646386816361, "artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-04T09:40:50.729Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T09:40:50.729Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T09:40:50.729Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781", "consumerID": "ves-openapi-manager", "timestamp": 1646386811737, "artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-04T09:40:50.730Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T09:40:50.730Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T09:40:50.731Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781", "consumerID": "clamp", "timestamp": 1646386808954, "artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-04T09:40:50.731Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T09:40:50.731Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T09:40:50.731Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781", "consumerID": "aai-ml", "timestamp": 1646386807755, "artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-04T09:40:50.731Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T09:40:50.731Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T09:40:50.731Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781", "consumerID": "policy-id", "timestamp": 1646386807767, "artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-04T09:40:50.731Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T09:40:50.731Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T09:40:50.731Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781", "consumerID": "dcae-sch", "timestamp": 1646386817753, "artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/vfw93092c2212c80_modules.json", "status": "NOT_NOTIFIED" } 2022-03-04T09:40:50.732Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T09:40:50.732Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T09:40:50.732Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781", "consumerID": "cds", "timestamp": 1646386808662, "artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-04T09:40:50.732Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T09:40:50.732Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T09:40:50.732Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781", "consumerID": "multicloud-k8s-id", "timestamp": 1646386816361, "artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-04T09:40:50.732Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T09:40:50.732Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T09:40:50.732Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781", "consumerID": "ves-openapi-manager", "timestamp": 1646386811737, "artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-04T09:40:50.733Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T09:40:50.733Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T09:40:50.733Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781", "consumerID": "clamp", "timestamp": 1646386808954, "artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-04T09:40:50.733Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T09:40:50.733Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T09:40:50.733Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781", "consumerID": "aai-ml", "timestamp": 1646386807755, "artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-04T09:40:50.733Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T09:40:50.733Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T09:40:50.733Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781", "consumerID": "policy-id", "timestamp": 1646386807767, "artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-04T09:40:50.733Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T09:40:50.733Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T09:40:50.733Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781", "consumerID": "dcae-sch", "timestamp": 1646386817753, "artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-04T09:40:50.734Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T09:40:50.734Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T09:40:50.734Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781", "consumerID": "cds", "timestamp": 1646386808662, "artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-04T09:40:50.734Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T09:40:50.734Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T09:40:50.734Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781", "consumerID": "multicloud-k8s-id", "timestamp": 1646386816361, "artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-04T09:40:50.734Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T09:40:50.734Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T09:40:50.734Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781", "consumerID": "clamp", "timestamp": 1646386808954, "artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-04T09:40:50.735Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T09:40:50.735Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T09:40:50.735Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781", "consumerID": "aai-ml", "timestamp": 1646386807755, "artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-04T09:40:50.735Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T09:40:50.735Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T09:40:50.735Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781", "consumerID": "ves-openapi-manager", "timestamp": 1646386811737, "artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-04T09:40:50.736Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T09:40:50.736Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T09:40:50.736Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781", "consumerID": "policy-id", "timestamp": 1646386807767, "artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-04T09:40:50.736Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T09:40:50.736Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T09:40:50.736Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781", "consumerID": "dcae-sch", "timestamp": 1646386817753, "artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-04T09:40:50.736Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T09:40:50.736Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T09:40:50.737Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781", "consumerID": "cds", "timestamp": 1646386808662, "artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/artifacts/service-Vfw20220304093756-template.yml", "status": "NOT_NOTIFIED" } 2022-03-04T09:40:50.737Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T09:40:50.737Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T09:40:50.737Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781", "consumerID": "multicloud-k8s-id", "timestamp": 1646386816361, "artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/artifacts/service-Vfw20220304093756-template.yml", "status": "NOT_NOTIFIED" } 2022-03-04T09:40:50.737Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T09:40:50.737Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T09:40:50.737Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781", "consumerID": "clamp", "timestamp": 1646386808954, "artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/artifacts/service-Vfw20220304093756-template.yml", "status": "NOT_NOTIFIED" } 2022-03-04T09:40:50.738Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T09:40:50.738Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T09:40:50.738Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781", "consumerID": "ves-openapi-manager", "timestamp": 1646386811737, "artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/artifacts/service-Vfw20220304093756-template.yml", "status": "NOT_NOTIFIED" } 2022-03-04T09:40:50.738Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T09:40:50.739Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T09:40:50.739Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781", "consumerID": "aai-ml", "timestamp": 1646386807755, "artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/artifacts/service-Vfw20220304093756-template.yml", "status": "NOT_NOTIFIED" } 2022-03-04T09:40:50.739Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T09:40:50.739Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T09:40:50.739Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781", "consumerID": "policy-id", "timestamp": 1646386807767, "artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/artifacts/service-Vfw20220304093756-template.yml", "status": "NOT_NOTIFIED" } 2022-03-04T09:40:50.739Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T09:40:50.739Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T09:40:50.739Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781", "consumerID": "dcae-sch", "timestamp": 1646386817753, "artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-04T09:40:50.740Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T09:40:50.740Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T09:40:50.740Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781", "consumerID": "cds", "timestamp": 1646386808662, "artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/artifacts/service-Vfw20220304093756-csar.csar", "status": "NOTIFIED" } 2022-03-04T09:40:50.740Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T09:40:50.740Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T09:40:50.740Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781", "consumerID": "multicloud-k8s-id", "timestamp": 1646386816361, "artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/artifacts/service-Vfw20220304093756-csar.csar", "status": "NOTIFIED" } 2022-03-04T09:40:50.741Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T09:40:50.741Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T09:40:50.741Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781", "consumerID": "clamp", "timestamp": 1646386808954, "artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/artifacts/service-Vfw20220304093756-csar.csar", "status": "NOTIFIED" } 2022-03-04T09:40:50.741Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T09:40:50.741Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T09:40:50.741Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781", "consumerID": "ves-openapi-manager", "timestamp": 1646386811737, "artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/artifacts/service-Vfw20220304093756-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-04T09:40:50.742Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T09:40:50.742Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T09:40:50.742Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781", "consumerID": "aai-ml", "timestamp": 1646386807755, "artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/artifacts/service-Vfw20220304093756-csar.csar", "status": "NOTIFIED" } 2022-03-04T09:40:50.742Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T09:40:50.742Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T09:40:50.742Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781", "consumerID": "policy-id", "timestamp": 1646386807767, "artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/artifacts/service-Vfw20220304093756-csar.csar", "status": "NOTIFIED" } 2022-03-04T09:40:50.743Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T09:40:50.743Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T09:40:50.743Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781", "consumerID": "dcae-sch", "timestamp": 1646386817753, "artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/artifacts/service-Vfw20220304093756-template.yml", "status": "NOT_NOTIFIED" } 2022-03-04T09:40:50.743Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T09:40:50.743Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T09:40:50.743Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781", "consumerID": "dcae-sch", "timestamp": 1646386817753, "artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/artifacts/service-Vfw20220304093756-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-04T09:40:50.743Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T09:40:50.743Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T09:40:50.743Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781", "consumerID": "multicloud-k8s-id", "timestamp": 1646386824590, "artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/vfw93092c2212c80_modules.json", "status": "DOWNLOAD_OK" } 2022-03-04T09:40:50.744Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T09:40:50.744Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T09:40:50.744Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781", "consumerID": "cds", "timestamp": 1646386824607, "artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/artifacts/service-Vfw20220304093756-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-04T09:40:50.744Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T09:40:50.744Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T09:40:50.744Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781", "consumerID": "aai-ml", "timestamp": 1646386824612, "artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/artifacts/service-Vfw20220304093756-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-04T09:40:50.744Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T09:40:50.744Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T09:40:50.744Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781", "consumerID": "policy-id", "timestamp": 1646386824600, "artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/artifacts/service-Vfw20220304093756-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-04T09:40:50.745Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T09:40:50.745Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T09:40:50.745Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781", "consumerID": "cds", "timestamp": 1646386825620, "artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/artifacts/service-Vfw20220304093756-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=? 2022-03-04T09:40:50.822Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-03-04T09:40:50.825Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-04T09:40:50.825Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ... 2022-03-04T09:40:50.835Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:40:50.836Z||pool-3-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-04T09:40:50.870Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0cf7c404-3d70-4535-9014-2f0d5fc92781 2022-03-04T09:40:50.883Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0cf7c404-3d70-4535-9014-2f0d5fc92781 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-04T09:40:50.904Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T09:40:50.904Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781", "consumerID": "policy-id", "timestamp": 1646386825607, "artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/artifacts/service-Vfw20220304093756-csar.csar", "status": "DEPLOY_OK" } 2022-03-04T09:40:50.904Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T09:40:50.905Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T09:40:50.905Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781", "consumerID": "multicloud-k8s-id", "timestamp": 1646386825660, "artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-04T09:40:50.905Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T09:40:50.905Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T09:40:50.905Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781", "consumerID": "policy-id", "timestamp": 1646386826612, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-04T09:40:50.919Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0cf7c404-3d70-4535-9014-2f0d5fc92781 2022-03-04T09:40:50.919Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0cf7c404-3d70-4535-9014-2f0d5fc92781 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-04T09:40:50.928Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T09:40:50.928Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781", "consumerID": "multicloud-k8s-id", "timestamp": 1646386826727, "artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-04T09:40:50.928Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T09:40:50.929Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T09:40:50.929Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781", "consumerID": "multicloud-k8s-id", "timestamp": 1646386827786, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-04T09:40:50.934Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0cf7c404-3d70-4535-9014-2f0d5fc92781 2022-03-04T09:40:50.934Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0cf7c404-3d70-4535-9014-2f0d5fc92781 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-03-04T09:40:50.944Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T09:40:50.944Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781", "consumerID": "multicloud-k8s-id", "timestamp": 1646386828789, "artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/vfw93092c2212c80_modules.json", "status": "DEPLOY_OK" } 2022-03-04T09:40:50.944Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T09:40:50.944Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T09:40:50.944Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646386834183, "artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-04T09:40:50.945Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T09:40:50.945Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T09:40:50.945Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646386834183, "artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/vfw93092c2212c80_modules.json", "status": "NOT_NOTIFIED" } 2022-03-04T09:40:50.945Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T09:40:50.945Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T09:40:50.945Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646386834183, "artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-04T09:40:50.945Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T09:40:50.946Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T09:40:50.946Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646386834183, "artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-04T09:40:50.946Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T09:40:50.946Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T09:40:50.946Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781", "consumerID": "clamp", "timestamp": 1646386837838, "artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/artifacts/service-Vfw20220304093756-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-04T09:40:50.946Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T09:40:50.946Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T09:40:50.946Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646386834183, "artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-04T09:40:50.947Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T09:40:50.947Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T09:40:50.947Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781", "consumerID": "clamp", "timestamp": 1646386839844, "artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/artifacts/service-Vfw20220304093756-csar.csar", "status": "DEPLOY_OK" } 2022-03-04T09:40:50.947Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T09:40:50.947Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T09:40:50.947Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646386834183, "artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/artifacts/service-Vfw20220304093756-template.yml", "status": "NOT_NOTIFIED" } 2022-03-04T09:40:50.947Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T09:40:50.947Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T09:40:50.948Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781", "consumerID": "aai-ml", "timestamp": 1646386840196, "artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/artifacts/service-Vfw20220304093756-csar.csar", "status": "DEPLOY_OK" } 2022-03-04T09:40:50.948Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T09:40:50.948Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T09:40:50.948Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781", "consumerID": "clamp", "timestamp": 1646386840848, "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=? 2022-03-04T09:40:50.953Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0cf7c404-3d70-4535-9014-2f0d5fc92781 2022-03-04T09:40:50.953Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0cf7c404-3d70-4535-9014-2f0d5fc92781 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 (?, ?, ?, ?, ?) 2022-03-04T09:40:50.961Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T09:40:50.961Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646386834183, "artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/artifacts/service-Vfw20220304093756-csar.csar", "status": "NOTIFIED" } 2022-03-04T09:40:50.962Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T09:40:50.962Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T09:40:50.962Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781", "consumerID": "aai-ml", "timestamp": 1646386841202, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-04T09:40:50.967Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0cf7c404-3d70-4535-9014-2f0d5fc92781 2022-03-04T09:40:50.967Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0cf7c404-3d70-4535-9014-2f0d5fc92781 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-04T09:40:50.975Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T09:40:50.975Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646386842218, "artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/artifacts/service-Vfw20220304093756-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-04T09:40:50.975Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T09:40:50.976Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T09:40:50.976Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646386847167, "artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/artifacts/service-Vfw20220304093756-csar.csar", "status": "DEPLOY_OK" } 2022-03-04T09:40:50.976Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T09:40:50.976Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T09:40:50.976Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646386848172, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-04T09:40:50.983Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0cf7c404-3d70-4535-9014-2f0d5fc92781 2022-03-04T09:40:50.983Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0cf7c404-3d70-4535-9014-2f0d5fc92781 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-04T09:40:51.728Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-04T09:40:51.728Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-04T09:40:51.730Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-04T09:40:51.730Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646386850075, "artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/vfw93092c2212c80_modules.json", "status": "NOTIFIED" } 2022-03-04T09:40:51.830Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-04T09:40:51.831Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-04T09:40:51.831Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ... 2022-03-04T09:40:51.840Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:40:51.841Z||pool-4-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-04T09:40:52.731Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-04T09:40:52.731Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-04T09:40:52.733Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-04T09:40:52.733Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646386850075, "artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-04T09:40:52.833Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-04T09:40:52.834Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-04T09:40:52.834Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ... 2022-03-04T09:40:52.844Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:40:52.845Z||pool-5-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-03-04T09:40:53.733Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-04T09:40:53.734Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-04T09:40:53.736Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-04T09:40:53.736Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646386850075, "artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-04T09:40:53.836Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-04T09:40:53.837Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-04T09:40:53.837Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ... 2022-03-04T09:40:53.847Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:40:53.847Z||pool-6-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-04T09:40:54.737Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-04T09:40:54.738Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-04T09:40:54.740Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-04T09:40:54.741Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646386850075, "artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-04T09:40:54.841Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-04T09:40:54.841Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-04T09:40:54.841Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ... 2022-03-04T09:40:54.851Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:40:54.851Z||pool-7-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-04T09:40:55.742Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-04T09:40:55.742Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-04T09:40:55.745Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-04T09:40:55.745Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646386850075, "artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/artifacts/service-Vfw20220304093756-template.yml", "status": "NOT_NOTIFIED" } 2022-03-04T09:40:55.845Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-04T09:40:55.846Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-04T09:40:55.846Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ... 2022-03-04T09:40:55.856Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:40:55.857Z||pool-8-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-04T09:40:56.746Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-04T09:40:56.747Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-04T09:40:56.748Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-04T09:40:56.748Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646386850075, "artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/artifacts/service-Vfw20220304093756-csar.csar", "status": "NOTIFIED" } 2022-03-04T09:40:56.849Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-04T09:40:56.849Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-04T09:40:56.849Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ... 2022-03-04T09:40:56.858Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:40:56.858Z||pool-9-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-04T09:40:57.751Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781", "serviceName": "vFW 2022-03-04 09-37-56", "serviceVersion": "1.0", "serviceUUID": "1b876ff0-cb0d-4e64-b20c-0787eae6f038", "serviceDescription": "catalog service description", "serviceInvariantUUID": "8f15b7a9-1e04-46d0-be72-194b50035565", "resources": [ { "resourceInstanceName": "vFW 93092c22-12c8 0", "resourceCustomizationUUID": "6b559c98-dd22-4b7e-a07e-9e3c3c05f581", "resourceName": "vFW 93092c22-12c8", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "29eadf3f-c229-45f7-85ea-e077dcde4114", "resourceInvariantUUID": "79940096-87a5-401c-bb91-a146e5658783", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw93092c2212c80_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/vfw93092c2212c80_modules.json", "artifactChecksum": "YzAzOWExNjdiMmM2OGZlN2M1NjU2NGYyZTM2YjJiZGI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "23713b84-8246-427d-b613-5746b38fca0c", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "111b5828-307d-459b-917f-b4012db768a6", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "a592b20a-9906-4fa5-9f27-4b7bb3fe114d", "generatedFromUUID": "111b5828-307d-459b-917f-b4012db768a6" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "a592b20a-9906-4fa5-9f27-4b7bb3fe114d", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220304093756-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/artifacts/service-Vfw20220304093756-csar.csar", "artifactChecksum": "OGY1MTc0ZWMwM2ZlNzQxODZmMjBjZTg4MzcyMzA5NTE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "77e853ac-a509-43d3-94f4-48002a4b089f" } ], "workloadContext": "Production" } 2022-03-04T09:40:57.751Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-04T09:40:57.752Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1b876ff0-cb0d-4e64-b20c-0787eae6f038 ASDC 2022-03-04T09:40:57.880Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:0cf7c404-3d70-4535-9014-2f0d5fc92781 ServiceName:vFW 2022-03-04 09-37-56 ServiceVersion:1.0 ServiceUUID:1b876ff0-cb0d-4e64-b20c-0787eae6f038 ServiceInvariantUUID:8f15b7a9-1e04-46d0-be72-194b50035565 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220304093756-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220304093756/1.0/artifacts/service-Vfw20220304093756-csar.csar ArtifactUUID:77e853ac-a509-43d3-94f4-48002a4b089f ArtifactChecksum:OGY1MTc0ZWMwM2ZlNzQxODZmMjBjZTg4MzcyMzA5NTE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 93092c22-12c8 0 ResourceCustomizationUUID:6b559c98-dd22-4b7e-a07e-9e3c3c05f581 ResourceInvariantUUID:79940096-87a5-401c-bb91-a146e5658783 ResourceName:vFW 93092c22-12c8 ResourceType:VF ResourceUUID:29eadf3f-c229-45f7-85ea-e077dcde4114 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw93092c2212c80_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/vfw93092c2212c80_modules.json ArtifactUUID:23713b84-8246-427d-b613-5746b38fca0c ArtifactChecksum:YzAzOWExNjdiMmM2OGZlN2M1NjU2NGYyZTM2YjJiZGI= 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/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/base_vfw.yaml ArtifactUUID:111b5828-307d-459b-917f-b4012db768a6 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/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/base_vfw.env ArtifactUUID:a592b20a-9906-4fa5-9f27-4b7bb3fe114d 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/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/base_vfw.env ArtifactUUID:a592b20a-9906-4fa5-9f27-4b7bb3fe114d ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-04T09:40:57.880Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1b876ff0-cb0d-4e64-b20c-0787eae6f038 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-04T09:40:57.924Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-04T09:40:57.925Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-03-04T09:40:57.925Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-03-04T09:40:57.926Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 77e853ac-a509-43d3-94f4-48002a4b089f from URL: /sdc/v1/catalog/services/Vfw20220304093756/1.0/artifacts/service-Vfw20220304093756-csar.csar 2022-03-04T09:40:57.926Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-03-04T09:40:57.927Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220304093756/1.0/artifacts/service-Vfw20220304093756-csar.csar 2022-03-04T09:40:58.074Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-03-04T09:40:58.092Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220304093756/1.0/artifacts/service-Vfw20220304093756-csar.csar 77e853ac-a509-43d3-94f4-48002a4b089f 98930 2022-03-04T09:40:58.094Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220304093756/1.0/artifacts/service-Vfw20220304093756-csar.csar ASDC sendASDCNotification 2022-03-04T09:40:58.094Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220304093756/1.0/artifacts/service-Vfw20220304093756-csar.csar 2022-03-04T09:40:58.095Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-04T09:40:58.095Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-04T09:40:58.097Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-04T09:40:58.097Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646386858093, "artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/artifacts/service-Vfw20220304093756-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-04T09:40:58.197Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-04T09:40:58.199Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-04T09:40:58.199Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ... 2022-03-04T09:40:58.210Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:40:58.211Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-04T09:40:59.097Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-04T09:40:59.098Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-03-04T09:40:59.098Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 77e853ac-a509-43d3-94f4-48002a4b089f, URL: /sdc/v1/catalog/services/Vfw20220304093756/1.0/artifacts/service-Vfw20220304093756-csar.csar to file: /app/ASDC/1/service-Vfw20220304093756-csar.csar 2022-03-04T09:40:59.098Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220304093756-csar.csar 2022-03-04T09:40:59.151Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220304093756-csar.csar 2022-03-04T09:40:59.152Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220304093756-csar.csar 2022-03-04T09:40:59.705Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10380313562548852133/Definitions/service-Vfw20220304093756-template.yml Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided 2022-03-04T09:41:02.638Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-04T09:41:02.642Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-03-04T09:41:02.642Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220304093756-csar.csar 2022-03-04T09:41:02.642Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-03-04T09:41:02.642Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||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-Vfw20220304093756-csar.csar 2022-03-04T09:41:02.642Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||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-Vfw20220304093756-csar.csar 2022-03-04T09:41:02.642Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220304093756-csar.csar 2022-03-04T09:41:02.642Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220304093756-csar.csar 2022-03-04T09:41:02.642Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220304093756-csar.csar 2022-03-04T09:41:02.642Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||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-Vfw20220304093756-csar.csar 2022-03-04T09:41:02.642Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 93092c22-12c8 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-Vfw20220304093756-csar.csar 2022-03-04T09:41:02.642Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220304093756-csar.csar 2022-03-04T09:41:02.642Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220304093756-csar.csar 2022-03-04T09:41:02.642Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220304093756-csar.csar 2022-03-04T09:41:02.642Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220304093756-csar.csar 2022-03-04T09:41:02.642Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220304093756-csar.csar 2022-03-04T09:41:02.642Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220304093756-csar.csar 2022-03-04T09:41:02.642Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-03-04T09:41:02.648Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T09:41:02.649Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-04 09-37-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-04T09:41:02.651Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vFW 93092c22-12c8 0 is matching search criteria 2022-03-04T09:41:02.651Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-03-04T09:41:02.652Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 93092c22-12c8 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-04T09:41:02.653Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T09:41:02.653Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-04 09-37-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-04T09:41:02.653Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vFW 93092c22-12c8 0 is matching search criteria 2022-03-04T09:41:02.653Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-03-04T09:41:02.653Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 93092c22-12c8 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-04T09:41:02.654Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T09:41:02.654Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-04 09-37-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-04T09:41:02.656Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T09:41:02.656Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vFW 93092c22-12c8 0 is not matching search criteria 2022-03-04T09:41:02.657Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-04T09:41:02.657Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-04T09:41:02.657Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-04T09:41:02.661Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-04T09:41:02.661Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-04T09:41:02.661Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-04T09:41:02.661Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-04T09:41:02.662Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-04T09:41:02.662Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-04T09:41:02.662Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-04T09:41:02.662Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-04T09:41:02.662Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-04T09:41:02.663Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-04T09:41:02.663Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-04T09:41:02.663Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-04T09:41:02.663Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-04T09:41:02.663Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T09:41:02.663Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-04 09-37-56 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-04T09:41:02.665Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T09:41:02.665Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vFW 93092c22-12c8 0 is matching search criteria 2022-03-04T09:41:02.665Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 93092c22-12c8 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-04T09:41:02.666Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T09:41:02.666Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vFW 93092c22-12c8 0 is matching search criteria 2022-03-04T09:41:02.666Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 93092c22-12c8 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-04T09:41:02.667Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T09:41:02.667Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vFW 93092c22-12c8 0 is matching search criteria 2022-03-04T09:41:02.667Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 93092c22-12c8 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-04T09:41:02.667Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T09:41:02.667Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vFW 93092c22-12c8 0 is not matching search criteria 2022-03-04T09:41:02.667Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-04T09:41:02.668Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-04T09:41:02.668Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-03-04T09:41:02.668Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-04T09:41:02.668Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-04T09:41:02.668Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-04T09:41:02.668Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-04T09:41:02.668Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-04T09:41:02.668Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-04T09:41:02.669Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-04T09:41:02.669Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-04T09:41:02.669Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ff3d7ef4-8bd0-4160-87ac-01767d0cb323 2022-03-04T09:41:02.669Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T09:41:02.669Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vFW 93092c22-12c8 0 is not matching search criteria 2022-03-04T09:41:02.669Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-04T09:41:02.670Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-04T09:41:02.670Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-04T09:41:02.670Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-04T09:41:02.670Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-04T09:41:02.670Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-04T09:41:02.670Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-04T09:41:02.670Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-03-04T09:41:02.671Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-04T09:41:02.671Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-04T09:41:02.671Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-04T09:41:02.671Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-04T09:41:02.671Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=b28097db-a0a9-4cb5-b602-68b3e6ef38eb 2022-03-04T09:41:02.671Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T09:41:02.672Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vFW 93092c22-12c8 0 is not matching search criteria 2022-03-04T09:41:02.672Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-04T09:41:02.672Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-04T09:41:02.672Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-04T09:41:02.672Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-04T09:41:02.672Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-04T09:41:02.672Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-04T09:41:02.672Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-04T09:41:02.672Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-04T09:41:02.673Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-04T09:41:02.673Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-04T09:41:02.673Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-04T09:41:02.673Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-03-04T09:41:02.673Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ea1c9f80-b3d4-4439-af20-335618f35f58 2022-03-04T09:41:02.673Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T09:41:02.674Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-04 09-37-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-04T09:41:02.674Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T09:41:02.674Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-04 09-37-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-04T09:41:02.674Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T09:41:02.674Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-04 09-37-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-04T09:41:02.674Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T09:41:02.674Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-04 09-37-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-04T09:41:02.674Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-03-04 09-37-56 Description:catalog service description Model UUID:1b876ff0-cb0d-4e64-b20c-0787eae6f038 Model Version:NULL Model InvariantUuid:8f15b7a9-1e04-46d0-be72-194b50035565 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 93092c22-12c8 Model UUID:0d73551b-dc29-4da9-b4e5-05a13f036fe4 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:79940096-87a5-401c-bb91-a146e5658783 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:6b559c98-dd22-4b7e-a07e-9e3c3c05f581 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:2c9bd85f-4e38-44bc-82fd-a91c70b71330 ModelName:Vfw93092c2212c8..base_vfw..module-0 ModelUuid:d5e70188-95d5-405a-ba12-39696f636338 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:ff3d7ef4-8bd0-4160-87ac-01767d0cb323 ModelInvariantUuid:706dd878-4724-4cdb-a518-01772dc03e7a ModelName:vFW 93092c22-12c8-nodes.vfwCvfc ModelUuid:4c3a4d0b-45fc-4912-b6ed-9501327fc2f7 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:7235b277-bc4e-4310-a566-65ba96bb408c ModelInvariantUuid:f28b9f31-d752-4809-b1d1-d9054285f120 ModelName:Vfw93092c2212c8.compute.nodes.heat.vfw ModelUuid:0b2bd904-0820-48c7-be97-decb3c2c7e34 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:b28097db-a0a9-4cb5-b602-68b3e6ef38eb ModelInvariantUuid:42f187d9-bc2d-4108-8551-ac9b28d4dfd5 ModelName:vFW 93092c22-12c8-nodes.vsnCvfc ModelUuid:2fc6f4ae-25ab-4271-8739-889d05adc329 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:fa33183c-f7eb-4926-bb46-74e56bab6f4a ModelInvariantUuid:248649ff-8b10-421e-a56e-b00754c18a7a ModelName:Vfw93092c2212c8.compute.nodes.heat.vsn ModelUuid:22e6d1b1-9946-4d13-832d-380255cf889c ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:ea1c9f80-b3d4-4439-af20-335618f35f58 ModelInvariantUuid:9f7e8989-e405-470e-b1fe-6dca78738cf9 ModelName:vFW 93092c22-12c8-nodes.vpgCvfc ModelUuid:1dd19400-abc0-49fd-801d-ad6eb20a2b31 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:b09a7b01-829f-4d66-be60-8218dee478fb ModelInvariantUuid:1c0ebb76-5aae-4244-abab-3ac3ed25336d ModelName:Vfw93092c2212c8.compute.nodes.heat.vpg ModelUuid:b89fd841-0e64-453f-961f-bdd8d0de6825 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-03-04T09:41:02.686Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 29eadf3f-c229-45f7-85ea-e077dcde4114 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-04T09:41:02.762Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500||vFW 93092c22-12c8 0 2022-03-04T09:41:02.768Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 29eadf3f-c229-45f7-85ea-e077dcde4114 2022-03-04T09:41:02.768Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 23713b84-8246-427d-b613-5746b38fca0c from URL: /sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/vfw93092c2212c80_modules.json 2022-03-04T09:41:02.768Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-03-04T09:41:02.768Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/vfw93092c2212c80_modules.json 2022-03-04T09:41:02.857Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-03-04T09:41:02.857Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/vfw93092c2212c80_modules.json 23713b84-8246-427d-b613-5746b38fca0c 785 2022-03-04T09:41:02.857Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/vfw93092c2212c80_modules.json ASDC sendASDCNotification 2022-03-04T09:41:02.858Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/vfw93092c2212c80_modules.json 2022-03-04T09:41:02.858Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-04T09:41:02.858Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-04T09:41:02.861Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-04T09:41:02.861Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646386862857, "artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/vfw93092c2212c80_modules.json", "status": "DOWNLOAD_OK" } 2022-03-04T09:41:02.961Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-04T09:41:02.962Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-04T09:41:02.962Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ... 2022-03-04T09:41:02.972Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:41:02.972Z||pool-11-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-03-04T09:41:03.862Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw93092c2212c8..base_vfw..module-0", "vfModuleModelInvariantUUID": "2c9bd85f-4e38-44bc-82fd-a91c70b71330", "vfModuleModelVersion": "1", "vfModuleModelUUID": "d5e70188-95d5-405a-ba12-39696f636338", "vfModuleModelCustomizationUUID": "179a3433-3213-4a18-8599-25f8504fd1df", "isBase": true, "artifacts": [ "111b5828-307d-459b-917f-b4012db768a6", "a592b20a-9906-4fa5-9f27-4b7bb3fe114d" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-03-04T09:41:03.880Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw93092c2212c8..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:d5e70188-95d5-405a-ba12-39696f636338 VfModuleModelInvariantUUID:2c9bd85f-4e38-44bc-82fd-a91c70b71330 VfModuleModelDescription:NULL Artifacts UUID List:{ 111b5828-307d-459b-917f-b4012db768a6 , a592b20a-9906-4fa5-9f27-4b7bb3fe114d } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-03-04T09:41:03.883Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw93092c2212c8..base_vfw..module-0", "vfModuleModelInvariantUUID": "2c9bd85f-4e38-44bc-82fd-a91c70b71330", "vfModuleModelVersion": "1", "vfModuleModelUUID": "d5e70188-95d5-405a-ba12-39696f636338", "vfModuleModelCustomizationUUID": "179a3433-3213-4a18-8599-25f8504fd1df", "isBase": true, "artifacts": [ "111b5828-307d-459b-917f-b4012db768a6", "a592b20a-9906-4fa5-9f27-4b7bb3fe114d" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-03-04T09:41:03.883Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw93092c2212c8..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:d5e70188-95d5-405a-ba12-39696f636338 VfModuleModelInvariantUUID:2c9bd85f-4e38-44bc-82fd-a91c70b71330 VfModuleModelDescription:NULL Artifacts UUID List:{ 111b5828-307d-459b-917f-b4012db768a6 , a592b20a-9906-4fa5-9f27-4b7bb3fe114d } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-03-04T09:41:03.883Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 111b5828-307d-459b-917f-b4012db768a6 from URL: /sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/base_vfw.yaml 2022-03-04T09:41:03.883Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-03-04T09:41:03.884Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/base_vfw.yaml 2022-03-04T09:41:04.095Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-03-04T09:41:04.097Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/base_vfw.yaml 111b5828-307d-459b-917f-b4012db768a6 20368 2022-03-04T09:41:04.097Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-03-04T09:41:04.097Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/base_vfw.yaml 2022-03-04T09:41:04.097Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-04T09:41:04.097Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-04T09:41:04.099Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-04T09:41:04.099Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646386864097, "artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-04T09:41:04.200Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-04T09:41:04.201Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-04T09:41:04.201Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ... 2022-03-04T09:41:04.211Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:41:04.211Z||pool-12-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-03-04T09:41:05.100Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: a592b20a-9906-4fa5-9f27-4b7bb3fe114d from URL: /sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/base_vfw.env 2022-03-04T09:41:05.100Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-03-04T09:41:05.101Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/base_vfw.env 2022-03-04T09:41:05.295Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-03-04T09:41:05.295Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/base_vfw.env a592b20a-9906-4fa5-9f27-4b7bb3fe114d 2098 2022-03-04T09:41:05.295Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/base_vfw.env ASDC sendASDCNotification 2022-03-04T09:41:05.295Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/base_vfw.env 2022-03-04T09:41:05.295Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-04T09:41:05.296Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-04T09:41:05.298Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-04T09:41:05.298Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646386865295, "artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-04T09:41:05.398Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-04T09:41:05.399Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-04T09:41:05.399Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ... 2022-03-04T09:41:05.409Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:41:05.410Z||pool-13-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-03-04T09:41:06.298Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 1b876ff0-cb0d-4e64-b20c-0787eae6f038 2022-03-04T09:41:06.299Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 93092c22-12c8 0 29eadf3f-c229-45f7-85ea-e077dcde4114 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-04T09:41:06.336Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3bf04fad, org.onap.sdc.toscaparser.api.parameters.Input@462cb3fb, org.onap.sdc.toscaparser.api.parameters.Input@73987dc0, org.onap.sdc.toscaparser.api.parameters.Input@220d5baf, org.onap.sdc.toscaparser.api.parameters.Input@1bb9e564] 2022-03-04T09:41:06.340Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T09:41:06.340Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-04 09-37-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-04T09:41:06.341Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2022-03-04T09:41:06.341Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 6b559c98-dd22-4b7e-a07e-9e3c3c05f581 2022-03-04T09:41:06.341Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6b559c98-dd22-4b7e-a07e-9e3c3c05f581 matches Tosca VF Customization UUID: 6b559c98-dd22-4b7e-a07e-9e3c3c05f581 2022-03-04T09:41:06.341Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 6b559c98-dd22-4b7e-a07e-9e3c3c05f581 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-03-04T09:41:06.348Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T09:41:06.349Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-04 09-37-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-04T09:41:06.350Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 6b559c98-dd22-4b7e-a07e-9e3c3c05f581: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"} 2022-03-04T09:41:06.350Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@64db7635 2022-03-04T09:41:06.351Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T09:41:06.351Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-04 09-37-56 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-04T09:41:06.351Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 179a3433-3213-4a18-8599-25f8504fd1df 2022-03-04T09:41:06.352Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 179a3433-3213-4a18-8599-25f8504fd1df Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-03-04T09:41:06.358Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T09:41:06.359Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vFW 93092c22-12c8 0 is matching search criteria 2022-03-04T09:41:06.359Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 93092c22-12c8 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-04T09:41:06.360Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T09:41:06.360Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vFW 93092c22-12c8 0 is matching search criteria 2022-03-04T09:41:06.360Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 93092c22-12c8 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-04T09:41:06.360Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T09:41:06.360Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vFW 93092c22-12c8 0 is not matching search criteria 2022-03-04T09:41:06.360Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-04T09:41:06.360Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-04T09:41:06.360Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-03-04T09:41:06.360Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-04T09:41:06.361Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-04T09:41:06.361Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-04T09:41:06.361Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-04T09:41:06.361Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-04T09:41:06.361Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-04T09:41:06.361Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-04T09:41:06.361Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-04T09:41:06.361Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ff3d7ef4-8bd0-4160-87ac-01767d0cb323 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-03-04T09:41:06.389Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T09:41:06.390Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vFW 93092c22-12c8 0 is matching search criteria 2022-03-04T09:41:06.390Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 93092c22-12c8 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-04T09:41:06.390Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T09:41:06.391Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vFW 93092c22-12c8 0 is not matching search criteria 2022-03-04T09:41:06.391Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-04T09:41:06.391Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-04T09:41:06.391Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-04T09:41:06.391Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-04T09:41:06.392Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-04T09:41:06.392Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-04T09:41:06.392Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-04T09:41:06.392Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-03-04T09:41:06.393Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-04T09:41:06.393Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-04T09:41:06.393Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-04T09:41:06.393Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-04T09:41:06.393Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=b28097db-a0a9-4cb5-b602-68b3e6ef38eb Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-03-04T09:41:06.396Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T09:41:06.396Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vFW 93092c22-12c8 0 is matching search criteria 2022-03-04T09:41:06.396Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 93092c22-12c8 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-04T09:41:06.399Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T09:41:06.399Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vFW 93092c22-12c8 0 is not matching search criteria 2022-03-04T09:41:06.399Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-04T09:41:06.399Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-04T09:41:06.400Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-04T09:41:06.400Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-04T09:41:06.400Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-04T09:41:06.400Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-04T09:41:06.400Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-04T09:41:06.400Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-04T09:41:06.400Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-04T09:41:06.400Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-04T09:41:06.401Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-04T09:41:06.401Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-03-04T09:41:06.401Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ea1c9f80-b3d4-4439-af20-335618f35f58 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-03-04T09:41:06.404Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T09:41:06.404Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vFW 93092c22-12c8 0 is matching search criteria 2022-03-04T09:41:06.404Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 93092c22-12c8 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-04T09:41:06.404Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T09:41:06.405Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vFW 93092c22-12c8 0 is matching search criteria 2022-03-04T09:41:06.405Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 93092c22-12c8 0] matching following query criteria: sdcType=VF, customizationUUID=6b559c98-dd22-4b7e-a07e-9e3c3c05f581 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-04T09:41:06.407Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T09:41:06.407Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-04 09-37-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-04T09:41:06.407Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 1b876ff0-cb0d-4e64-b20c-0787eae6f038: vFW 93092c22-12c8 2022-03-04T09:41:06.408Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T09:41:06.408Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-04 09-37-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-04T09:41:06.408Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T09:41:06.408Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-04 09-37-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-04T09:41:06.408Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T09:41:06.408Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-04 09-37-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-04T09:41:06.408Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T09:41:06.408Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-04 09-37-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-04T09:41:06.408Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T09:41:06.408Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-04 09-37-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-04T09:41:06.409Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2022-03-04 09-37-56 Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-04T09:41:06.683Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 93092c22-12c8 29eadf3f-c229-45f7-85ea-e077dcde4114 1 ASDC deployResourceStructure 2022-03-04T09:41:06.683Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/vfw93092c2212c80_modules.json ASDC sendASDCNotification 2022-03-04T09:41:06.684Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/vfw93092c2212c80_modules.json 2022-03-04T09:41:06.684Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-04T09:41:06.684Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-04T09:41:06.686Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-04T09:41:06.686Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646386866683, "artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/vfw93092c2212c80_modules.json", "status": "DEPLOY_OK" } 2022-03-04T09:41:06.786Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-04T09:41:06.787Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-04T09:41:06.787Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ... 2022-03-04T09:41:06.798Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:41:06.798Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-03-04T09:41:07.686Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-03-04T09:41:07.687Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/base_vfw.yaml 2022-03-04T09:41:07.687Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-04T09:41:07.687Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-04T09:41:07.689Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-04T09:41:07.689Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646386867686, "artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-03-04T09:41:07.789Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-04T09:41:07.790Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-04T09:41:07.790Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ... 2022-03-04T09:41:07.800Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:41:07.800Z||pool-15-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-03-04T09:41:08.689Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/base_vfw.env ASDC sendASDCNotification 2022-03-04T09:41:08.690Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/base_vfw.env 2022-03-04T09:41:08.690Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-04T09:41:08.690Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-04T09:41:08.692Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-04T09:41:08.692Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646386868689, "artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-03-04T09:41:08.792Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-04T09:41:08.793Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-04T09:41:08.793Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ... 2022-03-04T09:41:08.804Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:41:08.805Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-04T09:41:09.692Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220304093756/1.0/artifacts/service-Vfw20220304093756-csar.csar ASDC sendASDCNotification 2022-03-04T09:41:09.693Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220304093756/1.0/artifacts/service-Vfw20220304093756-csar.csar 2022-03-04T09:41:09.693Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-04T09:41:09.693Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-04T09:41:09.695Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-04T09:41:09.695Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646386869692, "artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/artifacts/service-Vfw20220304093756-csar.csar", "status": "DEPLOY_OK" } 2022-03-04T09:41:09.795Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-04T09:41:09.801Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-04T09:41:09.801Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ... 2022-03-04T09:41:09.812Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:41:09.812Z||pool-17-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-04T09:41:10.696Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0cf7c404-3d70-4535-9014-2f0d5fc92781 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-04T09:41:10.712Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0cf7c404-3d70-4535-9014-2f0d5fc92781 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-04T09:41:10.716Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-04T09:41:10.717Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-04T09:41:10.717Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-04T09:41:10.717Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-04T09:41:10.717Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-04T09:41:10.717Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-04T09:41:10.717Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-04T09:41:10.717Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-04T09:41:10.717Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-04T09:41:10.717Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-04T09:41:10.717Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-04T09:41:10.722Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-04T09:41:40.723Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0cf7c404-3d70-4535-9014-2f0d5fc92781 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-03-04T09:41:40.731Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0cf7c404-3d70-4535-9014-2f0d5fc92781 and serviceModelVersionId: 1b876ff0-cb0d-4e64-b20c-0787eae6f038 2022-03-04T09:41:40.732Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8f15b7a9-1e04-46d0-be72-194b50035565 2022-03-04T09:41:50.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T09:41:50.078Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T09:41:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T09:41:50.228Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:41:50.228Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T09:41:50.228Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646386850075, "artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-04T09:41:50.230Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T09:41:53.663Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8f15b7a9-1e04-46d0-be72-194b50035565/model-vers/model-ver/1b876ff0-cb0d-4e64-b20c-0787eae6f038?depth=0 2022-03-04T09:41:53.748Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-03-04T09:41:54.499Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f15b7a9-1e04-46d0-be72-194b50035565/model-vers/model-ver/1b876ff0-cb0d-4e64-b20c-0787eae6f038?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-03-04T09:41:54.503Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f15b7a9-1e04-46d0-be72-194b50035565/model-vers/model-ver/1b876ff0-cb0d-4e64-b20c-0787eae6f038?depth=0|INFO|500||Invoke 2022-03-04T09:41:54.617Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f15b7a9-1e04-46d0-be72-194b50035565/model-vers/model-ver/1b876ff0-cb0d-4e64-b20c-0787eae6f038?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-04T09:41:54.806Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f15b7a9-1e04-46d0-be72-194b50035565/model-vers/model-ver/1b876ff0-cb0d-4e64-b20c-0787eae6f038?depth=0|INFO|500||InvokeReturn 2022-03-04T09:41:54.807Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f15b7a9-1e04-46d0-be72-194b50035565/model-vers/model-ver/1b876ff0-cb0d-4e64-b20c-0787eae6f038?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220304-09:41:54:627-86336], vertex-id=[184496], Content-Length=[0], Date=[Fri, 04 Mar 2022 09:41:54 GMT], Content-Type=[application/json]} 2022-03-04T09:41:54.808Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity. 2022-03-04T09:41:54.812Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-04T09:41:54.812Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-04T09:41:54.817Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-04T09:41:54.818Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0cf7c404-3d70-4535-9014-2f0d5fc92781 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-04T09:41:54.819Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-04T09:41:54.820Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-04T09:41:54.823Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-04T09:41:54.823Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646386914818, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-04T09:41:54.922Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-03-04T09:41:54.923Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-04T09:41:54.923Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ... 2022-03-04T09:41:54.932Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:41:54.933Z||pool-18-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-04T09:41:55.833Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T09:41:55.834Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T09:41:55.834Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|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 Zam1qr386phPFzBX) ... 2022-03-04T09:42:05.371Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:42:50.075Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T09:42:50.077Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T09:42:50.077Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|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 Zam1qr386phPFzBX) ... 2022-03-04T09:42:50.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T09:42:50.077Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T09:42:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T09:42:50.103Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:42:50.104Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T09:42:50.105Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646386850075, "artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/vfw93092c2212c80_modules.json", "status": "NOTIFIED" } 2022-03-04T09:42:50.106Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T09:42:50.106Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T09:42:50.106Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646386850075, "artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-04T09:42:50.106Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T09:42:50.106Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T09:42:50.107Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646386850075, "artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-04T09:42:50.107Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T09:42:50.107Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T09:42:50.107Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646386850075, "artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-04T09:42:50.107Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T09:42:50.107Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T09:42:50.107Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646386850075, "artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/artifacts/service-Vfw20220304093756-template.yml", "status": "NOT_NOTIFIED" } 2022-03-04T09:42:50.107Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T09:42:50.107Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T09:42:50.107Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646386850075, "artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/artifacts/service-Vfw20220304093756-csar.csar", "status": "NOTIFIED" } 2022-03-04T09:42:50.107Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T09:42:50.107Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T09:42:50.107Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646386858093, "artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/artifacts/service-Vfw20220304093756-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-04T09:42:50.108Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T09:42:50.108Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T09:42:50.108Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646386862857, "artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/vfw93092c2212c80_modules.json", "status": "DOWNLOAD_OK" } 2022-03-04T09:42:50.108Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T09:42:50.108Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T09:42:50.108Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646386864097, "artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-04T09:42:50.108Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T09:42:50.108Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T09:42:50.108Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646386865295, "artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-04T09:42:50.108Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T09:42:50.109Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T09:42:50.109Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646386866683, "artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/vfw93092c2212c80_modules.json", "status": "DEPLOY_OK" } 2022-03-04T09:42:50.109Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T09:42:50.109Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T09:42:50.109Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646386867686, "artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-03-04T09:42:50.109Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T09:42:50.109Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T09:42:50.109Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646386868689, "artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-03-04T09:42:50.109Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T09:42:50.109Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T09:42:50.109Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646386869692, "artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/artifacts/service-Vfw20220304093756-csar.csar", "status": "DEPLOY_OK" } 2022-03-04T09:42:50.109Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T09:42:59.616Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:43:50.075Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T09:43:50.076Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T09:43:50.076Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|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 Zam1qr386phPFzBX) ... 2022-03-04T09:43:50.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T09:43:50.077Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T09:43:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T09:43:50.596Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:43:50.596Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T09:43:50.596Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646386914818, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-04T09:43:50.597Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T09:43:59.617Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:44:50.075Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T09:44:50.076Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T09:44:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T09:44:50.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T09:44:50.077Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T09:44:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T09:44:59.616Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:44:59.620Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:45:50.075Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T09:45:50.076Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T09:45:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T09:45:50.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T09:45:50.077Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T09:45:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T09:45:59.615Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:45:59.617Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:46:50.075Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T09:46:50.076Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T09:46:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T09:46:50.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T09:46:50.077Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T09:46:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T09:46:59.619Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:46:59.621Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:47:50.075Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T09:47:50.076Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T09:47:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T09:47:50.077Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T09:47:50.078Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T09:47:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T09:47:59.618Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:47:59.619Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:48:50.075Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T09:48:50.076Z||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. 2022-03-04T09:48:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T09:48:50.077Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T09:48:50.078Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T09:48:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T09:48:59.620Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:48:59.620Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:49:50.075Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T09:49:50.076Z||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. 2022-03-04T09:49:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T09:49:50.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T09:49:50.077Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T09:49:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T09:49:59.623Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:49:59.623Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:50:50.075Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T09:50:50.076Z||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. 2022-03-04T09:50:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T09:50:50.077Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T09:50:50.077Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T09:50:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T09:50:59.615Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:50:59.619Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:51:50.075Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T09:51:50.076Z||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. 2022-03-04T09:51:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T09:51:50.077Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T09:51:50.077Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T09:51:50.078Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|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 Zam1qr386phPFzBX) ... 2022-03-04T09:51:59.619Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:51:59.620Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:52:50.076Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T09:52:50.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T09:52:50.077Z||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. 2022-03-04T09:52:50.077Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T09:52:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T09:52:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T09:52:59.618Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:52:59.619Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:53:50.075Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T09:53:50.076Z||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. 2022-03-04T09:53:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T09:53:50.077Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T09:53:50.078Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T09:53:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T09:53:59.620Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:53:59.622Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:54:50.075Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T09:54:50.076Z||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. 2022-03-04T09:54:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T09:54:50.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T09:54:50.078Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T09:54:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T09:54:52.951Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:54:52.952Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T09:54:52.952Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"2ece948f-f46e-4c35-bdd1-4339491f2cfb","serviceName":"basic_onboard_DNDLUj","serviceVersion":"1.0","serviceUUID":"4dd2c055-e35c-4c18-a876-5269930cd832","serviceDescription":"service","serviceInvariantUUID":"8f0a5cce-56b1-46d1-a6a7-e1a93dde238a","resources":[{"resourceInstanceName":"basic_onboard_DNDLUj 0","resourceName":"basic_onboard_DNDLUj","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b574adff-e399-4f77-b955-f29a80d49ec7","resourceInvariantUUID":"bbab87c1-1b6b-4a1a-bcde-49de867932c5","resourceCustomizationUUID":"49dc0a97-d3f7-4ac9-8e58-1a2e9f7048ee","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/vf-license-model.xml","artifactChecksum":"Y2Q5ZGQxMjIwNjU5YjFhMDUxMDkyNjA3MDFiZjdjNWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6d834478-5dad-4c58-aa3c-334a51d732d4","artifactVersion":"1"},{"artifactName":"basic_onboard_dndluj0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/basic_onboard_dndluj0_modules.json","artifactChecksum":"ZTI3MDRmMzg4NDZiZDZhOGVlNzNkNjhlNWZhYjAzYzQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"76953493-d8d4-4817-89b1-15555d92a64a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d7ce354f-48e1-4c56-87ec-c2485f18db87","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3308c0e1-3621-467a-ad0d-4a82340f4a4b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"23cb642f-0cb4-43ef-bbfb-043f4c80759b","artifactVersion":"2","generatedFromUUID":"d7ce354f-48e1-4c56-87ec-c2485f18db87"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardDndluj-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/artifacts/service-BasicOnboardDndluj-template.yml","artifactChecksum":"YmQ2ZDFlMDc0NGExYjU4MjcxM2JiNTIxNzM3YTRiMmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"692bf6ad-b4f9-472f-90b2-1d308808726f","artifactVersion":"1"},{"artifactName":"service-BasicOnboardDndluj-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/artifacts/service-BasicOnboardDndluj-csar.csar","artifactChecksum":"MDBkNTM4MjNiMWM1NGM4NGQwNzA1YzY1YWI1ZTNhN2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c5159dc0-6c56-4b16-a68f-1e90ab2f5ca6","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-04T09:54:52.955Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-04T09:54:52.956Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-04T09:54:52.958Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-04T09:54:52.958Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646387690075, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-04T09:54:53.058Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-04T09:54:53.059Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-04T09:54:53.059Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ... 2022-03-04T09:54:53.071Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:54:53.072Z||pool-19-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":3,"count":1} 2022-03-04T09:54:53.211Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:54:53.211Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-04T09:54:53.212Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646387690075, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-04T09:54:53.212Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-04T09:54:53.212Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-04T09:54:53.212Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb", "consumerID": "ves-openapi-manager", "timestamp": 1646387691737, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-04T09:54:53.212Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-04T09:54:53.959Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-04T09:54:53.960Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-04T09:54:53.962Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-04T09:54:53.962Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646387690075, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/basic_onboard_dndluj0_modules.json", "status": "NOTIFIED" } 2022-03-04T09:54:54.063Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-04T09:54:54.063Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-04T09:54:54.064Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ... 2022-03-04T09:54:54.072Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:54:54.073Z||pool-20-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-04T09:54:54.963Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-04T09:54:54.964Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-04T09:54:54.966Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-04T09:54:54.966Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646387690075, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-04T09:54:55.066Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-04T09:54:55.066Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-04T09:54:55.066Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ... 2022-03-04T09:54:55.077Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:54:55.078Z||pool-21-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-04T09:54:55.966Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-04T09:54:55.967Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-04T09:54:55.969Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-04T09:54:55.969Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646387690075, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-04T09:54:56.070Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-04T09:54:56.071Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-04T09:54:56.071Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ... 2022-03-04T09:54:56.081Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:54:56.082Z||pool-22-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-04T09:54:56.970Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-04T09:54:56.970Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-04T09:54:56.972Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-04T09:54:56.973Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646387690075, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-04T09:54:57.073Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-04T09:54:57.073Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-04T09:54:57.073Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ... 2022-03-04T09:54:57.082Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:54:57.083Z||pool-23-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-04T09:54:57.974Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-04T09:54:57.974Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-04T09:54:57.976Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-04T09:54:57.976Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646387690075, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/artifacts/service-BasicOnboardDndluj-template.yml", "status": "NOT_NOTIFIED" } 2022-03-04T09:54:58.076Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-04T09:54:58.077Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-04T09:54:58.077Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ... 2022-03-04T09:54:58.088Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:54:58.088Z||pool-24-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-03-04T09:54:58.977Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-04T09:54:58.978Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-04T09:54:58.980Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-04T09:54:58.980Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646387690075, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/artifacts/service-BasicOnboardDndluj-csar.csar", "status": "NOTIFIED" } 2022-03-04T09:54:59.080Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-04T09:54:59.081Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-04T09:54:59.081Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ... 2022-03-04T09:54:59.092Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:54:59.093Z||pool-25-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-04T09:54:59.982Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb", "serviceName": "basic_onboard_DNDLUj", "serviceVersion": "1.0", "serviceUUID": "4dd2c055-e35c-4c18-a876-5269930cd832", "serviceDescription": "service", "serviceInvariantUUID": "8f0a5cce-56b1-46d1-a6a7-e1a93dde238a", "resources": [ { "resourceInstanceName": "basic_onboard_DNDLUj 0", "resourceCustomizationUUID": "49dc0a97-d3f7-4ac9-8e58-1a2e9f7048ee", "resourceName": "basic_onboard_DNDLUj", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "b574adff-e399-4f77-b955-f29a80d49ec7", "resourceInvariantUUID": "bbab87c1-1b6b-4a1a-bcde-49de867932c5", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_dndluj0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/basic_onboard_dndluj0_modules.json", "artifactChecksum": "ZTI3MDRmMzg4NDZiZDZhOGVlNzNkNjhlNWZhYjAzYzQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "76953493-d8d4-4817-89b1-15555d92a64a", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "d7ce354f-48e1-4c56-87ec-c2485f18db87", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "23cb642f-0cb4-43ef-bbfb-043f4c80759b", "generatedFromUUID": "d7ce354f-48e1-4c56-87ec-c2485f18db87" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "23cb642f-0cb4-43ef-bbfb-043f4c80759b", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardDndluj-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/artifacts/service-BasicOnboardDndluj-csar.csar", "artifactChecksum": "MDBkNTM4MjNiMWM1NGM4NGQwNzA1YzY1YWI1ZTNhN2Y\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c5159dc0-6c56-4b16-a68f-1e90ab2f5ca6" } ], "workloadContext": "Production" } 2022-03-04T09:54:59.982Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-04T09:54:59.982Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4dd2c055-e35c-4c18-a876-5269930cd832 ASDC 2022-03-04T09:54:59.983Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:2ece948f-f46e-4c35-bdd1-4339491f2cfb ServiceName:basic_onboard_DNDLUj ServiceVersion:1.0 ServiceUUID:4dd2c055-e35c-4c18-a876-5269930cd832 ServiceInvariantUUID:8f0a5cce-56b1-46d1-a6a7-e1a93dde238a ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardDndluj-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/artifacts/service-BasicOnboardDndluj-csar.csar ArtifactUUID:c5159dc0-6c56-4b16-a68f-1e90ab2f5ca6 ArtifactChecksum:MDBkNTM4MjNiMWM1NGM4NGQwNzA1YzY1YWI1ZTNhN2Y= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_DNDLUj 0 ResourceCustomizationUUID:49dc0a97-d3f7-4ac9-8e58-1a2e9f7048ee ResourceInvariantUUID:bbab87c1-1b6b-4a1a-bcde-49de867932c5 ResourceName:basic_onboard_DNDLUj ResourceType:VF ResourceUUID:b574adff-e399-4f77-b955-f29a80d49ec7 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_dndluj0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/basic_onboard_dndluj0_modules.json ArtifactUUID:76953493-d8d4-4817-89b1-15555d92a64a ArtifactChecksum:ZTI3MDRmMzg4NDZiZDZhOGVlNzNkNjhlNWZhYjAzYzQ= 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/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/base_ubuntu18.yaml ArtifactUUID:d7ce354f-48e1-4c56-87ec-c2485f18db87 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/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/base_ubuntu18.env ArtifactUUID:23cb642f-0cb4-43ef-bbfb-043f4c80759b 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/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/base_ubuntu18.env ArtifactUUID:23cb642f-0cb4-43ef-bbfb-043f4c80759b ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-04T09:54:59.983Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4dd2c055-e35c-4c18-a876-5269930cd832 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-04T09:55:00.012Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-04T09:55:00.013Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-03-04T09:55:00.013Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-03-04T09:55:00.013Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: c5159dc0-6c56-4b16-a68f-1e90ab2f5ca6 from URL: /sdc/v1/catalog/services/BasicOnboardDndluj/1.0/artifacts/service-BasicOnboardDndluj-csar.csar 2022-03-04T09:55:00.013Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-03-04T09:55:00.014Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/artifacts/service-BasicOnboardDndluj-csar.csar 2022-03-04T09:55:00.552Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-03-04T09:55:00.567Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDndluj/1.0/artifacts/service-BasicOnboardDndluj-csar.csar c5159dc0-6c56-4b16-a68f-1e90ab2f5ca6 71553 2022-03-04T09:55:00.568Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDndluj/1.0/artifacts/service-BasicOnboardDndluj-csar.csar ASDC sendASDCNotification 2022-03-04T09:55:00.568Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/artifacts/service-BasicOnboardDndluj-csar.csar 2022-03-04T09:55:00.568Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-04T09:55:00.569Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-04T09:55:00.571Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-04T09:55:00.571Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646387700568, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/artifacts/service-BasicOnboardDndluj-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-04T09:55:00.671Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-04T09:55:00.672Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-04T09:55:00.672Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ... 2022-03-04T09:55:00.683Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:55:00.684Z||pool-26-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-04T09:55:01.571Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-04T09:55:01.573Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-03-04T09:55:01.573Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: c5159dc0-6c56-4b16-a68f-1e90ab2f5ca6, URL: /sdc/v1/catalog/services/BasicOnboardDndluj/1.0/artifacts/service-BasicOnboardDndluj-csar.csar to file: /app/ASDC/1/service-BasicOnboardDndluj-csar.csar 2022-03-04T09:55:01.573Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardDndluj-csar.csar 2022-03-04T09:55:01.574Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardDndluj-csar.csar 2022-03-04T09:55:01.574Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardDndluj-csar.csar 2022-03-04T09:55:02.163Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7046820854558025621/Definitions/service-BasicOnboardDndluj-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided 2022-03-04T09:55:03.710Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-04T09:55:03.710Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-03-04T09:55:03.710Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardDndluj-csar.csar 2022-03-04T09:55:03.710Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-03-04T09:55:03.710Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||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-BasicOnboardDndluj-csar.csar 2022-03-04T09:55:03.710Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardDndluj-csar.csar 2022-03-04T09:55:03.710Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardDndluj-csar.csar 2022-03-04T09:55:03.710Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardDndluj-csar.csar 2022-03-04T09:55:03.711Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardDndluj-csar.csar 2022-03-04T09:55:03.711Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardDndluj-csar.csar 2022-03-04T09:55:03.711Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_DNDLUj 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-BasicOnboardDndluj-csar.csar 2022-03-04T09:55:03.711Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardDndluj-csar.csar 2022-03-04T09:55:03.711Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardDndluj-csar.csar 2022-03-04T09:55:03.711Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-03-04T09:55:03.711Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T09:55:03.711Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_DNDLUj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-04T09:55:03.711Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_DNDLUj 0 is matching search criteria 2022-03-04T09:55:03.711Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-03-04T09:55:03.711Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_DNDLUj 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-04T09:55:03.712Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T09:55:03.712Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_DNDLUj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-04T09:55:03.712Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_DNDLUj 0 is matching search criteria 2022-03-04T09:55:03.712Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-03-04T09:55:03.712Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_DNDLUj 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-04T09:55:03.712Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T09:55:03.712Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_DNDLUj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-04T09:55:03.712Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T09:55:03.712Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_DNDLUj 0 is not matching search criteria 2022-03-04T09:55:03.712Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-03-04T09:55:03.712Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-03-04T09:55:03.712Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-03-04T09:55:03.712Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-04T09:55:03.712Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-04T09:55:03.713Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T09:55:03.713Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_DNDLUj is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-04T09:55:03.713Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T09:55:03.713Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_DNDLUj 0 is matching search criteria 2022-03-04T09:55:03.713Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_DNDLUj 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-04T09:55:03.713Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T09:55:03.713Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_DNDLUj 0 is matching search criteria 2022-03-04T09:55:03.713Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_DNDLUj 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-04T09:55:03.713Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T09:55:03.713Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_DNDLUj 0 is matching search criteria 2022-03-04T09:55:03.713Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_DNDLUj 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-04T09:55:03.713Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T09:55:03.714Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_DNDLUj 0 is not matching search criteria 2022-03-04T09:55:03.714Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-03-04T09:55:03.714Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-04T09:55:03.714Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=5b40749e-cc0a-4301-988e-ae4941353504 2022-03-04T09:55:03.714Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T09:55:03.714Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_DNDLUj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-04T09:55:03.714Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T09:55:03.714Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_DNDLUj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-04T09:55:03.714Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T09:55:03.714Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_DNDLUj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-04T09:55:03.714Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T09:55:03.714Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_DNDLUj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-04T09:55:03.714Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_DNDLUj Description:service Model UUID:4dd2c055-e35c-4c18-a876-5269930cd832 Model Version:NULL Model InvariantUuid:8f0a5cce-56b1-46d1-a6a7-e1a93dde238a Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_DNDLUj Model UUID:041ff58c-1eea-4566-abec-6495db6b9394 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:bbab87c1-1b6b-4a1a-bcde-49de867932c5 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:49dc0a97-d3f7-4ac9-8e58-1a2e9f7048ee NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:86f5c66a-d3ea-4ded-bf48-8dcb1c921928 ModelName:BasicOnboardDndluj..base_ubuntu18..module-0 ModelUuid:8079eacb-6870-4d22-971b-9bbf60f37ec6 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:5b40749e-cc0a-4301-988e-ae4941353504 ModelInvariantUuid:f706df65-a748-454d-9c63-8431d7f0caeb ModelName:basic_onboard_DNDLUj-nodes.ubuntu18Cvfc ModelUuid:acad1d7f-ab7c-40ad-b2fe-15199e9f1488 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:426c9f93-cb90-4a3e-b937-e1d6a3fba481 ModelInvariantUuid:5c1b9568-1c9f-45d0-aa21-0fa1383fb6c1 ModelName:BasicOnboardDndluj.compute.nodes.heat.ubuntu18 ModelUuid:84bfb39b-09c3-4a20-81b9-ffc13e428868 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-03-04T09:55:03.721Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: b574adff-e399-4f77-b955-f29a80d49ec7 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-04T09:55:03.725Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||basic_onboard_DNDLUj 0 2022-03-04T09:55:03.725Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b574adff-e399-4f77-b955-f29a80d49ec7 2022-03-04T09:55:03.725Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 76953493-d8d4-4817-89b1-15555d92a64a from URL: /sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/basic_onboard_dndluj0_modules.json 2022-03-04T09:55:03.725Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-03-04T09:55:03.726Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/basic_onboard_dndluj0_modules.json 2022-03-04T09:55:03.965Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-03-04T09:55:03.965Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/basic_onboard_dndluj0_modules.json 76953493-d8d4-4817-89b1-15555d92a64a 798 2022-03-04T09:55:03.965Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/basic_onboard_dndluj0_modules.json ASDC sendASDCNotification 2022-03-04T09:55:03.965Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/basic_onboard_dndluj0_modules.json 2022-03-04T09:55:03.966Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-04T09:55:03.966Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-04T09:55:03.968Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-04T09:55:03.968Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646387703965, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/basic_onboard_dndluj0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-04T09:55:04.068Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-04T09:55:04.069Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-04T09:55:04.069Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ... 2022-03-04T09:55:04.077Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:55:04.077Z||pool-27-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-04T09:55:04.969Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardDndluj..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "86f5c66a-d3ea-4ded-bf48-8dcb1c921928", "vfModuleModelVersion": "1", "vfModuleModelUUID": "8079eacb-6870-4d22-971b-9bbf60f37ec6", "vfModuleModelCustomizationUUID": "7e72b400-da02-40fd-b505-b184bb48dcee", "isBase": true, "artifacts": [ "d7ce354f-48e1-4c56-87ec-c2485f18db87", "23cb642f-0cb4-43ef-bbfb-043f4c80759b" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-03-04T09:55:04.974Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardDndluj..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:8079eacb-6870-4d22-971b-9bbf60f37ec6 VfModuleModelInvariantUUID:86f5c66a-d3ea-4ded-bf48-8dcb1c921928 VfModuleModelDescription:NULL Artifacts UUID List:{ d7ce354f-48e1-4c56-87ec-c2485f18db87 , 23cb642f-0cb4-43ef-bbfb-043f4c80759b } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-03-04T09:55:04.977Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardDndluj..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "86f5c66a-d3ea-4ded-bf48-8dcb1c921928", "vfModuleModelVersion": "1", "vfModuleModelUUID": "8079eacb-6870-4d22-971b-9bbf60f37ec6", "vfModuleModelCustomizationUUID": "7e72b400-da02-40fd-b505-b184bb48dcee", "isBase": true, "artifacts": [ "d7ce354f-48e1-4c56-87ec-c2485f18db87", "23cb642f-0cb4-43ef-bbfb-043f4c80759b" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-03-04T09:55:04.977Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardDndluj..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:8079eacb-6870-4d22-971b-9bbf60f37ec6 VfModuleModelInvariantUUID:86f5c66a-d3ea-4ded-bf48-8dcb1c921928 VfModuleModelDescription:NULL Artifacts UUID List:{ d7ce354f-48e1-4c56-87ec-c2485f18db87 , 23cb642f-0cb4-43ef-bbfb-043f4c80759b } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-03-04T09:55:04.977Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: d7ce354f-48e1-4c56-87ec-c2485f18db87 from URL: /sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/base_ubuntu18.yaml 2022-03-04T09:55:04.977Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-03-04T09:55:04.978Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/base_ubuntu18.yaml 2022-03-04T09:55:05.245Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-03-04T09:55:05.245Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/base_ubuntu18.yaml d7ce354f-48e1-4c56-87ec-c2485f18db87 5033 2022-03-04T09:55:05.246Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-03-04T09:55:05.246Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/base_ubuntu18.yaml 2022-03-04T09:55:05.246Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-04T09:55:05.246Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-04T09:55:05.247Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-04T09:55:05.248Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646387705246, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-04T09:55:05.348Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-04T09:55:05.348Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-04T09:55:05.348Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ... 2022-03-04T09:55:05.358Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:55:05.358Z||pool-28-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-04T09:55:06.248Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 23cb642f-0cb4-43ef-bbfb-043f4c80759b from URL: /sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/base_ubuntu18.env 2022-03-04T09:55:06.248Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-03-04T09:55:06.249Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/base_ubuntu18.env 2022-03-04T09:55:06.445Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-03-04T09:55:06.446Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/base_ubuntu18.env 23cb642f-0cb4-43ef-bbfb-043f4c80759b 909 2022-03-04T09:55:06.446Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-03-04T09:55:06.446Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/base_ubuntu18.env 2022-03-04T09:55:06.446Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-04T09:55:06.446Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-04T09:55:06.448Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-04T09:55:06.448Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646387706446, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-04T09:55:06.548Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-04T09:55:06.549Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-04T09:55:06.549Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ... 2022-03-04T09:55:06.558Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:55:06.559Z||pool-29-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-03-04T09:55:07.448Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 4dd2c055-e35c-4c18-a876-5269930cd832 2022-03-04T09:55:07.449Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_DNDLUj 0 b574adff-e399-4f77-b955-f29a80d49ec7 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-04T09:55:07.464Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1ab8b901, org.onap.sdc.toscaparser.api.parameters.Input@a2956b7, org.onap.sdc.toscaparser.api.parameters.Input@5a30c39f, org.onap.sdc.toscaparser.api.parameters.Input@401db90d, org.onap.sdc.toscaparser.api.parameters.Input@1fb260be] 2022-03-04T09:55:07.465Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T09:55:07.465Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_DNDLUj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-04T09:55:07.466Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2022-03-04T09:55:07.466Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 49dc0a97-d3f7-4ac9-8e58-1a2e9f7048ee 2022-03-04T09:55:07.466Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 49dc0a97-d3f7-4ac9-8e58-1a2e9f7048ee matches Tosca VF Customization UUID: 49dc0a97-d3f7-4ac9-8e58-1a2e9f7048ee 2022-03-04T09:55:07.466Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 49dc0a97-d3f7-4ac9-8e58-1a2e9f7048ee matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-03-04T09:55:07.468Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T09:55:07.468Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_DNDLUj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-04T09:55:07.469Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 49dc0a97-d3f7-4ac9-8e58-1a2e9f7048ee: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"} 2022-03-04T09:55:07.469Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7e93f861 2022-03-04T09:55:07.469Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T09:55:07.470Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_DNDLUj is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-04T09:55:07.470Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7e72b400-da02-40fd-b505-b184bb48dcee 2022-03-04T09:55:07.470Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7e72b400-da02-40fd-b505-b184bb48dcee Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-03-04T09:55:07.473Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T09:55:07.473Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_DNDLUj 0 is matching search criteria 2022-03-04T09:55:07.473Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_DNDLUj 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-04T09:55:07.473Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T09:55:07.473Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_DNDLUj 0 is matching search criteria 2022-03-04T09:55:07.473Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_DNDLUj 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-04T09:55:07.473Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T09:55:07.474Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_DNDLUj 0 is not matching search criteria 2022-03-04T09:55:07.474Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-03-04T09:55:07.474Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-04T09:55:07.474Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=5b40749e-cc0a-4301-988e-ae4941353504 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-03-04T09:55:07.476Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T09:55:07.476Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_DNDLUj 0 is matching search criteria 2022-03-04T09:55:07.476Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_DNDLUj 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-04T09:55:07.477Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T09:55:07.477Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_DNDLUj 0 is matching search criteria 2022-03-04T09:55:07.477Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_DNDLUj 0] matching following query criteria: sdcType=VF, customizationUUID=49dc0a97-d3f7-4ac9-8e58-1a2e9f7048ee Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-04T09:55:07.478Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T09:55:07.479Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_DNDLUj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-04T09:55:07.479Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 4dd2c055-e35c-4c18-a876-5269930cd832: basic_onboard_DNDLUj 2022-03-04T09:55:07.479Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T09:55:07.479Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_DNDLUj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-04T09:55:07.479Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T09:55:07.479Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_DNDLUj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-04T09:55:07.479Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T09:55:07.479Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_DNDLUj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-04T09:55:07.480Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T09:55:07.480Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_DNDLUj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-04T09:55:07.480Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T09:55:07.480Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_DNDLUj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-04T09:55:07.480Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Saving Service: basic_onboard_DNDLUj Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-04T09:55:07.600Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_DNDLUj b574adff-e399-4f77-b955-f29a80d49ec7 1 ASDC deployResourceStructure 2022-03-04T09:55:07.601Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/basic_onboard_dndluj0_modules.json ASDC sendASDCNotification 2022-03-04T09:55:07.602Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/basic_onboard_dndluj0_modules.json 2022-03-04T09:55:07.602Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-04T09:55:07.603Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-04T09:55:07.605Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-04T09:55:07.606Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646387707601, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/basic_onboard_dndluj0_modules.json", "status": "DEPLOY_OK" } 2022-03-04T09:55:07.706Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-04T09:55:07.707Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-04T09:55:07.707Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ... 2022-03-04T09:55:07.716Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:55:07.717Z||pool-30-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-04T09:55:08.606Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-03-04T09:55:08.607Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/base_ubuntu18.yaml 2022-03-04T09:55:08.607Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-04T09:55:08.608Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-04T09:55:08.610Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-04T09:55:08.610Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646387708606, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-03-04T09:55:08.710Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-04T09:55:08.711Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-04T09:55:08.711Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ... 2022-03-04T09:55:08.721Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:55:08.722Z||pool-31-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-03-04T09:55:09.611Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-03-04T09:55:09.612Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/base_ubuntu18.env 2022-03-04T09:55:09.612Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-04T09:55:09.612Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-04T09:55:09.614Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-04T09:55:09.615Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646387709611, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-03-04T09:55:09.715Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-04T09:55:09.716Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-04T09:55:09.716Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ... 2022-03-04T09:55:09.727Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:55:09.728Z||pool-32-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-04T09:55:10.616Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDndluj/1.0/artifacts/service-BasicOnboardDndluj-csar.csar ASDC sendASDCNotification 2022-03-04T09:55:10.616Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/artifacts/service-BasicOnboardDndluj-csar.csar 2022-03-04T09:55:10.616Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-04T09:55:10.617Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-04T09:55:10.619Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-04T09:55:10.620Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646387710616, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/artifacts/service-BasicOnboardDndluj-csar.csar", "status": "DEPLOY_OK" } 2022-03-04T09:55:10.720Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-04T09:55:10.720Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-04T09:55:10.720Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ... 2022-03-04T09:55:10.731Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:55:10.731Z||pool-33-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-03-04T09:55:11.621Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2ece948f-f46e-4c35-bdd1-4339491f2cfb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-04T09:55:11.632Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2ece948f-f46e-4c35-bdd1-4339491f2cfb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-04T09:55:11.634Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-04T09:55:11.634Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-04T09:55:11.635Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-04T09:55:41.635Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2ece948f-f46e-4c35-bdd1-4339491f2cfb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-04T09:55:41.645Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2ece948f-f46e-4c35-bdd1-4339491f2cfb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-04T09:55:41.647Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-04T09:55:41.647Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-04T09:55:41.647Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-04T09:55:50.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T09:55:50.077Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T09:55:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T09:55:50.103Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:55:50.104Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-04T09:55:50.104Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb", "consumerID": "policy-id", "timestamp": 1646387687767, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-04T09:55:50.105Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-04T09:56:11.648Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2ece948f-f46e-4c35-bdd1-4339491f2cfb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-04T09:56:11.659Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2ece948f-f46e-4c35-bdd1-4339491f2cfb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-04T09:56:11.663Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-04T09:56:11.663Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-04T09:56:11.663Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-04T09:56:41.663Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2ece948f-f46e-4c35-bdd1-4339491f2cfb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-04T09:56:41.673Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2ece948f-f46e-4c35-bdd1-4339491f2cfb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-04T09:56:41.676Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-04T09:56:41.676Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-04T09:56:41.677Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-04T09:56:50.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T09:56:50.077Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T09:56:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T09:56:50.603Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:56:50.606Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-04T09:56:50.606Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646387690075, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/basic_onboard_dndluj0_modules.json", "status": "NOTIFIED" } 2022-03-04T09:56:50.607Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-04T09:56:50.607Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-04T09:56:50.607Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb", "consumerID": "ves-openapi-manager", "timestamp": 1646387691737, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/basic_onboard_dndluj0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-04T09:56:50.607Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-04T09:56:50.608Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-04T09:56:50.608Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb", "consumerID": "policy-id", "timestamp": 1646387687767, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/basic_onboard_dndluj0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-04T09:56:50.608Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-04T09:56:50.608Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-04T09:56:50.608Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb", "consumerID": "cds", "timestamp": 1646387693662, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-04T09:56:50.608Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-04T09:56:50.608Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-04T09:56:50.608Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646387690075, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-04T09:56:50.609Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-04T09:56:50.609Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-04T09:56:50.609Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb", "consumerID": "ves-openapi-manager", "timestamp": 1646387691737, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-04T09:56:50.609Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-04T09:56:50.609Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-04T09:56:50.609Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb", "consumerID": "policy-id", "timestamp": 1646387687767, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-04T09:56:50.609Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-04T09:56:50.609Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-04T09:56:50.609Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb", "consumerID": "cds", "timestamp": 1646387693662, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/basic_onboard_dndluj0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-04T09:56:50.610Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-04T09:56:50.610Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-04T09:56:50.610Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646387690075, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-04T09:56:50.610Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-04T09:56:50.610Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-04T09:56:50.610Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb", "consumerID": "ves-openapi-manager", "timestamp": 1646387691737, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-04T09:56:50.610Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-04T09:56:50.610Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-04T09:56:50.610Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb", "consumerID": "policy-id", "timestamp": 1646387687767, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-04T09:56:50.611Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-04T09:56:50.611Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-04T09:56:50.611Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb", "consumerID": "cds", "timestamp": 1646387693662, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-04T09:56:50.611Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-04T09:56:50.611Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-04T09:56:50.611Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646387690075, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-04T09:56:50.611Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-04T09:56:50.612Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-04T09:56:50.612Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb", "consumerID": "ves-openapi-manager", "timestamp": 1646387691737, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-04T09:56:50.612Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-04T09:56:50.612Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-04T09:56:50.612Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb", "consumerID": "multicloud-k8s-id", "timestamp": 1646387696361, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-04T09:56:50.612Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-04T09:56:50.612Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-04T09:56:50.613Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb", "consumerID": "policy-id", "timestamp": 1646387687767, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-04T09:56:50.613Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-04T09:56:50.613Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-04T09:56:50.613Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb", "consumerID": "cds", "timestamp": 1646387693662, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-04T09:56:50.613Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-04T09:56:50.613Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-04T09:56:50.613Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646387690075, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/artifacts/service-BasicOnboardDndluj-template.yml", "status": "NOT_NOTIFIED" } 2022-03-04T09:56:50.613Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-04T09:56:50.614Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-04T09:56:50.614Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb", "consumerID": "ves-openapi-manager", "timestamp": 1646387691737, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/artifacts/service-BasicOnboardDndluj-template.yml", "status": "NOT_NOTIFIED" } 2022-03-04T09:56:50.614Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-04T09:56:50.614Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-04T09:56:50.614Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb", "consumerID": "multicloud-k8s-id", "timestamp": 1646387696361, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/basic_onboard_dndluj0_modules.json", "status": "NOTIFIED" } 2022-03-04T09:56:50.614Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-04T09:56:50.614Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-04T09:56:50.614Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb", "consumerID": "policy-id", "timestamp": 1646387687767, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/artifacts/service-BasicOnboardDndluj-template.yml", "status": "NOT_NOTIFIED" } 2022-03-04T09:56:50.615Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-04T09:56:50.615Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-04T09:56:50.615Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb", "consumerID": "cds", "timestamp": 1646387693662, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-04T09:56:50.615Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-04T09:56:50.615Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-04T09:56:50.615Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb", "consumerID": "dcae-sch", "timestamp": 1646387697753, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-04T09:56:50.615Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-04T09:56:50.615Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-04T09:56:50.615Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646387690075, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/artifacts/service-BasicOnboardDndluj-csar.csar", "status": "NOTIFIED" } 2022-03-04T09:56:50.616Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-04T09:56:50.616Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-04T09:56:50.616Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb", "consumerID": "ves-openapi-manager", "timestamp": 1646387691737, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/artifacts/service-BasicOnboardDndluj-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-04T09:56:50.616Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-04T09:56:50.616Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-04T09:56:50.616Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb", "consumerID": "multicloud-k8s-id", "timestamp": 1646387696361, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-04T09:56:50.616Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-04T09:56:50.617Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-04T09:56:50.617Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb", "consumerID": "policy-id", "timestamp": 1646387687767, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/artifacts/service-BasicOnboardDndluj-csar.csar", "status": "NOTIFIED" } 2022-03-04T09:56:50.617Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-04T09:56:50.617Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-04T09:56:50.617Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb", "consumerID": "cds", "timestamp": 1646387693662, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/artifacts/service-BasicOnboardDndluj-template.yml", "status": "NOT_NOTIFIED" } 2022-03-04T09:56:50.617Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-04T09:56:50.617Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-04T09:56:50.617Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb", "consumerID": "dcae-sch", "timestamp": 1646387697753, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/basic_onboard_dndluj0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-04T09:56:50.618Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-04T09:56:50.618Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-04T09:56:50.618Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb", "consumerID": "multicloud-k8s-id", "timestamp": 1646387696361, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-04T09:56:50.618Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-04T09:56:50.618Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-04T09:56:50.618Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb", "consumerID": "cds", "timestamp": 1646387693662, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/artifacts/service-BasicOnboardDndluj-csar.csar", "status": "NOTIFIED" } 2022-03-04T09:56:50.618Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-04T09:56:50.618Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-04T09:56:50.618Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb", "consumerID": "dcae-sch", "timestamp": 1646387697753, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-04T09:56:50.619Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-04T09:56:50.619Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-04T09:56:50.619Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646387700568, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/artifacts/service-BasicOnboardDndluj-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-04T09:56:50.619Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T09:56:50.619Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-04T09:56:50.619Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb", "consumerID": "policy-id", "timestamp": 1646387700550, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/artifacts/service-BasicOnboardDndluj-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-04T09:56:50.619Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T09:56:50.619Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-04T09:56:50.619Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb", "consumerID": "multicloud-k8s-id", "timestamp": 1646387696361, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-04T09:56:50.620Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-04T09:56:50.620Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-04T09:56:50.620Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb", "consumerID": "dcae-sch", "timestamp": 1646387697753, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-04T09:56:50.620Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-04T09:56:50.620Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-04T09:56:50.620Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb", "consumerID": "cds", "timestamp": 1646387701463, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/artifacts/service-BasicOnboardDndluj-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-04T09:56:50.620Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T09:56:50.620Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-04T09:56:50.620Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb", "consumerID": "policy-id", "timestamp": 1646387701554, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/artifacts/service-BasicOnboardDndluj-csar.csar", "status": "DEPLOY_OK" } 2022-03-04T09:56:50.620Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T09:56:50.620Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-04T09:56:50.620Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb", "consumerID": "multicloud-k8s-id", "timestamp": 1646387696361, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/artifacts/service-BasicOnboardDndluj-template.yml", "status": "NOT_NOTIFIED" } 2022-03-04T09:56:50.621Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-04T09:56:50.621Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-04T09:56:50.621Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb", "consumerID": "dcae-sch", "timestamp": 1646387697753, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-04T09:56:50.621Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-04T09:56:50.621Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-04T09:56:50.621Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb", "consumerID": "cds", "timestamp": 1646387702468, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/artifacts/service-BasicOnboardDndluj-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-04T09:56:50.631Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2ece948f-f46e-4c35-bdd1-4339491f2cfb 2022-03-04T09:56:50.631Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ece948f-f46e-4c35-bdd1-4339491f2cfb and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-04T09:56:50.640Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-04T09:56:50.640Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb", "consumerID": "policy-id", "timestamp": 1646387702556, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-04T09:56:50.645Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2ece948f-f46e-4c35-bdd1-4339491f2cfb 2022-03-04T09:56:50.645Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ece948f-f46e-4c35-bdd1-4339491f2cfb and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-04T09:56:50.655Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-04T09:56:50.655Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb", "consumerID": "multicloud-k8s-id", "timestamp": 1646387696361, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/artifacts/service-BasicOnboardDndluj-csar.csar", "status": "NOTIFIED" } 2022-03-04T09:56:50.655Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-04T09:56:50.655Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-04T09:56:50.655Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb", "consumerID": "dcae-sch", "timestamp": 1646387697753, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/artifacts/service-BasicOnboardDndluj-template.yml", "status": "NOT_NOTIFIED" } 2022-03-04T09:56:50.656Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-04T09:56:50.656Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-04T09:56:50.656Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646387703965, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/basic_onboard_dndluj0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-04T09:56:50.656Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T09:56:50.656Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-04T09:56:50.656Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb", "consumerID": "multicloud-k8s-id", "timestamp": 1646387704350, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/basic_onboard_dndluj0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-04T09:56:50.656Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T09:56:50.656Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-04T09:56:50.656Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb", "consumerID": "dcae-sch", "timestamp": 1646387697753, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/artifacts/service-BasicOnboardDndluj-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-04T09:56:50.656Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-04T09:56:50.656Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-04T09:56:50.656Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646387704183, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-04T09:56:50.656Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-04T09:56:50.656Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-04T09:56:50.656Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646387705246, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-04T09:56:50.657Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T09:56:50.657Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-04T09:56:50.657Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646387704183, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/basic_onboard_dndluj0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-04T09:56:50.657Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-04T09:56:50.657Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-04T09:56:50.657Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb", "consumerID": "multicloud-k8s-id", "timestamp": 1646387705892, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-04T09:56:50.657Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T09:56:50.657Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-04T09:56:50.657Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646387706446, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-04T09:56:50.657Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T09:56:50.657Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-04T09:56:50.657Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646387704183, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-04T09:56:50.657Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-04T09:56:50.658Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-04T09:56:50.658Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb", "consumerID": "multicloud-k8s-id", "timestamp": 1646387707286, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-04T09:56:50.658Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T09:56:50.658Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-04T09:56:50.658Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646387707601, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/basic_onboard_dndluj0_modules.json", "status": "DEPLOY_OK" } 2022-03-04T09:56:50.658Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T09:56:50.658Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-04T09:56:50.658Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646387704183, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-04T09:56:50.658Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-04T09:56:50.658Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-04T09:56:50.658Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb", "consumerID": "multicloud-k8s-id", "timestamp": 1646387708311, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-04T09:56:50.663Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2ece948f-f46e-4c35-bdd1-4339491f2cfb 2022-03-04T09:56:50.663Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ece948f-f46e-4c35-bdd1-4339491f2cfb and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-03-04T09:56:50.671Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-04T09:56:50.671Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb", "consumerID": "aai-ml", "timestamp": 1646387707755, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-04T09:56:50.672Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-04T09:56:50.672Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-04T09:56:50.672Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646387708606, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-03-04T09:56:50.672Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T09:56:50.672Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-04T09:56:50.672Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646387704183, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-04T09:56:50.672Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-04T09:56:50.672Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-04T09:56:50.672Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb", "consumerID": "multicloud-k8s-id", "timestamp": 1646387709315, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/basic_onboard_dndluj0_modules.json", "status": "DEPLOY_OK" } 2022-03-04T09:56:50.673Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T09:56:50.673Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-04T09:56:50.673Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb", "consumerID": "aai-ml", "timestamp": 1646387707755, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/basic_onboard_dndluj0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-04T09:56:50.673Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-04T09:56:50.673Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-04T09:56:50.673Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb", "consumerID": "clamp", "timestamp": 1646387708954, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-04T09:56:50.673Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-04T09:56:50.673Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-04T09:56:50.673Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646387709611, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-03-04T09:56:50.674Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T09:56:50.674Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-04T09:56:50.674Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646387704183, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/artifacts/service-BasicOnboardDndluj-template.yml", "status": "NOT_NOTIFIED" } 2022-03-04T09:56:50.674Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-04T09:56:50.674Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-04T09:56:50.674Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb", "consumerID": "aai-ml", "timestamp": 1646387707755, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-04T09:56:50.674Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-04T09:56:50.674Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-04T09:56:50.674Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb", "consumerID": "clamp", "timestamp": 1646387708954, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/basic_onboard_dndluj0_modules.json", "status": "NOTIFIED" } 2022-03-04T09:56:50.675Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-04T09:56:50.675Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-04T09:56:50.675Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646387710616, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/artifacts/service-BasicOnboardDndluj-csar.csar", "status": "DEPLOY_OK" } 2022-03-04T09:56:50.675Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T09:56:50.675Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-04T09:56:50.675Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646387704183, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/artifacts/service-BasicOnboardDndluj-csar.csar", "status": "NOTIFIED" } 2022-03-04T09:56:50.675Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-04T09:56:50.676Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-04T09:56:50.676Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb", "consumerID": "aai-ml", "timestamp": 1646387707755, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-04T09:56:50.676Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-04T09:56:50.676Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-04T09:56:50.676Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb", "consumerID": "clamp", "timestamp": 1646387708954, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-04T09:56:50.676Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-04T09:56:50.676Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-04T09:56:50.676Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646387712097, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/artifacts/service-BasicOnboardDndluj-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-04T09:56:50.677Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T09:56:50.677Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-04T09:56:50.677Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb", "consumerID": "aai-ml", "timestamp": 1646387707755, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-04T09:56:50.677Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-04T09:56:50.677Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-04T09:56:50.677Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb", "consumerID": "clamp", "timestamp": 1646387708954, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-04T09:56:50.677Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-04T09:56:50.677Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-04T09:56:50.677Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb", "consumerID": "aai-ml", "timestamp": 1646387707755, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/artifacts/service-BasicOnboardDndluj-template.yml", "status": "NOT_NOTIFIED" } 2022-03-04T09:56:50.678Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-04T09:56:50.678Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-04T09:56:50.678Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb", "consumerID": "clamp", "timestamp": 1646387708954, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-04T09:56:50.678Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-04T09:56:50.678Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-04T09:56:50.678Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb", "consumerID": "aai-ml", "timestamp": 1646387707755, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/artifacts/service-BasicOnboardDndluj-csar.csar", "status": "NOTIFIED" } 2022-03-04T09:56:50.678Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-04T09:56:50.678Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-04T09:56:50.678Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646387714465, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/artifacts/service-BasicOnboardDndluj-csar.csar", "status": "DEPLOY_OK" } 2022-03-04T09:56:50.679Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T09:56:50.679Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-04T09:56:50.679Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb", "consumerID": "clamp", "timestamp": 1646387708954, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/artifacts/service-BasicOnboardDndluj-template.yml", "status": "NOT_NOTIFIED" } 2022-03-04T09:56:50.679Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-04T09:56:50.679Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-04T09:56:50.679Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646387715469, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-04T09:56:50.685Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2ece948f-f46e-4c35-bdd1-4339491f2cfb 2022-03-04T09:56:50.685Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ece948f-f46e-4c35-bdd1-4339491f2cfb and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-04T09:56:50.695Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-04T09:56:50.695Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb", "consumerID": "aai-ml", "timestamp": 1646387715473, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/artifacts/service-BasicOnboardDndluj-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-04T09:56:50.696Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T09:56:50.696Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-04T09:56:50.696Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb", "consumerID": "clamp", "timestamp": 1646387708954, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/artifacts/service-BasicOnboardDndluj-csar.csar", "status": "NOTIFIED" } 2022-03-04T09:56:50.696Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-04T09:56:50.696Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-04T09:56:50.696Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb", "consumerID": "aai-ml", "timestamp": 1646387721544, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/artifacts/service-BasicOnboardDndluj-csar.csar", "status": "DEPLOY_OK" } 2022-03-04T09:56:50.696Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T09:56:50.697Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-04T09:56:50.697Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb", "consumerID": "aai-ml", "timestamp": 1646387722547, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-04T09:56:50.702Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2ece948f-f46e-4c35-bdd1-4339491f2cfb 2022-03-04T09:56:50.702Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ece948f-f46e-4c35-bdd1-4339491f2cfb and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-04T09:56:50.710Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-04T09:56:50.710Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb", "consumerID": "clamp", "timestamp": 1646387728975, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/artifacts/service-BasicOnboardDndluj-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-04T09:56:50.710Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T09:56:50.711Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-04T09:56:50.711Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb", "consumerID": "clamp", "timestamp": 1646387731976, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/artifacts/service-BasicOnboardDndluj-csar.csar", "status": "DEPLOY_OK" } 2022-03-04T09:56:50.711Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T09:56:50.711Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-04T09:56:50.711Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb", "consumerID": "clamp", "timestamp": 1646387732980, "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=? 2022-03-04T09:56:50.715Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2ece948f-f46e-4c35-bdd1-4339491f2cfb 2022-03-04T09:56:50.716Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ece948f-f46e-4c35-bdd1-4339491f2cfb 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 (?, ?, ?, ?, ?) 2022-03-04T09:57:11.677Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2ece948f-f46e-4c35-bdd1-4339491f2cfb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-04T09:57:11.687Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2ece948f-f46e-4c35-bdd1-4339491f2cfb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-04T09:57:11.692Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-04T09:57:11.692Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-04T09:57:11.693Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-04T09:57:11.693Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-04T09:57:11.693Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-04T09:57:11.693Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-04T09:57:11.693Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-04T09:57:11.694Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-04T09:57:11.694Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-04T09:57:11.694Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-04T09:57:11.694Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-04T09:57:11.700Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-04T09:57:41.700Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2ece948f-f46e-4c35-bdd1-4339491f2cfb and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-03-04T09:57:41.706Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2ece948f-f46e-4c35-bdd1-4339491f2cfb and serviceModelVersionId: 4dd2c055-e35c-4c18-a876-5269930cd832 2022-03-04T09:57:41.706Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8f0a5cce-56b1-46d1-a6a7-e1a93dde238a 2022-03-04T09:57:41.707Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8f0a5cce-56b1-46d1-a6a7-e1a93dde238a/model-vers/model-ver/4dd2c055-e35c-4c18-a876-5269930cd832?depth=0 2022-03-04T09:57:41.711Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-03-04T09:57:41.756Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f0a5cce-56b1-46d1-a6a7-e1a93dde238a/model-vers/model-ver/4dd2c055-e35c-4c18-a876-5269930cd832?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-03-04T09:57:41.757Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f0a5cce-56b1-46d1-a6a7-e1a93dde238a/model-vers/model-ver/4dd2c055-e35c-4c18-a876-5269930cd832?depth=0|INFO|500||Invoke 2022-03-04T09:57:41.787Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f0a5cce-56b1-46d1-a6a7-e1a93dde238a/model-vers/model-ver/4dd2c055-e35c-4c18-a876-5269930cd832?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-04T09:57:42.089Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f0a5cce-56b1-46d1-a6a7-e1a93dde238a/model-vers/model-ver/4dd2c055-e35c-4c18-a876-5269930cd832?depth=0|INFO|500||InvokeReturn 2022-03-04T09:57:42.089Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f0a5cce-56b1-46d1-a6a7-e1a93dde238a/model-vers/model-ver/4dd2c055-e35c-4c18-a876-5269930cd832?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220304-09:57:41:795-95162], vertex-id=[172152], Content-Length=[0], Date=[Fri, 04 Mar 2022 09:57:41 GMT], Content-Type=[application/json]} 2022-03-04T09:57:42.090Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2022-03-04T09:57:42.090Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-04T09:57:42.090Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-04T09:57:42.095Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-04T09:57:42.095Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2ece948f-f46e-4c35-bdd1-4339491f2cfb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-04T09:57:42.096Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-04T09:57:42.096Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-04T09:57:42.097Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-04T09:57:42.098Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646387862096, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-04T09:57:42.198Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-04T09:57:42.199Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-04T09:57:42.199Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ... 2022-03-04T09:57:42.214Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:57:42.215Z||pool-34-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-04T09:57:43.111Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T09:57:43.111Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|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. 2022-03-04T09:57:43.112Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|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 Zam1qr386phPFzBX) ... 2022-03-04T09:57:50.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T09:57:50.077Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T09:57:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T09:57:50.698Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:57:50.699Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-04T09:57:50.699Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646387862096, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-04T09:57:50.700Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T09:57:53.940Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:57:53.941Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T09:57:53.941Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|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. 2022-03-04T09:57:53.942Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|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 Zam1qr386phPFzBX) ... 2022-03-04T09:58:03.478Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:58:03.478Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T09:58:03.479Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|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. 2022-03-04T09:58:03.479Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|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 Zam1qr386phPFzBX) ... 2022-03-04T09:58:13.015Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:58:50.075Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T09:58:50.076Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|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. 2022-03-04T09:58:50.076Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|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 Zam1qr386phPFzBX) ... 2022-03-04T09:58:50.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T09:58:50.077Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T09:58:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T09:58:59.615Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:58:59.616Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:59:50.075Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T09:59:50.076Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|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. 2022-03-04T09:59:50.076Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|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 Zam1qr386phPFzBX) ... 2022-03-04T09:59:50.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T09:59:50.077Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T09:59:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T09:59:59.621Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T09:59:59.620Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:00:50.075Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T10:00:50.076Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T10:00:50.076Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ... 2022-03-04T10:00:50.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T10:00:50.077Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T10:00:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T10:00:59.618Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:00:59.619Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:01:50.075Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T10:01:50.076Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T10:01:50.076Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ... 2022-03-04T10:01:50.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T10:01:50.078Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T10:01:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T10:01:50.698Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:01:50.699Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-04T10:01:50.699Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"9d94be83-05ba-4a3c-b8f9-6ea2102b9b67","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"22c7d22e-74c1-4138-8484-dd7b8ce598b9","serviceDescription":"service","serviceInvariantUUID":"3c55bd45-6c04-4ef8-bf65-ddbb0f46b4a8","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"a1ca1755-7525-4b24-adf1-47b03b47f2eb","resourceInvariantUUID":"c4298057-fc99-4bdc-9d74-d651ea536e9a","resourceCustomizationUUID":"2c3dca02-0bf3-4e8e-ae0b-882586a34205","category":"Generic","subcategory":"Network Elements","artifacts":[]}],"serviceArtifacts":[{"artifactName":"service-BasicNetwork-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","artifactChecksum":"MTZjNGU0M2U5M2UyYTFjNDE4ZGU3ZWYyMTQyNGEzN2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5744d566-8929-4258-991d-cfbceea69371","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YWVjOTc3ZjI5MTg0N2ZlNGQzOGZlYzExZDZhN2VlYjQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"38570cab-2ba4-41df-aa4c-b2e9f3f2572d","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-04T10:01:50.701Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:01:50.701Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-04T10:01:50.702Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d94be83-05ba-4a3c-b8f9-6ea2102b9b67", "consumerID": "dcae-sch", "timestamp": 1646388057753, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-04T10:01:50.702Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-04T10:01:50.702Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-04T10:01:50.702Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d94be83-05ba-4a3c-b8f9-6ea2102b9b67", "consumerID": "multicloud-k8s-id", "timestamp": 1646388056361, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-04T10:01:50.702Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-04T10:01:50.702Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-04T10:01:50.703Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d94be83-05ba-4a3c-b8f9-6ea2102b9b67", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646388064183, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-04T10:01:50.703Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-04T10:01:50.703Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-04T10:01:50.703Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d94be83-05ba-4a3c-b8f9-6ea2102b9b67", "consumerID": "dcae-sch", "timestamp": 1646388057753, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-04T10:01:50.703Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-04T10:01:50.703Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-04T10:01:50.703Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-04T10:01:50.703Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d94be83-05ba-4a3c-b8f9-6ea2102b9b67", "consumerID": "multicloud-k8s-id", "timestamp": 1646388056361, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-04T10:01:50.703Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-04T10:01:50.703Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-04T10:01:50.703Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d94be83-05ba-4a3c-b8f9-6ea2102b9b67", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646388064183, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-04T10:01:50.703Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-04T10:01:50.704Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-04T10:01:50.704Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-04T10:01:50.704Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d94be83-05ba-4a3c-b8f9-6ea2102b9b67", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646388067898, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-04T10:01:50.704Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T10:01:50.704Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-04T10:01:50.704Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d94be83-05ba-4a3c-b8f9-6ea2102b9b67", "consumerID": "aai-ml", "timestamp": 1646388067755, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-04T10:01:50.704Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-04T10:01:50.704Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-04T10:01:50.704Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d94be83-05ba-4a3c-b8f9-6ea2102b9b67", "consumerID": "policy-id", "timestamp": 1646388067767, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-04T10:01:50.704Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-04T10:01:50.705Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-04T10:01:50.705Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d94be83-05ba-4a3c-b8f9-6ea2102b9b67", "consumerID": "cds", "timestamp": 1646388068662, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-04T10:01:50.705Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-04T10:01:50.705Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-04T10:01:50.705Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d94be83-05ba-4a3c-b8f9-6ea2102b9b67", "consumerID": "aai-ml", "timestamp": 1646388067755, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-04T10:01:50.705Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-04T10:01:50.705Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-04T10:01:50.706Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d94be83-05ba-4a3c-b8f9-6ea2102b9b67", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646388069388, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-04T10:01:50.706Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T10:01:50.706Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-04T10:01:50.706Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d94be83-05ba-4a3c-b8f9-6ea2102b9b67", "consumerID": "policy-id", "timestamp": 1646388067767, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-04T10:01:50.706Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-04T10:01:50.706Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-04T10:01:50.706Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-04T10:01:50.706Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "9d94be83-05ba-4a3c-b8f9-6ea2102b9b67", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646388110075, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-04T10:01:50.706Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d94be83-05ba-4a3c-b8f9-6ea2102b9b67", "consumerID": "clamp", "timestamp": 1646388068954, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-04T10:01:50.707Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-04T10:01:50.707Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-04T10:01:50.707Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d94be83-05ba-4a3c-b8f9-6ea2102b9b67", "consumerID": "cds", "timestamp": 1646388068662, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-04T10:01:50.707Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-04T10:01:50.707Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-04T10:01:50.707Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d94be83-05ba-4a3c-b8f9-6ea2102b9b67", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646388070393, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-04T10:01:50.723Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9d94be83-05ba-4a3c-b8f9-6ea2102b9b67 2022-03-04T10:01:50.723Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9d94be83-05ba-4a3c-b8f9-6ea2102b9b67 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-04T10:01:50.732Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-04T10:01:50.732Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d94be83-05ba-4a3c-b8f9-6ea2102b9b67", "consumerID": "clamp", "timestamp": 1646388068954, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-04T10:01:50.732Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-04T10:01:50.732Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-04T10:01:50.732Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d94be83-05ba-4a3c-b8f9-6ea2102b9b67", "consumerID": "aai-ml", "timestamp": 1646388070700, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-04T10:01:50.732Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T10:01:50.732Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-04T10:01:50.732Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d94be83-05ba-4a3c-b8f9-6ea2102b9b67", "consumerID": "policy-id", "timestamp": 1646388070687, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-04T10:01:50.732Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T10:01:50.733Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-04T10:01:50.733Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d94be83-05ba-4a3c-b8f9-6ea2102b9b67", "consumerID": "cds", "timestamp": 1646388071690, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-04T10:01:50.733Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T10:01:50.733Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-04T10:01:50.733Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d94be83-05ba-4a3c-b8f9-6ea2102b9b67", "consumerID": "policy-id", "timestamp": 1646388071691, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-04T10:01:50.733Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T10:01:50.733Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-04T10:01:50.733Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d94be83-05ba-4a3c-b8f9-6ea2102b9b67", "consumerID": "ves-openapi-manager", "timestamp": 1646388071737, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-04T10:01:50.733Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-04T10:01:50.733Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-04T10:01:50.733Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d94be83-05ba-4a3c-b8f9-6ea2102b9b67", "consumerID": "cds", "timestamp": 1646388072695, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-04T10:01:50.738Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9d94be83-05ba-4a3c-b8f9-6ea2102b9b67 2022-03-04T10:01:50.739Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9d94be83-05ba-4a3c-b8f9-6ea2102b9b67 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-04T10:01:50.751Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-04T10:01:50.751Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d94be83-05ba-4a3c-b8f9-6ea2102b9b67", "consumerID": "policy-id", "timestamp": 1646388072694, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-04T10:01:50.756Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9d94be83-05ba-4a3c-b8f9-6ea2102b9b67 2022-03-04T10:01:50.757Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9d94be83-05ba-4a3c-b8f9-6ea2102b9b67 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-04T10:01:50.767Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-04T10:01:50.767Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d94be83-05ba-4a3c-b8f9-6ea2102b9b67", "consumerID": "ves-openapi-manager", "timestamp": 1646388071737, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-04T10:01:50.768Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-04T10:01:50.768Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-04T10:01:50.768Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d94be83-05ba-4a3c-b8f9-6ea2102b9b67", "consumerID": "aai-ml", "timestamp": 1646388074269, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-04T10:01:50.768Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T10:01:50.769Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-04T10:01:50.769Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d94be83-05ba-4a3c-b8f9-6ea2102b9b67", "consumerID": "aai-ml", "timestamp": 1646388075272, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-04T10:01:50.776Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9d94be83-05ba-4a3c-b8f9-6ea2102b9b67 2022-03-04T10:01:50.776Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9d94be83-05ba-4a3c-b8f9-6ea2102b9b67 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-04T10:01:50.787Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-04T10:01:50.787Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d94be83-05ba-4a3c-b8f9-6ea2102b9b67", "consumerID": "clamp", "timestamp": 1646388077030, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-04T10:01:50.787Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T10:01:50.788Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-04T10:01:50.788Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d94be83-05ba-4a3c-b8f9-6ea2102b9b67", "consumerID": "clamp", "timestamp": 1646388078047, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-04T10:01:50.788Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T10:01:50.788Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-04T10:01:50.788Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d94be83-05ba-4a3c-b8f9-6ea2102b9b67", "consumerID": "clamp", "timestamp": 1646388079050, "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=? 2022-03-04T10:01:50.794Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9d94be83-05ba-4a3c-b8f9-6ea2102b9b67 2022-03-04T10:01:50.794Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9d94be83-05ba-4a3c-b8f9-6ea2102b9b67 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 (?, ?, ?, ?, ?) 2022-03-04T10:01:50.807Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-04T10:01:50.807Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-04T10:01:50.808Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ... 2022-03-04T10:01:50.817Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:01:50.817Z||pool-35-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-04T10:01:51.707Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-04T10:01:51.708Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-04T10:01:51.711Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-04T10:01:51.711Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "9d94be83-05ba-4a3c-b8f9-6ea2102b9b67", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646388110075, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-04T10:01:51.811Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-04T10:01:51.811Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-04T10:01:51.811Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ... 2022-03-04T10:01:51.820Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:01:51.820Z||pool-36-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-04T10:01:52.712Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "9d94be83-05ba-4a3c-b8f9-6ea2102b9b67", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "22c7d22e-74c1-4138-8484-dd7b8ce598b9", "serviceDescription": "service", "serviceInvariantUUID": "3c55bd45-6c04-4ef8-bf65-ddbb0f46b4a8", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "2c3dca02-0bf3-4e8e-ae0b-882586a34205", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "a1ca1755-7525-4b24-adf1-47b03b47f2eb", "resourceInvariantUUID": "c4298057-fc99-4bdc-9d74-d651ea536e9a", "category": "Generic", "subcategory": "Network Elements", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-BasicNetwork-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "artifactChecksum": "YWVjOTc3ZjI5MTg0N2ZlNGQzOGZlYzExZDZhN2VlYjQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "38570cab-2ba4-41df-aa4c-b2e9f3f2572d" } ], "workloadContext": "Production" } 2022-03-04T10:01:52.712Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-04T10:01:52.712Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 22c7d22e-74c1-4138-8484-dd7b8ce598b9 ASDC 2022-03-04T10:01:52.713Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:9d94be83-05ba-4a3c-b8f9-6ea2102b9b67 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:22c7d22e-74c1-4138-8484-dd7b8ce598b9 ServiceInvariantUUID:3c55bd45-6c04-4ef8-bf65-ddbb0f46b4a8 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicNetwork-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ArtifactUUID:38570cab-2ba4-41df-aa4c-b2e9f3f2572d ArtifactChecksum:YWVjOTc3ZjI5MTg0N2ZlNGQzOGZlYzExZDZhN2VlYjQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:2c3dca02-0bf3-4e8e-ae0b-882586a34205 ResourceInvariantUUID:c4298057-fc99-4bdc-9d74-d651ea536e9a ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:a1ca1755-7525-4b24-adf1-47b03b47f2eb ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-03-04T10:01:52.713Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 22c7d22e-74c1-4138-8484-dd7b8ce598b9 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-04T10:01:52.742Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-04T10:01:52.743Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-03-04T10:01:52.743Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-03-04T10:01:52.743Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 38570cab-2ba4-41df-aa4c-b2e9f3f2572d from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-03-04T10:01:52.743Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-03-04T10:01:52.744Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-03-04T10:01:52.807Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-03-04T10:01:52.814Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 38570cab-2ba4-41df-aa4c-b2e9f3f2572d 52486 2022-03-04T10:01:52.815Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-03-04T10:01:52.815Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-03-04T10:01:52.815Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-04T10:01:52.815Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-04T10:01:52.817Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-04T10:01:52.818Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "9d94be83-05ba-4a3c-b8f9-6ea2102b9b67", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646388112815, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-04T10:01:52.918Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-04T10:01:52.919Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-04T10:01:52.919Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ... 2022-03-04T10:01:52.928Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:01:52.929Z||pool-37-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-03-04T10:01:53.818Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-04T10:01:53.819Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-03-04T10:01:53.819Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 38570cab-2ba4-41df-aa4c-b2e9f3f2572d, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-04T10:01:53.819Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-03-04T10:01:53.820Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-04T10:01:53.820Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-04T10:01:53.901Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1578012710118480806/Definitions/service-BasicNetwork-template.yml 2022-03-04T10:01:54.308Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-04T10:01:54.308Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-03-04T10:01:54.308Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-04T10:01:54.308Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-03-04T10:01:54.308Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-04T10:01:54.308Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-04T10:01:54.309Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-04T10:01:54.309Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-04T10:01:54.309Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-04T10:01:54.309Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-04T10:01:54.309Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-04T10:01:54.309Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-04T10:01:54.309Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-03-04T10:01:54.309Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T10:01:54.309Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-04T10:01:54.309Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-03-04T10:01:54.309Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-03-04T10:01:54.309Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-04T10:01:54.310Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T10:01:54.310Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-04T10:01:54.310Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-03-04T10:01:54.310Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-03-04T10:01:54.310Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-04T10:01:54.310Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T10:01:54.310Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-04T10:01:54.310Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T10:01:54.310Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-04T10:01:54.310Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T10:01:54.310Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-04T10:01:54.310Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T10:01:54.311Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-04T10:01:54.311Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T10:01:54.311Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-04T10:01:54.311Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:22c7d22e-74c1-4138-8484-dd7b8ce598b9 Model Version:NULL Model InvariantUuid:3c55bd45-6c04-4ef8-bf65-ddbb0f46b4a8 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:c4298057-fc99-4bdc-9d74-d651ea536e9a Model UUID:55058e0e-6529-4ec1-80f8-b68e71425d64 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:2c3dca02-0bf3-4e8e-ae0b-882586a34205 Network Technology:NEUTRON Network Type:NEUTRON Network Role:null Network Scope:null VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-03-04T10:01:54.317Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: a1ca1755-7525-4b24-adf1-47b03b47f2eb 2022-03-04T10:01:54.317Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500||No resources found for Service: 22c7d22e-74c1-4138-8484-dd7b8ce598b9 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-04T10:01:54.320Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500|| 2022-03-04T10:01:54.320Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-03-04T10:01:54.321Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 22c7d22e-74c1-4138-8484-dd7b8ce598b9 2022-03-04T10:01:54.321Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 22c7d22e-74c1-4138-8484-dd7b8ce598b9 2022-03-04T10:01:54.321Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-03-04T10:01:54.321Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-04T10:01:54.325Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@ddd3ddf, org.onap.sdc.toscaparser.api.parameters.Input@6f438e5e, org.onap.sdc.toscaparser.api.parameters.Input@737df0a7, org.onap.sdc.toscaparser.api.parameters.Input@d73c323, org.onap.sdc.toscaparser.api.parameters.Input@69242497] 2022-03-04T10:01:54.326Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T10:01:54.327Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-04T10:01:54.327Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T10:01:54.327Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-04T10:01:54.327Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 22c7d22e-74c1-4138-8484-dd7b8ce598b9: Generic NeutronNet 2022-03-04T10:01:54.327Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T10:01:54.327Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-04T10:01:54.327Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T10:01:54.327Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2022-03-04T10:01:54.352Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T10:01:54.352Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-04T10:01:54.352Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T10:01:54.352Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-04T10:01:54.353Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T10:01:54.353Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-04T10:01:54.353Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-03-04T10:01:54.414Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-03-04T10:01:54.414Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-03-04T10:01:54.414Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-03-04T10:01:54.415Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-04T10:01:54.415Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-04T10:01:54.416Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-04T10:01:54.416Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "9d94be83-05ba-4a3c-b8f9-6ea2102b9b67", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646388114414, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-04T10:01:54.517Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-04T10:01:54.518Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-04T10:01:54.518Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ... 2022-03-04T10:01:54.527Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:01:54.527Z||pool-38-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-04T10:01:55.417Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9d94be83-05ba-4a3c-b8f9-6ea2102b9b67 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-04T10:01:55.427Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9d94be83-05ba-4a3c-b8f9-6ea2102b9b67 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-04T10:01:55.430Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-04T10:01:55.430Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-04T10:01:55.431Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-04T10:01:55.431Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-04T10:01:55.431Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-04T10:01:55.431Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-04T10:01:55.431Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-04T10:01:55.431Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-04T10:01:55.431Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-04T10:01:55.431Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-04T10:01:55.431Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-04T10:01:55.437Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-04T10:02:25.437Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9d94be83-05ba-4a3c-b8f9-6ea2102b9b67 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-03-04T10:02:25.443Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9d94be83-05ba-4a3c-b8f9-6ea2102b9b67 and serviceModelVersionId: 22c7d22e-74c1-4138-8484-dd7b8ce598b9 2022-03-04T10:02:25.443Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3c55bd45-6c04-4ef8-bf65-ddbb0f46b4a8 2022-03-04T10:02:25.444Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3c55bd45-6c04-4ef8-bf65-ddbb0f46b4a8/model-vers/model-ver/22c7d22e-74c1-4138-8484-dd7b8ce598b9?depth=0 2022-03-04T10:02:25.449Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-03-04T10:02:25.481Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c55bd45-6c04-4ef8-bf65-ddbb0f46b4a8/model-vers/model-ver/22c7d22e-74c1-4138-8484-dd7b8ce598b9?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-03-04T10:02:25.482Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c55bd45-6c04-4ef8-bf65-ddbb0f46b4a8/model-vers/model-ver/22c7d22e-74c1-4138-8484-dd7b8ce598b9?depth=0|INFO|500||Invoke 2022-03-04T10:02:25.503Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c55bd45-6c04-4ef8-bf65-ddbb0f46b4a8/model-vers/model-ver/22c7d22e-74c1-4138-8484-dd7b8ce598b9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-04T10:02:25.591Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c55bd45-6c04-4ef8-bf65-ddbb0f46b4a8/model-vers/model-ver/22c7d22e-74c1-4138-8484-dd7b8ce598b9?depth=0|INFO|500||InvokeReturn 2022-03-04T10:02:25.591Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c55bd45-6c04-4ef8-bf65-ddbb0f46b4a8/model-vers/model-ver/22c7d22e-74c1-4138-8484-dd7b8ce598b9?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220304-10:02:25:511-48693], vertex-id=[176320], Content-Length=[0], Date=[Fri, 04 Mar 2022 10:02:25 GMT], Content-Type=[application/json]} 2022-03-04T10:02:25.591Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity. 2022-03-04T10:02:25.592Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-04T10:02:25.592Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-04T10:02:25.595Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-04T10:02:25.595Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9d94be83-05ba-4a3c-b8f9-6ea2102b9b67 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-04T10:02:25.595Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-04T10:02:25.595Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-04T10:02:25.597Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-04T10:02:25.597Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "9d94be83-05ba-4a3c-b8f9-6ea2102b9b67", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646388145595, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-04T10:02:25.697Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-04T10:02:25.698Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-04T10:02:25.698Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ... 2022-03-04T10:02:25.712Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:02:25.712Z||pool-39-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-04T10:02:50.075Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T10:02:50.076Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T10:02:50.076Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ... 2022-03-04T10:02:50.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T10:02:50.077Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T10:02:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T10:02:50.194Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:02:50.195Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-04T10:02:50.195Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d94be83-05ba-4a3c-b8f9-6ea2102b9b67", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646388110075, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-04T10:02:50.196Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-04T10:02:59.613Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:03:50.075Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T10:03:50.076Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T10:03:50.076Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ... 2022-03-04T10:03:50.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T10:03:50.077Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T10:03:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T10:03:50.602Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:03:50.603Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-04T10:03:50.603Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d94be83-05ba-4a3c-b8f9-6ea2102b9b67", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646388110075, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-04T10:03:50.604Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-04T10:03:50.604Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-04T10:03:50.604Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d94be83-05ba-4a3c-b8f9-6ea2102b9b67", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646388112815, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-04T10:03:50.604Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T10:03:50.605Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-04T10:03:50.605Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d94be83-05ba-4a3c-b8f9-6ea2102b9b67", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646388114414, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-04T10:03:50.605Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T10:03:50.605Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-04T10:03:50.605Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d94be83-05ba-4a3c-b8f9-6ea2102b9b67", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646388145595, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-04T10:03:50.605Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T10:03:59.620Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:04:50.075Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T10:04:50.076Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T10:04:50.076Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ... 2022-03-04T10:04:50.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T10:04:50.077Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T10:04:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T10:04:59.618Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:04:59.621Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:05:50.075Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T10:05:50.076Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T10:05:50.076Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ... 2022-03-04T10:05:50.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T10:05:50.077Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T10:05:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T10:05:59.622Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:05:59.623Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:06:50.075Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T10:06:50.076Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T10:06:50.076Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ... 2022-03-04T10:06:50.077Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T10:06:50.077Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T10:06:50.077Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|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 Zam1qr386phPFzBX) ... 2022-03-04T10:06:59.615Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:06:59.619Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:07:50.075Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T10:07:50.076Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T10:07:50.076Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ... 2022-03-04T10:07:50.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T10:07:50.077Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T10:07:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T10:07:59.630Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:07:59.635Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:08:50.075Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T10:08:50.076Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T10:08:50.076Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ... 2022-03-04T10:08:50.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T10:08:50.077Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T10:08:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T10:08:59.615Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:08:59.615Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:09:50.075Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T10:09:50.076Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T10:09:50.076Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ... 2022-03-04T10:09:50.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T10:09:50.077Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T10:09:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T10:09:50.699Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:09:50.700Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-04T10:09:50.700Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"64fc4799-ae06-4974-aecb-f0c968d187d6","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"b6e34d76-8e15-4765-9e3d-1f199132d310","serviceDescription":"service","serviceInvariantUUID":"409159b7-ade9-4c88-9601-92dae41bab2e","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f711a125-9c69-4350-9f1a-9b23cf87cc4f","resourceInvariantUUID":"4cd15cd8-4b05-4cd3-ae45-268d6c86c91c","resourceCustomizationUUID":"0c4cbeca-cc65-4dbf-a644-580c682d0f5d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","artifactChecksum":"MWUyYWQ0ZGI2MGY1Y2NjMDE0OGYwZDgwMTExODFlOWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e9d8c099-1974-4c15-8a04-b67617e7dca3","artifactVersion":"1"},{"artifactName":"nginx_cloudtech_k8s_charts.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"75476a0d-4c8f-4468-aee5-cc71ecec5aed","artifactVersion":"2","generatedFromUUID":"819fe542-0355-4fb1-97b2-7c9bf20f0da6"},{"artifactName":"nginx_cloudtech_k8s_charts.tgz","artifactType":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","artifactChecksum":"YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"819fe542-0355-4fb1-97b2-7c9bf20f0da6","artifactVersion":"1"},{"artifactName":"basic_cnf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","artifactChecksum":"ZmRkYjM3YTdlZDA5ZDBmZjEyMWM0NGJkNDIzYzEwZGM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c5dd50d7-2bf2-4771-bf3e-0b46516f3406","artifactVersion":"1"},{"artifactName":"base_dummy.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","artifactChecksum":"MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"9fcb857f-31e5-4896-8b6d-7faa2fbd19e0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","artifactChecksum":"OWI0ZjVmMTVjZmQ2Nzk1ZTUyOWQyYzdjMjFhYTI4NzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"476bd30c-a347-4f41-9a34-eca6ff32a147","artifactVersion":"1"},{"artifactName":"base_dummy.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","artifactChecksum":"NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d3f31cf5-d09a-4595-a5b2-c7fd1bff0d6e","artifactVersion":"2","generatedFromUUID":"9fcb857f-31e5-4896-8b6d-7faa2fbd19e0"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"MGVjZGIyZjE0ZWIwMWEwNDQ4YTNmOGVlMTIwMzBlZTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8c3d9622-3662-4cb8-a300-70dc46cfdd7b","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NWFmMjBhZjhlMTc0NzAwMTI3NTc2ZGY4MTRmYTc5NWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"28bbe942-ebbb-4d1f-bc8e-2599b673bee8","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-04T10:09:50.702Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-04T10:09:50.702Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-04T10:09:50.704Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-04T10:09:50.704Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646388590075, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-04T10:09:50.707Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:09:50.710Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-04T10:09:50.710Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "dcae-sch", "timestamp": 1646388537753, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-04T10:09:50.711Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-04T10:09:50.711Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-04T10:09:50.711Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646388544183, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-04T10:09:50.711Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-04T10:09:50.711Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-04T10:09:50.711Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "dcae-sch", "timestamp": 1646388537753, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-04T10:09:50.711Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-04T10:09:50.711Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-04T10:09:50.711Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646388544183, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-04T10:09:50.711Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-04T10:09:50.711Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-04T10:09:50.711Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "aai-ml", "timestamp": 1646388547755, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-04T10:09:50.711Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-04T10:09:50.711Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-04T10:09:50.711Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "policy-id", "timestamp": 1646388547767, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-04T10:09:50.711Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-04T10:09:50.711Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-04T10:09:50.711Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "dcae-sch", "timestamp": 1646388537753, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-04T10:09:50.712Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-04T10:09:50.712Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-04T10:09:50.712Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646388544183, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-04T10:09:50.712Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-04T10:09:50.712Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-04T10:09:50.712Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "cds", "timestamp": 1646388548662, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-04T10:09:50.712Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-04T10:09:50.712Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-04T10:09:50.712Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "aai-ml", "timestamp": 1646388547755, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-04T10:09:50.712Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-04T10:09:50.712Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-04T10:09:50.712Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "policy-id", "timestamp": 1646388547767, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-04T10:09:50.712Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-04T10:09:50.712Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-04T10:09:50.712Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "dcae-sch", "timestamp": 1646388537753, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-04T10:09:50.712Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-04T10:09:50.712Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-04T10:09:50.712Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "clamp", "timestamp": 1646388548954, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-04T10:09:50.712Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-04T10:09:50.712Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-04T10:09:50.712Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646388544183, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-04T10:09:50.712Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-04T10:09:50.712Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-04T10:09:50.712Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "cds", "timestamp": 1646388548662, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-04T10:09:50.713Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-04T10:09:50.713Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-04T10:09:50.713Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "aai-ml", "timestamp": 1646388547755, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-04T10:09:50.713Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-04T10:09:50.713Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-04T10:09:50.713Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "policy-id", "timestamp": 1646388547767, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-04T10:09:50.713Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-04T10:09:50.713Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-04T10:09:50.713Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "dcae-sch", "timestamp": 1646388537753, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-04T10:09:50.713Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-04T10:09:50.713Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-04T10:09:50.713Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "clamp", "timestamp": 1646388548954, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-04T10:09:50.713Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-04T10:09:50.713Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-04T10:09:50.713Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646388544183, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-04T10:09:50.713Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-04T10:09:50.713Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-04T10:09:50.713Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "cds", "timestamp": 1646388548662, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-04T10:09:50.713Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-04T10:09:50.713Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-04T10:09:50.713Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "aai-ml", "timestamp": 1646388547755, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-04T10:09:50.713Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-04T10:09:50.714Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-04T10:09:50.714Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "policy-id", "timestamp": 1646388547767, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-04T10:09:50.714Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-04T10:09:50.714Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-04T10:09:50.714Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "dcae-sch", "timestamp": 1646388537753, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-04T10:09:50.714Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-04T10:09:50.714Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-04T10:09:50.714Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "clamp", "timestamp": 1646388548954, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-04T10:09:50.714Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-04T10:09:50.714Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-04T10:09:50.714Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646388544183, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-04T10:09:50.714Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-04T10:09:50.714Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-04T10:09:50.714Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "cds", "timestamp": 1646388548662, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-04T10:09:50.714Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-04T10:09:50.714Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-04T10:09:50.714Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "ves-openapi-manager", "timestamp": 1646388551737, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-04T10:09:50.714Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-04T10:09:50.714Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-04T10:09:50.714Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "aai-ml", "timestamp": 1646388547755, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-04T10:09:50.714Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-04T10:09:50.714Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-04T10:09:50.715Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "policy-id", "timestamp": 1646388547767, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-03-04T10:09:50.715Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-04T10:09:50.715Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-04T10:09:50.715Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "dcae-sch", "timestamp": 1646388537753, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-04T10:09:50.715Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-04T10:09:50.715Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-04T10:09:50.715Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "clamp", "timestamp": 1646388548954, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-03-04T10:09:50.715Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-04T10:09:50.715Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-04T10:09:50.715Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646388544183, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-04T10:09:50.715Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-04T10:09:50.715Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-04T10:09:50.715Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "cds", "timestamp": 1646388548662, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-04T10:09:50.715Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-04T10:09:50.715Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-04T10:09:50.715Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "ves-openapi-manager", "timestamp": 1646388551737, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-04T10:09:50.715Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-04T10:09:50.715Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-04T10:09:50.716Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "aai-ml", "timestamp": 1646388547755, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-04T10:09:50.716Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-04T10:09:50.716Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-04T10:09:50.716Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "policy-id", "timestamp": 1646388547767, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-04T10:09:50.716Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-04T10:09:50.716Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-04T10:09:50.716Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "dcae-sch", "timestamp": 1646388537753, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-04T10:09:50.716Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-04T10:09:50.716Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-04T10:09:50.716Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "clamp", "timestamp": 1646388548954, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-04T10:09:50.716Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-04T10:09:50.716Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-04T10:09:50.716Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646388544183, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-04T10:09:50.716Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-04T10:09:50.716Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-04T10:09:50.716Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "cds", "timestamp": 1646388548662, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-04T10:09:50.716Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-04T10:09:50.717Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-04T10:09:50.717Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "ves-openapi-manager", "timestamp": 1646388551737, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-04T10:09:50.717Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-04T10:09:50.717Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-04T10:09:50.717Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "aai-ml", "timestamp": 1646388547755, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-04T10:09:50.717Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-04T10:09:50.717Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-04T10:09:50.717Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "policy-id", "timestamp": 1646388547767, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-04T10:09:50.717Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-04T10:09:50.717Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-04T10:09:50.717Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "dcae-sch", "timestamp": 1646388537753, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-04T10:09:50.717Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-04T10:09:50.717Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-04T10:09:50.717Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "clamp", "timestamp": 1646388548954, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-04T10:09:50.717Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-04T10:09:50.717Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-04T10:09:50.717Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646388544183, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-04T10:09:50.718Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-04T10:09:50.718Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-04T10:09:50.718Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "cds", "timestamp": 1646388548662, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-04T10:09:50.718Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-04T10:09:50.718Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-04T10:09:50.718Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "ves-openapi-manager", "timestamp": 1646388551737, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-04T10:09:50.718Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-04T10:09:50.718Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-04T10:09:50.718Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "aai-ml", "timestamp": 1646388547755, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-04T10:09:50.718Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-04T10:09:50.718Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-04T10:09:50.718Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "policy-id", "timestamp": 1646388547767, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-04T10:09:50.718Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-04T10:09:50.718Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-04T10:09:50.718Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "clamp", "timestamp": 1646388548954, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-04T10:09:50.718Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-04T10:09:50.718Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-04T10:09:50.718Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646388555752, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-04T10:09:50.718Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T10:09:50.718Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-04T10:09:50.719Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "cds", "timestamp": 1646388548662, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-04T10:09:50.719Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-04T10:09:50.719Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-04T10:09:50.719Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "ves-openapi-manager", "timestamp": 1646388551737, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-04T10:09:50.719Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-04T10:09:50.719Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-04T10:09:50.719Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "aai-ml", "timestamp": 1646388547755, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-04T10:09:50.719Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-04T10:09:50.719Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-04T10:09:50.719Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "policy-id", "timestamp": 1646388547767, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-04T10:09:50.719Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-04T10:09:50.719Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-04T10:09:50.719Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "clamp", "timestamp": 1646388548954, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-04T10:09:50.719Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-04T10:09:50.719Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-04T10:09:50.719Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "multicloud-k8s-id", "timestamp": 1646388556361, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-04T10:09:50.720Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-04T10:09:50.720Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-04T10:09:50.720Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "cds", "timestamp": 1646388548662, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-04T10:09:50.720Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-04T10:09:50.720Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-04T10:09:50.720Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "ves-openapi-manager", "timestamp": 1646388551737, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-04T10:09:50.720Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-04T10:09:50.720Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-04T10:09:50.720Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "aai-ml", "timestamp": 1646388557503, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-04T10:09:50.720Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T10:09:50.720Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-04T10:09:50.720Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "policy-id", "timestamp": 1646388557509, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-04T10:09:50.720Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T10:09:50.720Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-04T10:09:50.720Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "clamp", "timestamp": 1646388548954, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-04T10:09:50.720Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-04T10:09:50.721Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-04T10:09:50.721Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646388557896, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-04T10:09:50.721Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T10:09:50.721Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-04T10:09:50.721Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "multicloud-k8s-id", "timestamp": 1646388556361, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-03-04T10:09:50.721Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-04T10:09:50.721Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-04T10:09:50.721Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "ves-openapi-manager", "timestamp": 1646388551737, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-04T10:09:50.721Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-04T10:09:50.721Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-04T10:09:50.721Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "cds", "timestamp": 1646388558479, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-04T10:09:50.721Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T10:09:50.721Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-04T10:09:50.721Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "policy-id", "timestamp": 1646388558513, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-04T10:09:50.721Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T10:09:50.721Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-04T10:09:50.721Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646388558900, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-04T10:09:50.737Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 64fc4799-ae06-4974-aecb-f0c968d187d6 2022-03-04T10:09:50.737Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 64fc4799-ae06-4974-aecb-f0c968d187d6 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-04T10:09:50.746Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-04T10:09:50.746Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "multicloud-k8s-id", "timestamp": 1646388556361, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-03-04T10:09:50.746Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-04T10:09:50.746Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-04T10:09:50.746Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "ves-openapi-manager", "timestamp": 1646388551737, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-04T10:09:50.746Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-04T10:09:50.747Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-04T10:09:50.747Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "cds", "timestamp": 1646388559483, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-04T10:09:50.752Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 64fc4799-ae06-4974-aecb-f0c968d187d6 2022-03-04T10:09:50.752Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 64fc4799-ae06-4974-aecb-f0c968d187d6 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-04T10:09:50.762Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-04T10:09:50.762Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "policy-id", "timestamp": 1646388559515, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-04T10:09:50.767Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 64fc4799-ae06-4974-aecb-f0c968d187d6 2022-03-04T10:09:50.768Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 64fc4799-ae06-4974-aecb-f0c968d187d6 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-04T10:09:50.778Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-04T10:09:50.778Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "multicloud-k8s-id", "timestamp": 1646388556361, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-03-04T10:09:50.778Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-04T10:09:50.779Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-04T10:09:50.779Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "ves-openapi-manager", "timestamp": 1646388551737, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-04T10:09:50.779Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-04T10:09:50.779Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-04T10:09:50.779Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "multicloud-k8s-id", "timestamp": 1646388556361, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-03-04T10:09:50.779Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-04T10:09:50.779Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-04T10:09:50.779Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "multicloud-k8s-id", "timestamp": 1646388556361, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-04T10:09:50.779Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-04T10:09:50.779Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-04T10:09:50.779Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "aai-ml", "timestamp": 1646388563003, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-04T10:09:50.780Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T10:09:50.780Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-04T10:09:50.780Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "multicloud-k8s-id", "timestamp": 1646388556361, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-03-04T10:09:50.780Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-04T10:09:50.780Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-04T10:09:50.780Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "aai-ml", "timestamp": 1646388564006, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-04T10:09:50.786Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 64fc4799-ae06-4974-aecb-f0c968d187d6 2022-03-04T10:09:50.786Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 64fc4799-ae06-4974-aecb-f0c968d187d6 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-04T10:09:50.796Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-04T10:09:50.796Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "multicloud-k8s-id", "timestamp": 1646388556361, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-04T10:09:50.796Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-04T10:09:50.796Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-04T10:09:50.796Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "multicloud-k8s-id", "timestamp": 1646388556361, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-04T10:09:50.796Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-04T10:09:50.796Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-04T10:09:50.797Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "multicloud-k8s-id", "timestamp": 1646388566083, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-04T10:09:50.797Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T10:09:50.797Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-04T10:09:50.797Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "clamp", "timestamp": 1646388566110, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-04T10:09:50.797Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T10:09:50.797Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-04T10:09:50.797Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "multicloud-k8s-id", "timestamp": 1646388567138, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-03-04T10:09:50.797Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T10:09:50.797Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-04T10:09:50.798Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "clamp", "timestamp": 1646388568120, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-04T10:09:50.798Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T10:09:50.798Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-04T10:09:50.798Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "multicloud-k8s-id", "timestamp": 1646388568187, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-03-04T10:09:50.798Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T10:09:50.798Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-04T10:09:50.798Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "clamp", "timestamp": 1646388569123, "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=? 2022-03-04T10:09:50.804Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-04T10:09:50.804Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 64fc4799-ae06-4974-aecb-f0c968d187d6 2022-03-04T10:09:50.805Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 64fc4799-ae06-4974-aecb-f0c968d187d6 and ComponentName clamp 2022-03-04T10:09:50.805Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-04T10:09:50.805Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ... Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-04T10:09:50.814Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:09:50.814Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-04T10:09:50.814Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "multicloud-k8s-id", "timestamp": 1646388569252, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-03-04T10:09:50.814Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T10:09:50.814Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-04T10:09:50.814Z||pool-40-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-04T10:09:50.814Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "multicloud-k8s-id", "timestamp": 1646388570293, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-04T10:09:50.820Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 64fc4799-ae06-4974-aecb-f0c968d187d6 2022-03-04T10:09:50.820Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 64fc4799-ae06-4974-aecb-f0c968d187d6 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-03-04T10:09:50.827Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-04T10:09:50.827Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "multicloud-k8s-id", "timestamp": 1646388571297, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-03-04T10:09:50.827Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T10:09:51.704Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-04T10:09:51.705Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-04T10:09:51.707Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-04T10:09:51.707Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646388590075, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-03-04T10:09:51.807Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-04T10:09:51.808Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-04T10:09:51.808Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ... 2022-03-04T10:09:51.816Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:09:51.816Z||pool-41-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-04T10:09:52.708Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-04T10:09:52.708Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-04T10:09:52.709Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-04T10:09:52.709Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646388590075, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-03-04T10:09:52.810Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-04T10:09:52.811Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-04T10:09:52.811Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ... 2022-03-04T10:09:52.818Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:09:52.818Z||pool-42-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-04T10:09:53.710Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-04T10:09:53.711Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-04T10:09:53.713Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-04T10:09:53.713Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646388590075, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-03-04T10:09:53.813Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-04T10:09:53.814Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-04T10:09:53.814Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ... 2022-03-04T10:09:53.822Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:09:53.822Z||pool-43-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-04T10:09:54.713Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-04T10:09:54.714Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-04T10:09:54.716Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-04T10:09:54.716Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646388590075, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-03-04T10:09:54.816Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-04T10:09:54.816Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-04T10:09:54.817Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ... 2022-03-04T10:09:54.827Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:09:54.827Z||pool-44-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-03-04T10:09:55.716Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-04T10:09:55.717Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-04T10:09:55.718Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-04T10:09:55.718Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646388590075, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-04T10:09:55.819Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-04T10:09:55.819Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-04T10:09:55.819Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ... 2022-03-04T10:09:55.828Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:09:55.828Z||pool-45-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-04T10:09:56.719Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-04T10:09:56.719Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-04T10:09:56.721Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-04T10:09:56.721Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646388590075, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-03-04T10:09:56.822Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-04T10:09:56.823Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-04T10:09:56.823Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ... 2022-03-04T10:09:56.833Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:09:56.834Z||pool-46-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-04T10:09:57.722Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-04T10:09:57.723Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-04T10:09:57.724Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-04T10:09:57.724Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646388590075, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-04T10:09:57.825Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-04T10:09:57.826Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-04T10:09:57.826Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ... 2022-03-04T10:09:57.836Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:09:57.837Z||pool-47-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-04T10:09:58.725Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-04T10:09:58.726Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-04T10:09:58.727Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-04T10:09:58.727Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646388590075, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-04T10:09:58.827Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-04T10:09:58.828Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-04T10:09:58.828Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ... 2022-03-04T10:09:58.837Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:09:58.838Z||pool-48-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-04T10:09:59.729Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "b6e34d76-8e15-4765-9e3d-1f199132d310", "serviceDescription": "service", "serviceInvariantUUID": "409159b7-ade9-4c88-9601-92dae41bab2e", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "0c4cbeca-cc65-4dbf-a644-580c682d0f5d", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "f711a125-9c69-4350-9f1a-9b23cf87cc4f", "resourceInvariantUUID": "4cd15cd8-4b05-4cd3-ae45-268d6c86c91c", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "nginx_cloudtech_k8s_charts.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "75476a0d-4c8f-4468-aee5-cc71ecec5aed", "relatedArtifactsInfo": [] }, { "artifactName": "nginx_cloudtech_k8s_charts.tgz", "artifactType": "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "artifactChecksum": "YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "819fe542-0355-4fb1-97b2-7c9bf20f0da6", "relatedArtifactsInfo": [] }, { "artifactName": "basic_cnf0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "artifactChecksum": "ZmRkYjM3YTdlZDA5ZDBmZjEyMWM0NGJkNDIzYzEwZGM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c5dd50d7-2bf2-4771-bf3e-0b46516f3406", "relatedArtifactsInfo": [] }, { "artifactName": "base_dummy.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "artifactChecksum": "MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "9fcb857f-31e5-4896-8b6d-7faa2fbd19e0", "generatedArtifact": { "artifactName": "base_dummy.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d3f31cf5-d09a-4595-a5b2-c7fd1bff0d6e", "generatedFromUUID": "9fcb857f-31e5-4896-8b6d-7faa2fbd19e0" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_dummy.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d3f31cf5-d09a-4595-a5b2-c7fd1bff0d6e", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "NWFmMjBhZjhlMTc0NzAwMTI3NTc2ZGY4MTRmYTc5NWU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "28bbe942-ebbb-4d1f-bc8e-2599b673bee8" } ], "workloadContext": "Production" } 2022-03-04T10:09:59.729Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-04T10:09:59.729Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 b6e34d76-8e15-4765-9e3d-1f199132d310 ASDC 2022-03-04T10:09:59.730Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:64fc4799-ae06-4974-aecb-f0c968d187d6 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:b6e34d76-8e15-4765-9e3d-1f199132d310 ServiceInvariantUUID:409159b7-ade9-4c88-9601-92dae41bab2e ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicCnf-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ArtifactUUID:28bbe942-ebbb-4d1f-bc8e-2599b673bee8 ArtifactChecksum:NWFmMjBhZjhlMTc0NzAwMTI3NTc2ZGY4MTRmYTc5NWU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:0c4cbeca-cc65-4dbf-a644-580c682d0f5d ResourceInvariantUUID:4cd15cd8-4b05-4cd3-ae45-268d6c86c91c ResourceName:basic_cnf ResourceType:VF ResourceUUID:f711a125-9c69-4350-9f1a-9b23cf87cc4f ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:nginx_cloudtech_k8s_charts.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ArtifactUUID:75476a0d-4c8f-4468-aee5-cc71ecec5aed ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:nginx_cloudtech_k8s_charts.tgz ArtifactVersion:1 ArtifactType:CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ArtifactUUID:819fe542-0355-4fb1-97b2-7c9bf20f0da6 ArtifactChecksum:YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:basic_cnf0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ArtifactUUID:c5dd50d7-2bf2-4771-bf3e-0b46516f3406 ArtifactChecksum:ZmRkYjM3YTdlZDA5ZDBmZjEyMWM0NGJkNDIzYzEwZGM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_dummy.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ArtifactUUID:9fcb857f-31e5-4896-8b6d-7faa2fbd19e0 ArtifactChecksum:MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_dummy.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ArtifactUUID:d3f31cf5-d09a-4595-a5b2-c7fd1bff0d6e ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_dummy.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ArtifactUUID:d3f31cf5-d09a-4595-a5b2-c7fd1bff0d6e ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-04T10:09:59.730Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b6e34d76-8e15-4765-9e3d-1f199132d310 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-04T10:09:59.766Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-04T10:09:59.766Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-03-04T10:09:59.766Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-03-04T10:09:59.766Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 28bbe942-ebbb-4d1f-bc8e-2599b673bee8 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-03-04T10:09:59.767Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-03-04T10:09:59.767Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-03-04T10:10:00.056Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-03-04T10:10:00.059Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 28bbe942-ebbb-4d1f-bc8e-2599b673bee8 68921 2022-03-04T10:10:00.060Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-03-04T10:10:00.060Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-03-04T10:10:00.060Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-04T10:10:00.060Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-04T10:10:00.062Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-04T10:10:00.062Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646388600060, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-04T10:10:00.162Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-04T10:10:00.163Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-04T10:10:00.163Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ... 2022-03-04T10:10:00.175Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:10:00.175Z||pool-49-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-04T10:10:01.063Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-04T10:10:01.064Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-03-04T10:10:01.064Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 28bbe942-ebbb-4d1f-bc8e-2599b673bee8, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-04T10:10:01.065Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-03-04T10:10:01.065Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-04T10:10:01.065Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-04T10:10:01.154Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8003009976491918072/Definitions/service-BasicCnf-template.yml 2022-03-04T10:10:02.163Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-04T10:10:02.163Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-03-04T10:10:02.163Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-04T10:10:02.163Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-03-04T10:10:02.163Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-04T10:10:02.163Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-04T10:10:02.164Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-04T10:10:02.164Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 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-BasicCnf-csar.csar 2022-03-04T10:10:02.164Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-03-04T10:10:02.164Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T10:10:02.164Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-04T10:10:02.164Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-04T10:10:02.164Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-03-04T10:10:02.165Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-04T10:10:02.165Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T10:10:02.165Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-04T10:10:02.165Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-04T10:10:02.165Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-03-04T10:10:02.165Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-04T10:10:02.165Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T10:10:02.165Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-04T10:10:02.166Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T10:10:02.166Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-03-04T10:10:02.166Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-03-04T10:10:02.166Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||Node template dummy is not matching search criteria 2022-03-04T10:10:02.166Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-04T10:10:02.166Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T10:10:02.166Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-04T10:10:02.166Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T10:10:02.167Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-04T10:10:02.167Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-04T10:10:02.167Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T10:10:02.167Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-04T10:10:02.167Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-04T10:10:02.167Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T10:10:02.167Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-04T10:10:02.167Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-04T10:10:02.168Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T10:10:02.168Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-03-04T10:10:02.168Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-03-04T10:10:02.168Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=e1abd572-0d88-401d-8786-5f9f0cee3acf 2022-03-04T10:10:02.168Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T10:10:02.168Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-04T10:10:02.168Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T10:10:02.168Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-04T10:10:02.168Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T10:10:02.169Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-04T10:10:02.169Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T10:10:02.169Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-04T10:10:02.169Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:b6e34d76-8e15-4765-9e3d-1f199132d310 Model Version:NULL Model InvariantUuid:409159b7-ade9-4c88-9601-92dae41bab2e Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:5627b5a4-b2a0-48a3-b3f4-646e2aa2a5a7 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:4cd15cd8-4b05-4cd3-ae45-268d6c86c91c Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:0c4cbeca-cc65-4dbf-a644-580c682d0f5d NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:cee8dff0-e373-4d44-8cbb-dcbdd81f953d ModelName:BasicCnf..base_dummy..module-0 ModelUuid:11c26e86-af8f-44eb-8bd5-04d3e8365639 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:e1abd572-0d88-401d-8786-5f9f0cee3acf ModelInvariantUuid:e5c11445-04ab-43a6-8e18-d13af4ede883 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:0f9f4fef-0d0a-4034-b6ec-9a26946a2e89 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:14df1f8c-5738-41f7-bf93-807c05a31529 ModelInvariantUuid:61857358-c8ed-4608-a928-e42ea7ccb08d ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:c08bd60d-8adb-4b4a-a33d-7b5aef9c062d ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-03-04T10:10:02.175Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: f711a125-9c69-4350-9f1a-9b23cf87cc4f Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-04T10:10:02.178Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||INFO|500||basic_cnf 0 2022-03-04T10:10:02.178Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f711a125-9c69-4350-9f1a-9b23cf87cc4f 2022-03-04T10:10:02.178Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 75476a0d-4c8f-4468-aee5-cc71ecec5aed from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-03-04T10:10:02.178Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-03-04T10:10:02.178Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-03-04T10:10:02.364Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-03-04T10:10:02.365Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 75476a0d-4c8f-4468-aee5-cc71ecec5aed 12 2022-03-04T10:10:02.365Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-03-04T10:10:02.365Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-03-04T10:10:02.365Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-04T10:10:02.365Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-04T10:10:02.367Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-04T10:10:02.367Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646388602365, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-03-04T10:10:02.467Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-04T10:10:02.468Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-04T10:10:02.468Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ... 2022-03-04T10:10:02.480Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:10:02.481Z||pool-50-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-03-04T10:10:03.368Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 819fe542-0355-4fb1-97b2-7c9bf20f0da6 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-03-04T10:10:03.368Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-03-04T10:10:03.369Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-03-04T10:10:03.642Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-03-04T10:10:03.643Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 819fe542-0355-4fb1-97b2-7c9bf20f0da6 2688 2022-03-04T10:10:03.643Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-03-04T10:10:03.643Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-03-04T10:10:03.643Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-04T10:10:03.644Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-04T10:10:03.645Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-04T10:10:03.645Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646388603643, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-03-04T10:10:03.746Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-04T10:10:03.747Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-04T10:10:03.747Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ... 2022-03-04T10:10:03.758Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:10:03.759Z||pool-51-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-04T10:10:04.647Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: c5dd50d7-2bf2-4771-bf3e-0b46516f3406 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-03-04T10:10:04.647Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-03-04T10:10:04.648Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-03-04T10:10:05.046Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-03-04T10:10:05.047Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json c5dd50d7-2bf2-4771-bf3e-0b46516f3406 828 2022-03-04T10:10:05.047Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-03-04T10:10:05.047Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-03-04T10:10:05.047Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-04T10:10:05.048Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-04T10:10:05.050Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-04T10:10:05.050Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646388605047, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-04T10:10:05.150Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-04T10:10:05.151Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-04T10:10:05.151Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ... 2022-03-04T10:10:05.160Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:10:05.161Z||pool-52-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-03-04T10:10:06.050Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "cee8dff0-e373-4d44-8cbb-dcbdd81f953d", "vfModuleModelVersion": "1", "vfModuleModelUUID": "11c26e86-af8f-44eb-8bd5-04d3e8365639", "vfModuleModelCustomizationUUID": "1ec5bfbe-c44c-499d-838f-3136da153162", "isBase": true, "artifacts": [ "9fcb857f-31e5-4896-8b6d-7faa2fbd19e0", "819fe542-0355-4fb1-97b2-7c9bf20f0da6", "d3f31cf5-d09a-4595-a5b2-c7fd1bff0d6e" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-03-04T10:10:06.054Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:11c26e86-af8f-44eb-8bd5-04d3e8365639 VfModuleModelInvariantUUID:cee8dff0-e373-4d44-8cbb-dcbdd81f953d VfModuleModelDescription:NULL Artifacts UUID List:{ 9fcb857f-31e5-4896-8b6d-7faa2fbd19e0 , 819fe542-0355-4fb1-97b2-7c9bf20f0da6 , d3f31cf5-d09a-4595-a5b2-c7fd1bff0d6e } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-03-04T10:10:06.056Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "cee8dff0-e373-4d44-8cbb-dcbdd81f953d", "vfModuleModelVersion": "1", "vfModuleModelUUID": "11c26e86-af8f-44eb-8bd5-04d3e8365639", "vfModuleModelCustomizationUUID": "1ec5bfbe-c44c-499d-838f-3136da153162", "isBase": true, "artifacts": [ "9fcb857f-31e5-4896-8b6d-7faa2fbd19e0", "819fe542-0355-4fb1-97b2-7c9bf20f0da6", "d3f31cf5-d09a-4595-a5b2-c7fd1bff0d6e" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-03-04T10:10:06.056Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:11c26e86-af8f-44eb-8bd5-04d3e8365639 VfModuleModelInvariantUUID:cee8dff0-e373-4d44-8cbb-dcbdd81f953d VfModuleModelDescription:NULL Artifacts UUID List:{ 9fcb857f-31e5-4896-8b6d-7faa2fbd19e0 , 819fe542-0355-4fb1-97b2-7c9bf20f0da6 , d3f31cf5-d09a-4595-a5b2-c7fd1bff0d6e } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-03-04T10:10:06.056Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 9fcb857f-31e5-4896-8b6d-7faa2fbd19e0 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-03-04T10:10:06.056Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-03-04T10:10:06.056Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-03-04T10:10:06.352Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-03-04T10:10:06.353Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 9fcb857f-31e5-4896-8b6d-7faa2fbd19e0 1164 2022-03-04T10:10:06.353Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-03-04T10:10:06.353Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-03-04T10:10:06.353Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-04T10:10:06.354Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-04T10:10:06.355Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-04T10:10:06.356Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646388606353, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-03-04T10:10:06.456Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-04T10:10:06.457Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-04T10:10:06.457Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ... 2022-03-04T10:10:06.466Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:10:06.467Z||pool-53-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2022-03-04T10:10:07.356Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d3f31cf5-d09a-4595-a5b2-c7fd1bff0d6e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-03-04T10:10:07.357Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-03-04T10:10:07.357Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-03-04T10:10:07.843Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-03-04T10:10:07.843Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env d3f31cf5-d09a-4595-a5b2-c7fd1bff0d6e 200 2022-03-04T10:10:07.843Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-03-04T10:10:07.843Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-03-04T10:10:07.844Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-04T10:10:07.844Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-04T10:10:07.845Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-04T10:10:07.845Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646388607843, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-03-04T10:10:07.945Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-04T10:10:07.946Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-04T10:10:07.946Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ... 2022-03-04T10:10:07.956Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:10:07.956Z||pool-54-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-04T10:10:08.845Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: b6e34d76-8e15-4765-9e3d-1f199132d310 2022-03-04T10:10:08.846Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 f711a125-9c69-4350-9f1a-9b23cf87cc4f ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? 2022-03-04T10:10:08.858Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-04T10:10:08.865Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6f4a5550, org.onap.sdc.toscaparser.api.parameters.Input@29315681, org.onap.sdc.toscaparser.api.parameters.Input@55354cf7, org.onap.sdc.toscaparser.api.parameters.Input@2976df9, org.onap.sdc.toscaparser.api.parameters.Input@3fca482e] 2022-03-04T10:10:08.866Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T10:10:08.867Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-04T10:10:08.867Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2022-03-04T10:10:08.867Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 0c4cbeca-cc65-4dbf-a644-580c682d0f5d 2022-03-04T10:10:08.867Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0c4cbeca-cc65-4dbf-a644-580c682d0f5d matches Tosca VF Customization UUID: 0c4cbeca-cc65-4dbf-a644-580c682d0f5d 2022-03-04T10:10:08.867Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 0c4cbeca-cc65-4dbf-a644-580c682d0f5d matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-03-04T10:10:08.870Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T10:10:08.870Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-04T10:10:08.870Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 0c4cbeca-cc65-4dbf-a644-580c682d0f5d: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"} 2022-03-04T10:10:08.871Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5a0060b2 2022-03-04T10:10:08.871Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T10:10:08.871Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-04T10:10:08.871Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1ec5bfbe-c44c-499d-838f-3136da153162 2022-03-04T10:10:08.871Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1ec5bfbe-c44c-499d-838f-3136da153162 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-03-04T10:10:08.873Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T10:10:08.873Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-04T10:10:08.873Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-04T10:10:08.874Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T10:10:08.874Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-04T10:10:08.874Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-04T10:10:08.874Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T10:10:08.874Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-03-04T10:10:08.874Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-03-04T10:10:08.874Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=e1abd572-0d88-401d-8786-5f9f0cee3acf Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-03-04T10:10:08.876Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T10:10:08.876Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-04T10:10:08.876Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-04T10:10:08.876Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T10:10:08.876Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-04T10:10:08.876Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=0c4cbeca-cc65-4dbf-a644-580c682d0f5d Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-04T10:10:08.878Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T10:10:08.878Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-04T10:10:08.878Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid b6e34d76-8e15-4765-9e3d-1f199132d310: basic_cnf 2022-03-04T10:10:08.878Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T10:10:08.878Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-04T10:10:08.878Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T10:10:08.878Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-04T10:10:08.878Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T10:10:08.879Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-04T10:10:08.879Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T10:10:08.879Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-04T10:10:08.879Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T10:10:08.879Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-04T10:10:08.879Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||INFO|500||Saving Service: basic_cnf Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: 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 vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-04T10:10:08.940Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf f711a125-9c69-4350-9f1a-9b23cf87cc4f 1 ASDC deployResourceStructure 2022-03-04T10:10:08.941Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-03-04T10:10:08.941Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource) 2022-03-04T10:10:08.941Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-03-04T10:10:08.942Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-04T10:10:08.943Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-04T10:10:08.943Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646388608941, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-03-04T10:10:09.044Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-04T10:10:09.044Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-04T10:10:09.044Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ... 2022-03-04T10:10:09.056Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:10:09.056Z||pool-55-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-04T10:10:09.944Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-03-04T10:10:09.945Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource) 2022-03-04T10:10:09.945Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-03-04T10:10:09.945Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-04T10:10:09.947Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-04T10:10:09.947Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646388609944, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-03-04T10:10:10.047Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-04T10:10:10.048Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-04T10:10:10.048Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ... 2022-03-04T10:10:10.059Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:10:10.059Z||pool-56-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-03-04T10:10:10.948Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-03-04T10:10:10.949Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-03-04T10:10:10.949Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-04T10:10:10.949Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-04T10:10:10.951Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-04T10:10:10.951Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646388610948, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-03-04T10:10:11.051Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-04T10:10:11.052Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-04T10:10:11.052Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ... 2022-03-04T10:10:11.062Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:10:11.062Z||pool-57-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-03-04T10:10:11.952Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-03-04T10:10:11.952Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-03-04T10:10:11.952Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-04T10:10:11.953Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-04T10:10:11.955Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-04T10:10:11.955Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646388611952, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-03-04T10:10:12.055Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-04T10:10:12.056Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-04T10:10:12.056Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ... 2022-03-04T10:10:12.067Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:10:12.067Z||pool-58-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-04T10:10:12.956Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-03-04T10:10:12.956Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-03-04T10:10:12.957Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-04T10:10:12.957Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-04T10:10:12.959Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-04T10:10:12.959Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646388612956, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-03-04T10:10:13.059Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-04T10:10:13.060Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-04T10:10:13.060Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ... 2022-03-04T10:10:13.071Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:10:13.071Z||pool-59-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-04T10:10:13.959Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-03-04T10:10:13.960Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-03-04T10:10:13.960Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-04T10:10:13.961Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-04T10:10:13.963Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-04T10:10:13.963Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646388613959, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-04T10:10:14.063Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-04T10:10:14.064Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-04T10:10:14.064Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ... 2022-03-04T10:10:14.073Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:10:14.074Z||pool-60-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-03-04T10:10:14.964Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 64fc4799-ae06-4974-aecb-f0c968d187d6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-04T10:10:14.975Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 64fc4799-ae06-4974-aecb-f0c968d187d6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-04T10:10:14.978Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-04T10:10:14.978Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-04T10:10:14.978Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-04T10:10:14.978Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-04T10:10:14.978Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-04T10:10:14.978Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-04T10:10:14.978Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-04T10:10:14.978Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-04T10:10:14.978Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-04T10:10:14.978Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-04T10:10:14.978Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-04T10:10:14.984Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-04T10:10:44.984Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 64fc4799-ae06-4974-aecb-f0c968d187d6 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-03-04T10:10:44.991Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 64fc4799-ae06-4974-aecb-f0c968d187d6 and serviceModelVersionId: b6e34d76-8e15-4765-9e3d-1f199132d310 2022-03-04T10:10:44.992Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 409159b7-ade9-4c88-9601-92dae41bab2e 2022-03-04T10:10:44.992Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/409159b7-ade9-4c88-9601-92dae41bab2e/model-vers/model-ver/b6e34d76-8e15-4765-9e3d-1f199132d310?depth=0 2022-03-04T10:10:44.998Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-03-04T10:10:45.030Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/409159b7-ade9-4c88-9601-92dae41bab2e/model-vers/model-ver/b6e34d76-8e15-4765-9e3d-1f199132d310?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-03-04T10:10:45.031Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/409159b7-ade9-4c88-9601-92dae41bab2e/model-vers/model-ver/b6e34d76-8e15-4765-9e3d-1f199132d310?depth=0|INFO|500||Invoke 2022-03-04T10:10:45.050Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/409159b7-ade9-4c88-9601-92dae41bab2e/model-vers/model-ver/b6e34d76-8e15-4765-9e3d-1f199132d310?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-04T10:10:45.142Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/409159b7-ade9-4c88-9601-92dae41bab2e/model-vers/model-ver/b6e34d76-8e15-4765-9e3d-1f199132d310?depth=0|INFO|500||InvokeReturn 2022-03-04T10:10:45.142Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/409159b7-ade9-4c88-9601-92dae41bab2e/model-vers/model-ver/b6e34d76-8e15-4765-9e3d-1f199132d310?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220304-10:10:45:058-22009], vertex-id=[233552], Content-Length=[0], Date=[Fri, 04 Mar 2022 10:10:45 GMT], Content-Type=[application/json]} 2022-03-04T10:10:45.142Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity. 2022-03-04T10:10:45.143Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-04T10:10:45.143Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-04T10:10:45.149Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-04T10:10:45.150Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 64fc4799-ae06-4974-aecb-f0c968d187d6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-04T10:10:45.150Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-04T10:10:45.150Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-04T10:10:45.152Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-04T10:10:45.152Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646388645150, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-04T10:10:45.253Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-04T10:10:45.253Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-04T10:10:45.253Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ... 2022-03-04T10:10:45.266Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:10:45.266Z||pool-61-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-04T10:10:50.075Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T10:10:50.076Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T10:10:50.076Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ... 2022-03-04T10:10:50.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T10:10:50.077Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T10:10:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T10:10:50.196Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:10:50.197Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-04T10:10:50.197Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646388590075, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-04T10:10:50.198Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-04T10:10:59.616Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:11:50.075Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T10:11:50.076Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T10:11:50.076Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ... 2022-03-04T10:11:50.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T10:11:50.077Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T10:11:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T10:11:50.598Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:11:50.599Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-04T10:11:50.599Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646388590075, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-03-04T10:11:50.600Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-04T10:11:50.600Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-04T10:11:50.600Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646388590075, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-03-04T10:11:50.600Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-04T10:11:50.600Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-04T10:11:50.600Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646388590075, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-03-04T10:11:50.601Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-04T10:11:50.601Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-04T10:11:50.601Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646388590075, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-03-04T10:11:50.601Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-04T10:11:50.601Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-04T10:11:50.601Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646388590075, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-04T10:11:50.601Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-04T10:11:50.601Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-04T10:11:50.601Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646388590075, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-03-04T10:11:50.601Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-04T10:11:50.601Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-04T10:11:50.601Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646388590075, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-04T10:11:50.602Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-04T10:11:50.602Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-04T10:11:50.602Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646388590075, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-04T10:11:50.602Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-04T10:11:50.602Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-04T10:11:50.602Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646388600060, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-04T10:11:50.602Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T10:11:50.602Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-04T10:11:50.602Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646388602365, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-03-04T10:11:50.602Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T10:11:50.603Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-04T10:11:50.603Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646388603643, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-03-04T10:11:50.603Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T10:11:50.603Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-04T10:11:50.603Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646388605047, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-04T10:11:50.603Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T10:11:50.603Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-04T10:11:50.603Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646388606353, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-03-04T10:11:50.603Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T10:11:50.603Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-04T10:11:50.603Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646388607843, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-03-04T10:11:50.603Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T10:11:50.603Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-04T10:11:50.603Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646388608941, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-03-04T10:11:50.604Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T10:11:50.604Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-04T10:11:50.604Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646388609944, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-03-04T10:11:50.604Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T10:11:50.604Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-04T10:11:50.604Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646388610948, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-03-04T10:11:50.604Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T10:11:50.604Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-04T10:11:50.604Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646388611952, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-03-04T10:11:50.604Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T10:11:50.604Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-04T10:11:50.604Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646388612956, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-03-04T10:11:50.604Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T10:11:50.605Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-04T10:11:50.605Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646388613959, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-04T10:11:50.605Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T10:11:50.605Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-04T10:11:50.605Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646388645150, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-04T10:11:50.605Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T10:11:59.619Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:12:50.075Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T10:12:50.076Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T10:12:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T10:12:50.077Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T10:12:50.077Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T10:12:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T10:12:59.619Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:12:59.621Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:13:50.075Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T10:13:50.076Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T10:13:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T10:13:50.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T10:13:50.077Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T10:13:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T10:13:59.617Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:13:59.619Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:14:50.075Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T10:14:50.076Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T10:14:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T10:14:50.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T10:14:50.077Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T10:14:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T10:14:59.618Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:14:59.619Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:15:50.075Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T10:15:50.076Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T10:15:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T10:15:50.077Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T10:15:50.077Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T10:15:50.077Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|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 Zam1qr386phPFzBX) ... 2022-03-04T10:15:59.618Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:15:59.631Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:16:50.075Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T10:16:50.076Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T10:16:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T10:16:50.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T10:16:50.077Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T10:16:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T10:16:59.615Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:16:59.619Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:17:50.075Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T10:17:50.076Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T10:17:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T10:17:50.077Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T10:17:50.077Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T10:17:50.077Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|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 Zam1qr386phPFzBX) ... 2022-03-04T10:17:59.620Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:17:59.620Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:18:50.075Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T10:18:50.076Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|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. 2022-03-04T10:18:50.076Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|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 Zam1qr386phPFzBX) ... 2022-03-04T10:18:50.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T10:18:50.078Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T10:18:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T10:18:59.620Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:18:59.622Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:19:50.075Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T10:19:50.076Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T10:19:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T10:19:50.077Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T10:19:50.077Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T10:19:50.077Z|64fc4799-ae06-4974-aecb-f0c968d187d6|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 Zam1qr386phPFzBX) ... 2022-03-04T10:19:59.615Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:19:59.617Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:20:50.075Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T10:20:50.076Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T10:20:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T10:20:50.077Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T10:20:50.077Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T10:20:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T10:20:59.616Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:20:59.617Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:21:50.075Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T10:21:50.076Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T10:21:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T10:21:50.077Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T10:21:50.077Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T10:21:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T10:21:59.612Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:21:59.619Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:22:50.075Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T10:22:50.076Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T10:22:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T10:22:50.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T10:22:50.077Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T10:22:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T10:22:59.618Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:22:59.627Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:23:50.076Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T10:23:50.076Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T10:23:50.077Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T10:23:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T10:23:50.077Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T10:23:50.077Z|64fc4799-ae06-4974-aecb-f0c968d187d6|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 Zam1qr386phPFzBX) ... 2022-03-04T10:23:59.624Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:23:59.624Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:24:50.075Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T10:24:50.076Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T10:24:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T10:24:50.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T10:24:50.077Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T10:24:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T10:24:59.616Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:24:59.619Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:25:50.075Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T10:25:50.076Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T10:25:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T10:25:50.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T10:25:50.077Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T10:25:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T10:25:59.619Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:25:59.621Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:26:50.075Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T10:26:50.076Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T10:26:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T10:26:50.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T10:26:50.077Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T10:26:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T10:26:59.618Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:26:59.627Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:27:50.075Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T10:27:50.076Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T10:27:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T10:27:50.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T10:27:50.077Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T10:27:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T10:27:59.620Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:27:59.622Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:28:50.075Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T10:28:50.076Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T10:28:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T10:28:50.077Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T10:28:50.077Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T10:28:50.077Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|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 Zam1qr386phPFzBX) ... 2022-03-04T10:28:56.903Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:28:56.904Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-04T10:28:56.904Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"9cadc01c-41dd-4e17-8630-6da6628498ec","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"0fec8da4-93bf-4f3d-8542-f4385df217e0","serviceDescription":"service","serviceInvariantUUID":"0e293664-3d54-4cfa-92df-ef82f4c6e85b","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"747218c6-660e-4012-bad2-fe9a24d58844","resourceInvariantUUID":"6b8795d5-4ae9-4bf1-919f-6ef9fd69ab0f","resourceCustomizationUUID":"e0c9e38e-403e-4e12-ad7a-68c456f1c015","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"Y2I4ZmU1ZmViOTRjZTk5MmViMjQ2ZTZmZTMzNjYzZWE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"122ba347-20bd-4f8f-8f7a-0f7bbcb42d09","artifactVersion":"1"},{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml","artifactChecksum":"MmYyYmM0ODhjMzYxZTVhZDdkODRhYTllNWMwZDNiNjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3c08dae5-c00f-40de-bdaa-71c0e1d52d65","artifactVersion":"1"},{"artifactName":"basicclamp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json","artifactChecksum":"NmNmZjFmYTg4YjUxOTYyYjE5ZTgzMWNjOWQxYzUwZTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"16db6559-0514-4fbc-86d3-01237c74e62f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a0542be0-1ecb-4c3f-98ff-7e6dcd5f7bff","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml","artifactChecksum":"YjcyZGVmNGE4ZjdlNGFiNTFmNjNhOWVkMzg1MDI0YzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"beaa7997-1af0-46d5-839c-28c237e2de44","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e85f6996-4737-49ba-972c-b90293c962ae","artifactVersion":"2","generatedFromUUID":"a0542be0-1ecb-4c3f-98ff-7e6dcd5f7bff"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"MmQ5N2ZhNzNkZDJlNWJiMGQxNzhjNmUwYTEzYWMxYzc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5a1831df-2265-4ddf-bdc4-f8cad807b2b9","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"ZDlkMjljNGUwYTdiZWQzYzc4MDExMTZkZjc3ZTNmMjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5721b383-9799-4ce5-a415-eb3741f8f3fc","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-04T10:28:56.906Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-04T10:28:56.907Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-04T10:28:56.909Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-04T10:28:56.909Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646389730075, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-04T10:28:57.009Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-04T10:28:57.010Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-04T10:28:57.010Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ... 2022-03-04T10:28:57.025Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:28:57.026Z||pool-62-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":4,"count":1} 2022-03-04T10:28:57.137Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:28:57.138Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:28:57.138Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646389730075, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-04T10:28:57.138Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:28:57.138Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:28:57.139Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "ves-openapi-manager", "timestamp": 1646389731737, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-04T10:28:57.139Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:28:57.910Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-04T10:28:57.910Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-04T10:28:57.912Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-04T10:28:57.912Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646389730075, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-04T10:28:58.012Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-04T10:28:58.013Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-04T10:28:58.013Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ... 2022-03-04T10:28:58.029Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:28:58.029Z||pool-63-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-04T10:28:58.912Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-04T10:28:58.913Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-04T10:28:58.915Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-04T10:28:58.915Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646389730075, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-03-04T10:28:59.016Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-04T10:28:59.017Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-04T10:28:59.017Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ... 2022-03-04T10:28:59.028Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:28:59.028Z||pool-64-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-04T10:28:59.916Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-04T10:28:59.917Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-04T10:28:59.919Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-04T10:28:59.919Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646389730075, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-04T10:29:00.019Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-04T10:29:00.020Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-04T10:29:00.020Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ... 2022-03-04T10:29:00.041Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:29:00.041Z||pool-65-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":2,"count":1} 2022-03-04T10:29:00.919Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-04T10:29:00.920Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-04T10:29:00.922Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-04T10:29:00.922Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646389730075, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-04T10:29:01.022Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-04T10:29:01.022Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-04T10:29:01.023Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ... 2022-03-04T10:29:01.033Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:29:01.034Z||pool-66-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-04T10:29:01.922Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-04T10:29:01.923Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-04T10:29:01.925Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-04T10:29:01.926Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646389730075, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-04T10:29:02.026Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-04T10:29:02.026Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-04T10:29:02.026Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ... 2022-03-04T10:29:02.041Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:29:02.042Z||pool-67-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-04T10:29:02.926Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-04T10:29:02.927Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-04T10:29:02.929Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-04T10:29:02.929Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646389730075, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-04T10:29:03.030Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-04T10:29:03.030Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-04T10:29:03.031Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ... 2022-03-04T10:29:03.045Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:29:03.045Z||pool-68-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-04T10:29:03.929Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-04T10:29:03.930Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-04T10:29:03.931Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-04T10:29:03.932Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646389730075, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-04T10:29:04.032Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-04T10:29:04.033Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-04T10:29:04.033Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ... 2022-03-04T10:29:04.057Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:29:04.057Z||pool-69-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-03-04T10:29:04.933Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "serviceName": "basicclamp", "serviceVersion": "1.0", "serviceUUID": "0fec8da4-93bf-4f3d-8542-f4385df217e0", "serviceDescription": "service", "serviceInvariantUUID": "0e293664-3d54-4cfa-92df-ef82f4c6e85b", "resources": [ { "resourceInstanceName": "basicclamp 0", "resourceCustomizationUUID": "e0c9e38e-403e-4e12-ad7a-68c456f1c015", "resourceName": "basicclamp", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "747218c6-660e-4012-bad2-fe9a24d58844", "resourceInvariantUUID": "6b8795d5-4ae9-4bf1-919f-6ef9fd69ab0f", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basicclamp0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "artifactChecksum": "NmNmZjFmYTg4YjUxOTYyYjE5ZTgzMWNjOWQxYzUwZTM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "16db6559-0514-4fbc-86d3-01237c74e62f", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "a0542be0-1ecb-4c3f-98ff-7e6dcd5f7bff", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "e85f6996-4737-49ba-972c-b90293c962ae", "generatedFromUUID": "a0542be0-1ecb-4c3f-98ff-7e6dcd5f7bff" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "e85f6996-4737-49ba-972c-b90293c962ae", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Basicclamp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "artifactChecksum": "ZDlkMjljNGUwYTdiZWQzYzc4MDExMTZkZjc3ZTNmMjI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5721b383-9799-4ce5-a415-eb3741f8f3fc" } ], "workloadContext": "Production" } 2022-03-04T10:29:04.934Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-04T10:29:04.934Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0fec8da4-93bf-4f3d-8542-f4385df217e0 ASDC 2022-03-04T10:29:04.935Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:9cadc01c-41dd-4e17-8630-6da6628498ec ServiceName:basicclamp ServiceVersion:1.0 ServiceUUID:0fec8da4-93bf-4f3d-8542-f4385df217e0 ServiceInvariantUUID:0e293664-3d54-4cfa-92df-ef82f4c6e85b ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Basicclamp-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ArtifactUUID:5721b383-9799-4ce5-a415-eb3741f8f3fc ArtifactChecksum:ZDlkMjljNGUwYTdiZWQzYzc4MDExMTZkZjc3ZTNmMjI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basicclamp 0 ResourceCustomizationUUID:e0c9e38e-403e-4e12-ad7a-68c456f1c015 ResourceInvariantUUID:6b8795d5-4ae9-4bf1-919f-6ef9fd69ab0f ResourceName:basicclamp ResourceType:VF ResourceUUID:747218c6-660e-4012-bad2-fe9a24d58844 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basicclamp0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ArtifactUUID:16db6559-0514-4fbc-86d3-01237c74e62f ArtifactChecksum:NmNmZjFmYTg4YjUxOTYyYjE5ZTgzMWNjOWQxYzUwZTM= 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/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ArtifactUUID:a0542be0-1ecb-4c3f-98ff-7e6dcd5f7bff 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/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ArtifactUUID:e85f6996-4737-49ba-972c-b90293c962ae 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/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ArtifactUUID:e85f6996-4737-49ba-972c-b90293c962ae ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-04T10:29:04.935Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0fec8da4-93bf-4f3d-8542-f4385df217e0 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-04T10:29:04.970Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-04T10:29:04.970Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-03-04T10:29:04.970Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-03-04T10:29:04.970Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 5721b383-9799-4ce5-a415-eb3741f8f3fc from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-03-04T10:29:04.971Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-03-04T10:29:04.971Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-03-04T10:29:05.786Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-03-04T10:29:05.789Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 5721b383-9799-4ce5-a415-eb3741f8f3fc 73642 2022-03-04T10:29:05.789Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2022-03-04T10:29:05.789Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-03-04T10:29:05.789Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-04T10:29:05.789Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-04T10:29:05.792Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-04T10:29:05.792Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646389745789, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-04T10:29:05.893Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-04T10:29:05.893Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-04T10:29:05.893Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ... 2022-03-04T10:29:05.908Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:29:05.909Z||pool-70-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-04T10:29:06.792Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-04T10:29:06.794Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-03-04T10:29:06.794Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 5721b383-9799-4ce5-a415-eb3741f8f3fc, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-04T10:29:06.794Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar 2022-03-04T10:29:06.795Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-04T10:29:06.795Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-04T10:29:06.955Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8462741573164129771/Definitions/service-Basicclamp-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided 2022-03-04T10:29:07.972Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-04T10:29:07.973Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-03-04T10:29:07.973Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-04T10:29:07.973Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-03-04T10:29:07.973Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 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-Basicclamp-csar.csar 2022-03-04T10:29:07.973Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||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-Basicclamp-csar.csar 2022-03-04T10:29:07.973Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-04T10:29:07.973Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||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-Basicclamp-csar.csar 2022-03-04T10:29:07.973Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-04T10:29:07.973Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-04T10:29:07.973Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-04T10:29:07.973Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-04T10:29:07.973Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||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-Basicclamp-csar.csar 2022-03-04T10:29:07.973Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-03-04T10:29:07.973Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T10:29:07.974Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-04T10:29:07.974Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-04T10:29:07.974Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-03-04T10:29:07.974Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-04T10:29:07.974Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T10:29:07.974Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-04T10:29:07.974Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-04T10:29:07.974Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-03-04T10:29:07.974Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-04T10:29:07.974Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T10:29:07.974Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-04T10:29:07.975Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T10:29:07.975Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-03-04T10:29:07.975Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-03-04T10:29:07.975Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-03-04T10:29:07.975Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-03-04T10:29:07.975Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-04T10:29:07.975Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-04T10:29:07.975Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T10:29:07.975Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-04T10:29:07.975Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T10:29:07.975Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-04T10:29:07.975Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-04T10:29:07.976Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T10:29:07.976Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-04T10:29:07.976Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-04T10:29:07.976Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T10:29:07.976Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-04T10:29:07.976Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-04T10:29:07.976Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T10:29:07.976Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-03-04T10:29:07.976Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-03-04T10:29:07.976Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-04T10:29:07.977Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e79b2176-93bd-4232-926a-d48c41bfac24 2022-03-04T10:29:07.977Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T10:29:07.977Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-04T10:29:07.977Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T10:29:07.977Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-04T10:29:07.977Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T10:29:07.977Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-04T10:29:07.977Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T10:29:07.977Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-04T10:29:07.977Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basicclamp Description:service Model UUID:0fec8da4-93bf-4f3d-8542-f4385df217e0 Model Version:NULL Model InvariantUuid:0e293664-3d54-4cfa-92df-ef82f4c6e85b Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basicclamp Model UUID:248dcc4b-a925-4788-8bb3-79d663219b66 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:6b8795d5-4ae9-4bf1-919f-6ef9fd69ab0f Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:e0c9e38e-403e-4e12-ad7a-68c456f1c015 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:ccdca336-eb59-4f9c-93f4-ee49f800a60b ModelName:Basicclamp..base_ubuntu18..module-0 ModelUuid:81973781-2e3f-43bd-af68-5be7e97d28cb ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:e79b2176-93bd-4232-926a-d48c41bfac24 ModelInvariantUuid:9c0a0ef2-6478-4b0e-a3ef-8e87114be6c0 ModelName:basicclamp-nodes.ubuntu18Cvfc ModelUuid:5938ddcf-773d-4b28-9acd-73bd3bc4774a ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:c49ac049-dc72-44b0-9069-b6a676228dd9 ModelInvariantUuid:a7788481-7e1f-49dd-a187-cada9f2e3b61 ModelName:Basicclamp.compute.nodes.heat.ubuntu18 ModelUuid:456633c3-16b6-487e-9a9c-55316ce5bbe3 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-03-04T10:29:07.985Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 747218c6-660e-4012-bad2-fe9a24d58844 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-04T10:29:07.989Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||INFO|500||basicclamp 0 2022-03-04T10:29:07.989Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 747218c6-660e-4012-bad2-fe9a24d58844 2022-03-04T10:29:07.989Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 16db6559-0514-4fbc-86d3-01237c74e62f from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-03-04T10:29:07.989Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-03-04T10:29:07.989Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-03-04T10:29:08.350Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-03-04T10:29:08.350Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 16db6559-0514-4fbc-86d3-01237c74e62f 790 2022-03-04T10:29:08.351Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2022-03-04T10:29:08.351Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-03-04T10:29:08.351Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-04T10:29:08.351Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-04T10:29:08.354Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-04T10:29:08.355Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646389748351, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-04T10:29:08.453Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-03-04T10:29:08.454Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-04T10:29:08.454Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ... 2022-03-04T10:29:08.464Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:29:08.464Z||pool-71-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-04T10:29:09.355Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "ccdca336-eb59-4f9c-93f4-ee49f800a60b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "81973781-2e3f-43bd-af68-5be7e97d28cb", "vfModuleModelCustomizationUUID": "e135d23f-21ec-48fe-b960-e73ad11890e4", "isBase": true, "artifacts": [ "a0542be0-1ecb-4c3f-98ff-7e6dcd5f7bff", "e85f6996-4737-49ba-972c-b90293c962ae" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-03-04T10:29:09.359Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:81973781-2e3f-43bd-af68-5be7e97d28cb VfModuleModelInvariantUUID:ccdca336-eb59-4f9c-93f4-ee49f800a60b VfModuleModelDescription:NULL Artifacts UUID List:{ a0542be0-1ecb-4c3f-98ff-7e6dcd5f7bff , e85f6996-4737-49ba-972c-b90293c962ae } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-03-04T10:29:09.360Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "ccdca336-eb59-4f9c-93f4-ee49f800a60b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "81973781-2e3f-43bd-af68-5be7e97d28cb", "vfModuleModelCustomizationUUID": "e135d23f-21ec-48fe-b960-e73ad11890e4", "isBase": true, "artifacts": [ "a0542be0-1ecb-4c3f-98ff-7e6dcd5f7bff", "e85f6996-4737-49ba-972c-b90293c962ae" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-03-04T10:29:09.360Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:81973781-2e3f-43bd-af68-5be7e97d28cb VfModuleModelInvariantUUID:ccdca336-eb59-4f9c-93f4-ee49f800a60b VfModuleModelDescription:NULL Artifacts UUID List:{ a0542be0-1ecb-4c3f-98ff-7e6dcd5f7bff , e85f6996-4737-49ba-972c-b90293c962ae } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-03-04T10:29:09.360Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: a0542be0-1ecb-4c3f-98ff-7e6dcd5f7bff from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-03-04T10:29:09.360Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-03-04T10:29:09.360Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-03-04T10:29:09.582Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-03-04T10:29:09.582Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml a0542be0-1ecb-4c3f-98ff-7e6dcd5f7bff 5033 2022-03-04T10:29:09.582Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-03-04T10:29:09.582Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-03-04T10:29:09.583Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-04T10:29:09.583Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-04T10:29:09.584Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-04T10:29:09.584Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646389749582, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-04T10:29:09.684Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-04T10:29:09.685Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-04T10:29:09.685Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ... 2022-03-04T10:29:09.695Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:29:09.696Z||pool-72-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-04T10:29:10.585Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e85f6996-4737-49ba-972c-b90293c962ae from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-03-04T10:29:10.585Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-03-04T10:29:10.585Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-03-04T10:29:10.791Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-03-04T10:29:10.791Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env e85f6996-4737-49ba-972c-b90293c962ae 909 2022-03-04T10:29:10.792Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-03-04T10:29:10.792Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-03-04T10:29:10.792Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-04T10:29:10.792Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-04T10:29:10.793Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-04T10:29:10.793Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646389750792, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-04T10:29:10.894Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-04T10:29:10.894Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-04T10:29:10.894Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ... 2022-03-04T10:29:10.904Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:29:10.905Z||pool-73-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-03-04T10:29:11.794Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 0fec8da4-93bf-4f3d-8542-f4385df217e0 2022-03-04T10:29:11.794Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 747218c6-660e-4012-bad2-fe9a24d58844 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-04T10:29:11.809Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2754b9c, org.onap.sdc.toscaparser.api.parameters.Input@514fefc8, org.onap.sdc.toscaparser.api.parameters.Input@5a420ccb, org.onap.sdc.toscaparser.api.parameters.Input@b3b8eb3, org.onap.sdc.toscaparser.api.parameters.Input@23ba1de3] 2022-03-04T10:29:11.810Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T10:29:11.810Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-04T10:29:11.810Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2022-03-04T10:29:11.811Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= e0c9e38e-403e-4e12-ad7a-68c456f1c015 2022-03-04T10:29:11.811Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e0c9e38e-403e-4e12-ad7a-68c456f1c015 matches Tosca VF Customization UUID: e0c9e38e-403e-4e12-ad7a-68c456f1c015 2022-03-04T10:29:11.811Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: e0c9e38e-403e-4e12-ad7a-68c456f1c015 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-03-04T10:29:11.813Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T10:29:11.813Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-04T10:29:11.813Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id e0c9e38e-403e-4e12-ad7a-68c456f1c015: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"} 2022-03-04T10:29:11.813Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1052b694 2022-03-04T10:29:11.814Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T10:29:11.814Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-04T10:29:11.814Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e135d23f-21ec-48fe-b960-e73ad11890e4 2022-03-04T10:29:11.814Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e135d23f-21ec-48fe-b960-e73ad11890e4 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-03-04T10:29:11.817Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T10:29:11.817Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-04T10:29:11.818Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-04T10:29:11.818Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T10:29:11.818Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-04T10:29:11.818Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-04T10:29:11.818Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T10:29:11.818Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-03-04T10:29:11.818Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-03-04T10:29:11.818Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-04T10:29:11.818Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e79b2176-93bd-4232-926a-d48c41bfac24 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-03-04T10:29:11.820Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T10:29:11.820Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-04T10:29:11.821Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-04T10:29:11.821Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T10:29:11.821Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-04T10:29:11.821Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=e0c9e38e-403e-4e12-ad7a-68c456f1c015 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-04T10:29:11.822Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T10:29:11.822Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-04T10:29:11.823Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 0fec8da4-93bf-4f3d-8542-f4385df217e0: basicclamp 2022-03-04T10:29:11.823Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T10:29:11.823Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-04T10:29:11.823Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T10:29:11.823Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-04T10:29:11.823Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T10:29:11.823Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-04T10:29:11.823Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T10:29:11.824Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-04T10:29:11.824Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T10:29:11.824Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-04T10:29:11.824Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||INFO|500||Saving Service: basicclamp Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-04T10:29:11.912Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 747218c6-660e-4012-bad2-fe9a24d58844 1 ASDC deployResourceStructure 2022-03-04T10:29:11.912Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2022-03-04T10:29:11.912Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-03-04T10:29:11.913Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-04T10:29:11.913Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-04T10:29:11.914Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-04T10:29:11.914Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646389751912, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-03-04T10:29:12.015Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-04T10:29:12.015Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-04T10:29:12.015Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ... 2022-03-04T10:29:12.024Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:29:12.024Z||pool-74-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-04T10:29:12.915Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-03-04T10:29:12.915Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-03-04T10:29:12.916Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-04T10:29:12.916Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-04T10:29:12.917Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-04T10:29:12.917Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646389752915, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-03-04T10:29:13.017Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-04T10:29:13.018Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-04T10:29:13.018Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ... 2022-03-04T10:29:13.029Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:29:13.029Z||pool-75-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-03-04T10:29:13.918Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-03-04T10:29:13.919Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-03-04T10:29:13.919Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-04T10:29:13.919Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-04T10:29:13.921Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-04T10:29:13.921Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646389753918, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-03-04T10:29:14.021Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-04T10:29:14.022Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-04T10:29:14.022Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ... 2022-03-04T10:29:14.033Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:29:14.033Z||pool-76-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-03-04T10:29:14.922Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2022-03-04T10:29:14.923Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-03-04T10:29:14.923Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-04T10:29:14.923Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-04T10:29:14.925Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-04T10:29:14.926Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646389754922, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-03-04T10:29:15.026Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-04T10:29:15.026Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-04T10:29:15.026Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ... 2022-03-04T10:29:15.035Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:29:15.035Z||pool-77-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-04T10:29:15.926Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9cadc01c-41dd-4e17-8630-6da6628498ec Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-04T10:29:15.936Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9cadc01c-41dd-4e17-8630-6da6628498ec Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-04T10:29:15.938Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-04T10:29:15.939Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-04T10:29:15.939Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-04T10:29:45.939Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9cadc01c-41dd-4e17-8630-6da6628498ec Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-04T10:29:45.953Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9cadc01c-41dd-4e17-8630-6da6628498ec Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-04T10:29:45.955Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-04T10:29:45.955Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-04T10:29:45.955Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-04T10:29:50.077Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T10:29:50.078Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T10:29:50.078Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|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 Zam1qr386phPFzBX) ... 2022-03-04T10:29:50.097Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:29:50.098Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:29:50.098Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "cds", "timestamp": 1646389733662, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-04T10:29:50.099Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:30:15.955Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9cadc01c-41dd-4e17-8630-6da6628498ec Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-04T10:30:15.966Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9cadc01c-41dd-4e17-8630-6da6628498ec Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-04T10:30:15.971Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-04T10:30:15.971Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-04T10:30:15.971Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-04T10:30:45.971Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9cadc01c-41dd-4e17-8630-6da6628498ec Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-04T10:30:45.980Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9cadc01c-41dd-4e17-8630-6da6628498ec Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-04T10:30:45.981Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-04T10:30:45.982Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-04T10:30:45.982Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-04T10:30:50.077Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T10:30:50.078Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T10:30:50.078Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|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 Zam1qr386phPFzBX) ... 2022-03-04T10:30:50.100Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:30:50.100Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:30:50.100Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "policy-id", "timestamp": 1646389727767, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-04T10:30:50.101Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:30:50.101Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:30:50.101Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "multicloud-k8s-id", "timestamp": 1646389736361, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-04T10:30:50.101Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:15.982Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9cadc01c-41dd-4e17-8630-6da6628498ec Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-04T10:31:15.995Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9cadc01c-41dd-4e17-8630-6da6628498ec Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-04T10:31:15.997Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-04T10:31:15.997Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-04T10:31:15.997Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-04T10:31:45.998Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9cadc01c-41dd-4e17-8630-6da6628498ec Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-04T10:31:46.010Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9cadc01c-41dd-4e17-8630-6da6628498ec Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-04T10:31:46.012Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-04T10:31:46.012Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-04T10:31:46.012Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-04T10:31:50.077Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T10:31:50.077Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T10:31:50.077Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|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 Zam1qr386phPFzBX) ... 2022-03-04T10:31:50.095Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:31:50.106Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.106Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646389730075, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-04T10:31:50.107Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.107Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.107Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "ves-openapi-manager", "timestamp": 1646389731737, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-04T10:31:50.107Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.107Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.107Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "cds", "timestamp": 1646389733662, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-04T10:31:50.107Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.107Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.107Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "policy-id", "timestamp": 1646389727767, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-04T10:31:50.107Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.107Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.108Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "multicloud-k8s-id", "timestamp": 1646389736361, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-04T10:31:50.108Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.108Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.108Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "dcae-sch", "timestamp": 1646389737753, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOTIFIED" } 2022-03-04T10:31:50.108Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.108Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.108Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646389730075, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-03-04T10:31:50.108Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.108Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.108Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "ves-openapi-manager", "timestamp": 1646389731737, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-04T10:31:50.108Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.108Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.108Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "cds", "timestamp": 1646389733662, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-04T10:31:50.108Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.108Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.108Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "policy-id", "timestamp": 1646389727767, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-04T10:31:50.108Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.109Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.109Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "multicloud-k8s-id", "timestamp": 1646389736361, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-03-04T10:31:50.109Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.109Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.109Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "dcae-sch", "timestamp": 1646389737753, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-04T10:31:50.109Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.109Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.109Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "ves-openapi-manager", "timestamp": 1646389731737, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-04T10:31:50.109Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.109Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.109Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "cds", "timestamp": 1646389733662, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-04T10:31:50.109Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.109Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.109Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646389730075, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-04T10:31:50.109Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.109Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.109Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "policy-id", "timestamp": 1646389727767, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-04T10:31:50.110Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.110Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.110Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "multicloud-k8s-id", "timestamp": 1646389736361, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-04T10:31:50.110Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.110Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.110Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "dcae-sch", "timestamp": 1646389737753, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-04T10:31:50.110Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.110Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.110Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646389730075, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-04T10:31:50.110Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.110Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.110Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "ves-openapi-manager", "timestamp": 1646389731737, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-04T10:31:50.110Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.110Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.110Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "cds", "timestamp": 1646389733662, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-04T10:31:50.110Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.110Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.110Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "policy-id", "timestamp": 1646389727767, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-04T10:31:50.110Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.111Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.111Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "multicloud-k8s-id", "timestamp": 1646389736361, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-04T10:31:50.111Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.111Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.111Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "dcae-sch", "timestamp": 1646389737753, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-04T10:31:50.111Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.111Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.111Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646389730075, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-04T10:31:50.111Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.111Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.111Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "ves-openapi-manager", "timestamp": 1646389731737, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-04T10:31:50.111Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.111Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.111Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "cds", "timestamp": 1646389733662, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-04T10:31:50.111Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.111Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.111Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "policy-id", "timestamp": 1646389727767, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-04T10:31:50.111Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.111Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.111Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "multicloud-k8s-id", "timestamp": 1646389736361, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-04T10:31:50.112Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.112Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.112Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "dcae-sch", "timestamp": 1646389737753, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-04T10:31:50.112Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.112Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.112Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646389730075, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-04T10:31:50.112Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.112Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.112Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "ves-openapi-manager", "timestamp": 1646389731737, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-04T10:31:50.112Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.112Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.112Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "cds", "timestamp": 1646389733662, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-04T10:31:50.112Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.112Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.112Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "policy-id", "timestamp": 1646389727767, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-04T10:31:50.112Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.113Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.113Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "multicloud-k8s-id", "timestamp": 1646389736361, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-04T10:31:50.113Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.113Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.113Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "dcae-sch", "timestamp": 1646389737753, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-04T10:31:50.113Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.113Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.113Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "ves-openapi-manager", "timestamp": 1646389731737, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-04T10:31:50.113Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.113Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.113Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646389730075, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-04T10:31:50.113Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.113Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.113Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "cds", "timestamp": 1646389733662, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-04T10:31:50.113Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.113Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.114Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "policy-id", "timestamp": 1646389727767, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-04T10:31:50.114Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.114Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.114Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "multicloud-k8s-id", "timestamp": 1646389736361, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-04T10:31:50.114Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.114Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.114Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646389744183, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-04T10:31:50.114Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.114Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.114Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "dcae-sch", "timestamp": 1646389737753, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-04T10:31:50.114Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.114Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.114Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646389744183, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-04T10:31:50.114Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.114Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.115Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "dcae-sch", "timestamp": 1646389737753, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-04T10:31:50.115Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.115Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.115Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "cds", "timestamp": 1646389745791, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-04T10:31:50.115Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T10:31:50.115Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.115Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "multicloud-k8s-id", "timestamp": 1646389745789, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-04T10:31:50.115Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T10:31:50.115Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.115Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646389745789, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-04T10:31:50.115Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T10:31:50.115Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.115Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "policy-id", "timestamp": 1646389745790, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-04T10:31:50.115Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T10:31:50.115Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.115Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646389744183, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-04T10:31:50.116Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.116Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.116Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "cds", "timestamp": 1646389746797, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-04T10:31:50.122Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9cadc01c-41dd-4e17-8630-6da6628498ec 2022-03-04T10:31:50.123Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9cadc01c-41dd-4e17-8630-6da6628498ec and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-04T10:31:50.131Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.131Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "policy-id", "timestamp": 1646389746794, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-03-04T10:31:50.132Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T10:31:50.132Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.132Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646389744183, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-04T10:31:50.132Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.132Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.133Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "multicloud-k8s-id", "timestamp": 1646389747386, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-04T10:31:50.133Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T10:31:50.133Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.133Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "policy-id", "timestamp": 1646389747797, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-04T10:31:50.137Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9cadc01c-41dd-4e17-8630-6da6628498ec 2022-03-04T10:31:50.137Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9cadc01c-41dd-4e17-8630-6da6628498ec and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-04T10:31:50.145Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.145Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646389744183, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-04T10:31:50.146Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.146Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.146Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646389748351, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-04T10:31:50.146Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T10:31:50.146Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.146Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "aai-ml", "timestamp": 1646389747755, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-04T10:31:50.146Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.146Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.146Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "dcae-sch", "timestamp": 1646389748395, "artifactURL": "/sdc/v1/catalog/services/0fec8da4-93bf-4f3d-8542-f4385df217e0/resourceInstances/basicclamp0/artifacts/122ba347-20bd-4f8f-8f7a-0f7bbcb42d09", "status": "DOWNLOAD_OK" } 2022-03-04T10:31:50.146Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T10:31:50.146Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.146Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "multicloud-k8s-id", "timestamp": 1646389748684, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-04T10:31:50.147Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T10:31:50.147Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.147Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "025b834d-ab81-4115-aa44-8d8753a05cb5", "consumerID": "cds", "timestamp": 1646389748662, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-04T10:31:50.147Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.147Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.147Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646389744183, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-04T10:31:50.147Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.147Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.147Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "aai-ml", "timestamp": 1646389747755, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-04T10:31:50.147Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.147Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.147Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "025b834d-ab81-4115-aa44-8d8753a05cb5", "consumerID": "policy-id", "timestamp": 1646389748800, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-04T10:31:50.147Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.148Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.148Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646389749582, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-04T10:31:50.148Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T10:31:50.148Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.148Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "clamp", "timestamp": 1646389748954, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-04T10:31:50.148Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.148Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.148Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "dcae-sch", "timestamp": 1646389749681, "artifactURL": "/sdc/v1/catalog/services/0fec8da4-93bf-4f3d-8542-f4385df217e0/resourceInstances/basicclamp0/artifacts/122ba347-20bd-4f8f-8f7a-0f7bbcb42d09", "status": "DEPLOY_OK" } 2022-03-04T10:31:50.148Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T10:31:50.148Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.148Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "multicloud-k8s-id", "timestamp": 1646389749703, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-04T10:31:50.153Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9cadc01c-41dd-4e17-8630-6da6628498ec 2022-03-04T10:31:50.153Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9cadc01c-41dd-4e17-8630-6da6628498ec and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-03-04T10:31:50.159Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.159Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "025b834d-ab81-4115-aa44-8d8753a05cb5", "consumerID": "cds", "timestamp": 1646389748662, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-04T10:31:50.159Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.160Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.160Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646389744183, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-04T10:31:50.160Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.160Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.160Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "aai-ml", "timestamp": 1646389747755, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-04T10:31:50.160Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.160Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.160Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "025b834d-ab81-4115-aa44-8d8753a05cb5", "consumerID": "policy-id", "timestamp": 1646389748800, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-04T10:31:50.160Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.160Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.160Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "clamp", "timestamp": 1646389748954, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-04T10:31:50.160Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.160Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.161Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "dcae-sch", "timestamp": 1646389750685, "artifactURL": "/sdc/v1/catalog/services/0fec8da4-93bf-4f3d-8542-f4385df217e0/resourceInstances/basicclamp0/artifacts/122ba347-20bd-4f8f-8f7a-0f7bbcb42d09", "status": "COMPONENT_DONE_OK", "componentName": "service-change-handler" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-04T10:31:50.167Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 9cadc01c-41dd-4e17-8630-6da6628498ec 2022-03-04T10:31:50.168Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9cadc01c-41dd-4e17-8630-6da6628498ec and ComponentName service-change-handler Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-04T10:31:50.177Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.177Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "multicloud-k8s-id", "timestamp": 1646389750705, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-03-04T10:31:50.177Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T10:31:50.177Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.177Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646389750792, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-04T10:31:50.177Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T10:31:50.178Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.178Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "025b834d-ab81-4115-aa44-8d8753a05cb5", "consumerID": "cds", "timestamp": 1646389748662, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-04T10:31:50.178Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.178Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.178Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646389744183, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-04T10:31:50.178Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.178Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.178Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "aai-ml", "timestamp": 1646389747755, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-04T10:31:50.178Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.178Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.178Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "025b834d-ab81-4115-aa44-8d8753a05cb5", "consumerID": "policy-id", "timestamp": 1646389748800, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-04T10:31:50.178Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.178Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.179Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "clamp", "timestamp": 1646389748954, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-03-04T10:31:50.179Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.179Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.179Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646389751912, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-03-04T10:31:50.179Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T10:31:50.179Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.179Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "025b834d-ab81-4115-aa44-8d8753a05cb5", "consumerID": "cds", "timestamp": 1646389748662, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-04T10:31:50.179Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.180Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.180Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "025b834d-ab81-4115-aa44-8d8753a05cb5", "consumerID": "ves-openapi-manager", "timestamp": 1646389751737, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-04T10:31:50.180Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.180Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.180Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "aai-ml", "timestamp": 1646389747755, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-04T10:31:50.180Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.180Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.180Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "025b834d-ab81-4115-aa44-8d8753a05cb5", "consumerID": "policy-id", "timestamp": 1646389748800, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-04T10:31:50.180Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.180Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.181Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646389752582, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-04T10:31:50.181Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T10:31:50.181Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.181Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "clamp", "timestamp": 1646389748954, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-04T10:31:50.181Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.181Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.181Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646389752915, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-03-04T10:31:50.181Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T10:31:50.181Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.181Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "025b834d-ab81-4115-aa44-8d8753a05cb5", "consumerID": "cds", "timestamp": 1646389748662, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-04T10:31:50.181Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.182Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.182Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "025b834d-ab81-4115-aa44-8d8753a05cb5", "consumerID": "ves-openapi-manager", "timestamp": 1646389751737, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-04T10:31:50.182Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.182Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.182Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "aai-ml", "timestamp": 1646389747755, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-04T10:31:50.182Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.182Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.182Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "025b834d-ab81-4115-aa44-8d8753a05cb5", "consumerID": "policy-id", "timestamp": 1646389748800, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-04T10:31:50.182Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.182Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.182Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "clamp", "timestamp": 1646389748954, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-04T10:31:50.182Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.182Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.182Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646389753918, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-03-04T10:31:50.183Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T10:31:50.183Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.183Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "025b834d-ab81-4115-aa44-8d8753a05cb5", "consumerID": "cds", "timestamp": 1646389748662, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-04T10:31:50.183Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.183Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.183Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "025b834d-ab81-4115-aa44-8d8753a05cb5", "consumerID": "ves-openapi-manager", "timestamp": 1646389751737, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-04T10:31:50.183Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.183Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.183Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "aai-ml", "timestamp": 1646389747755, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-04T10:31:50.183Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.183Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.183Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "025b834d-ab81-4115-aa44-8d8753a05cb5", "consumerID": "policy-id", "timestamp": 1646389748800, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-04T10:31:50.184Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.184Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.184Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "clamp", "timestamp": 1646389748954, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-04T10:31:50.184Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.184Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.184Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646389754835, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-03-04T10:31:50.184Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T10:31:50.184Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.184Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646389754922, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-03-04T10:31:50.184Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T10:31:50.184Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.184Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "025b834d-ab81-4115-aa44-8d8753a05cb5", "consumerID": "cds", "timestamp": 1646389748662, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-04T10:31:50.185Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.185Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.185Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "025b834d-ab81-4115-aa44-8d8753a05cb5", "consumerID": "ves-openapi-manager", "timestamp": 1646389751737, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-04T10:31:50.185Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.185Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.185Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "aai-ml", "timestamp": 1646389747755, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-04T10:31:50.185Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.185Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.185Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "025b834d-ab81-4115-aa44-8d8753a05cb5", "consumerID": "policy-id", "timestamp": 1646389748800, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-04T10:31:50.185Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.185Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.185Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "clamp", "timestamp": 1646389748954, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-04T10:31:50.185Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.185Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.186Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646389755839, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-04T10:31:50.191Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9cadc01c-41dd-4e17-8630-6da6628498ec 2022-03-04T10:31:50.191Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9cadc01c-41dd-4e17-8630-6da6628498ec and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-04T10:31:50.200Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.200Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "025b834d-ab81-4115-aa44-8d8753a05cb5", "consumerID": "cds", "timestamp": 1646389748662, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-04T10:31:50.200Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.200Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.200Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "025b834d-ab81-4115-aa44-8d8753a05cb5", "consumerID": "ves-openapi-manager", "timestamp": 1646389751737, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-04T10:31:50.200Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.200Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.200Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "025b834d-ab81-4115-aa44-8d8753a05cb5", "consumerID": "policy-id", "timestamp": 1646389748800, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-04T10:31:50.200Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.201Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.201Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "aai-ml", "timestamp": 1646389756495, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-04T10:31:50.201Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T10:31:50.201Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.201Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "clamp", "timestamp": 1646389748954, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-04T10:31:50.201Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.201Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.201Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "025b834d-ab81-4115-aa44-8d8753a05cb5", "consumerID": "multicloud-k8s-id", "timestamp": 1646389756361, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-04T10:31:50.201Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.201Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.201Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "025b834d-ab81-4115-aa44-8d8753a05cb5", "consumerID": "ves-openapi-manager", "timestamp": 1646389751737, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-04T10:31:50.201Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.201Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.201Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "025b834d-ab81-4115-aa44-8d8753a05cb5", "consumerID": "cds", "timestamp": 1646389757671, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-04T10:31:50.201Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T10:31:50.201Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.201Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "025b834d-ab81-4115-aa44-8d8753a05cb5", "consumerID": "policy-id", "timestamp": 1646389757672, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-04T10:31:50.201Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T10:31:50.201Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.201Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "025b834d-ab81-4115-aa44-8d8753a05cb5", "consumerID": "multicloud-k8s-id", "timestamp": 1646389756361, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-03-04T10:31:50.201Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.201Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.201Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "025b834d-ab81-4115-aa44-8d8753a05cb5", "consumerID": "dcae-sch", "timestamp": 1646389757753, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-04T10:31:50.202Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.202Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.202Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "025b834d-ab81-4115-aa44-8d8753a05cb5", "consumerID": "ves-openapi-manager", "timestamp": 1646389751737, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-04T10:31:50.202Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.202Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.202Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "025b834d-ab81-4115-aa44-8d8753a05cb5", "consumerID": "policy-id", "timestamp": 1646389758675, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-04T10:31:50.202Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T10:31:50.202Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.202Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "025b834d-ab81-4115-aa44-8d8753a05cb5", "consumerID": "multicloud-k8s-id", "timestamp": 1646389756361, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-04T10:31:50.202Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.202Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.202Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "025b834d-ab81-4115-aa44-8d8753a05cb5", "consumerID": "dcae-sch", "timestamp": 1646389757753, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-04T10:31:50.202Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.202Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.202Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "025b834d-ab81-4115-aa44-8d8753a05cb5", "consumerID": "ves-openapi-manager", "timestamp": 1646389751737, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-04T10:31:50.202Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.202Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.202Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "025b834d-ab81-4115-aa44-8d8753a05cb5", "consumerID": "policy-id", "timestamp": 1646389759677, "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=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-04T10:31:50.215Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 025b834d-ab81-4115-aa44-8d8753a05cb5 2022-03-04T10:31:50.215Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 025b834d-ab81-4115-aa44-8d8753a05cb5 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-04T10:31:50.224Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.224Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "025b834d-ab81-4115-aa44-8d8753a05cb5", "consumerID": "cds", "timestamp": 1646389759791, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-04T10:31:50.229Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 025b834d-ab81-4115-aa44-8d8753a05cb5 2022-03-04T10:31:50.230Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 025b834d-ab81-4115-aa44-8d8753a05cb5 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-04T10:31:50.238Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.239Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "025b834d-ab81-4115-aa44-8d8753a05cb5", "consumerID": "multicloud-k8s-id", "timestamp": 1646389756361, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-04T10:31:50.239Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.239Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.239Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "025b834d-ab81-4115-aa44-8d8753a05cb5", "consumerID": "dcae-sch", "timestamp": 1646389757753, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-04T10:31:50.239Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.239Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.239Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "025b834d-ab81-4115-aa44-8d8753a05cb5", "consumerID": "multicloud-k8s-id", "timestamp": 1646389756361, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-04T10:31:50.239Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.239Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.239Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "025b834d-ab81-4115-aa44-8d8753a05cb5", "consumerID": "dcae-sch", "timestamp": 1646389757753, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-04T10:31:50.239Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.239Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.239Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "025b834d-ab81-4115-aa44-8d8753a05cb5", "consumerID": "multicloud-k8s-id", "timestamp": 1646389756361, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-04T10:31:50.239Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.239Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.239Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "025b834d-ab81-4115-aa44-8d8753a05cb5", "consumerID": "dcae-sch", "timestamp": 1646389757753, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-04T10:31:50.239Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.240Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.240Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "aai-ml", "timestamp": 1646389762576, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-03-04T10:31:50.240Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T10:31:50.240Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.240Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "025b834d-ab81-4115-aa44-8d8753a05cb5", "consumerID": "multicloud-k8s-id", "timestamp": 1646389756361, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-04T10:31:50.240Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.240Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.240Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "025b834d-ab81-4115-aa44-8d8753a05cb5", "consumerID": "dcae-sch", "timestamp": 1646389757753, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-04T10:31:50.240Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.240Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.240Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "aai-ml", "timestamp": 1646389763580, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-04T10:31:50.246Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9cadc01c-41dd-4e17-8630-6da6628498ec 2022-03-04T10:31:50.246Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9cadc01c-41dd-4e17-8630-6da6628498ec and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-04T10:31:50.256Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.257Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "025b834d-ab81-4115-aa44-8d8753a05cb5", "consumerID": "multicloud-k8s-id", "timestamp": 1646389756361, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-04T10:31:50.257Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.257Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.257Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "clamp", "timestamp": 1646389764319, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-04T10:31:50.257Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T10:31:50.258Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.258Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "025b834d-ab81-4115-aa44-8d8753a05cb5", "consumerID": "dcae-sch", "timestamp": 1646389757753, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-04T10:31:50.258Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.258Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.258Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "025b834d-ab81-4115-aa44-8d8753a05cb5", "consumerID": "aai-ml", "timestamp": 1646389747755, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-04T10:31:50.258Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.258Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.258Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "025b834d-ab81-4115-aa44-8d8753a05cb5", "consumerID": "multicloud-k8s-id", "timestamp": 1646389765054, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-04T10:31:50.258Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T10:31:50.259Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.259Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "clamp", "timestamp": 1646389765322, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-04T10:31:50.259Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T10:31:50.259Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.259Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "025b834d-ab81-4115-aa44-8d8753a05cb5", "consumerID": "dcae-sch", "timestamp": 1646389757753, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-04T10:31:50.259Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.259Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.259Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "025b834d-ab81-4115-aa44-8d8753a05cb5", "consumerID": "aai-ml", "timestamp": 1646389747755, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-04T10:31:50.259Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.259Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.260Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "025b834d-ab81-4115-aa44-8d8753a05cb5", "consumerID": "multicloud-k8s-id", "timestamp": 1646389766111, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-04T10:31:50.260Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T10:31:50.260Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.260Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "025b834d-ab81-4115-aa44-8d8753a05cb5", "consumerID": "aai-ml", "timestamp": 1646389747755, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-04T10:31:50.260Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.260Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.261Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "025b834d-ab81-4115-aa44-8d8753a05cb5", "consumerID": "multicloud-k8s-id", "timestamp": 1646389767157, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-04T10:31:50.261Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T10:31:50.261Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.261Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "025b834d-ab81-4115-aa44-8d8753a05cb5", "consumerID": "aai-ml", "timestamp": 1646389747755, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-04T10:31:50.261Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.261Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.261Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "025b834d-ab81-4115-aa44-8d8753a05cb5", "consumerID": "multicloud-k8s-id", "timestamp": 1646389768180, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-04T10:31:50.267Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 025b834d-ab81-4115-aa44-8d8753a05cb5 2022-03-04T10:31:50.267Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 025b834d-ab81-4115-aa44-8d8753a05cb5 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-03-04T10:31:50.275Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.276Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "025b834d-ab81-4115-aa44-8d8753a05cb5", "consumerID": "aai-ml", "timestamp": 1646389747755, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-04T10:31:50.276Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.276Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.276Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "025b834d-ab81-4115-aa44-8d8753a05cb5", "consumerID": "multicloud-k8s-id", "timestamp": 1646389769184, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-03-04T10:31:50.276Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T10:31:50.276Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.276Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "clamp", "timestamp": 1646389769434, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-03-04T10:31:50.276Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T10:31:50.276Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.276Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "025b834d-ab81-4115-aa44-8d8753a05cb5", "consumerID": "aai-ml", "timestamp": 1646389747755, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-04T10:31:50.276Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.276Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.276Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "clamp", "timestamp": 1646389770436, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-03-04T10:31:50.276Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T10:31:50.277Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.277Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "025b834d-ab81-4115-aa44-8d8753a05cb5", "consumerID": "aai-ml", "timestamp": 1646389747755, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-04T10:31:50.277Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.277Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.277Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "clamp", "timestamp": 1646389771440, "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=? 2022-03-04T10:31:50.282Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9cadc01c-41dd-4e17-8630-6da6628498ec 2022-03-04T10:31:50.282Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9cadc01c-41dd-4e17-8630-6da6628498ec 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 (?, ?, ?, ?, ?) 2022-03-04T10:31:50.291Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.291Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "025b834d-ab81-4115-aa44-8d8753a05cb5", "consumerID": "aai-ml", "timestamp": 1646389747755, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-04T10:31:50.291Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.292Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.292Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "025b834d-ab81-4115-aa44-8d8753a05cb5", "consumerID": "clamp", "timestamp": 1646389748954, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-04T10:31:50.292Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.292Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.292Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "025b834d-ab81-4115-aa44-8d8753a05cb5", "consumerID": "aai-ml", "timestamp": 1646389772953, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-04T10:31:50.292Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T10:31:50.292Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.292Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "025b834d-ab81-4115-aa44-8d8753a05cb5", "consumerID": "clamp", "timestamp": 1646389748954, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-03-04T10:31:50.292Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.292Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.292Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "025b834d-ab81-4115-aa44-8d8753a05cb5", "consumerID": "clamp", "timestamp": 1646389748954, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-04T10:31:50.292Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.292Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.292Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "025b834d-ab81-4115-aa44-8d8753a05cb5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646389774183, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-04T10:31:50.292Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.292Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.293Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "025b834d-ab81-4115-aa44-8d8753a05cb5", "consumerID": "clamp", "timestamp": 1646389748954, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-04T10:31:50.293Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.293Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.293Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "025b834d-ab81-4115-aa44-8d8753a05cb5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646389774183, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-04T10:31:50.293Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.293Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.293Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "025b834d-ab81-4115-aa44-8d8753a05cb5", "consumerID": "clamp", "timestamp": 1646389748954, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-04T10:31:50.293Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.293Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.293Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "025b834d-ab81-4115-aa44-8d8753a05cb5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646389774183, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-04T10:31:50.293Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.293Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.293Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "025b834d-ab81-4115-aa44-8d8753a05cb5", "consumerID": "clamp", "timestamp": 1646389748954, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-04T10:31:50.293Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.293Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.293Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "025b834d-ab81-4115-aa44-8d8753a05cb5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646389774183, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-04T10:31:50.294Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.294Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.294Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "025b834d-ab81-4115-aa44-8d8753a05cb5", "consumerID": "clamp", "timestamp": 1646389748954, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-04T10:31:50.294Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.294Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.294Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "025b834d-ab81-4115-aa44-8d8753a05cb5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646389774183, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-04T10:31:50.294Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.294Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.294Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "025b834d-ab81-4115-aa44-8d8753a05cb5", "consumerID": "clamp", "timestamp": 1646389748954, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-04T10:31:50.294Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.294Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.294Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "025b834d-ab81-4115-aa44-8d8753a05cb5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646389774183, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-04T10:31:50.294Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.294Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.294Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "025b834d-ab81-4115-aa44-8d8753a05cb5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646389774183, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-04T10:31:50.295Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.295Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.295Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "025b834d-ab81-4115-aa44-8d8753a05cb5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646389774183, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-04T10:31:50.295Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:31:50.295Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.295Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "025b834d-ab81-4115-aa44-8d8753a05cb5", "consumerID": "aai-ml", "timestamp": 1646389782771, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-04T10:31:50.295Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T10:31:50.295Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.295Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "025b834d-ab81-4115-aa44-8d8753a05cb5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646389782996, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-04T10:31:50.295Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T10:31:50.295Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.295Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "025b834d-ab81-4115-aa44-8d8753a05cb5", "consumerID": "aai-ml", "timestamp": 1646389783774, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-04T10:31:50.300Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 025b834d-ab81-4115-aa44-8d8753a05cb5 2022-03-04T10:31:50.300Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 025b834d-ab81-4115-aa44-8d8753a05cb5 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-04T10:31:50.309Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.309Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "025b834d-ab81-4115-aa44-8d8753a05cb5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646389785115, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-04T10:31:50.310Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T10:31:50.310Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:31:50.310Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "025b834d-ab81-4115-aa44-8d8753a05cb5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646389786119, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-04T10:31:50.315Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 025b834d-ab81-4115-aa44-8d8753a05cb5 2022-03-04T10:31:50.315Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 025b834d-ab81-4115-aa44-8d8753a05cb5 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-04T10:32:16.012Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9cadc01c-41dd-4e17-8630-6da6628498ec Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-04T10:32:16.024Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9cadc01c-41dd-4e17-8630-6da6628498ec Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-04T10:32:16.026Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-04T10:32:16.027Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-04T10:32:16.027Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-04T10:32:16.027Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-04T10:32:16.027Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-04T10:32:16.027Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-04T10:32:16.027Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-04T10:32:16.027Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-04T10:32:16.027Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-04T10:32:16.027Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-04T10:32:16.028Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-04T10:32:16.028Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-04T10:32:16.033Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-04T10:32:46.033Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9cadc01c-41dd-4e17-8630-6da6628498ec and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-03-04T10:32:46.038Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9cadc01c-41dd-4e17-8630-6da6628498ec and serviceModelVersionId: 0fec8da4-93bf-4f3d-8542-f4385df217e0 2022-03-04T10:32:46.039Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0e293664-3d54-4cfa-92df-ef82f4c6e85b 2022-03-04T10:32:46.039Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0e293664-3d54-4cfa-92df-ef82f4c6e85b/model-vers/model-ver/0fec8da4-93bf-4f3d-8542-f4385df217e0?depth=0 2022-03-04T10:32:46.043Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-03-04T10:32:46.084Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0e293664-3d54-4cfa-92df-ef82f4c6e85b/model-vers/model-ver/0fec8da4-93bf-4f3d-8542-f4385df217e0?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-03-04T10:32:46.085Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0e293664-3d54-4cfa-92df-ef82f4c6e85b/model-vers/model-ver/0fec8da4-93bf-4f3d-8542-f4385df217e0?depth=0|INFO|500||Invoke 2022-03-04T10:32:46.100Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0e293664-3d54-4cfa-92df-ef82f4c6e85b/model-vers/model-ver/0fec8da4-93bf-4f3d-8542-f4385df217e0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-04T10:32:46.195Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0e293664-3d54-4cfa-92df-ef82f4c6e85b/model-vers/model-ver/0fec8da4-93bf-4f3d-8542-f4385df217e0?depth=0|INFO|500||InvokeReturn 2022-03-04T10:32:46.195Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0e293664-3d54-4cfa-92df-ef82f4c6e85b/model-vers/model-ver/0fec8da4-93bf-4f3d-8542-f4385df217e0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220304-10:32:46:107-69813], vertex-id=[245840], Content-Length=[0], Date=[Fri, 04 Mar 2022 10:32:46 GMT], Content-Type=[application/json]} 2022-03-04T10:32:46.196Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2022-03-04T10:32:46.196Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-04T10:32:46.196Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-04T10:32:46.201Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-04T10:32:46.201Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9cadc01c-41dd-4e17-8630-6da6628498ec and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-04T10:32:46.202Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-04T10:32:46.202Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-04T10:32:46.204Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-04T10:32:46.204Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646389966201, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-04T10:32:46.304Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-04T10:32:46.305Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-04T10:32:46.305Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ... 2022-03-04T10:32:46.318Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:32:46.318Z||pool-78-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-04T10:32:47.216Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T10:32:47.216Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T10:32:47.216Z|9cadc01c-41dd-4e17-8630-6da6628498ec|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 Zam1qr386phPFzBX) ... 2022-03-04T10:32:50.077Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T10:32:50.078Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T10:32:50.078Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|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 Zam1qr386phPFzBX) ... 2022-03-04T10:32:50.098Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:32:50.100Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:32:50.100Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "025b834d-ab81-4115-aa44-8d8753a05cb5", "consumerID": "clamp", "timestamp": 1646389790323, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-04T10:32:50.101Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T10:32:50.101Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:32:50.101Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "025b834d-ab81-4115-aa44-8d8753a05cb5", "consumerID": "clamp", "timestamp": 1646389793327, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-04T10:32:50.101Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T10:32:50.101Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:32:50.101Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "025b834d-ab81-4115-aa44-8d8753a05cb5", "consumerID": "clamp", "timestamp": 1646389794331, "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=? 2022-03-04T10:32:50.109Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 025b834d-ab81-4115-aa44-8d8753a05cb5 2022-03-04T10:32:50.109Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 025b834d-ab81-4115-aa44-8d8753a05cb5 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 (?, ?, ?, ?, ?) 2022-03-04T10:32:50.119Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:32:50.120Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c96d0e93-dd94-4972-91d1-c75210220d30", "consumerID": "ves-openapi-manager", "timestamp": 1646389831737, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-04T10:32:50.120Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:32:50.121Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:32:50.121Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c96d0e93-dd94-4972-91d1-c75210220d30", "consumerID": "dcae-sch", "timestamp": 1646389837753, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-04T10:32:50.121Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:32:50.121Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:32:50.122Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c96d0e93-dd94-4972-91d1-c75210220d30", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646389834183, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-04T10:32:50.122Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:32:50.122Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:32:50.123Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c96d0e93-dd94-4972-91d1-c75210220d30", "consumerID": "aai-ml", "timestamp": 1646389837755, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-04T10:32:50.123Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:32:50.123Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:32:50.124Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c96d0e93-dd94-4972-91d1-c75210220d30", "consumerID": "multicloud-k8s-id", "timestamp": 1646389836361, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-04T10:32:50.124Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:32:50.124Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:32:50.124Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c96d0e93-dd94-4972-91d1-c75210220d30", "consumerID": "cds", "timestamp": 1646389838662, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-04T10:32:50.124Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:32:50.125Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:32:50.125Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c96d0e93-dd94-4972-91d1-c75210220d30", "consumerID": "clamp", "timestamp": 1646389838953, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-04T10:32:50.125Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:32:50.125Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:32:50.125Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c96d0e93-dd94-4972-91d1-c75210220d30", "consumerID": "aai-ml", "timestamp": 1646389837755, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-04T10:32:50.125Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:32:50.126Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:32:50.126Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c96d0e93-dd94-4972-91d1-c75210220d30", "consumerID": "multicloud-k8s-id", "timestamp": 1646389836361, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-04T10:32:50.126Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:32:50.126Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:32:50.126Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c96d0e93-dd94-4972-91d1-c75210220d30", "consumerID": "dcae-sch", "timestamp": 1646389837753, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-04T10:32:50.126Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:32:50.126Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:32:50.127Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c96d0e93-dd94-4972-91d1-c75210220d30", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646389834183, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-04T10:32:50.127Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:32:50.127Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:32:50.127Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c96d0e93-dd94-4972-91d1-c75210220d30", "consumerID": "ves-openapi-manager", "timestamp": 1646389831737, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-04T10:32:50.127Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:32:50.127Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:32:50.127Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c96d0e93-dd94-4972-91d1-c75210220d30", "consumerID": "cds", "timestamp": 1646389838662, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-04T10:32:50.127Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:32:50.127Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:32:50.127Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c96d0e93-dd94-4972-91d1-c75210220d30", "consumerID": "clamp", "timestamp": 1646389838953, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-04T10:32:50.127Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:32:50.128Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:32:50.128Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c96d0e93-dd94-4972-91d1-c75210220d30", "consumerID": "dcae-sch", "timestamp": 1646389837753, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-04T10:32:50.128Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:32:50.128Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:32:50.128Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c96d0e93-dd94-4972-91d1-c75210220d30", "consumerID": "multicloud-k8s-id", "timestamp": 1646389836361, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-04T10:32:50.128Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:32:50.128Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:32:50.128Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c96d0e93-dd94-4972-91d1-c75210220d30", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646389834183, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-04T10:32:50.128Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:32:50.129Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:32:50.129Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c96d0e93-dd94-4972-91d1-c75210220d30", "consumerID": "aai-ml", "timestamp": 1646389837755, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-04T10:32:50.129Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:32:50.129Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:32:50.129Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c96d0e93-dd94-4972-91d1-c75210220d30", "consumerID": "ves-openapi-manager", "timestamp": 1646389831737, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-04T10:32:50.129Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:32:50.130Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:32:50.130Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c96d0e93-dd94-4972-91d1-c75210220d30", "consumerID": "cds", "timestamp": 1646389838662, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-04T10:32:50.130Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:32:50.130Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:32:50.130Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c96d0e93-dd94-4972-91d1-c75210220d30", "consumerID": "clamp", "timestamp": 1646389838953, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-04T10:32:50.130Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:32:50.130Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:32:50.130Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c96d0e93-dd94-4972-91d1-c75210220d30", "consumerID": "dcae-sch", "timestamp": 1646389837753, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-04T10:32:50.131Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:32:50.131Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:32:50.131Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c96d0e93-dd94-4972-91d1-c75210220d30", "consumerID": "aai-ml", "timestamp": 1646389837755, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-04T10:32:50.131Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:32:50.131Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:32:50.131Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c96d0e93-dd94-4972-91d1-c75210220d30", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646389834183, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-04T10:32:50.131Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:32:50.131Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:32:50.131Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c96d0e93-dd94-4972-91d1-c75210220d30", "consumerID": "multicloud-k8s-id", "timestamp": 1646389836361, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-04T10:32:50.131Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:32:50.131Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:32:50.131Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c96d0e93-dd94-4972-91d1-c75210220d30", "consumerID": "ves-openapi-manager", "timestamp": 1646389831737, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-04T10:32:50.132Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:32:50.132Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:32:50.132Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c96d0e93-dd94-4972-91d1-c75210220d30", "consumerID": "cds", "timestamp": 1646389838662, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-04T10:32:50.132Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:32:50.132Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:32:50.132Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c96d0e93-dd94-4972-91d1-c75210220d30", "consumerID": "clamp", "timestamp": 1646389838953, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-04T10:32:50.132Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:32:50.132Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:32:50.132Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c96d0e93-dd94-4972-91d1-c75210220d30", "consumerID": "aai-ml", "timestamp": 1646389837755, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-04T10:32:50.132Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:32:50.132Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:32:50.132Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c96d0e93-dd94-4972-91d1-c75210220d30", "consumerID": "dcae-sch", "timestamp": 1646389837753, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-04T10:32:50.132Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:32:50.132Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:32:50.132Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c96d0e93-dd94-4972-91d1-c75210220d30", "consumerID": "ves-openapi-manager", "timestamp": 1646389831737, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-04T10:32:50.132Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:32:50.132Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:32:50.132Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c96d0e93-dd94-4972-91d1-c75210220d30", "consumerID": "multicloud-k8s-id", "timestamp": 1646389836361, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-04T10:32:50.132Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:32:50.133Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:32:50.133Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c96d0e93-dd94-4972-91d1-c75210220d30", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646389834183, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-04T10:32:50.133Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:32:50.133Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:32:50.133Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c96d0e93-dd94-4972-91d1-c75210220d30", "consumerID": "cds", "timestamp": 1646389838662, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-04T10:32:50.133Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:32:50.133Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:32:50.133Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c96d0e93-dd94-4972-91d1-c75210220d30", "consumerID": "clamp", "timestamp": 1646389838953, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-04T10:32:50.133Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:32:50.133Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:32:50.133Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c96d0e93-dd94-4972-91d1-c75210220d30", "consumerID": "dcae-sch", "timestamp": 1646389837753, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-04T10:32:50.133Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:32:50.133Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:32:50.133Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c96d0e93-dd94-4972-91d1-c75210220d30", "consumerID": "aai-ml", "timestamp": 1646389837755, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-04T10:32:50.133Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:32:50.133Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:32:50.134Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c96d0e93-dd94-4972-91d1-c75210220d30", "consumerID": "ves-openapi-manager", "timestamp": 1646389831737, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-04T10:32:50.134Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:32:50.134Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:32:50.134Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c96d0e93-dd94-4972-91d1-c75210220d30", "consumerID": "multicloud-k8s-id", "timestamp": 1646389836361, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-04T10:32:50.134Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:32:50.134Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:32:50.134Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c96d0e93-dd94-4972-91d1-c75210220d30", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646389834183, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-04T10:32:50.134Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:32:50.134Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:32:50.134Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c96d0e93-dd94-4972-91d1-c75210220d30", "consumerID": "cds", "timestamp": 1646389838662, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-04T10:32:50.134Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:32:50.134Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:32:50.135Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c96d0e93-dd94-4972-91d1-c75210220d30", "consumerID": "clamp", "timestamp": 1646389838953, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-04T10:32:50.135Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:32:50.135Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:32:50.135Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c96d0e93-dd94-4972-91d1-c75210220d30", "consumerID": "dcae-sch", "timestamp": 1646389837753, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-04T10:32:50.135Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:32:50.135Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:32:50.135Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c96d0e93-dd94-4972-91d1-c75210220d30", "consumerID": "multicloud-k8s-id", "timestamp": 1646389836361, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-04T10:32:50.135Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:32:50.135Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:32:50.135Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c96d0e93-dd94-4972-91d1-c75210220d30", "consumerID": "aai-ml", "timestamp": 1646389837755, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-04T10:32:50.135Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:32:50.135Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:32:50.135Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c96d0e93-dd94-4972-91d1-c75210220d30", "consumerID": "ves-openapi-manager", "timestamp": 1646389831737, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-03-04T10:32:50.135Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:32:50.135Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:32:50.135Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c96d0e93-dd94-4972-91d1-c75210220d30", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646389834183, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-04T10:32:50.136Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:32:50.136Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:32:50.136Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c96d0e93-dd94-4972-91d1-c75210220d30", "consumerID": "cds", "timestamp": 1646389838662, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-04T10:32:50.136Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:32:50.136Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:32:50.136Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c96d0e93-dd94-4972-91d1-c75210220d30", "consumerID": "clamp", "timestamp": 1646389838953, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-04T10:32:50.136Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:32:50.136Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:32:50.136Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c96d0e93-dd94-4972-91d1-c75210220d30", "consumerID": "aai-ml", "timestamp": 1646389837755, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-04T10:32:50.136Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:32:50.136Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:32:50.136Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c96d0e93-dd94-4972-91d1-c75210220d30", "consumerID": "dcae-sch", "timestamp": 1646389837753, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-04T10:32:50.136Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:32:50.136Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:32:50.136Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c96d0e93-dd94-4972-91d1-c75210220d30", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646389834183, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-04T10:32:50.136Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:32:50.136Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:32:50.136Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c96d0e93-dd94-4972-91d1-c75210220d30", "consumerID": "ves-openapi-manager", "timestamp": 1646389831737, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-04T10:32:50.137Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:32:50.137Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:32:50.137Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c96d0e93-dd94-4972-91d1-c75210220d30", "consumerID": "multicloud-k8s-id", "timestamp": 1646389836361, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-04T10:32:50.137Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:32:50.137Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:32:50.137Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c96d0e93-dd94-4972-91d1-c75210220d30", "consumerID": "cds", "timestamp": 1646389838662, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-04T10:32:50.137Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:32:50.137Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:32:50.137Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c96d0e93-dd94-4972-91d1-c75210220d30", "consumerID": "clamp", "timestamp": 1646389838953, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-04T10:32:50.137Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:32:50.137Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:32:50.137Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c96d0e93-dd94-4972-91d1-c75210220d30", "consumerID": "aai-ml", "timestamp": 1646389837755, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-04T10:32:50.137Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:32:50.137Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:32:50.137Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c96d0e93-dd94-4972-91d1-c75210220d30", "consumerID": "dcae-sch", "timestamp": 1646389837753, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-04T10:32:50.137Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:32:50.137Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:32:50.137Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c96d0e93-dd94-4972-91d1-c75210220d30", "consumerID": "ves-openapi-manager", "timestamp": 1646389831737, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-04T10:32:50.138Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:32:50.138Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:32:50.138Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c96d0e93-dd94-4972-91d1-c75210220d30", "consumerID": "multicloud-k8s-id", "timestamp": 1646389836361, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-04T10:32:50.138Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:32:50.138Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:32:50.138Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c96d0e93-dd94-4972-91d1-c75210220d30", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646389834183, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-04T10:32:50.138Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:32:50.138Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:32:50.138Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c96d0e93-dd94-4972-91d1-c75210220d30", "consumerID": "cds", "timestamp": 1646389838662, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-04T10:32:50.138Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:32:50.138Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:32:50.138Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c96d0e93-dd94-4972-91d1-c75210220d30", "consumerID": "clamp", "timestamp": 1646389838953, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-04T10:32:50.138Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:32:50.138Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:32:50.138Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c96d0e93-dd94-4972-91d1-c75210220d30", "consumerID": "aai-ml", "timestamp": 1646389848007, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-04T10:32:50.139Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T10:32:50.139Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:32:50.139Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c96d0e93-dd94-4972-91d1-c75210220d30", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646389848009, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-04T10:32:50.139Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T10:32:50.139Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:32:50.139Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c96d0e93-dd94-4972-91d1-c75210220d30", "consumerID": "ves-openapi-manager", "timestamp": 1646389848080, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-03-04T10:32:50.139Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T10:32:50.139Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:32:50.139Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c96d0e93-dd94-4972-91d1-c75210220d30", "consumerID": "cds", "timestamp": 1646389848401, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-04T10:32:50.139Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T10:32:50.139Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:32:50.139Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c96d0e93-dd94-4972-91d1-c75210220d30", "consumerID": "policy-id", "timestamp": 1646389847767, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-04T10:32:50.140Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:32:50.140Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:32:50.140Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c96d0e93-dd94-4972-91d1-c75210220d30", "consumerID": "ves-openapi-manager", "timestamp": 1646389849355, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-03-04T10:32:50.140Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T10:32:50.140Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:32:50.140Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c96d0e93-dd94-4972-91d1-c75210220d30", "consumerID": "policy-id", "timestamp": 1646389847767, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-04T10:32:50.140Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:32:50.140Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:32:50.140Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c96d0e93-dd94-4972-91d1-c75210220d30", "consumerID": "cds", "timestamp": 1646389849636, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-04T10:32:50.153Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c96d0e93-dd94-4972-91d1-c75210220d30 2022-03-04T10:32:50.154Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c96d0e93-dd94-4972-91d1-c75210220d30 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-04T10:32:50.163Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:32:50.164Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c96d0e93-dd94-4972-91d1-c75210220d30", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646389849785, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-04T10:32:50.164Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T10:32:52.110Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:32:52.111Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-04T10:32:52.111Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"025b834d-ab81-4115-aa44-8d8753a05cb5","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"f0fd1585-594e-4f80-a0a6-7c3c98d61bb1","serviceDescription":"service","serviceInvariantUUID":"2259aef1-29da-452c-a0e9-1ec4b3dba410","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"555d19f6-645b-4eaf-90b6-76552c0a26d2","resourceInvariantUUID":"292dd08f-9b00-4313-b4fd-6c920833a657","resourceCustomizationUUID":"d85b3e77-7ac2-428d-bc7a-f6cab08ebcf2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml","artifactChecksum":"YmY2OGJlMmVhN2VlNzUzY2U4ZWRjMWIxYmExOTg3Y2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e1aa3a4f-418a-4ace-9cdc-ebb128c2d090","artifactVersion":"1"},{"artifactName":"basic_vm_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json","artifactChecksum":"YWM0YWJmNmZjZTNkNGNjYjllOTZjYTg0MTg4YTFmMmU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0b54b4e8-48af-42c3-937d-0b49cc0a80b9","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8c79f484-8b97-4c27-9531-6048ef66a07c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"OWU2MDAzY2U5YmM3Y2I4NzM1MjdlMzY3NjE0N2IyYmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2dae09af-104b-4993-8a32-0bbd7f923707","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3b9ed214-d199-4f7d-ab29-4622c517c29b","artifactVersion":"2","generatedFromUUID":"8c79f484-8b97-4c27-9531-6048ef66a07c"},{"artifactName":"BASIC_VM_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip","artifactChecksum":"OTdkODk4ODg4ZWNlNTZiYTNlNTRjNzIwMTAyODE4NTI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"94ba5b3d-5754-4790-a18e-f54df10bb40c","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVmMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml","artifactChecksum":"NDRhYjllZmY1MmJkNTJmNGVlZTdkYjc1NmFjOGE4MWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"20b8e084-0b58-47dd-9f59-f31ec4e778fe","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"OGIzMjYxZDdmOTBhZTI3MmFhOTJiOWRjNmJlMTI4ZDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"024c2243-e97a-46dd-8cd4-fc76100b630e","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-04T10:32:52.113Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-04T10:32:52.113Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-04T10:32:52.115Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-04T10:32:52.116Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "025b834d-ab81-4115-aa44-8d8753a05cb5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646389967216, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-04T10:32:52.216Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-04T10:32:52.217Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-04T10:32:52.217Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ... 2022-03-04T10:32:52.229Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:32:52.230Z||pool-79-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-04T10:32:53.116Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-04T10:32:53.117Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-04T10:32:53.118Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-04T10:32:53.118Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "025b834d-ab81-4115-aa44-8d8753a05cb5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646389967216, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-03-04T10:32:53.220Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-03-04T10:32:53.220Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-04T10:32:53.221Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ... 2022-03-04T10:32:53.231Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:32:53.232Z||pool-80-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-03-04T10:32:54.119Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-04T10:32:54.120Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-04T10:32:54.122Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-04T10:32:54.122Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "025b834d-ab81-4115-aa44-8d8753a05cb5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646389967216, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-04T10:32:54.222Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-04T10:32:54.223Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-04T10:32:54.223Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ... 2022-03-04T10:32:54.234Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:32:54.234Z||pool-81-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-03-04T10:32:55.123Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-04T10:32:55.124Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-04T10:32:55.125Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-04T10:32:55.125Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "025b834d-ab81-4115-aa44-8d8753a05cb5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646389967216, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-04T10:32:55.225Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-04T10:32:55.226Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-04T10:32:55.226Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ... 2022-03-04T10:32:55.236Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:32:55.237Z||pool-82-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-03-04T10:32:56.126Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-04T10:32:56.127Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-04T10:32:56.129Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-04T10:32:56.129Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "025b834d-ab81-4115-aa44-8d8753a05cb5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646389967216, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-04T10:32:56.229Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-04T10:32:56.229Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-04T10:32:56.230Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ... 2022-03-04T10:32:56.239Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:32:56.240Z||pool-83-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-03-04T10:32:57.129Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-04T10:32:57.130Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-04T10:32:57.131Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-04T10:32:57.132Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "025b834d-ab81-4115-aa44-8d8753a05cb5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646389967216, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-04T10:32:57.232Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-04T10:32:57.232Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-04T10:32:57.233Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ... 2022-03-04T10:32:57.245Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:32:57.245Z||pool-84-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-04T10:32:58.132Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-04T10:32:58.133Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-04T10:32:58.134Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-04T10:32:58.135Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "025b834d-ab81-4115-aa44-8d8753a05cb5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646389967216, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-04T10:32:58.235Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-04T10:32:58.235Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-04T10:32:58.236Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ... 2022-03-04T10:32:58.246Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:32:58.246Z||pool-85-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-03-04T10:32:59.135Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-04T10:32:59.136Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-04T10:32:59.137Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-04T10:32:59.137Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "025b834d-ab81-4115-aa44-8d8753a05cb5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646389967216, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-04T10:32:59.238Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-04T10:32:59.238Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-04T10:32:59.238Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ... 2022-03-04T10:32:59.248Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:32:59.248Z||pool-86-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-04T10:33:00.138Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "025b834d-ab81-4115-aa44-8d8753a05cb5", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "f0fd1585-594e-4f80-a0a6-7c3c98d61bb1", "serviceDescription": "service", "serviceInvariantUUID": "2259aef1-29da-452c-a0e9-1ec4b3dba410", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "d85b3e77-7ac2-428d-bc7a-f6cab08ebcf2", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "555d19f6-645b-4eaf-90b6-76552c0a26d2", "resourceInvariantUUID": "292dd08f-9b00-4313-b4fd-6c920833a657", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_vm_macro0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "artifactChecksum": "YWM0YWJmNmZjZTNkNGNjYjllOTZjYTg0MTg4YTFmMmU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0b54b4e8-48af-42c3-937d-0b49cc0a80b9", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "8c79f484-8b97-4c27-9531-6048ef66a07c", "generatedArtifact": { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "3b9ed214-d199-4f7d-ab29-4622c517c29b", "generatedFromUUID": "8c79f484-8b97-4c27-9531-6048ef66a07c" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "3b9ed214-d199-4f7d-ab29-4622c517c29b", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "OGIzMjYxZDdmOTBhZTI3MmFhOTJiOWRjNmJlMTI4ZDc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "024c2243-e97a-46dd-8cd4-fc76100b630e" } ], "workloadContext": "Production" } 2022-03-04T10:33:00.138Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-04T10:33:00.139Z|9cadc01c-41dd-4e17-8630-6da6628498ec|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f0fd1585-594e-4f80-a0a6-7c3c98d61bb1 ASDC 2022-03-04T10:33:00.139Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:025b834d-ab81-4115-aa44-8d8753a05cb5 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:f0fd1585-594e-4f80-a0a6-7c3c98d61bb1 ServiceInvariantUUID:2259aef1-29da-452c-a0e9-1ec4b3dba410 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicVmMacro-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ArtifactUUID:024c2243-e97a-46dd-8cd4-fc76100b630e ArtifactChecksum:OGIzMjYxZDdmOTBhZTI3MmFhOTJiOWRjNmJlMTI4ZDc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:d85b3e77-7ac2-428d-bc7a-f6cab08ebcf2 ResourceInvariantUUID:292dd08f-9b00-4313-b4fd-6c920833a657 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:555d19f6-645b-4eaf-90b6-76552c0a26d2 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_vm_macro0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ArtifactUUID:0b54b4e8-48af-42c3-937d-0b49cc0a80b9 ArtifactChecksum:YWM0YWJmNmZjZTNkNGNjYjllOTZjYTg0MTg4YTFmMmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ArtifactUUID:8c79f484-8b97-4c27-9531-6048ef66a07c ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ArtifactUUID:3b9ed214-d199-4f7d-ab29-4622c517c29b ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ArtifactUUID:3b9ed214-d199-4f7d-ab29-4622c517c29b ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-04T10:33:00.139Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f0fd1585-594e-4f80-a0a6-7c3c98d61bb1 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-04T10:33:00.174Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-04T10:33:00.175Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-03-04T10:33:00.175Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-03-04T10:33:00.175Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 024c2243-e97a-46dd-8cd4-fc76100b630e from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-03-04T10:33:00.175Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-03-04T10:33:00.176Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-03-04T10:33:01.045Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-03-04T10:33:01.049Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 024c2243-e97a-46dd-8cd4-fc76100b630e 78783 2022-03-04T10:33:01.049Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-03-04T10:33:01.049Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-03-04T10:33:01.049Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-04T10:33:01.050Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-04T10:33:01.051Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-04T10:33:01.051Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "025b834d-ab81-4115-aa44-8d8753a05cb5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646389981049, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-04T10:33:01.151Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-04T10:33:01.152Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-04T10:33:01.152Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ... 2022-03-04T10:33:01.162Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:33:01.162Z||pool-87-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-03-04T10:33:02.051Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-04T10:33:02.053Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-03-04T10:33:02.053Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 024c2243-e97a-46dd-8cd4-fc76100b630e, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-04T10:33:02.053Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-03-04T10:33:02.054Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-04T10:33:02.054Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-04T10:33:02.376Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP256451654379652114/Definitions/service-BasicVmMacro-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-03-04T10:33:03.319Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-04T10:33:03.320Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-03-04T10:33:03.320Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-04T10:33:03.320Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-03-04T10:33:03.320Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-04T10:33:03.320Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-04T10:33:03.321Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-04T10:33:03.321Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-04T10:33:03.321Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-04T10:33:03.321Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-04T10:33:03.321Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-04T10:33:03.321Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-04T10:33:03.321Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-04T10:33:03.321Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-03-04T10:33:03.321Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T10:33:03.321Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-04T10:33:03.322Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-04T10:33:03.322Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-03-04T10:33:03.322Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-04T10:33:03.322Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T10:33:03.322Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-04T10:33:03.322Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-04T10:33:03.322Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-03-04T10:33:03.322Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-04T10:33:03.323Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T10:33:03.323Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-04T10:33:03.323Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T10:33:03.323Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-03-04T10:33:03.323Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-03-04T10:33:03.323Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-03-04T10:33:03.323Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-03-04T10:33:03.323Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-04T10:33:03.324Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-04T10:33:03.324Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T10:33:03.324Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-04T10:33:03.324Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T10:33:03.324Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-04T10:33:03.324Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-04T10:33:03.324Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T10:33:03.325Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-04T10:33:03.325Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-04T10:33:03.325Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T10:33:03.325Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-04T10:33:03.325Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-04T10:33:03.325Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T10:33:03.325Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-03-04T10:33:03.325Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-03-04T10:33:03.325Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-04T10:33:03.326Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=3ff31a39-12fe-48b3-a7bc-93c1dd1840d5 2022-03-04T10:33:03.326Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T10:33:03.326Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-04T10:33:03.326Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T10:33:03.326Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-04T10:33:03.326Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T10:33:03.326Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-04T10:33:03.326Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T10:33:03.326Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-04T10:33:03.326Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:f0fd1585-594e-4f80-a0a6-7c3c98d61bb1 Model Version:NULL Model InvariantUuid:2259aef1-29da-452c-a0e9-1ec4b3dba410 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:dde0b5f8-235a-4e67-ba99-47bd270f5409 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:292dd08f-9b00-4313-b4fd-6c920833a657 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:d85b3e77-7ac2-428d-bc7a-f6cab08ebcf2 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:bac178ab-9c13-4fb9-ba33-6d6ef597b83d ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:40d37fbc-84e2-4dac-a677-dd2a4c24f880 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:3ff31a39-12fe-48b3-a7bc-93c1dd1840d5 ModelInvariantUuid:52ecd607-46f9-4d30-934f-744786bc019c ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:9da4f469-8696-4d21-b6f0-4d2aa9f3b8aa ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:d1559cb5-8c34-48dd-abf1-86c828759930 ModelInvariantUuid:b6d34eea-d0ac-4fbe-a1ce-d78b48756bda ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:36df7c65-351e-4449-ad6c-ef2bde572462 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-03-04T10:33:03.331Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 555d19f6-645b-4eaf-90b6-76552c0a26d2 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-04T10:33:03.334Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||INFO|500||basic_vm_macro 0 2022-03-04T10:33:03.334Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 555d19f6-645b-4eaf-90b6-76552c0a26d2 2022-03-04T10:33:03.334Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 0b54b4e8-48af-42c3-937d-0b49cc0a80b9 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-03-04T10:33:03.335Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-03-04T10:33:03.335Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-03-04T10:33:03.457Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-03-04T10:33:03.458Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 0b54b4e8-48af-42c3-937d-0b49cc0a80b9 792 2022-03-04T10:33:03.458Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2022-03-04T10:33:03.458Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-03-04T10:33:03.458Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-04T10:33:03.459Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-04T10:33:03.461Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-04T10:33:03.461Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "025b834d-ab81-4115-aa44-8d8753a05cb5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646389983458, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-04T10:33:03.561Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-04T10:33:03.562Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-04T10:33:03.562Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ... 2022-03-04T10:33:03.571Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:33:03.571Z||pool-88-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-04T10:33:04.461Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "bac178ab-9c13-4fb9-ba33-6d6ef597b83d", "vfModuleModelVersion": "1", "vfModuleModelUUID": "40d37fbc-84e2-4dac-a677-dd2a4c24f880", "vfModuleModelCustomizationUUID": "55a89109-bfca-407e-8754-d0e1265a912d", "isBase": true, "artifacts": [ "8c79f484-8b97-4c27-9531-6048ef66a07c", "3b9ed214-d199-4f7d-ab29-4622c517c29b" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-03-04T10:33:04.466Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:40d37fbc-84e2-4dac-a677-dd2a4c24f880 VfModuleModelInvariantUUID:bac178ab-9c13-4fb9-ba33-6d6ef597b83d VfModuleModelDescription:NULL Artifacts UUID List:{ 8c79f484-8b97-4c27-9531-6048ef66a07c , 3b9ed214-d199-4f7d-ab29-4622c517c29b } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-03-04T10:33:04.468Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "bac178ab-9c13-4fb9-ba33-6d6ef597b83d", "vfModuleModelVersion": "1", "vfModuleModelUUID": "40d37fbc-84e2-4dac-a677-dd2a4c24f880", "vfModuleModelCustomizationUUID": "55a89109-bfca-407e-8754-d0e1265a912d", "isBase": true, "artifacts": [ "8c79f484-8b97-4c27-9531-6048ef66a07c", "3b9ed214-d199-4f7d-ab29-4622c517c29b" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-03-04T10:33:04.468Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:40d37fbc-84e2-4dac-a677-dd2a4c24f880 VfModuleModelInvariantUUID:bac178ab-9c13-4fb9-ba33-6d6ef597b83d VfModuleModelDescription:NULL Artifacts UUID List:{ 8c79f484-8b97-4c27-9531-6048ef66a07c , 3b9ed214-d199-4f7d-ab29-4622c517c29b } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-03-04T10:33:04.468Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 8c79f484-8b97-4c27-9531-6048ef66a07c from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-03-04T10:33:04.468Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-03-04T10:33:04.468Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-03-04T10:33:04.849Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-03-04T10:33:04.849Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 8c79f484-8b97-4c27-9531-6048ef66a07c 5033 2022-03-04T10:33:04.849Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-03-04T10:33:04.849Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-03-04T10:33:04.849Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-04T10:33:04.849Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-04T10:33:04.851Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-04T10:33:04.851Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "025b834d-ab81-4115-aa44-8d8753a05cb5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646389984849, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-04T10:33:04.951Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-04T10:33:04.952Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-04T10:33:04.952Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ... 2022-03-04T10:33:04.968Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:33:04.968Z||pool-89-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-04T10:33:05.851Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 3b9ed214-d199-4f7d-ab29-4622c517c29b from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-03-04T10:33:05.852Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-03-04T10:33:05.852Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-03-04T10:33:06.190Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-03-04T10:33:06.190Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 3b9ed214-d199-4f7d-ab29-4622c517c29b 903 2022-03-04T10:33:06.190Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-03-04T10:33:06.190Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-03-04T10:33:06.190Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-04T10:33:06.191Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-04T10:33:06.192Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-04T10:33:06.192Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "025b834d-ab81-4115-aa44-8d8753a05cb5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646389986190, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-04T10:33:06.293Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-04T10:33:06.293Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-04T10:33:06.293Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ... 2022-03-04T10:33:06.302Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:33:06.302Z||pool-90-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-04T10:33:07.193Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: f0fd1585-594e-4f80-a0a6-7c3c98d61bb1 2022-03-04T10:33:07.194Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 555d19f6-645b-4eaf-90b6-76552c0a26d2 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-04T10:33:07.211Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@ebe9204, org.onap.sdc.toscaparser.api.parameters.Input@22dfeabf, org.onap.sdc.toscaparser.api.parameters.Input@4e626e18, org.onap.sdc.toscaparser.api.parameters.Input@1e75569a, org.onap.sdc.toscaparser.api.parameters.Input@64a1c9e2] 2022-03-04T10:33:07.212Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T10:33:07.212Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-04T10:33:07.212Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2022-03-04T10:33:07.212Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= d85b3e77-7ac2-428d-bc7a-f6cab08ebcf2 2022-03-04T10:33:07.212Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d85b3e77-7ac2-428d-bc7a-f6cab08ebcf2 matches Tosca VF Customization UUID: d85b3e77-7ac2-428d-bc7a-f6cab08ebcf2 2022-03-04T10:33:07.212Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: d85b3e77-7ac2-428d-bc7a-f6cab08ebcf2 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-03-04T10:33:07.215Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T10:33:07.215Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-04T10:33:07.216Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id d85b3e77-7ac2-428d-bc7a-f6cab08ebcf2: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"} 2022-03-04T10:33:07.216Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@50ccbdd8 2022-03-04T10:33:07.216Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T10:33:07.216Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-04T10:33:07.216Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 55a89109-bfca-407e-8754-d0e1265a912d 2022-03-04T10:33:07.217Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 55a89109-bfca-407e-8754-d0e1265a912d Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-03-04T10:33:07.219Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T10:33:07.219Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-04T10:33:07.219Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-04T10:33:07.220Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T10:33:07.220Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-04T10:33:07.220Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-04T10:33:07.220Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T10:33:07.220Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-03-04T10:33:07.220Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-03-04T10:33:07.220Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-04T10:33:07.220Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=3ff31a39-12fe-48b3-a7bc-93c1dd1840d5 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-03-04T10:33:07.223Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T10:33:07.223Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-04T10:33:07.223Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-04T10:33:07.223Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T10:33:07.223Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-04T10:33:07.223Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=d85b3e77-7ac2-428d-bc7a-f6cab08ebcf2 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-04T10:33:07.225Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T10:33:07.225Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-04T10:33:07.226Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid f0fd1585-594e-4f80-a0a6-7c3c98d61bb1: basic_vm_macro 2022-03-04T10:33:07.226Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T10:33:07.226Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-04T10:33:07.226Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T10:33:07.226Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-04T10:33:07.226Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T10:33:07.226Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-04T10:33:07.226Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T10:33:07.226Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-04T10:33:07.226Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T10:33:07.227Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-04T10:33:07.227Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||INFO|500||Saving Service: basic_vm_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-04T10:33:07.315Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 555d19f6-645b-4eaf-90b6-76552c0a26d2 1 ASDC deployResourceStructure 2022-03-04T10:33:07.316Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2022-03-04T10:33:07.316Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-03-04T10:33:07.316Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-04T10:33:07.317Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-04T10:33:07.319Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-04T10:33:07.319Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "025b834d-ab81-4115-aa44-8d8753a05cb5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646389987316, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-03-04T10:33:07.419Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-04T10:33:07.420Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-04T10:33:07.420Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ... 2022-03-04T10:33:07.432Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:33:07.433Z||pool-91-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-04T10:33:08.320Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-03-04T10:33:08.321Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-03-04T10:33:08.321Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-04T10:33:08.322Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-04T10:33:08.324Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-04T10:33:08.324Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "025b834d-ab81-4115-aa44-8d8753a05cb5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646389988320, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-03-04T10:33:08.424Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-04T10:33:08.425Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-04T10:33:08.425Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ... 2022-03-04T10:33:08.434Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:33:08.435Z||pool-92-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-04T10:33:09.325Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-03-04T10:33:09.326Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-03-04T10:33:09.326Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-04T10:33:09.326Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-04T10:33:09.328Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-04T10:33:09.328Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "025b834d-ab81-4115-aa44-8d8753a05cb5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646389989325, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-03-04T10:33:09.429Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-04T10:33:09.429Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-04T10:33:09.429Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ... 2022-03-04T10:33:09.438Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:33:09.438Z||pool-93-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-04T10:33:10.330Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-03-04T10:33:10.330Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-03-04T10:33:10.330Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-04T10:33:10.330Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-04T10:33:10.332Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-04T10:33:10.332Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "025b834d-ab81-4115-aa44-8d8753a05cb5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646389990329, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-04T10:33:10.432Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-04T10:33:10.432Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-04T10:33:10.433Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ... 2022-03-04T10:33:10.442Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:33:10.442Z||pool-94-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-04T10:33:11.333Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 025b834d-ab81-4115-aa44-8d8753a05cb5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-04T10:33:11.342Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 025b834d-ab81-4115-aa44-8d8753a05cb5 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-04T10:33:11.345Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-04T10:33:11.345Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-04T10:33:11.345Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-04T10:33:11.345Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-04T10:33:11.345Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-04T10:33:11.345Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-04T10:33:11.345Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-04T10:33:11.345Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-04T10:33:11.346Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-04T10:33:11.346Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-04T10:33:11.346Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-04T10:33:11.350Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-04T10:33:41.350Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 025b834d-ab81-4115-aa44-8d8753a05cb5 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-03-04T10:33:41.355Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 025b834d-ab81-4115-aa44-8d8753a05cb5 and serviceModelVersionId: f0fd1585-594e-4f80-a0a6-7c3c98d61bb1 2022-03-04T10:33:41.355Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2259aef1-29da-452c-a0e9-1ec4b3dba410 2022-03-04T10:33:41.356Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2259aef1-29da-452c-a0e9-1ec4b3dba410/model-vers/model-ver/f0fd1585-594e-4f80-a0a6-7c3c98d61bb1?depth=0 2022-03-04T10:33:41.362Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-03-04T10:33:41.397Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2259aef1-29da-452c-a0e9-1ec4b3dba410/model-vers/model-ver/f0fd1585-594e-4f80-a0a6-7c3c98d61bb1?depth=0|INFO|500||Invoke 2022-03-04T10:33:41.398Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2259aef1-29da-452c-a0e9-1ec4b3dba410/model-vers/model-ver/f0fd1585-594e-4f80-a0a6-7c3c98d61bb1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2259aef1-29da-452c-a0e9-1ec4b3dba410/model-vers/model-ver/f0fd1585-594e-4f80-a0a6-7c3c98d61bb1?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[025b834d-ab81-4115-aa44-8d8753a05cb5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[83c985c5-7b9c-4e4e-9f9a-909ec764e016], X-ECOMP-RequestID=[025b834d-ab81-4115-aa44-8d8753a05cb5], X-TransactionId=[], X-ONAP-RequestID=[025b834d-ab81-4115-aa44-8d8753a05cb5], Content-Type=[application/merge-patch+json]} 2022-03-04T10:33:41.414Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2259aef1-29da-452c-a0e9-1ec4b3dba410/model-vers/model-ver/f0fd1585-594e-4f80-a0a6-7c3c98d61bb1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-04T10:33:42.111Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2259aef1-29da-452c-a0e9-1ec4b3dba410/model-vers/model-ver/f0fd1585-594e-4f80-a0a6-7c3c98d61bb1?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2259aef1-29da-452c-a0e9-1ec4b3dba410/model-vers/model-ver/f0fd1585-594e-4f80-a0a6-7c3c98d61bb1?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220304-10:33:41:421-33869], vertex-id=[241760], Content-Length=[0], Date=[Fri, 04 Mar 2022 10:33:41 GMT], Content-Type=[application/json]} 2022-03-04T10:33:42.112Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2259aef1-29da-452c-a0e9-1ec4b3dba410/model-vers/model-ver/f0fd1585-594e-4f80-a0a6-7c3c98d61bb1?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-04T10:33:42.112Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2259aef1-29da-452c-a0e9-1ec4b3dba410/model-vers/model-ver/f0fd1585-594e-4f80-a0a6-7c3c98d61bb1?depth=0|INFO|500||InvokeReturn 2022-03-04T10:33:42.113Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-04T10:33:42.113Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-04T10:33:42.118Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-04T10:33:42.118Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 025b834d-ab81-4115-aa44-8d8753a05cb5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-04T10:33:42.119Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-04T10:33:42.120Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-04T10:33:42.122Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-04T10:33:42.122Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "025b834d-ab81-4115-aa44-8d8753a05cb5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646390022119, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-04T10:33:42.222Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-04T10:33:42.223Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-04T10:33:42.223Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ... 2022-03-04T10:33:42.235Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:33:42.236Z||pool-95-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-04T10:33:43.134Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-04T10:33:43.134Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"c96d0e93-dd94-4972-91d1-c75210220d30","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"84ce635a-25d3-4992-9189-faf776ed9e69","serviceDescription":"service","serviceInvariantUUID":"69eaaf08-0bad-4f08-8018-291f23030e6c","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"4b791011-4bc4-4bcb-a39c-aa9721d35f14","resourceInvariantUUID":"21ba869f-90be-44bc-bb40-a8f3dec56c8a","resourceCustomizationUUID":"c7d7640a-9c34-4019-9ed6-39815ca56a3c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml","artifactChecksum":"MTM1ZmI5MzUxNjQxMTQ1NDNjY2IyZTVjNWIzN2E1NWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"556afe84-4c06-4faa-8a17-8ddb6f2ad27b","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar","artifactChecksum":"ZGVhZmM4YTM3NDgwYjQxNDFmZjYzYzQ5N2E4NDFkNDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"15c19804-0dc6-4321-b3d6-efdb5091a879","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1667ad1c-d4c3-497b-bad5-21fac2e897e7","artifactVersion":"1"},{"artifactName":"CBA_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip","artifactChecksum":"ZGM1NjU1MDVhZGQ2NzcxM2I3M2ZmMDI5M2FlMjY3OWE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"99fd6a24-4e47-4c43-8e03-4d30fc456cd4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml","artifactChecksum":"YWU0ZDcwODllZmYyZGI3ZWJiNmExMTgwODI1YjcxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d3aa785d-23fb-4fd4-81cb-a8ee5fa10973","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"99e22b3a-55ea-4621-b5fe-ddd5bc302cd0","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cd91d41c-607c-4446-9812-a48182fa9fe3","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-TestPnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml","artifactChecksum":"NzEzMTYxMWNhMjFhMzAyMjA4ZjU3MmM1YzBjMjJhOTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bfb0d217-864d-43f8-b4d6-b8553bfd17b7","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"YjA0NTBiMzk0ZDYzYjFlOWE2MzIzYzJjYTVkODExM2U\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"20695c5c-febd-4219-97ba-3fe981928391","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-04T10:33:43.135Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-04T10:33:43.135Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-04T10:33:43.136Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-04T10:33:43.136Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c96d0e93-dd94-4972-91d1-c75210220d30", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646389967216, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-04T10:33:43.237Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-04T10:33:43.237Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-04T10:33:43.237Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ... 2022-03-04T10:33:43.248Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:33:43.248Z||pool-96-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-03-04T10:33:44.137Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-04T10:33:44.138Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-04T10:33:44.140Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-04T10:33:44.140Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c96d0e93-dd94-4972-91d1-c75210220d30", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646389967216, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-04T10:33:44.240Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-04T10:33:44.240Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-04T10:33:44.240Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ... 2022-03-04T10:33:44.251Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:33:44.252Z||pool-97-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-04T10:33:45.140Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-04T10:33:45.141Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-04T10:33:45.142Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-04T10:33:45.142Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c96d0e93-dd94-4972-91d1-c75210220d30", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646389967216, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-04T10:33:45.243Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-04T10:33:45.243Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-04T10:33:45.243Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ... 2022-03-04T10:33:45.251Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:33:45.252Z||pool-98-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-04T10:33:46.143Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-04T10:33:46.143Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-04T10:33:46.145Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-04T10:33:46.145Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c96d0e93-dd94-4972-91d1-c75210220d30", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646389967216, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-04T10:33:46.245Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-04T10:33:46.246Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-04T10:33:46.246Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ... 2022-03-04T10:33:46.254Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:33:46.255Z||pool-99-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-04T10:33:47.145Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-04T10:33:47.146Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-04T10:33:47.147Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-04T10:33:47.147Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c96d0e93-dd94-4972-91d1-c75210220d30", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646389967216, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-04T10:33:47.248Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-04T10:33:47.249Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-04T10:33:47.249Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ... 2022-03-04T10:33:47.259Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:33:47.259Z||pool-100-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-03-04T10:33:48.148Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-04T10:33:48.149Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-04T10:33:48.150Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-04T10:33:48.151Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c96d0e93-dd94-4972-91d1-c75210220d30", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646389967216, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-04T10:33:48.251Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-04T10:33:48.251Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-04T10:33:48.252Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ... 2022-03-04T10:33:48.260Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:33:48.260Z||pool-101-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-04T10:33:49.151Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-04T10:33:49.152Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-04T10:33:49.154Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-04T10:33:49.154Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c96d0e93-dd94-4972-91d1-c75210220d30", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646389967216, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-04T10:33:49.254Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-04T10:33:49.255Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-04T10:33:49.255Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ... 2022-03-04T10:33:49.265Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:33:49.265Z||pool-102-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-03-04T10:33:50.077Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T10:33:50.077Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T10:33:50.077Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|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 Zam1qr386phPFzBX) ... 2022-03-04T10:33:50.101Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:33:50.102Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:33:50.102Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c96d0e93-dd94-4972-91d1-c75210220d30", "consumerID": "ves-openapi-manager", "timestamp": 1646389850404, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-04T10:33:50.111Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of c96d0e93-dd94-4972-91d1-c75210220d30 2022-03-04T10:33:50.111Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c96d0e93-dd94-4972-91d1-c75210220d30 and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-04T10:33:50.121Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:33:50.121Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c96d0e93-dd94-4972-91d1-c75210220d30", "consumerID": "policy-id", "timestamp": 1646389847767, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-04T10:33:50.121Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:33:50.121Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:33:50.121Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c96d0e93-dd94-4972-91d1-c75210220d30", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646389850788, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-04T10:33:50.126Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c96d0e93-dd94-4972-91d1-c75210220d30 2022-03-04T10:33:50.126Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c96d0e93-dd94-4972-91d1-c75210220d30 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-04T10:33:50.135Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:33:50.135Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c96d0e93-dd94-4972-91d1-c75210220d30", "consumerID": "policy-id", "timestamp": 1646389847767, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-04T10:33:50.135Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:33:50.135Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:33:50.135Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c96d0e93-dd94-4972-91d1-c75210220d30", "consumerID": "aai-ml", "timestamp": 1646389851794, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-04T10:33:50.135Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T10:33:50.135Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:33:50.136Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c96d0e93-dd94-4972-91d1-c75210220d30", "consumerID": "clamp", "timestamp": 1646389852333, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-04T10:33:50.136Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T10:33:50.136Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:33:50.136Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c96d0e93-dd94-4972-91d1-c75210220d30", "consumerID": "policy-id", "timestamp": 1646389847767, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-04T10:33:50.136Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:33:50.136Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:33:50.136Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c96d0e93-dd94-4972-91d1-c75210220d30", "consumerID": "aai-ml", "timestamp": 1646389852796, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-04T10:33:50.142Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c96d0e93-dd94-4972-91d1-c75210220d30 2022-03-04T10:33:50.142Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c96d0e93-dd94-4972-91d1-c75210220d30 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-04T10:33:50.150Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:33:50.150Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c96d0e93-dd94-4972-91d1-c75210220d30", "consumerID": "policy-id", "timestamp": 1646389847767, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-04T10:33:50.150Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:33:50.150Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:33:50.150Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c96d0e93-dd94-4972-91d1-c75210220d30", "consumerID": "clamp", "timestamp": 1646389854341, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-04T10:33:50.150Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T10:33:50.150Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:33:50.150Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c96d0e93-dd94-4972-91d1-c75210220d30", "consumerID": "policy-id", "timestamp": 1646389847767, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-04T10:33:50.150Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:33:50.150Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:33:50.151Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c96d0e93-dd94-4972-91d1-c75210220d30", "consumerID": "clamp", "timestamp": 1646389855344, "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=? 2022-03-04T10:33:50.154Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-04T10:33:50.155Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-04T10:33:50.155Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c96d0e93-dd94-4972-91d1-c75210220d30 2022-03-04T10:33:50.155Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c96d0e93-dd94-4972-91d1-c75210220d30 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=? 2022-03-04T10:33:50.157Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-04T10:33:50.157Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c96d0e93-dd94-4972-91d1-c75210220d30", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646389967216, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-04T10:33:50.163Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:33:50.164Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c96d0e93-dd94-4972-91d1-c75210220d30", "consumerID": "policy-id", "timestamp": 1646389847767, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-04T10:33:50.164Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:33:50.164Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:33:50.164Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c96d0e93-dd94-4972-91d1-c75210220d30", "consumerID": "policy-id", "timestamp": 1646389847767, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-04T10:33:50.164Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-04T10:33:50.164Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:33:50.164Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c96d0e93-dd94-4972-91d1-c75210220d30", "consumerID": "policy-id", "timestamp": 1646389857479, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-04T10:33:50.164Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T10:33:50.164Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:33:50.164Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c96d0e93-dd94-4972-91d1-c75210220d30", "consumerID": "policy-id", "timestamp": 1646389858482, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-04T10:33:50.164Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T10:33:50.164Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-04T10:33:50.164Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c96d0e93-dd94-4972-91d1-c75210220d30", "consumerID": "policy-id", "timestamp": 1646389859486, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-04T10:33:50.169Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c96d0e93-dd94-4972-91d1-c75210220d30 2022-03-04T10:33:50.169Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c96d0e93-dd94-4972-91d1-c75210220d30 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-04T10:33:50.258Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-04T10:33:50.258Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-04T10:33:50.258Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ... 2022-03-04T10:33:50.266Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:33:50.267Z||pool-103-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-04T10:33:51.157Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-04T10:33:51.158Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-04T10:33:51.160Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-04T10:33:51.160Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c96d0e93-dd94-4972-91d1-c75210220d30", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646389967216, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-04T10:33:51.260Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-04T10:33:51.261Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-04T10:33:51.261Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ... 2022-03-04T10:33:51.271Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:33:51.271Z||pool-104-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-04T10:33:52.161Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "c96d0e93-dd94-4972-91d1-c75210220d30", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "84ce635a-25d3-4992-9189-faf776ed9e69", "serviceDescription": "service", "serviceInvariantUUID": "69eaaf08-0bad-4f08-8018-291f23030e6c", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "c7d7640a-9c34-4019-9ed6-39815ca56a3c", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "4b791011-4bc4-4bcb-a39c-aa9721d35f14", "resourceInvariantUUID": "21ba869f-90be-44bc-bb40-a8f3dec56c8a", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-TestPnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "artifactChecksum": "YjA0NTBiMzk0ZDYzYjFlOWE2MzIzYzJjYTVkODExM2U\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "20695c5c-febd-4219-97ba-3fe981928391" } ], "workloadContext": "Production" } 2022-03-04T10:33:52.161Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-04T10:33:52.162Z|025b834d-ab81-4115-aa44-8d8753a05cb5|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 84ce635a-25d3-4992-9189-faf776ed9e69 ASDC 2022-03-04T10:33:52.162Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:c96d0e93-dd94-4972-91d1-c75210220d30 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:84ce635a-25d3-4992-9189-faf776ed9e69 ServiceInvariantUUID:69eaaf08-0bad-4f08-8018-291f23030e6c ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-TestPnfMacro-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ArtifactUUID:20695c5c-febd-4219-97ba-3fe981928391 ArtifactChecksum:YjA0NTBiMzk0ZDYzYjFlOWE2MzIzYzJjYTVkODExM2U= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:c7d7640a-9c34-4019-9ed6-39815ca56a3c ResourceInvariantUUID:21ba869f-90be-44bc-bb40-a8f3dec56c8a ResourceName:test-pnf ResourceType:PNF ResourceUUID:4b791011-4bc4-4bcb-a39c-aa9721d35f14 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-03-04T10:33:52.162Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 84ce635a-25d3-4992-9189-faf776ed9e69 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-04T10:33:52.189Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-04T10:33:52.190Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-03-04T10:33:52.190Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-03-04T10:33:52.190Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 20695c5c-febd-4219-97ba-3fe981928391 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-03-04T10:33:52.190Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-03-04T10:33:52.190Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-03-04T10:33:52.324Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-03-04T10:33:52.328Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 20695c5c-febd-4219-97ba-3fe981928391 105637 2022-03-04T10:33:52.329Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-03-04T10:33:52.329Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-03-04T10:33:52.329Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-04T10:33:52.329Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-04T10:33:52.331Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-04T10:33:52.331Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c96d0e93-dd94-4972-91d1-c75210220d30", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646390032329, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-04T10:33:52.431Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-04T10:33:52.432Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-04T10:33:52.432Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ... 2022-03-04T10:33:52.462Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:33:52.463Z||pool-105-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2022-03-04T10:33:53.331Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-04T10:33:53.332Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-03-04T10:33:53.332Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 20695c5c-febd-4219-97ba-3fe981928391, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-04T10:33:53.333Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-03-04T10:33:53.333Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-04T10:33:53.333Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-04T10:33:53.425Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13117916415959767506/Definitions/service-TestPnfMacro-template.yml 2022-03-04T10:33:54.054Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-04T10:33:54.055Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-03-04T10:33:54.055Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-04T10:33:54.055Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-03-04T10:33:54.055Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-04T10:33:54.055Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-04T10:33:54.055Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-04T10:33:54.055Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-04T10:33:54.055Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-04T10:33:54.055Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-04T10:33:54.055Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-04T10:33:54.056Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-03-04T10:33:54.056Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T10:33:54.056Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-04T10:33:54.056Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-03-04T10:33:54.056Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-03-04T10:33:54.056Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-04T10:33:54.056Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T10:33:54.056Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-04T10:33:54.057Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-03-04T10:33:54.057Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-03-04T10:33:54.057Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-04T10:33:54.057Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T10:33:54.057Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-04T10:33:54.057Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T10:33:54.057Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-04T10:33:54.057Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T10:33:54.057Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-04T10:33:54.058Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T10:33:54.058Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-04T10:33:54.058Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T10:33:54.058Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-04T10:33:54.058Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:84ce635a-25d3-4992-9189-faf776ed9e69 Model Version:NULL Model InvariantUuid:69eaaf08-0bad-4f08-8018-291f23030e6c Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-03-04T10:33:54.066Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 4b791011-4bc4-4bcb-a39c-aa9721d35f14 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-04T10:33:54.069Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||INFO|500||test-pnf 0 2022-03-04T10:33:54.069Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 4b791011-4bc4-4bcb-a39c-aa9721d35f14 2022-03-04T10:33:54.069Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 84ce635a-25d3-4992-9189-faf776ed9e69 2022-03-04T10:33:54.069Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 84ce635a-25d3-4992-9189-faf776ed9e69 2022-03-04T10:33:54.069Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 4b791011-4bc4-4bcb-a39c-aa9721d35f14 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-04T10:33:54.074Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@45a0815b, org.onap.sdc.toscaparser.api.parameters.Input@3ba812a4, org.onap.sdc.toscaparser.api.parameters.Input@b615f78, org.onap.sdc.toscaparser.api.parameters.Input@47b2add2, org.onap.sdc.toscaparser.api.parameters.Input@6595626] 2022-03-04T10:33:54.074Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T10:33:54.074Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-04T10:33:54.075Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 84ce635a-25d3-4992-9189-faf776ed9e69: test-pnf 2022-03-04T10:33:54.075Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||INFO|500||Processing PNF resource: 4b791011-4bc4-4bcb-a39c-aa9721d35f14 2022-03-04T10:33:54.075Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-04T10:33:54.075Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-04T10:33:54.075Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||INFO|500||Resource customization UUID: c7d7640a-9c34-4019-9ed6-39815ca56a3c is the same as notified resource customizationUUID: c7d7640a-9c34-4019-9ed6-39815ca56a3c Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-03-04T10:33:54.120Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 4b791011-4bc4-4bcb-a39c-aa9721d35f14 0 ASDC deployResourceStructure 2022-03-04T10:33:54.121Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-03-04T10:33:54.121Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-03-04T10:33:54.121Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-04T10:33:54.121Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-04T10:33:54.122Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-04T10:33:54.122Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c96d0e93-dd94-4972-91d1-c75210220d30", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646390034121, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-04T10:33:54.223Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-04T10:33:54.223Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-04T10:33:54.224Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ... 2022-03-04T10:33:54.233Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:33:54.234Z||pool-106-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-03-04T10:33:55.125Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c96d0e93-dd94-4972-91d1-c75210220d30 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-04T10:33:55.134Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c96d0e93-dd94-4972-91d1-c75210220d30 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-04T10:33:55.136Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-04T10:33:55.137Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-04T10:33:55.137Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-04T10:33:55.137Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-04T10:33:55.137Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-04T10:33:55.137Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-04T10:33:55.137Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-04T10:33:55.137Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-04T10:33:55.137Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-04T10:33:55.137Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-04T10:33:55.137Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-04T10:33:55.138Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-04T10:33:55.143Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-04T10:34:25.143Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c96d0e93-dd94-4972-91d1-c75210220d30 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-03-04T10:34:25.147Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c96d0e93-dd94-4972-91d1-c75210220d30 and serviceModelVersionId: 84ce635a-25d3-4992-9189-faf776ed9e69 2022-03-04T10:34:25.147Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 69eaaf08-0bad-4f08-8018-291f23030e6c 2022-03-04T10:34:25.148Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/69eaaf08-0bad-4f08-8018-291f23030e6c/model-vers/model-ver/84ce635a-25d3-4992-9189-faf776ed9e69?depth=0 2022-03-04T10:34:25.152Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-03-04T10:34:25.189Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69eaaf08-0bad-4f08-8018-291f23030e6c/model-vers/model-ver/84ce635a-25d3-4992-9189-faf776ed9e69?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-03-04T10:34:25.190Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69eaaf08-0bad-4f08-8018-291f23030e6c/model-vers/model-ver/84ce635a-25d3-4992-9189-faf776ed9e69?depth=0|INFO|500||Invoke 2022-03-04T10:34:25.211Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69eaaf08-0bad-4f08-8018-291f23030e6c/model-vers/model-ver/84ce635a-25d3-4992-9189-faf776ed9e69?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-04T10:34:25.293Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69eaaf08-0bad-4f08-8018-291f23030e6c/model-vers/model-ver/84ce635a-25d3-4992-9189-faf776ed9e69?depth=0|INFO|500||InvokeReturn 2022-03-04T10:34:25.293Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69eaaf08-0bad-4f08-8018-291f23030e6c/model-vers/model-ver/84ce635a-25d3-4992-9189-faf776ed9e69?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220304-10:34:25:218-3122], vertex-id=[172176], Content-Length=[0], Date=[Fri, 04 Mar 2022 10:34:25 GMT], Content-Type=[application/json]} 2022-03-04T10:34:25.293Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2022-03-04T10:34:25.293Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-04T10:34:25.293Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-04T10:34:25.298Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-04T10:34:25.298Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c96d0e93-dd94-4972-91d1-c75210220d30 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-04T10:34:25.298Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-04T10:34:25.298Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-04T10:34:25.299Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-04T10:34:25.300Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c96d0e93-dd94-4972-91d1-c75210220d30", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646390065298, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-04T10:34:25.400Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-04T10:34:25.401Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-04T10:34:25.401Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ... 2022-03-04T10:34:25.415Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:34:25.415Z||pool-107-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-04T10:34:26.311Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T10:34:26.312Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T10:34:26.312Z|c96d0e93-dd94-4972-91d1-c75210220d30|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 Zam1qr386phPFzBX) ... 2022-03-04T10:34:35.855Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:34:35.855Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T10:34:35.855Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T10:34:35.855Z|c96d0e93-dd94-4972-91d1-c75210220d30|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 Zam1qr386phPFzBX) ... 2022-03-04T10:34:45.389Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:34:45.390Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T10:34:45.390Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T10:34:45.390Z|c96d0e93-dd94-4972-91d1-c75210220d30|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 Zam1qr386phPFzBX) ... 2022-03-04T10:34:50.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T10:34:50.078Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T10:34:50.078Z||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 Zam1qr386phPFzBX) ... 2022-03-04T10:34:50.095Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:34:50.095Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-04T10:34:50.095Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cadc01c-41dd-4e17-8630-6da6628498ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646389966201, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-04T10:34:50.096Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T10:34:54.936Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:34:54.936Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T10:34:54.937Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T10:34:54.937Z|c96d0e93-dd94-4972-91d1-c75210220d30|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 Zam1qr386phPFzBX) ... 2022-03-04T10:35:04.477Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:35:04.477Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T10:35:04.477Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T10:35:04.477Z|c96d0e93-dd94-4972-91d1-c75210220d30|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 Zam1qr386phPFzBX) ... 2022-03-04T10:35:14.012Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:35:50.075Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T10:35:50.076Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T10:35:50.076Z|c96d0e93-dd94-4972-91d1-c75210220d30|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 Zam1qr386phPFzBX) ... 2022-03-04T10:35:50.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T10:35:50.077Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T10:35:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T10:35:50.098Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:35:50.099Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-04T10:35:50.099Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "025b834d-ab81-4115-aa44-8d8753a05cb5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646389967216, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-04T10:35:50.100Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-04T10:35:50.100Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-04T10:35:50.100Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "025b834d-ab81-4115-aa44-8d8753a05cb5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646389967216, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-03-04T10:35:50.100Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-04T10:35:50.100Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-04T10:35:50.100Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "025b834d-ab81-4115-aa44-8d8753a05cb5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646389967216, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-04T10:35:50.100Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-04T10:35:50.100Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-04T10:35:50.100Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "025b834d-ab81-4115-aa44-8d8753a05cb5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646389967216, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-04T10:35:50.100Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-04T10:35:50.100Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-04T10:35:50.100Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "025b834d-ab81-4115-aa44-8d8753a05cb5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646389967216, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-04T10:35:50.100Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-04T10:35:50.101Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-04T10:35:50.101Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "025b834d-ab81-4115-aa44-8d8753a05cb5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646389967216, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-04T10:35:50.101Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-04T10:35:50.101Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-04T10:35:50.101Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "025b834d-ab81-4115-aa44-8d8753a05cb5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646389967216, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-04T10:35:50.101Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-04T10:35:50.101Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-04T10:35:50.101Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "025b834d-ab81-4115-aa44-8d8753a05cb5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646389967216, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-04T10:35:50.101Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-04T10:35:50.101Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-04T10:35:50.101Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "025b834d-ab81-4115-aa44-8d8753a05cb5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646389981049, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-04T10:35:50.101Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T10:35:50.101Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-04T10:35:50.101Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "025b834d-ab81-4115-aa44-8d8753a05cb5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646389983458, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-04T10:35:50.102Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T10:35:50.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-04T10:35:50.102Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "025b834d-ab81-4115-aa44-8d8753a05cb5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646389984849, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-04T10:35:50.102Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T10:35:50.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-04T10:35:50.102Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "025b834d-ab81-4115-aa44-8d8753a05cb5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646389986190, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-04T10:35:50.102Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T10:35:50.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-04T10:35:50.102Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "025b834d-ab81-4115-aa44-8d8753a05cb5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646389987316, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-03-04T10:35:50.102Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T10:35:50.103Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-04T10:35:50.103Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "025b834d-ab81-4115-aa44-8d8753a05cb5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646389988320, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-03-04T10:35:50.103Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T10:35:50.103Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-04T10:35:50.103Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "025b834d-ab81-4115-aa44-8d8753a05cb5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646389989325, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-03-04T10:35:50.103Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T10:35:50.103Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-04T10:35:50.103Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "025b834d-ab81-4115-aa44-8d8753a05cb5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646389990329, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-04T10:35:50.104Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T10:35:50.104Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-04T10:35:50.104Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "025b834d-ab81-4115-aa44-8d8753a05cb5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646390022119, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-04T10:35:50.104Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T10:35:50.104Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-04T10:35:50.104Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c96d0e93-dd94-4972-91d1-c75210220d30", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646389967216, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-04T10:35:50.104Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-04T10:35:50.104Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-04T10:35:50.104Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c96d0e93-dd94-4972-91d1-c75210220d30", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646389967216, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-04T10:35:50.104Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-04T10:35:50.105Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-04T10:35:50.105Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c96d0e93-dd94-4972-91d1-c75210220d30", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646389967216, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-04T10:35:50.105Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-04T10:35:50.105Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-04T10:35:50.105Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c96d0e93-dd94-4972-91d1-c75210220d30", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646389967216, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-04T10:35:50.105Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-04T10:35:50.105Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-04T10:35:50.105Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c96d0e93-dd94-4972-91d1-c75210220d30", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646389967216, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-04T10:35:50.105Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-04T10:35:50.105Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-04T10:35:50.105Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c96d0e93-dd94-4972-91d1-c75210220d30", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646389967216, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-04T10:35:50.105Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-04T10:35:50.105Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-04T10:35:50.105Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c96d0e93-dd94-4972-91d1-c75210220d30", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646389967216, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-04T10:35:50.106Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-04T10:35:59.616Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:36:50.075Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T10:36:50.076Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T10:36:50.076Z|c96d0e93-dd94-4972-91d1-c75210220d30|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 Zam1qr386phPFzBX) ... 2022-03-04T10:36:50.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T10:36:50.077Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T10:36:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T10:36:50.604Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:36:50.605Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-04T10:36:50.605Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c96d0e93-dd94-4972-91d1-c75210220d30", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646389967216, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-04T10:36:50.605Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-04T10:36:50.606Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-04T10:36:50.606Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c96d0e93-dd94-4972-91d1-c75210220d30", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646389967216, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-04T10:36:50.606Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-04T10:36:50.606Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-04T10:36:50.606Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c96d0e93-dd94-4972-91d1-c75210220d30", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646390032329, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-04T10:36:50.606Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T10:36:50.606Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-04T10:36:50.606Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c96d0e93-dd94-4972-91d1-c75210220d30", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646390034121, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-04T10:36:50.606Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T10:36:50.606Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-04T10:36:50.606Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c96d0e93-dd94-4972-91d1-c75210220d30", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646390065298, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-04T10:36:50.606Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-04T10:36:59.624Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:37:50.075Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T10:37:50.076Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T10:37:50.076Z|c96d0e93-dd94-4972-91d1-c75210220d30|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 Zam1qr386phPFzBX) ... 2022-03-04T10:37:50.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T10:37:50.077Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T10:37:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T10:37:59.616Z|c96d0e93-dd94-4972-91d1-c75210220d30|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:37:59.616Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:38:50.075Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T10:38:50.076Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T10:38:50.076Z||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 Zam1qr386phPFzBX) ... 2022-03-04T10:38:50.077Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T10:38:50.077Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T10:38:50.077Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|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 Zam1qr386phPFzBX) ... 2022-03-04T10:38:59.619Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:38:59.619Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:39:50.075Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T10:39:50.076Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|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. 2022-03-04T10:39:50.076Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|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 Zam1qr386phPFzBX) ... 2022-03-04T10:39:50.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T10:39:50.077Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T10:39:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T10:39:59.623Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:39:59.625Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:40:50.075Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T10:40:50.076Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|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. 2022-03-04T10:40:50.076Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|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 Zam1qr386phPFzBX) ... 2022-03-04T10:40:50.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T10:40:50.077Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T10:40:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T10:40:59.613Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:40:59.617Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:41:50.075Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T10:41:50.076Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|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. 2022-03-04T10:41:50.076Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|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 Zam1qr386phPFzBX) ... 2022-03-04T10:41:50.077Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T10:41:50.077Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T10:41:50.078Z|64fc4799-ae06-4974-aecb-f0c968d187d6|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 Zam1qr386phPFzBX) ... 2022-03-04T10:41:59.619Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:41:59.621Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:42:50.075Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T10:42:50.076Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|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. 2022-03-04T10:42:50.076Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|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 Zam1qr386phPFzBX) ... 2022-03-04T10:42:50.077Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T10:42:50.077Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T10:42:50.077Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|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 Zam1qr386phPFzBX) ... 2022-03-04T10:42:59.617Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:42:59.620Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:43:50.076Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T10:43:50.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T10:43:50.077Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|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. 2022-03-04T10:43:50.077Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|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 Zam1qr386phPFzBX) ... 2022-03-04T10:43:50.077Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T10:43:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T10:43:59.626Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:43:59.627Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:44:50.076Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T10:44:50.077Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|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. 2022-03-04T10:44:50.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T10:44:50.077Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|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 Zam1qr386phPFzBX) ... 2022-03-04T10:44:50.077Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T10:44:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T10:44:59.618Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:44:59.623Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:45:50.075Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T10:45:50.076Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|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. 2022-03-04T10:45:50.076Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|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 Zam1qr386phPFzBX) ... 2022-03-04T10:45:50.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T10:45:50.077Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T10:45:50.077Z||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 Zam1qr386phPFzBX) ... 2022-03-04T10:45:59.613Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:45:59.616Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:46:50.075Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T10:46:50.076Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|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. 2022-03-04T10:46:50.076Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|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 Zam1qr386phPFzBX) ... 2022-03-04T10:46:50.077Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T10:46:50.077Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T10:46:50.077Z|64fc4799-ae06-4974-aecb-f0c968d187d6|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 Zam1qr386phPFzBX) ... 2022-03-04T10:46:59.618Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:46:59.618Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:47:50.075Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T10:47:50.076Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|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. 2022-03-04T10:47:50.076Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|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 Zam1qr386phPFzBX) ... 2022-03-04T10:47:50.077Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-04T10:47:50.077Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-04T10:47:50.077Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|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 Zam1qr386phPFzBX) ... 2022-03-04T10:47:59.614Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-04T10:47:59.615Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK