JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.3.7.RELEASE) 2023-02-01T04:36:03.940Z||main|||||INFO|500||The following profiles are active: basic 2023-02-01T04:36:44.927Z||main|||||INFO|500||Starting service [Tomcat] 2023-02-01T04:36:44.935Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2023-02-01T04:36:45.447Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2023-02-01T04:37:04.744Z||main|||||INFO|500||catdb-pool - Starting... 2023-02-01T04:37:06.011Z||main|||||INFO|500||catdb-pool - Start completed. 2023-02-01T04:37:07.607Z||main|||||INFO|500||reqdb-pool - Starting... 2023-02-01T04:37:07.636Z||main|||||INFO|500||reqdb-pool - Start completed. 2023-02-01T04:37:07.969Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2023-02-01T04:37:08.889Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2023-02-01T04:37:11.054Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2023-02-01T04:37:18.025Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2023-02-01T04:37:22.163Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2023-02-01T04:37:22.269Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2023-02-01T04:37:23.423Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2023-02-01T04:37:24.102Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly. 2023-02-01T04:37:27.277Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2023-02-01T04:37:29.793Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2023-02-01T04:37:29.846Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at java.base/sun.net.NetworkClient.doConnect(Unknown Source) at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source) at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source) at java.base/sun.net.www.http.HttpClient.(Unknown Source) at java.base/sun.net.www.http.HttpClient.New(Unknown Source) at java.base/sun.net.www.http.HttpClient.New(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source) at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155) at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70) at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$2538ded1.deployActivities() at org.onap.so.asdc.Application.deployActivities(Application.java:52) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405) at org.springframework.boot.SpringApplication.run(SpringApplication.java:315) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) at org.onap.so.asdc.Application.main(Application.java:60) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49) at org.springframework.boot.loader.Launcher.launch(Launcher.java:107) at org.springframework.boot.loader.Launcher.launch(Launcher.java:58) at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88) 2023-02-01T04:37:29.848Z||main|||||WARN|500||The sdc end point is not alive 2023-02-01T04:37:39.929Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning 2023-02-01T04:37:53.988Z||main|||||WARN|500||--- 2023-02-01T04:37:53.989Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2023-02-01T04:37:53.990Z||main|||||WARN|500||--- 2023-02-01T04:37:56.225Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2023-02-01T04:38:11.635Z||main|||||INFO|500||Started Application in 142.84 seconds (JVM running for 155.459) 2023-02-01T04:38:11.766Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2023-02-01T04:38:11.787Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2023-02-01T04:38:11.825Z||scheduling-1|||||INFO|500||DistributionClient - init 2023-02-01T04:38:11.889Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2023-02-01T04:38:12.102Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 52d2b424-bf12-4e68-8497-408c4cdbac25 url= /sdc/v1/artifactTypes 2023-02-01T04:38:12.103Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2023-02-01T04:38:12.898Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2023-02-01T04:38:12.966Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2023-02-01T04:38:13.115Z||scheduling-1|||||DEBUG|500||create keys 2023-02-01T04:38:13.145Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2023-02-01T04:38:13.196Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T04:38:13.263Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 0ccdd544-e049-41ab-8f2f-04bae4cc7f05 url= /sdc/v1/registerForDistribution 2023-02-01T04:38:13.515Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 0ccdd544-e049-41ab-8f2f-04bae4cc7f05 url= /sdc/v1/registerForDistribution 2023-02-01T04:38:13.516Z||scheduling-1|||||INFO|500||start DistributionClient 2023-02-01T04:38:13.639Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T04:38:13.651Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T04:38:13.687Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2023-02-01T04:38:13.790Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T04:38:13.790Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T04:38:13.770Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T04:38:13.798Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T04:38:24.251Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T04:38:24.259Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T04:39:13.567Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T04:39:13.573Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T04:39:13.573Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T04:39:13.580Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T04:39:13.595Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T04:39:13.595Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T04:39:23.225Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T04:39:23.226Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T04:40:13.571Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T04:40:13.575Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T04:40:13.576Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T04:40:13.582Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T04:40:13.583Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T04:40:13.583Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T04:40:23.183Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T04:40:23.184Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T04:41:13.570Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T04:41:13.581Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T04:41:13.575Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T04:41:13.582Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T04:41:13.583Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T04:41:13.583Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T04:41:23.208Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T04:41:23.259Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T04:42:13.583Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T04:42:13.587Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T04:42:13.588Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T04:42:13.568Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T04:42:13.614Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T04:42:13.615Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T04:42:23.239Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T04:42:23.246Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T04:43:13.566Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T04:43:13.568Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T04:43:13.568Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T04:43:13.579Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T04:43:13.581Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T04:43:13.582Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T04:43:23.182Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T04:43:23.207Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T04:44:13.566Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T04:44:13.569Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T04:44:13.569Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T04:44:13.580Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T04:44:13.582Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T04:44:13.582Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T04:44:23.212Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T04:44:23.230Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T04:45:13.569Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T04:45:13.574Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T04:45:13.575Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T04:45:13.580Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T04:45:13.588Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T04:45:13.589Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T04:45:23.223Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T04:45:23.224Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T04:45:41.631Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-02-01T04:46:13.571Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T04:46:13.572Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T04:46:13.572Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T04:46:13.603Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T04:46:13.606Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T04:46:13.607Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T04:46:23.216Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T04:46:23.226Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T04:47:13.566Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T04:47:13.568Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T04:47:13.568Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T04:47:13.583Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T04:47:13.585Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T04:47:13.586Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T04:47:23.161Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T04:47:23.164Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T04:48:13.566Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T04:48:13.568Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T04:48:13.569Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T04:48:13.579Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T04:48:13.581Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T04:48:13.581Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T04:48:23.161Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T04:48:23.175Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T04:49:13.567Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T04:49:13.569Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T04:49:13.569Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T04:49:13.580Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T04:49:13.582Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T04:49:13.582Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T04:49:23.165Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T04:49:23.166Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T04:50:13.567Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T04:50:13.571Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T04:50:13.575Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T04:50:13.579Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T04:50:13.586Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T04:50:13.587Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T04:50:23.161Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T04:50:23.179Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T04:51:13.566Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T04:51:13.568Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T04:51:13.569Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T04:51:13.579Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T04:51:13.581Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T04:51:13.582Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T04:51:23.162Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T04:51:23.170Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T04:52:13.566Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T04:52:13.568Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T04:52:13.568Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T04:52:13.583Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T04:52:13.600Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T04:52:13.601Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T04:52:23.147Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T04:52:23.162Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T04:53:13.566Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T04:53:13.568Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T04:53:13.569Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T04:53:13.580Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T04:53:13.582Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T04:53:13.582Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T04:53:23.164Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T04:53:23.166Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T04:54:13.567Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T04:54:13.569Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T04:54:13.569Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T04:54:13.580Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T04:54:13.582Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T04:54:13.582Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T04:54:23.164Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T04:54:23.180Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T04:55:13.566Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T04:55:13.569Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T04:55:13.569Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T04:55:13.580Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T04:55:13.583Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T04:55:13.584Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T04:55:23.160Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T04:55:23.190Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T04:56:13.568Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T04:56:13.571Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T04:56:13.571Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T04:56:13.582Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T04:56:13.583Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T04:56:13.583Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T04:56:23.175Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T04:56:23.236Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T04:57:13.569Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T04:57:13.573Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T04:57:13.574Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T04:57:13.579Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T04:57:13.583Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T04:57:13.589Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T04:57:23.196Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T04:57:23.223Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T04:58:13.567Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T04:58:13.570Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T04:58:13.570Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T04:58:13.579Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T04:58:13.581Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T04:58:13.581Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T04:58:23.170Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T04:58:23.184Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T04:59:13.569Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T04:59:13.572Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T04:59:13.572Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T04:59:13.581Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T04:59:13.583Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T04:59:13.583Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T04:59:23.169Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T04:59:23.210Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T05:00:13.566Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T05:00:13.568Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T05:00:13.568Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T05:00:13.579Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T05:00:13.581Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T05:00:13.581Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T05:00:23.138Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T05:00:23.182Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T05:01:13.566Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T05:01:13.568Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T05:01:13.568Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T05:01:13.581Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T05:01:13.582Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T05:01:13.582Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T05:01:23.163Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T05:01:23.169Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T05:02:13.566Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T05:02:13.568Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T05:02:13.568Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T05:02:13.579Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T05:02:13.581Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T05:02:13.582Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T05:02:23.140Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T05:02:23.190Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T05:03:13.568Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T05:03:13.570Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T05:03:13.574Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T05:03:13.579Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T05:03:13.581Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T05:03:13.583Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T05:03:23.155Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T05:03:23.158Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T05:04:13.567Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T05:04:13.571Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T05:04:13.571Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T05:04:13.595Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T05:04:13.596Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T05:04:13.597Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T05:04:23.173Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T05:04:23.210Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T05:05:13.567Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T05:05:13.569Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T05:05:13.570Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T05:05:13.580Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T05:05:13.581Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T05:05:13.582Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T05:05:23.165Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T05:05:23.173Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T05:06:13.566Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T05:06:13.569Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T05:06:13.569Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T05:06:13.580Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T05:06:13.581Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T05:06:13.582Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T05:06:23.150Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T05:06:23.169Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T05:07:13.568Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T05:07:13.570Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T05:07:13.570Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T05:07:13.580Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T05:07:13.585Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T05:07:13.588Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T05:07:23.156Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T05:07:23.199Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T05:08:13.566Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T05:08:13.567Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T05:08:13.568Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T05:08:13.579Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T05:08:13.581Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T05:08:13.582Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T05:08:23.141Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T05:08:23.157Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T05:09:13.574Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T05:09:13.576Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T05:09:13.576Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T05:09:13.579Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T05:09:13.589Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T05:09:13.591Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T05:09:23.167Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T05:09:23.200Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T05:10:13.566Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T05:10:13.568Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T05:10:13.568Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T05:10:13.579Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T05:10:13.580Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T05:10:13.581Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T05:10:23.174Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T05:10:23.182Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T05:11:13.568Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T05:11:13.573Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T05:11:13.574Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T05:11:13.579Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T05:11:13.581Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T05:11:13.581Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T05:11:23.170Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T05:11:23.174Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T05:12:13.566Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T05:12:13.567Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T05:12:13.568Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T05:12:13.579Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T05:12:13.580Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T05:12:13.580Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T05:12:23.155Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T05:12:23.156Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T05:13:13.566Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T05:13:13.568Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T05:13:13.568Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T05:13:13.580Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T05:13:13.581Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T05:13:13.583Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T05:13:23.159Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T05:13:23.172Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T05:14:13.566Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T05:14:13.569Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T05:14:13.570Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T05:14:13.579Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T05:14:13.581Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T05:14:13.581Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T05:14:23.143Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T05:14:23.148Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T05:15:13.566Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T05:15:13.568Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T05:15:13.568Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T05:15:13.579Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T05:15:13.581Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T05:15:13.581Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T05:15:23.157Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T05:15:23.371Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T05:16:13.567Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T05:16:13.571Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T05:16:13.572Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T05:16:13.580Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T05:16:13.582Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T05:16:13.582Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T05:16:23.152Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T05:16:23.153Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T05:17:13.566Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T05:17:13.570Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T05:17:13.571Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T05:17:13.580Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T05:17:13.582Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T05:17:13.582Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T05:17:23.225Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T05:17:23.226Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T05:18:13.567Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T05:18:13.569Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T05:18:13.569Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T05:18:13.580Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T05:18:13.581Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T05:18:13.581Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T05:18:23.165Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T05:18:23.172Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T05:19:13.566Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T05:19:13.568Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T05:19:13.568Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T05:19:13.579Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T05:19:13.582Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T05:19:13.582Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T05:19:23.167Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T05:19:23.173Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T05:20:13.593Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T05:20:13.595Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T05:20:13.596Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T05:20:13.598Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T05:20:13.599Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T05:20:13.600Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T05:20:23.187Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T05:20:23.210Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T05:21:13.566Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T05:21:13.567Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T05:21:13.568Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T05:21:13.579Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T05:21:13.581Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T05:21:13.582Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T05:21:23.154Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T05:21:23.172Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T05:22:13.568Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T05:22:13.570Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T05:22:13.570Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T05:22:13.579Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T05:22:13.580Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T05:22:13.581Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T05:22:23.165Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T05:22:23.174Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T05:23:13.567Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T05:23:13.569Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T05:23:13.570Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T05:23:13.579Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T05:23:13.581Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T05:23:13.581Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T05:23:23.170Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T05:23:23.172Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T05:24:13.566Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T05:24:13.570Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T05:24:13.570Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T05:24:13.579Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T05:24:13.581Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T05:24:13.581Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T05:24:23.167Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T05:24:23.174Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T05:25:13.566Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T05:25:13.570Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T05:25:13.571Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T05:25:13.579Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T05:25:13.580Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T05:25:13.581Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T05:25:23.177Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T05:25:23.175Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T05:26:13.567Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T05:26:13.569Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T05:26:13.569Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T05:26:13.588Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T05:26:13.590Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T05:26:13.590Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T05:26:23.199Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T05:26:23.218Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T05:27:13.567Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T05:27:13.569Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T05:27:13.569Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T05:27:13.579Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T05:27:13.581Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T05:27:13.581Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T05:27:23.148Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T05:27:23.188Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T05:28:13.567Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T05:28:13.569Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T05:28:13.570Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T05:28:13.580Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T05:28:13.582Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T05:28:13.582Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T05:28:23.208Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T05:28:23.215Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T05:29:13.567Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T05:29:13.570Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T05:29:13.571Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T05:29:13.580Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T05:29:13.583Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T05:29:13.583Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T05:29:23.159Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T05:29:23.160Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T05:30:13.566Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T05:30:13.568Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T05:30:13.568Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T05:30:13.579Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T05:30:13.584Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T05:30:13.584Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T05:30:23.135Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T05:30:23.150Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T05:31:13.567Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T05:31:13.573Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T05:31:13.574Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T05:31:13.580Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T05:31:13.581Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T05:31:13.581Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T05:31:23.156Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T05:31:23.156Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T05:32:13.567Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T05:32:13.569Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T05:32:13.569Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T05:32:13.580Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T05:32:13.582Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T05:32:13.583Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T05:32:23.157Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T05:32:23.175Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T05:33:13.566Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T05:33:13.568Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T05:33:13.568Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T05:33:13.580Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T05:33:13.582Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T05:33:13.582Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T05:33:23.152Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T05:33:23.194Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T05:34:13.566Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T05:34:13.571Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T05:34:13.573Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T05:34:13.580Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T05:34:13.583Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T05:34:13.583Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T05:34:23.164Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T05:34:23.186Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T05:35:13.567Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T05:35:13.569Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T05:35:13.570Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T05:35:13.580Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T05:35:13.589Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T05:35:13.590Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T05:35:23.187Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T05:35:23.193Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T05:36:13.567Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T05:36:13.568Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T05:36:13.568Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T05:36:13.579Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T05:36:13.587Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T05:36:13.588Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T05:36:23.152Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T05:36:23.162Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T05:37:13.566Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T05:37:13.568Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T05:37:13.568Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T05:37:13.579Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T05:37:13.580Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T05:37:13.581Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T05:37:23.162Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T05:37:23.163Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T05:38:13.567Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T05:38:13.573Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T05:38:13.575Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T05:38:13.579Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T05:38:13.580Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T05:38:13.580Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T05:38:23.176Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T05:38:23.188Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T05:39:13.566Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T05:39:13.569Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T05:39:13.570Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T05:39:13.579Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T05:39:13.581Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T05:39:13.581Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T05:39:23.144Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T05:39:23.166Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T05:40:13.566Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T05:40:13.567Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T05:40:13.567Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T05:40:13.579Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T05:40:13.581Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T05:40:13.581Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T05:40:23.149Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T05:40:23.167Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T05:41:13.566Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T05:41:13.569Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T05:41:13.570Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T05:41:13.582Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T05:41:13.584Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T05:41:13.584Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T05:41:23.164Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T05:41:23.189Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T05:42:13.569Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T05:42:13.570Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T05:42:13.571Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T05:42:13.582Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T05:42:13.583Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T05:42:13.583Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T05:42:23.260Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T05:42:23.293Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T05:43:13.566Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T05:43:13.568Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T05:43:13.569Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T05:43:13.579Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T05:43:13.580Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T05:43:13.581Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T05:43:23.161Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T05:43:23.188Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T05:44:13.566Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T05:44:13.568Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T05:44:13.569Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T05:44:13.580Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T05:44:13.582Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T05:44:13.582Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T05:44:23.158Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T05:44:23.184Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T05:45:13.566Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T05:45:13.573Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T05:45:13.573Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T05:45:13.579Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T05:45:13.585Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T05:45:13.586Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T05:45:23.170Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T05:45:23.186Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T05:46:13.566Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T05:46:13.568Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T05:46:13.568Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T05:46:13.579Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T05:46:13.580Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T05:46:13.581Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T05:46:23.158Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T05:46:23.165Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T05:47:13.566Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T05:47:13.569Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T05:47:13.572Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T05:47:13.579Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T05:47:13.581Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T05:47:13.581Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T05:47:23.150Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T05:47:23.168Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T05:48:13.566Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T05:48:13.568Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T05:48:13.568Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T05:48:13.579Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T05:48:13.581Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T05:48:13.581Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T05:48:23.166Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T05:48:23.169Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T05:49:13.566Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T05:49:13.568Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T05:49:13.568Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T05:49:13.579Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T05:49:13.580Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T05:49:13.580Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T05:49:23.259Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T05:49:23.259Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T05:50:13.566Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T05:50:13.568Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T05:50:13.568Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T05:50:13.580Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T05:50:13.582Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T05:50:13.582Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T05:50:23.173Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T05:50:23.200Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T05:51:13.570Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T05:51:13.572Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T05:51:13.572Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T05:51:13.581Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T05:51:13.586Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T05:51:13.586Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T05:51:23.178Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T05:51:23.193Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T05:52:13.567Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T05:52:13.573Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T05:52:13.574Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T05:52:13.579Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T05:52:13.585Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T05:52:13.585Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T05:52:23.153Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T05:52:23.154Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T05:53:13.566Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T05:53:13.567Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T05:53:13.568Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T05:53:13.579Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T05:53:13.593Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T05:53:13.595Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T05:53:23.156Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T05:53:23.196Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T05:54:13.570Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T05:54:13.572Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T05:54:13.572Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T05:54:13.579Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T05:54:13.580Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T05:54:13.580Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T05:54:23.144Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T05:54:23.153Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T05:55:13.574Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T05:55:13.576Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T05:55:13.576Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T05:55:13.579Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T05:55:13.580Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T05:55:13.581Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T05:55:23.189Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T05:55:23.191Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T05:56:13.566Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T05:56:13.568Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T05:56:13.568Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T05:56:13.579Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T05:56:13.581Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T05:56:13.581Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T05:56:23.142Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T05:56:23.154Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T05:57:13.566Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T05:57:13.568Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T05:57:13.568Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T05:57:13.580Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T05:57:13.582Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T05:57:13.582Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T05:57:23.139Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T05:57:23.140Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T05:58:13.566Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T05:58:13.568Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T05:58:13.568Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T05:58:13.579Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T05:58:13.581Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T05:58:13.582Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T05:58:23.172Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T05:58:23.178Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T05:59:13.566Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T05:59:13.568Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T05:59:13.568Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T05:59:13.579Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T05:59:13.581Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T05:59:13.581Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T05:59:23.142Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T05:59:23.157Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:00:13.567Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T06:00:13.569Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T06:00:13.569Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T06:00:13.579Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T06:00:13.580Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T06:00:13.581Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T06:00:23.186Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:00:23.192Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:01:13.566Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T06:01:13.568Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T06:01:13.568Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T06:01:13.588Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T06:01:13.595Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T06:01:13.596Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T06:01:23.185Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:01:23.391Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:01:23.394Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-01T06:01:23.394Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"e0388cfc-e980-41e5-9339-7075d9f3c54d","serviceName":"vFW 2023-02-01 05-59-31","serviceVersion":"1.0","serviceUUID":"b3326e0f-d1cf-4b72-9fd2-c000126c01d0","serviceDescription":"catalog service description","serviceInvariantUUID":"222c771b-b53f-4e20-86a1-e1d664be5183","resources":[{"resourceInstanceName":"vFW 8d268136-b32b 0","resourceName":"vFW 8d268136-b32b","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5c3c7c7e-f9d1-4e8b-b28c-b7988891e384","resourceInvariantUUID":"6af76e58-b545-433b-adc8-b287afd12076","resourceCustomizationUUID":"9606c2ae-dd90-4e5b-97ee-6391278eeb74","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/vf-license-model.xml","artifactChecksum":"ZjAxMTkwYmFlMTcwMGE0ZGNhMjc1M2UxNzFkZDBiZjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"758e091c-d0ae-43a3-8486-1ab26a4fcedb","artifactVersion":"1"},{"artifactName":"vfw8d268136b32b0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/vfw8d268136b32b0_modules.json","artifactChecksum":"OWZjMTRmMmNhOGQyOWJkOTVlMzkwOGM5NDgwYTdkMDI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"10845cba-7b68-4e53-969a-230241e19f62","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f5451b2f-7453-4c9f-9b0f-76df764cc529","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/vendor-license-model.xml","artifactChecksum":"YTZhNGFlMmZjNjU0MWQ2MjllOWU3MWEzYzA1OTUyZjc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e9d341a3-6da3-4128-8267-5ffde51c88fe","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"6202bbd2-5c80-4556-a955-43a19e08853d","artifactVersion":"2","generatedFromUUID":"f5451b2f-7453-4c9f-9b0f-76df764cc529"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230201055931-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230201055931/1.0/artifacts/service-Vfw20230201055931-template.yml","artifactChecksum":"YTJjNzE2OGJiZDNmYjhlYzUxYjQwYTNlM2I3NWUyYTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"668f1c7e-d354-4170-aa73-83a6ac8fa7fe","artifactVersion":"1"},{"artifactName":"service-Vfw20230201055931-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230201055931/1.0/artifacts/service-Vfw20230201055931-csar.csar","artifactChecksum":"MzMwMjViNjBhYjRiYTc3ZjllNmZlMjUwNGQ5MDUwMTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3dac1839-6645-4ce2-9790-707659360d94","artifactVersion":"1"}],"workloadContext":"Production"} 2023-02-01T06:01:23.440Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-01T06:01:23.454Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-02-01T06:01:23.482Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T06:01:23.483Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675231273566, "artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T06:01:23.583Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 88 ms 2023-02-01T06:01:23.589Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-01T06:01:23.589Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T06:01:23.604Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:01:23.606Z||pool-3-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2023-02-01T06:01:24.503Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-01T06:01:24.504Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-02-01T06:01:24.507Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T06:01:24.508Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675231273566, "artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/vfw8d268136b32b0_modules.json", "status": "NOTIFIED" } 2023-02-01T06:01:24.608Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-01T06:01:24.609Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-01T06:01:24.609Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T06:01:24.632Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:01:24.672Z||pool-4-thread-1|||||INFO|500||cambria reply ok (64 ms):{"serverTimeMs":1,"count":1} 2023-02-01T06:01:25.509Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-01T06:01:25.511Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-02-01T06:01:25.514Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T06:01:25.514Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675231273566, "artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2023-02-01T06:01:25.614Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-01T06:01:25.615Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-01T06:01:25.616Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T06:01:25.630Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:01:25.632Z||pool-5-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2023-02-01T06:01:26.515Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-01T06:01:26.516Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-02-01T06:01:26.521Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T06:01:26.522Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675231273566, "artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T06:01:26.621Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2023-02-01T06:01:26.622Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-01T06:01:26.622Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T06:01:26.653Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:01:26.654Z||pool-6-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1} 2023-02-01T06:01:27.524Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-01T06:01:27.526Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-02-01T06:01:27.529Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T06:01:27.529Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675231273566, "artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2023-02-01T06:01:27.629Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-02-01T06:01:27.638Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-01T06:01:27.638Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T06:01:27.657Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:01:27.658Z||pool-7-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2023-02-01T06:01:28.531Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-01T06:01:28.532Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-02-01T06:01:28.535Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T06:01:28.536Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675231273566, "artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/artifacts/service-Vfw20230201055931-template.yml", "status": "NOT_NOTIFIED" } 2023-02-01T06:01:28.635Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-02-01T06:01:28.637Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-01T06:01:28.638Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T06:01:28.658Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:01:28.659Z||pool-8-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2023-02-01T06:01:29.536Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-01T06:01:29.540Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-02-01T06:01:29.543Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T06:01:29.543Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675231273566, "artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/artifacts/service-Vfw20230201055931-csar.csar", "status": "NOTIFIED" } 2023-02-01T06:01:29.646Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2023-02-01T06:01:29.647Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-01T06:01:29.648Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T06:01:29.664Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:01:29.665Z||pool-9-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2023-02-01T06:01:30.547Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d", "serviceName": "vFW 2023-02-01 05-59-31", "serviceVersion": "1.0", "serviceUUID": "b3326e0f-d1cf-4b72-9fd2-c000126c01d0", "serviceDescription": "catalog service description", "serviceInvariantUUID": "222c771b-b53f-4e20-86a1-e1d664be5183", "resources": [ { "resourceInstanceName": "vFW 8d268136-b32b 0", "resourceCustomizationUUID": "9606c2ae-dd90-4e5b-97ee-6391278eeb74", "resourceName": "vFW 8d268136-b32b", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "5c3c7c7e-f9d1-4e8b-b28c-b7988891e384", "resourceInvariantUUID": "6af76e58-b545-433b-adc8-b287afd12076", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw8d268136b32b0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/vfw8d268136b32b0_modules.json", "artifactChecksum": "OWZjMTRmMmNhOGQyOWJkOTVlMzkwOGM5NDgwYTdkMDI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "10845cba-7b68-4e53-969a-230241e19f62", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "f5451b2f-7453-4c9f-9b0f-76df764cc529", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "6202bbd2-5c80-4556-a955-43a19e08853d", "generatedFromUUID": "f5451b2f-7453-4c9f-9b0f-76df764cc529" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "6202bbd2-5c80-4556-a955-43a19e08853d", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20230201055931-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/artifacts/service-Vfw20230201055931-csar.csar", "artifactChecksum": "MzMwMjViNjBhYjRiYTc3ZjllNmZlMjUwNGQ5MDUwMTM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3dac1839-6645-4ce2-9790-707659360d94" } ], "workloadContext": "Production" } 2023-02-01T06:01:30.550Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-02-01T06:01:30.550Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b3326e0f-d1cf-4b72-9fd2-c000126c01d0 ASDC 2023-02-01T06:01:30.846Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:e0388cfc-e980-41e5-9339-7075d9f3c54d ServiceName:vFW 2023-02-01 05-59-31 ServiceVersion:1.0 ServiceUUID:b3326e0f-d1cf-4b72-9fd2-c000126c01d0 ServiceInvariantUUID:222c771b-b53f-4e20-86a1-e1d664be5183 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20230201055931-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20230201055931/1.0/artifacts/service-Vfw20230201055931-csar.csar ArtifactUUID:3dac1839-6645-4ce2-9790-707659360d94 ArtifactChecksum:MzMwMjViNjBhYjRiYTc3ZjllNmZlMjUwNGQ5MDUwMTM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 8d268136-b32b 0 ResourceCustomizationUUID:9606c2ae-dd90-4e5b-97ee-6391278eeb74 ResourceInvariantUUID:6af76e58-b545-433b-adc8-b287afd12076 ResourceName:vFW 8d268136-b32b ResourceType:VF ResourceUUID:5c3c7c7e-f9d1-4e8b-b28c-b7988891e384 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw8d268136b32b0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/vfw8d268136b32b0_modules.json ArtifactUUID:10845cba-7b68-4e53-969a-230241e19f62 ArtifactChecksum:OWZjMTRmMmNhOGQyOWJkOTVlMzkwOGM5NDgwYTdkMDI= 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/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/base_vfw.yaml ArtifactUUID:f5451b2f-7453-4c9f-9b0f-76df764cc529 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/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/base_vfw.env ArtifactUUID:6202bbd2-5c80-4556-a955-43a19e08853d 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/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/base_vfw.env ArtifactUUID:6202bbd2-5c80-4556-a955-43a19e08853d ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-02-01T06:01:30.846Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b3326e0f-d1cf-4b72-9fd2-c000126c01d0 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-01T06:01:31.648Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-01T06:01:31.652Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2023-02-01T06:01:31.655Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2023-02-01T06:01:31.656Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 3dac1839-6645-4ce2-9790-707659360d94 from URL: /sdc/v1/catalog/services/Vfw20230201055931/1.0/artifacts/service-Vfw20230201055931-csar.csar 2023-02-01T06:01:31.656Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||DistributionClient - download 2023-02-01T06:01:31.659Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230201055931/1.0/artifacts/service-Vfw20230201055931-csar.csar 2023-02-01T06:01:31.811Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2023-02-01T06:01:31.857Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230201055931/1.0/artifacts/service-Vfw20230201055931-csar.csar 3dac1839-6645-4ce2-9790-707659360d94 100716 2023-02-01T06:01:31.889Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230201055931/1.0/artifacts/service-Vfw20230201055931-csar.csar ASDC sendASDCNotification 2023-02-01T06:01:31.890Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230201055931/1.0/artifacts/service-Vfw20230201055931-csar.csar 2023-02-01T06:01:31.894Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-01T06:01:31.897Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-02-01T06:01:31.904Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T06:01:31.905Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675231291858, "artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/artifacts/service-Vfw20230201055931-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-01T06:01:32.004Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-02-01T06:01:32.006Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-01T06:01:32.006Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T06:01:32.021Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:01:32.022Z||pool-10-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2023-02-01T06:01:32.906Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-01T06:01:32.913Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2023-02-01T06:01:32.914Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 3dac1839-6645-4ce2-9790-707659360d94, URL: /sdc/v1/catalog/services/Vfw20230201055931/1.0/artifacts/service-Vfw20230201055931-csar.csar to file: /app/ASDC/1/service-Vfw20230201055931-csar.csar 2023-02-01T06:01:32.921Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230201055931-csar.csar 2023-02-01T06:01:33.100Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230201055931-csar.csar 2023-02-01T06:01:33.101Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230201055931-csar.csar 2023-02-01T06:01:34.300Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18093822522982465208/Definitions/service-Vfw20230201055931-template.yml Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided Log warning: The required parameter "compute_vpg_name" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_vpg_user_data_format" is not provided Log warning: The required parameter "compute_vpg_key_name" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided Log warning: The required parameter "compute_vpg_metadata" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "compute_vfw_name" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "compute_vfw_user_data_format" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "compute_vfw_key_name" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "compute_vfw_metadata" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided Log warning: The required parameter "compute_vsn_name" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_vsn_key_name" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided Log warning: The required parameter "compute_vsn_user_data_format" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "compute_vsn_metadata" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided 2023-02-01T06:01:39.501Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2023-02-01T06:01:39.513Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||WARN|500||#################################################################################################### 2023-02-01T06:01:39.513Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230201055931-csar.csar 2023-02-01T06:01:39.514Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred... 2023-02-01T06:01:39.514Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230201055931-csar.csar 2023-02-01T06:01:39.514Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230201055931-csar.csar 2023-02-01T06:01:39.514Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||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-Vfw20230201055931-csar.csar 2023-02-01T06:01:39.514Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230201055931-csar.csar 2023-02-01T06:01:39.514Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230201055931-csar.csar 2023-02-01T06:01:39.515Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230201055931-csar.csar 2023-02-01T06:01:39.515Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230201055931-csar.csar 2023-02-01T06:01:39.515Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230201055931-csar.csar 2023-02-01T06:01:39.515Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230201055931-csar.csar 2023-02-01T06:01:39.515Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230201055931-csar.csar 2023-02-01T06:01:39.515Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 8d268136-b32b 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20230201055931-csar.csar 2023-02-01T06:01:39.515Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||WARN|500||#################################################################################################### 2023-02-01T06:01:39.529Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:01:39.531Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-02-01 05-59-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T06:01:39.537Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vFW 8d268136-b32b 0 is matching search criteria 2023-02-01T06:01:39.537Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2023-02-01T06:01:39.539Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 8d268136-b32b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-01T06:01:39.541Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:01:39.542Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-02-01 05-59-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T06:01:39.542Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vFW 8d268136-b32b 0 is matching search criteria 2023-02-01T06:01:39.542Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2023-02-01T06:01:39.543Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 8d268136-b32b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-01T06:01:39.544Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:01:39.544Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-02-01 05-59-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T06:01:39.551Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:01:39.552Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vFW 8d268136-b32b 0 is not matching search criteria 2023-02-01T06:01:39.552Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-02-01T06:01:39.553Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-02-01T06:01:39.554Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-02-01T06:01:39.555Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-02-01T06:01:39.555Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria 2023-02-01T06:01:39.556Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-02-01T06:01:39.556Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-02-01T06:01:39.557Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-02-01T06:01:39.560Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria 2023-02-01T06:01:39.561Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-02-01T06:01:39.562Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-02-01T06:01:39.563Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-02-01T06:01:39.563Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-02-01T06:01:39.564Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria 2023-02-01T06:01:39.564Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-02-01T06:01:39.565Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-02-01T06:01:39.565Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:01:39.566Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-02-01 05-59-31 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-02-01T06:01:39.568Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:01:39.569Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vFW 8d268136-b32b 0 is matching search criteria 2023-02-01T06:01:39.571Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 8d268136-b32b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-01T06:01:39.572Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:01:39.572Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vFW 8d268136-b32b 0 is matching search criteria 2023-02-01T06:01:39.572Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 8d268136-b32b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-01T06:01:39.573Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:01:39.574Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vFW 8d268136-b32b 0 is matching search criteria 2023-02-01T06:01:39.574Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 8d268136-b32b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-01T06:01:39.575Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:01:39.575Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vFW 8d268136-b32b 0 is not matching search criteria 2023-02-01T06:01:39.576Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-02-01T06:01:39.576Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2023-02-01T06:01:39.576Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-02-01T06:01:39.577Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-02-01T06:01:39.577Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria 2023-02-01T06:01:39.578Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-02-01T06:01:39.578Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-02-01T06:01:39.582Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-02-01T06:01:39.583Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-02-01T06:01:39.583Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria 2023-02-01T06:01:39.583Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-02-01T06:01:39.583Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9c0e8b4c-97df-4c52-866d-0f48b2d83681 2023-02-01T06:01:39.584Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:01:39.586Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vFW 8d268136-b32b 0 is not matching search criteria 2023-02-01T06:01:39.586Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-02-01T06:01:39.586Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-02-01T06:01:39.586Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-02-01T06:01:39.586Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-02-01T06:01:39.587Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria 2023-02-01T06:01:39.587Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-02-01T06:01:39.587Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-02-01T06:01:39.587Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2023-02-01T06:01:39.594Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-02-01T06:01:39.595Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-02-01T06:01:39.595Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria 2023-02-01T06:01:39.596Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-02-01T06:01:39.596Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ae475553-9dcf-417e-bb2f-96ef24c0a0e1 2023-02-01T06:01:39.597Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:01:39.597Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vFW 8d268136-b32b 0 is not matching search criteria 2023-02-01T06:01:39.598Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-02-01T06:01:39.598Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-02-01T06:01:39.599Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-02-01T06:01:39.599Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-02-01T06:01:39.599Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria 2023-02-01T06:01:39.600Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-02-01T06:01:39.600Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-02-01T06:01:39.600Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-02-01T06:01:39.600Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria 2023-02-01T06:01:39.600Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-02-01T06:01:39.601Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-02-01T06:01:39.601Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2023-02-01T06:01:39.601Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=87437f0b-e870-4320-bfba-e102c1eaa7a6 2023-02-01T06:01:39.601Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:01:39.601Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-02-01 05-59-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T06:01:39.602Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:01:39.602Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-02-01 05-59-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T06:01:39.602Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:01:39.602Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-02-01 05-59-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T06:01:39.602Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:01:39.603Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-02-01 05-59-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T06:01:39.603Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2023-02-01 05-59-31 Description:catalog service description Model UUID:b3326e0f-d1cf-4b72-9fd2-c000126c01d0 Model Version:NULL Model InvariantUuid:222c771b-b53f-4e20-86a1-e1d664be5183 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 8d268136-b32b Model UUID:41af5abe-f216-43e9-b655-a0eef4167758 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:6af76e58-b545-433b-adc8-b287afd12076 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:9606c2ae-dd90-4e5b-97ee-6391278eeb74 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:992351d2-a96e-4166-8811-f640dd2fd92a ModelName:Vfw8d268136B32b..base_vfw..module-0 ModelUuid:609cac44-f690-4c49-9596-a316d952159d ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:9c0e8b4c-97df-4c52-866d-0f48b2d83681 ModelInvariantUuid:94312f82-2b13-4f1d-b41e-e57203272669 ModelName:vFW 8d268136-b32b-nodes.vfwCvfc ModelUuid:464a5132-bd57-40b1-a749-b06c829b2a40 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:7d480f95-bcbb-4d39-8737-4bc4a19ff49c ModelInvariantUuid:9172d2c6-fc2d-4dbf-b491-f1d34bf5735b ModelName:Vfw8d268136B32b.compute.nodes.heat.vfw ModelUuid:67ec8e4b-64a8-4c4e-9e85-94fd27b30fdd ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:ae475553-9dcf-417e-bb2f-96ef24c0a0e1 ModelInvariantUuid:02303beb-8710-47e1-97c9-9cf8298b8958 ModelName:vFW 8d268136-b32b-nodes.vsnCvfc ModelUuid:49f1c80d-e837-49d0-8cad-e703d4287e96 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:8a860c9e-05f5-41f2-9b55-a8c17ac02f8b ModelInvariantUuid:ccaf741f-e561-4bfa-b9f4-964bf4262aca ModelName:Vfw8d268136B32b.compute.nodes.heat.vsn ModelUuid:0b80249e-edde-425d-924b-1eead741bb19 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:87437f0b-e870-4320-bfba-e102c1eaa7a6 ModelInvariantUuid:571921bb-fa54-4d21-b2ee-f3994494182c ModelName:vFW 8d268136-b32b-nodes.vpgCvfc ModelUuid:d5a2c63f-a18a-4476-9305-970fdcb9d9b1 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:1a607732-cd03-4e0e-9905-bfeb44ff97e9 ModelInvariantUuid:96394593-c557-4fb7-b3ab-0ca88bc8730f ModelName:Vfw8d268136B32b.compute.nodes.heat.vpg ModelUuid:3cbc7a99-8503-47b7-bf1f-3188c2701a88 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2023-02-01T06:01:39.781Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 5c3c7c7e-f9d1-4e8b-b28c-b7988891e384 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-02-01T06:01:40.106Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||vFW 8d268136-b32b 0 2023-02-01T06:01:40.117Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5c3c7c7e-f9d1-4e8b-b28c-b7988891e384 2023-02-01T06:01:40.117Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 10845cba-7b68-4e53-969a-230241e19f62 from URL: /sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/vfw8d268136b32b0_modules.json 2023-02-01T06:01:40.117Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||DistributionClient - download 2023-02-01T06:01:40.118Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/vfw8d268136b32b0_modules.json 2023-02-01T06:01:40.216Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2023-02-01T06:01:40.218Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/vfw8d268136b32b0_modules.json 10845cba-7b68-4e53-969a-230241e19f62 785 2023-02-01T06:01:40.219Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/vfw8d268136b32b0_modules.json ASDC sendASDCNotification 2023-02-01T06:01:40.219Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/vfw8d268136b32b0_modules.json 2023-02-01T06:01:40.219Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-01T06:01:40.219Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-02-01T06:01:40.232Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T06:01:40.233Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675231300219, "artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/vfw8d268136b32b0_modules.json", "status": "DOWNLOAD_OK" } 2023-02-01T06:01:40.355Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 122 ms 2023-02-01T06:01:40.356Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-01T06:01:40.356Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T06:01:40.392Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:01:40.393Z||pool-11-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1} 2023-02-01T06:01:41.235Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw8d268136B32b..base_vfw..module-0", "vfModuleModelInvariantUUID": "992351d2-a96e-4166-8811-f640dd2fd92a", "vfModuleModelVersion": "1", "vfModuleModelUUID": "609cac44-f690-4c49-9596-a316d952159d", "vfModuleModelCustomizationUUID": "0dc90d6d-78c8-4517-9ea2-1fccb2a0a176", "isBase": true, "artifacts": [ "f5451b2f-7453-4c9f-9b0f-76df764cc529", "6202bbd2-5c80-4556-a955-43a19e08853d" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2023-02-01T06:01:41.266Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw8d268136B32b..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:609cac44-f690-4c49-9596-a316d952159d VfModuleModelInvariantUUID:992351d2-a96e-4166-8811-f640dd2fd92a VfModuleModelDescription:NULL Artifacts UUID List:{ f5451b2f-7453-4c9f-9b0f-76df764cc529 , 6202bbd2-5c80-4556-a955-43a19e08853d } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2023-02-01T06:01:41.272Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw8d268136B32b..base_vfw..module-0", "vfModuleModelInvariantUUID": "992351d2-a96e-4166-8811-f640dd2fd92a", "vfModuleModelVersion": "1", "vfModuleModelUUID": "609cac44-f690-4c49-9596-a316d952159d", "vfModuleModelCustomizationUUID": "0dc90d6d-78c8-4517-9ea2-1fccb2a0a176", "isBase": true, "artifacts": [ "f5451b2f-7453-4c9f-9b0f-76df764cc529", "6202bbd2-5c80-4556-a955-43a19e08853d" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2023-02-01T06:01:41.272Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw8d268136B32b..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:609cac44-f690-4c49-9596-a316d952159d VfModuleModelInvariantUUID:992351d2-a96e-4166-8811-f640dd2fd92a VfModuleModelDescription:NULL Artifacts UUID List:{ f5451b2f-7453-4c9f-9b0f-76df764cc529 , 6202bbd2-5c80-4556-a955-43a19e08853d } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2023-02-01T06:01:41.272Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: f5451b2f-7453-4c9f-9b0f-76df764cc529 from URL: /sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/base_vfw.yaml 2023-02-01T06:01:41.273Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||DistributionClient - download 2023-02-01T06:01:41.273Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/base_vfw.yaml 2023-02-01T06:01:41.368Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2023-02-01T06:01:41.369Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/base_vfw.yaml f5451b2f-7453-4c9f-9b0f-76df764cc529 20368 2023-02-01T06:01:41.370Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2023-02-01T06:01:41.370Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/base_vfw.yaml 2023-02-01T06:01:41.370Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-01T06:01:41.371Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-02-01T06:01:41.374Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T06:01:41.374Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675231301370, "artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2023-02-01T06:01:41.473Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-02-01T06:01:41.475Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-01T06:01:41.475Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T06:01:41.499Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:01:41.500Z||pool-12-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1} 2023-02-01T06:01:42.375Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 6202bbd2-5c80-4556-a955-43a19e08853d from URL: /sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/base_vfw.env 2023-02-01T06:01:42.375Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||DistributionClient - download 2023-02-01T06:01:42.376Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/base_vfw.env 2023-02-01T06:01:42.442Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2023-02-01T06:01:42.443Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/base_vfw.env 6202bbd2-5c80-4556-a955-43a19e08853d 2098 2023-02-01T06:01:42.444Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/base_vfw.env ASDC sendASDCNotification 2023-02-01T06:01:42.444Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/base_vfw.env 2023-02-01T06:01:42.444Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-01T06:01:42.444Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-02-01T06:01:42.457Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T06:01:42.458Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675231302443, "artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2023-02-01T06:01:42.552Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms 2023-02-01T06:01:42.553Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-01T06:01:42.554Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T06:01:42.573Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:01:42.574Z||pool-13-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2023-02-01T06:01:43.459Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: b3326e0f-d1cf-4b72-9fd2-c000126c01d0 2023-02-01T06:01:43.459Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 8d268136-b32b 0 5c3c7c7e-f9d1-4e8b-b28c-b7988891e384 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-02-01T06:01:43.570Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@61d08362, org.onap.sdc.toscaparser.api.parameters.Input@7bcbbc2c, org.onap.sdc.toscaparser.api.parameters.Input@712d5bb8, org.onap.sdc.toscaparser.api.parameters.Input@7055851f, org.onap.sdc.toscaparser.api.parameters.Input@157bc3e4] 2023-02-01T06:01:43.576Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:01:43.577Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-02-01 05-59-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T06:01:43.577Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2023-02-01T06:01:43.578Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 9606c2ae-dd90-4e5b-97ee-6391278eeb74 2023-02-01T06:01:43.578Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9606c2ae-dd90-4e5b-97ee-6391278eeb74 matches Tosca VF Customization UUID: 9606c2ae-dd90-4e5b-97ee-6391278eeb74 2023-02-01T06:01:43.578Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 9606c2ae-dd90-4e5b-97ee-6391278eeb74 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2023-02-01T06:01:43.592Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:01:43.592Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-02-01 05-59-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T06:01:43.595Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 9606c2ae-dd90-4e5b-97ee-6391278eeb74: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2023-02-01T06:01:43.595Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@25101716 2023-02-01T06:01:43.596Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:01:43.596Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-02-01 05-59-31 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-02-01T06:01:43.597Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0dc90d6d-78c8-4517-9ea2-1fccb2a0a176 2023-02-01T06:01:43.599Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0dc90d6d-78c8-4517-9ea2-1fccb2a0a176 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2023-02-01T06:01:43.609Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:01:43.609Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vFW 8d268136-b32b 0 is matching search criteria 2023-02-01T06:01:43.610Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 8d268136-b32b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-01T06:01:43.611Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:01:43.611Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vFW 8d268136-b32b 0 is matching search criteria 2023-02-01T06:01:43.611Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 8d268136-b32b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-01T06:01:43.612Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:01:43.612Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vFW 8d268136-b32b 0 is not matching search criteria 2023-02-01T06:01:43.612Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-02-01T06:01:43.612Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2023-02-01T06:01:43.613Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-02-01T06:01:43.613Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-02-01T06:01:43.613Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria 2023-02-01T06:01:43.614Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-02-01T06:01:43.614Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-02-01T06:01:43.614Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-02-01T06:01:43.614Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-02-01T06:01:43.614Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria 2023-02-01T06:01:43.615Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-02-01T06:01:43.615Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9c0e8b4c-97df-4c52-866d-0f48b2d83681 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2023-02-01T06:01:43.641Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:01:43.642Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vFW 8d268136-b32b 0 is matching search criteria 2023-02-01T06:01:43.642Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 8d268136-b32b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-01T06:01:43.642Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:01:43.643Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vFW 8d268136-b32b 0 is not matching search criteria 2023-02-01T06:01:43.644Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-02-01T06:01:43.645Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-02-01T06:01:43.645Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-02-01T06:01:43.645Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-02-01T06:01:43.646Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria 2023-02-01T06:01:43.646Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-02-01T06:01:43.646Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-02-01T06:01:43.647Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2023-02-01T06:01:43.647Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-02-01T06:01:43.648Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-02-01T06:01:43.649Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria 2023-02-01T06:01:43.650Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-02-01T06:01:43.650Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ae475553-9dcf-417e-bb2f-96ef24c0a0e1 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2023-02-01T06:01:43.659Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:01:43.660Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vFW 8d268136-b32b 0 is matching search criteria 2023-02-01T06:01:43.660Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 8d268136-b32b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-01T06:01:43.664Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:01:43.665Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vFW 8d268136-b32b 0 is not matching search criteria 2023-02-01T06:01:43.666Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-02-01T06:01:43.666Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-02-01T06:01:43.667Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-02-01T06:01:43.667Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-02-01T06:01:43.667Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria 2023-02-01T06:01:43.667Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-02-01T06:01:43.668Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-02-01T06:01:43.668Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-02-01T06:01:43.668Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria 2023-02-01T06:01:43.668Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-02-01T06:01:43.669Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-02-01T06:01:43.669Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2023-02-01T06:01:43.669Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=87437f0b-e870-4320-bfba-e102c1eaa7a6 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2023-02-01T06:01:43.674Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:01:43.675Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vFW 8d268136-b32b 0 is matching search criteria 2023-02-01T06:01:43.675Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 8d268136-b32b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-01T06:01:43.676Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:01:43.676Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Node template vFW 8d268136-b32b 0 is matching search criteria 2023-02-01T06:01:43.676Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 8d268136-b32b 0] matching following query criteria: sdcType=VF, customizationUUID=9606c2ae-dd90-4e5b-97ee-6391278eeb74 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-02-01T06:01:43.684Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:01:43.685Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-02-01 05-59-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T06:01:43.685Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid b3326e0f-d1cf-4b72-9fd2-c000126c01d0: vFW 8d268136-b32b 2023-02-01T06:01:43.686Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:01:43.686Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-02-01 05-59-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T06:01:43.686Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:01:43.687Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-02-01 05-59-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T06:01:43.687Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:01:43.687Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-02-01 05-59-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T06:01:43.687Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:01:43.688Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-02-01 05-59-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T06:01:43.688Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:01:43.688Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-02-01 05-59-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T06:01:43.689Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2023-02-01 05-59-31 Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-01T06:01:44.656Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 8d268136-b32b 5c3c7c7e-f9d1-4e8b-b28c-b7988891e384 1 ASDC deployResourceStructure 2023-02-01T06:01:44.658Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/vfw8d268136b32b0_modules.json ASDC sendASDCNotification 2023-02-01T06:01:44.658Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/vfw8d268136b32b0_modules.json 2023-02-01T06:01:44.658Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-01T06:01:44.658Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-02-01T06:01:44.662Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T06:01:44.663Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675231304657, "artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/vfw8d268136b32b0_modules.json", "status": "DEPLOY_OK" } 2023-02-01T06:01:44.763Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-01T06:01:44.764Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-01T06:01:44.764Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T06:01:44.792Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:01:44.792Z||pool-14-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1} 2023-02-01T06:01:45.666Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2023-02-01T06:01:45.666Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/base_vfw.yaml 2023-02-01T06:01:45.666Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-01T06:01:45.667Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-02-01T06:01:45.672Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T06:01:45.673Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675231305666, "artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2023-02-01T06:01:45.770Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2023-02-01T06:01:45.773Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-01T06:01:45.773Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T06:01:45.822Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:01:45.823Z||pool-15-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":0,"count":1} 2023-02-01T06:01:46.674Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/base_vfw.env ASDC sendASDCNotification 2023-02-01T06:01:46.675Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/base_vfw.env 2023-02-01T06:01:46.675Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-01T06:01:46.675Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-02-01T06:01:46.677Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T06:01:46.678Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675231306674, "artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2023-02-01T06:01:46.781Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2023-02-01T06:01:46.783Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-01T06:01:46.783Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T06:01:46.817Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:01:46.818Z||pool-16-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1} 2023-02-01T06:01:47.682Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230201055931/1.0/artifacts/service-Vfw20230201055931-csar.csar ASDC sendASDCNotification 2023-02-01T06:01:47.684Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230201055931/1.0/artifacts/service-Vfw20230201055931-csar.csar 2023-02-01T06:01:47.684Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-01T06:01:47.684Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-02-01T06:01:47.688Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T06:01:47.688Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675231307682, "artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/artifacts/service-Vfw20230201055931-csar.csar", "status": "DEPLOY_OK" } 2023-02-01T06:01:47.793Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2023-02-01T06:01:47.795Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-01T06:01:47.797Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T06:01:47.822Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:01:47.823Z||pool-17-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2023-02-01T06:01:48.689Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e0388cfc-e980-41e5-9339-7075d9f3c54d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-01T06:01:48.860Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e0388cfc-e980-41e5-9339-7075d9f3c54d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-01T06:01:48.882Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-01T06:01:48.883Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-01T06:01:48.883Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-01T06:02:13.581Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T06:02:13.591Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T06:02:13.592Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T06:02:13.813Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:02:14.329Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:02:14.330Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d", "consumerID": "multicloud-k8s-id", "timestamp": 1675231276661, "artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T06:02:14.348Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-02-01T06:02:14.348Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:02:14.348Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d", "consumerID": "cds", "timestamp": 1675231274018, "artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T06:02:14.349Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-02-01T06:02:14.349Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:02:14.349Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675231283538, "artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T06:02:14.349Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-02-01T06:02:14.349Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:02:14.350Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675231273566, "artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T06:02:14.350Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-02-01T06:02:14.350Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:02:14.350Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d", "consumerID": "cds", "timestamp": 1675231274018, "artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/vfw8d268136b32b0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-01T06:02:14.350Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-02-01T06:02:14.351Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:02:14.351Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d", "consumerID": "multicloud-k8s-id", "timestamp": 1675231276661, "artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/vfw8d268136b32b0_modules.json", "status": "NOTIFIED" } 2023-02-01T06:02:14.351Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-02-01T06:02:14.351Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:02:14.351Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675231283538, "artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/vfw8d268136b32b0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-01T06:02:14.352Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-02-01T06:02:14.353Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:02:14.353Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675231273566, "artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/vfw8d268136b32b0_modules.json", "status": "NOTIFIED" } 2023-02-01T06:02:14.353Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-02-01T06:02:14.354Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:02:14.354Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d", "consumerID": "cds", "timestamp": 1675231274018, "artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-02-01T06:02:14.354Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-02-01T06:02:14.354Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:02:14.354Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d", "consumerID": "multicloud-k8s-id", "timestamp": 1675231276661, "artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2023-02-01T06:02:14.354Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-02-01T06:02:14.355Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:02:14.355Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675231283538, "artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-02-01T06:02:14.355Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-02-01T06:02:14.355Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:02:14.355Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675231273566, "artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2023-02-01T06:02:14.356Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-02-01T06:02:14.356Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:02:14.356Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d", "consumerID": "cds", "timestamp": 1675231274018, "artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T06:02:14.356Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-02-01T06:02:14.356Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:02:14.356Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d", "consumerID": "multicloud-k8s-id", "timestamp": 1675231276661, "artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T06:02:14.356Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-02-01T06:02:14.357Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:02:14.357Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675231283538, "artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T06:02:14.357Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-02-01T06:02:14.357Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:02:14.359Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675231273566, "artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T06:02:14.362Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-02-01T06:02:14.362Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:02:14.362Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d", "consumerID": "cds", "timestamp": 1675231274018, "artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-02-01T06:02:14.363Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-02-01T06:02:14.363Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:02:14.363Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d", "consumerID": "multicloud-k8s-id", "timestamp": 1675231276661, "artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2023-02-01T06:02:14.363Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-02-01T06:02:14.364Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:02:14.364Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675231283538, "artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-02-01T06:02:14.364Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-02-01T06:02:14.364Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:02:14.365Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675231273566, "artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2023-02-01T06:02:14.366Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-02-01T06:02:14.366Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:02:14.366Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d", "consumerID": "ves-openapi-manager", "timestamp": 1675231287726, "artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T06:02:14.368Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-02-01T06:02:14.368Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:02:14.368Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d", "consumerID": "cds", "timestamp": 1675231274018, "artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/artifacts/service-Vfw20230201055931-template.yml", "status": "NOT_NOTIFIED" } 2023-02-01T06:02:14.368Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-02-01T06:02:14.369Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:02:14.369Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d", "consumerID": "multicloud-k8s-id", "timestamp": 1675231276661, "artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/artifacts/service-Vfw20230201055931-template.yml", "status": "NOT_NOTIFIED" } 2023-02-01T06:02:14.371Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-02-01T06:02:14.371Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:02:14.371Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675231283538, "artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/artifacts/service-Vfw20230201055931-template.yml", "status": "NOT_NOTIFIED" } 2023-02-01T06:02:14.372Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-02-01T06:02:14.372Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:02:14.372Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675231273566, "artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/artifacts/service-Vfw20230201055931-template.yml", "status": "NOT_NOTIFIED" } 2023-02-01T06:02:14.372Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-02-01T06:02:14.372Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:02:14.372Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d", "consumerID": "aai-ml", "timestamp": 1675231287454, "artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T06:02:14.373Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-02-01T06:02:14.373Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:02:14.373Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d", "consumerID": "ves-openapi-manager", "timestamp": 1675231287726, "artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/vfw8d268136b32b0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-01T06:02:14.374Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-02-01T06:02:14.374Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:02:14.375Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d", "consumerID": "cds", "timestamp": 1675231274018, "artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/artifacts/service-Vfw20230201055931-csar.csar", "status": "NOTIFIED" } 2023-02-01T06:02:14.375Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-02-01T06:02:14.375Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:02:14.375Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d", "consumerID": "multicloud-k8s-id", "timestamp": 1675231276661, "artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/artifacts/service-Vfw20230201055931-csar.csar", "status": "NOTIFIED" } 2023-02-01T06:02:14.375Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-02-01T06:02:14.376Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:02:14.376Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675231283538, "artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/artifacts/service-Vfw20230201055931-csar.csar", "status": "NOTIFIED" } 2023-02-01T06:02:14.376Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-02-01T06:02:14.376Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:02:14.376Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675231273566, "artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/artifacts/service-Vfw20230201055931-csar.csar", "status": "NOTIFIED" } 2023-02-01T06:02:14.377Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-02-01T06:02:14.377Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:02:14.377Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d", "consumerID": "aai-ml", "timestamp": 1675231287454, "artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/vfw8d268136b32b0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-01T06:02:14.377Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-02-01T06:02:14.377Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:02:14.378Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d", "consumerID": "ves-openapi-manager", "timestamp": 1675231287726, "artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-02-01T06:02:14.378Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-02-01T06:02:14.378Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:02:14.378Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d", "consumerID": "multicloud-k8s-id", "timestamp": 1675231289609, "artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/vfw8d268136b32b0_modules.json", "status": "DOWNLOAD_OK" } 2023-02-01T06:02:14.378Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T06:02:14.379Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:02:14.379Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d", "consumerID": "cds", "timestamp": 1675231290641, "artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/artifacts/service-Vfw20230201055931-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-01T06:02:14.379Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T06:02:14.379Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:02:14.379Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675231291720, "artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/artifacts/service-Vfw20230201055931-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-01T06:02:14.379Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T06:02:14.379Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:02:14.380Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d", "consumerID": "aai-ml", "timestamp": 1675231287454, "artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-02-01T06:02:14.380Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-02-01T06:02:14.380Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:02:14.380Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d", "consumerID": "ves-openapi-manager", "timestamp": 1675231287726, "artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T06:02:14.388Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-02-01T06:02:14.389Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:02:14.389Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d", "consumerID": "cds", "timestamp": 1675231291661, "artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/artifacts/service-Vfw20230201055931-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-01T06:02:14.455Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e0388cfc-e980-41e5-9339-7075d9f3c54d 2023-02-01T06:02:14.455Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e0388cfc-e980-41e5-9339-7075d9f3c54d and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-01T06:02:14.510Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:02:14.511Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d", "consumerID": "multicloud-k8s-id", "timestamp": 1675231290732, "artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2023-02-01T06:02:14.516Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T06:02:14.516Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:02:14.516Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675231291858, "artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/artifacts/service-Vfw20230201055931-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-01T06:02:14.517Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T06:02:14.517Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:02:14.517Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d", "consumerID": "aai-ml", "timestamp": 1675231287454, "artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T06:02:14.517Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-02-01T06:02:14.518Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:02:14.518Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d", "consumerID": "ves-openapi-manager", "timestamp": 1675231287726, "artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-02-01T06:02:14.519Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-02-01T06:02:14.519Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:02:14.519Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d", "consumerID": "multicloud-k8s-id", "timestamp": 1675231291811, "artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2023-02-01T06:02:14.519Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T06:02:14.519Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:02:14.519Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d", "consumerID": "aai-ml", "timestamp": 1675231287454, "artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-02-01T06:02:14.520Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-02-01T06:02:14.520Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:02:14.520Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d", "consumerID": "ves-openapi-manager", "timestamp": 1675231287726, "artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/artifacts/service-Vfw20230201055931-template.yml", "status": "NOT_NOTIFIED" } 2023-02-01T06:02:14.520Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-02-01T06:02:14.520Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:02:14.520Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d", "consumerID": "aai-ml", "timestamp": 1675231287454, "artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/artifacts/service-Vfw20230201055931-template.yml", "status": "NOT_NOTIFIED" } 2023-02-01T06:02:14.521Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-02-01T06:02:14.521Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:02:14.521Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d", "consumerID": "multicloud-k8s-id", "timestamp": 1675231292918, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-01T06:02:14.539Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e0388cfc-e980-41e5-9339-7075d9f3c54d 2023-02-01T06:02:14.539Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e0388cfc-e980-41e5-9339-7075d9f3c54d and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-01T06:02:14.639Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:02:14.639Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d", "consumerID": "ves-openapi-manager", "timestamp": 1675231287726, "artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/artifacts/service-Vfw20230201055931-csar.csar", "status": "NOT_NOTIFIED" } 2023-02-01T06:02:14.640Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-02-01T06:02:14.640Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:02:14.640Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d", "consumerID": "aai-ml", "timestamp": 1675231287454, "artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/artifacts/service-Vfw20230201055931-csar.csar", "status": "NOTIFIED" } 2023-02-01T06:02:14.641Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-02-01T06:02:14.641Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:02:14.645Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d", "consumerID": "multicloud-k8s-id", "timestamp": 1675231293923, "artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/vfw8d268136b32b0_modules.json", "status": "DEPLOY_OK" } 2023-02-01T06:02:14.645Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T06:02:14.645Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:02:14.645Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d", "consumerID": "aai-ml", "timestamp": 1675231295741, "artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/artifacts/service-Vfw20230201055931-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-01T06:02:14.646Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T06:02:14.646Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:02:14.646Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675231299594, "artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/artifacts/service-Vfw20230201055931-csar.csar", "status": "DEPLOY_OK" } 2023-02-01T06:02:14.646Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T06:02:14.646Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:02:14.646Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675231300629, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-01T06:02:14.726Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e0388cfc-e980-41e5-9339-7075d9f3c54d 2023-02-01T06:02:14.727Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e0388cfc-e980-41e5-9339-7075d9f3c54d and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-01T06:02:14.759Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:02:14.760Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675231300219, "artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/vfw8d268136b32b0_modules.json", "status": "DOWNLOAD_OK" } 2023-02-01T06:02:14.760Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T06:02:14.760Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:02:14.760Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675231301370, "artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2023-02-01T06:02:14.761Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T06:02:14.761Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:02:14.761Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675231302443, "artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2023-02-01T06:02:14.762Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T06:02:14.762Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:02:14.762Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9", "consumerID": "multicloud-k8s-id", "timestamp": 1675231296661, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T06:02:14.762Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-02-01T06:02:14.762Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:02:14.763Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675231304657, "artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/vfw8d268136b32b0_modules.json", "status": "DEPLOY_OK" } 2023-02-01T06:02:14.763Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T06:02:14.763Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:02:14.763Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9", "consumerID": "cds", "timestamp": 1675231304024, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T06:02:14.763Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-02-01T06:02:14.763Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:02:14.763Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9", "consumerID": "multicloud-k8s-id", "timestamp": 1675231296661, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/basic_onboard_ziggoh0_modules.json", "status": "NOTIFIED" } 2023-02-01T06:02:14.764Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-02-01T06:02:14.764Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:02:14.764Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675231305666, "artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2023-02-01T06:02:14.764Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T06:02:14.764Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:02:14.764Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9", "consumerID": "cds", "timestamp": 1675231304024, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/basic_onboard_ziggoh0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-01T06:02:14.764Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-02-01T06:02:14.765Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:02:14.765Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9", "consumerID": "multicloud-k8s-id", "timestamp": 1675231296661, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-02-01T06:02:14.765Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-02-01T06:02:14.765Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:02:14.765Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675231306674, "artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/resourceInstances/vfw8d268136b32b0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2023-02-01T06:02:14.765Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T06:02:14.765Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:02:14.766Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9", "consumerID": "cds", "timestamp": 1675231304024, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-02-01T06:02:14.766Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-02-01T06:02:14.766Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:02:14.766Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9", "consumerID": "multicloud-k8s-id", "timestamp": 1675231296661, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T06:02:14.766Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-02-01T06:02:14.766Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:02:14.766Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675231307682, "artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/artifacts/service-Vfw20230201055931-csar.csar", "status": "DEPLOY_OK" } 2023-02-01T06:02:14.767Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T06:02:14.767Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:02:14.767Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9", "consumerID": "cds", "timestamp": 1675231304024, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T06:02:14.767Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-02-01T06:02:14.770Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:02:14.772Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9", "consumerID": "multicloud-k8s-id", "timestamp": 1675231296661, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-02-01T06:02:14.772Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-02-01T06:02:14.773Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:02:14.773Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9", "consumerID": "ves-openapi-manager", "timestamp": 1675231307726, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T06:02:14.773Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-02-01T06:02:14.773Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:02:14.773Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9", "consumerID": "cds", "timestamp": 1675231304024, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-02-01T06:02:14.774Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-02-01T06:02:14.774Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:02:14.774Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9", "consumerID": "multicloud-k8s-id", "timestamp": 1675231296661, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/artifacts/service-BasicOnboardZiggoh-template.yml", "status": "NOT_NOTIFIED" } 2023-02-01T06:02:14.774Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-02-01T06:02:14.774Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:02:14.774Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9", "consumerID": "ves-openapi-manager", "timestamp": 1675231307726, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/basic_onboard_ziggoh0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-01T06:02:14.775Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-02-01T06:02:14.775Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:02:14.775Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9", "consumerID": "cds", "timestamp": 1675231304024, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/artifacts/service-BasicOnboardZiggoh-template.yml", "status": "NOT_NOTIFIED" } 2023-02-01T06:02:14.775Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-02-01T06:02:14.776Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:02:14.776Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9", "consumerID": "multicloud-k8s-id", "timestamp": 1675231296661, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/artifacts/service-BasicOnboardZiggoh-csar.csar", "status": "NOTIFIED" } 2023-02-01T06:02:14.776Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-02-01T06:02:14.776Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:02:14.776Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9", "consumerID": "ves-openapi-manager", "timestamp": 1675231307726, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-02-01T06:02:14.776Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-02-01T06:02:14.776Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:02:14.776Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9", "consumerID": "cds", "timestamp": 1675231304024, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/artifacts/service-BasicOnboardZiggoh-csar.csar", "status": "NOTIFIED" } 2023-02-01T06:02:14.777Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-02-01T06:02:14.777Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:02:14.777Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9", "consumerID": "multicloud-k8s-id", "timestamp": 1675231310084, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/basic_onboard_ziggoh0_modules.json", "status": "DOWNLOAD_OK" } 2023-02-01T06:02:14.777Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T06:02:14.777Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:02:14.777Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9", "consumerID": "ves-openapi-manager", "timestamp": 1675231307726, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T06:02:14.778Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-02-01T06:02:14.778Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:02:14.778Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9", "consumerID": "cds", "timestamp": 1675231311801, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/artifacts/service-BasicOnboardZiggoh-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-01T06:02:14.778Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T06:02:14.778Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:02:14.778Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9", "consumerID": "multicloud-k8s-id", "timestamp": 1675231311157, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2023-02-01T06:02:14.778Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T06:02:14.778Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:02:14.779Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9", "consumerID": "ves-openapi-manager", "timestamp": 1675231307726, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-02-01T06:02:14.779Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-02-01T06:02:14.779Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:02:14.779Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9", "consumerID": "cds", "timestamp": 1675231312807, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/artifacts/service-BasicOnboardZiggoh-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-01T06:02:14.866Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e2f827ac-0bb5-4d52-b337-4b71d502b0a9 2023-02-01T06:02:14.870Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e2f827ac-0bb5-4d52-b337-4b71d502b0a9 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-01T06:02:14.902Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:02:14.903Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675231313538, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T06:02:14.903Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-02-01T06:02:14.903Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:02:14.903Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9", "consumerID": "ves-openapi-manager", "timestamp": 1675231307726, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/artifacts/service-BasicOnboardZiggoh-template.yml", "status": "NOT_NOTIFIED" } 2023-02-01T06:02:14.904Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-02-01T06:02:14.904Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:02:14.904Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9", "consumerID": "multicloud-k8s-id", "timestamp": 1675231312232, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2023-02-01T06:02:14.904Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T06:02:14.904Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:02:14.904Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675231313538, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/basic_onboard_ziggoh0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-01T06:02:14.904Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-02-01T06:02:14.904Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:02:14.905Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9", "consumerID": "ves-openapi-manager", "timestamp": 1675231307726, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/artifacts/service-BasicOnboardZiggoh-csar.csar", "status": "NOT_NOTIFIED" } 2023-02-01T06:02:14.905Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-02-01T06:02:14.905Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:02:14.905Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9", "consumerID": "multicloud-k8s-id", "timestamp": 1675231313251, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-01T06:02:14.933Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e2f827ac-0bb5-4d52-b337-4b71d502b0a9 2023-02-01T06:02:14.933Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e2f827ac-0bb5-4d52-b337-4b71d502b0a9 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-01T06:02:14.965Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:02:14.965Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675231313538, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-02-01T06:02:14.965Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-02-01T06:02:14.966Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:02:14.966Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9", "consumerID": "multicloud-k8s-id", "timestamp": 1675231314255, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/basic_onboard_ziggoh0_modules.json", "status": "DEPLOY_OK" } 2023-02-01T06:02:14.966Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T06:02:14.966Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:02:14.966Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d", "consumerID": "aai-ml", "timestamp": 1675231314767, "artifactURL": "/sdc/v1/catalog/services/Vfw20230201055931/1.0/artifacts/service-Vfw20230201055931-csar.csar", "status": "DEPLOY_OK" } 2023-02-01T06:02:14.966Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T06:02:14.967Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:02:14.967Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675231313538, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T06:02:14.967Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-02-01T06:02:14.967Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:02:14.967Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d", "consumerID": "aai-ml", "timestamp": 1675231315778, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-01T06:02:14.975Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e0388cfc-e980-41e5-9339-7075d9f3c54d 2023-02-01T06:02:14.976Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e0388cfc-e980-41e5-9339-7075d9f3c54d and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-01T06:02:14.993Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:02:14.993Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675231313538, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-02-01T06:02:14.993Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-02-01T06:02:14.993Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:02:14.994Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675231313538, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/artifacts/service-BasicOnboardZiggoh-template.yml", "status": "NOT_NOTIFIED" } 2023-02-01T06:02:14.994Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-02-01T06:02:14.995Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:02:14.995Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9", "consumerID": "aai-ml", "timestamp": 1675231317454, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T06:02:14.995Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-02-01T06:02:14.995Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:02:14.996Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675231313538, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/artifacts/service-BasicOnboardZiggoh-csar.csar", "status": "NOTIFIED" } 2023-02-01T06:02:14.996Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-02-01T06:02:14.996Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:02:14.996Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9", "consumerID": "aai-ml", "timestamp": 1675231317454, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/basic_onboard_ziggoh0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-01T06:02:14.996Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-02-01T06:02:14.996Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:02:14.997Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675231321444, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/artifacts/service-BasicOnboardZiggoh-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-01T06:02:14.997Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T06:02:14.997Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:02:14.997Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9", "consumerID": "aai-ml", "timestamp": 1675231317454, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-02-01T06:02:14.997Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-02-01T06:02:14.997Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:02:14.997Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9", "consumerID": "aai-ml", "timestamp": 1675231317454, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T06:02:14.998Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-02-01T06:02:14.998Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:02:14.998Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9", "consumerID": "aai-ml", "timestamp": 1675231317454, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-02-01T06:02:14.998Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-02-01T06:02:14.998Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:02:14.998Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675231324721, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/artifacts/service-BasicOnboardZiggoh-csar.csar", "status": "DEPLOY_OK" } 2023-02-01T06:02:14.999Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T06:02:14.999Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:02:14.999Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9", "consumerID": "aai-ml", "timestamp": 1675231317454, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/artifacts/service-BasicOnboardZiggoh-template.yml", "status": "NOT_NOTIFIED" } 2023-02-01T06:02:14.999Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-02-01T06:02:14.999Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:02:15.000Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675231325733, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-01T06:02:15.008Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e2f827ac-0bb5-4d52-b337-4b71d502b0a9 2023-02-01T06:02:15.009Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e2f827ac-0bb5-4d52-b337-4b71d502b0a9 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-01T06:02:15.038Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:02:15.039Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9", "consumerID": "aai-ml", "timestamp": 1675231317454, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/artifacts/service-BasicOnboardZiggoh-csar.csar", "status": "NOTIFIED" } 2023-02-01T06:02:15.039Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-02-01T06:02:15.039Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:02:15.040Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9", "consumerID": "aai-ml", "timestamp": 1675231325277, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/artifacts/service-BasicOnboardZiggoh-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-01T06:02:15.040Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T06:02:18.890Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e0388cfc-e980-41e5-9339-7075d9f3c54d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-01T06:02:18.921Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e0388cfc-e980-41e5-9339-7075d9f3c54d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-01T06:02:18.933Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-01T06:02:18.934Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-02-01T06:02:18.934Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-02-01T06:02:18.934Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-02-01T06:02:18.934Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-01T06:02:18.934Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-01T06:02:18.934Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-01T06:02:18.935Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-01T06:02:18.935Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-01T06:02:18.935Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-01T06:02:18.949Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-02-01T06:02:48.950Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e0388cfc-e980-41e5-9339-7075d9f3c54d and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-02-01T06:02:48.991Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e0388cfc-e980-41e5-9339-7075d9f3c54d and serviceModelVersionId: b3326e0f-d1cf-4b72-9fd2-c000126c01d0 2023-02-01T06:02:48.992Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 222c771b-b53f-4e20-86a1-e1d664be5183 2023-02-01T06:03:13.580Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T06:03:13.581Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T06:03:13.581Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T06:03:14.273Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:03:14.275Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-01T06:03:14.275Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9", "consumerID": "aai-ml", "timestamp": 1675231335074, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/artifacts/service-BasicOnboardZiggoh-csar.csar", "status": "DEPLOY_OK" } 2023-02-01T06:03:14.277Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T06:03:14.277Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-01T06:03:14.278Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9", "consumerID": "aai-ml", "timestamp": 1675231336081, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-01T06:03:14.298Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e2f827ac-0bb5-4d52-b337-4b71d502b0a9 2023-02-01T06:03:14.299Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e2f827ac-0bb5-4d52-b337-4b71d502b0a9 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-01T06:03:20.852Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/222c771b-b53f-4e20-86a1-e1d664be5183/model-vers/model-ver/b3326e0f-d1cf-4b72-9fd2-c000126c01d0?depth=0 2023-02-01T06:03:21.112Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2023-02-01T06:03:22.109Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/222c771b-b53f-4e20-86a1-e1d664be5183/model-vers/model-ver/b3326e0f-d1cf-4b72-9fd2-c000126c01d0?depth=0|INFO|500||Invoke 2023-02-01T06:03:22.132Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/222c771b-b53f-4e20-86a1-e1d664be5183/model-vers/model-ver/b3326e0f-d1cf-4b72-9fd2-c000126c01d0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/222c771b-b53f-4e20-86a1-e1d664be5183/model-vers/model-ver/b3326e0f-d1cf-4b72-9fd2-c000126c01d0?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e0388cfc-e980-41e5-9339-7075d9f3c54d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[65784ed0-5bc7-4be0-a17d-e9f38fac2dcd], X-ECOMP-RequestID=[e0388cfc-e980-41e5-9339-7075d9f3c54d], X-TransactionId=[], X-ONAP-RequestID=[e0388cfc-e980-41e5-9339-7075d9f3c54d], Content-Type=[application/merge-patch+json]} 2023-02-01T06:03:22.467Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/222c771b-b53f-4e20-86a1-e1d664be5183/model-vers/model-ver/b3326e0f-d1cf-4b72-9fd2-c000126c01d0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-02-01T06:03:22.950Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/222c771b-b53f-4e20-86a1-e1d664be5183/model-vers/model-ver/b3326e0f-d1cf-4b72-9fd2-c000126c01d0?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/222c771b-b53f-4e20-86a1-e1d664be5183/model-vers/model-ver/b3326e0f-d1cf-4b72-9fd2-c000126c01d0?depth=0 has http status code:200 and response headers:{date=[Wed, 01 Feb 2023 06:03:21 GMT], content-length=[0], vertex-id=[241664], x-aai-txid=[0-aai-resources-230201-06:03:21:831-41236], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-02-01T06:03:22.953Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/222c771b-b53f-4e20-86a1-e1d664be5183/model-vers/model-ver/b3326e0f-d1cf-4b72-9fd2-c000126c01d0?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-02-01T06:03:22.954Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/222c771b-b53f-4e20-86a1-e1d664be5183/model-vers/model-ver/b3326e0f-d1cf-4b72-9fd2-c000126c01d0?depth=0|INFO|500||InvokeReturn 2023-02-01T06:03:22.963Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-02-01T06:03:22.964Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-02-01T06:03:22.971Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-02-01T06:03:22.973Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e0388cfc-e980-41e5-9339-7075d9f3c54d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-02-01T06:03:22.975Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-02-01T06:03:22.976Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-02-01T06:03:22.979Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T06:03:22.979Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675231402973, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-02-01T06:03:23.089Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms 2023-02-01T06:03:23.096Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-01T06:03:23.097Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T06:03:23.140Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:03:23.141Z||pool-18-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-02-01T06:03:24.034Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T06:03:24.038Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T06:03:24.038Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|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 EjcaMUROG0JWEck8) ... 2023-02-01T06:03:24.695Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:03:24.696Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-01T06:03:24.696Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"e2f827ac-0bb5-4d52-b337-4b71d502b0a9","serviceName":"basic_onboard_ziGGOh","serviceVersion":"1.0","serviceUUID":"6ddaac3d-ae71-40e7-a69c-bda21b1b3313","serviceDescription":"service","serviceInvariantUUID":"cc468eec-ceb8-4cc4-a19d-38adc18f745e","resources":[{"resourceInstanceName":"basic_onboard_ziGGOh 0","resourceName":"basic_onboard_ziGGOh","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2acb23b0-1efd-477b-bd07-2529841a4837","resourceInvariantUUID":"ebce8bdd-8f50-4151-8318-833d3bc09370","resourceCustomizationUUID":"1c20c24f-d016-41fd-80e0-7d699f39423c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/vf-license-model.xml","artifactChecksum":"ZmM5OWY2ZDQ3OWZhZDQwYzJlYzQzNDFhNjdjMDI4M2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"dff1b4e2-3e49-41d5-86ff-834eae1127db","artifactVersion":"1"},{"artifactName":"basic_onboard_ziggoh0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/basic_onboard_ziggoh0_modules.json","artifactChecksum":"NGNlNjNlN2FlMDlhNGJiMTU5ODFiY2EwNmI1ZDMyYjg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"23b88c0e-77da-4c41-85d0-cba70ea21e75","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"fba91fb3-8e84-41eb-ad35-8d38b307cccc","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"817ed929-a793-4a3f-a55f-10df807eeb29","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"31345bae-1f13-4114-9384-a4751510a46b","artifactVersion":"2","generatedFromUUID":"fba91fb3-8e84-41eb-ad35-8d38b307cccc"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardZiggoh-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/artifacts/service-BasicOnboardZiggoh-template.yml","artifactChecksum":"NjJiM2ZhYzQwNjUyYWRmMTY2YmI5YjliNjdkMWFlZmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e6352234-93a4-4c2d-beb7-85f6175a1f79","artifactVersion":"1"},{"artifactName":"service-BasicOnboardZiggoh-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/artifacts/service-BasicOnboardZiggoh-csar.csar","artifactChecksum":"M2UzYTBmNjMyZDZiNjg1NWUzZmFlZjM2YzU2ZTdkOTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f0ab57f7-eac7-49f3-83c3-7aaefa0197b4","artifactVersion":"1"}],"workloadContext":"Production"} 2023-02-01T06:03:24.699Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-01T06:03:24.700Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-02-01T06:03:24.710Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T06:03:24.710Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675231404034, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T06:03:24.807Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2023-02-01T06:03:24.808Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-01T06:03:24.808Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T06:03:24.836Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:03:24.837Z||pool-19-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1} 2023-02-01T06:03:25.711Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-01T06:03:25.712Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-02-01T06:03:25.719Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T06:03:25.719Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675231404034, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/basic_onboard_ziggoh0_modules.json", "status": "NOTIFIED" } 2023-02-01T06:03:25.822Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2023-02-01T06:03:25.823Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-01T06:03:25.823Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T06:03:25.836Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:03:25.838Z||pool-20-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2023-02-01T06:03:26.720Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-01T06:03:26.720Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-02-01T06:03:26.724Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T06:03:26.725Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675231404034, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-02-01T06:03:26.824Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-02-01T06:03:26.826Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-01T06:03:26.826Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T06:03:26.844Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:03:26.844Z||pool-21-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2023-02-01T06:03:27.726Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-01T06:03:27.727Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-02-01T06:03:27.742Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T06:03:27.742Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675231404034, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T06:03:27.834Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms 2023-02-01T06:03:27.839Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-01T06:03:27.839Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T06:03:27.895Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:03:27.896Z||pool-22-thread-1|||||INFO|500||cambria reply ok (61 ms):{"serverTimeMs":1,"count":1} 2023-02-01T06:03:28.744Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-01T06:03:28.745Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-02-01T06:03:28.748Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T06:03:28.748Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675231404034, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-02-01T06:03:28.849Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-01T06:03:28.851Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-01T06:03:28.851Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T06:03:28.894Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:03:28.895Z||pool-23-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1} 2023-02-01T06:03:29.749Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-01T06:03:29.749Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-02-01T06:03:29.762Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T06:03:29.762Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675231404034, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/artifacts/service-BasicOnboardZiggoh-template.yml", "status": "NOT_NOTIFIED" } 2023-02-01T06:03:29.853Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms 2023-02-01T06:03:29.854Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-01T06:03:29.855Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T06:03:29.915Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:03:29.916Z||pool-24-thread-1|||||INFO|500||cambria reply ok (62 ms):{"serverTimeMs":0,"count":1} 2023-02-01T06:03:30.769Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-01T06:03:30.770Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-02-01T06:03:30.775Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T06:03:30.776Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675231404034, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/artifacts/service-BasicOnboardZiggoh-csar.csar", "status": "NOTIFIED" } 2023-02-01T06:03:30.880Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2023-02-01T06:03:30.881Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-01T06:03:30.881Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T06:03:30.914Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:03:30.915Z||pool-25-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} 2023-02-01T06:03:31.778Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9", "serviceName": "basic_onboard_ziGGOh", "serviceVersion": "1.0", "serviceUUID": "6ddaac3d-ae71-40e7-a69c-bda21b1b3313", "serviceDescription": "service", "serviceInvariantUUID": "cc468eec-ceb8-4cc4-a19d-38adc18f745e", "resources": [ { "resourceInstanceName": "basic_onboard_ziGGOh 0", "resourceCustomizationUUID": "1c20c24f-d016-41fd-80e0-7d699f39423c", "resourceName": "basic_onboard_ziGGOh", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "2acb23b0-1efd-477b-bd07-2529841a4837", "resourceInvariantUUID": "ebce8bdd-8f50-4151-8318-833d3bc09370", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_ziggoh0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/basic_onboard_ziggoh0_modules.json", "artifactChecksum": "NGNlNjNlN2FlMDlhNGJiMTU5ODFiY2EwNmI1ZDMyYjg\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "23b88c0e-77da-4c41-85d0-cba70ea21e75", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "fba91fb3-8e84-41eb-ad35-8d38b307cccc", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "31345bae-1f13-4114-9384-a4751510a46b", "generatedFromUUID": "fba91fb3-8e84-41eb-ad35-8d38b307cccc" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "31345bae-1f13-4114-9384-a4751510a46b", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardZiggoh-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/artifacts/service-BasicOnboardZiggoh-csar.csar", "artifactChecksum": "M2UzYTBmNjMyZDZiNjg1NWUzZmFlZjM2YzU2ZTdkOTM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f0ab57f7-eac7-49f3-83c3-7aaefa0197b4" } ], "workloadContext": "Production" } 2023-02-01T06:03:31.779Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-02-01T06:03:31.779Z|e0388cfc-e980-41e5-9339-7075d9f3c54d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6ddaac3d-ae71-40e7-a69c-bda21b1b3313 ASDC 2023-02-01T06:03:31.780Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:e2f827ac-0bb5-4d52-b337-4b71d502b0a9 ServiceName:basic_onboard_ziGGOh ServiceVersion:1.0 ServiceUUID:6ddaac3d-ae71-40e7-a69c-bda21b1b3313 ServiceInvariantUUID:cc468eec-ceb8-4cc4-a19d-38adc18f745e ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardZiggoh-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/artifacts/service-BasicOnboardZiggoh-csar.csar ArtifactUUID:f0ab57f7-eac7-49f3-83c3-7aaefa0197b4 ArtifactChecksum:M2UzYTBmNjMyZDZiNjg1NWUzZmFlZjM2YzU2ZTdkOTM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_ziGGOh 0 ResourceCustomizationUUID:1c20c24f-d016-41fd-80e0-7d699f39423c ResourceInvariantUUID:ebce8bdd-8f50-4151-8318-833d3bc09370 ResourceName:basic_onboard_ziGGOh ResourceType:VF ResourceUUID:2acb23b0-1efd-477b-bd07-2529841a4837 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_ziggoh0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/basic_onboard_ziggoh0_modules.json ArtifactUUID:23b88c0e-77da-4c41-85d0-cba70ea21e75 ArtifactChecksum:NGNlNjNlN2FlMDlhNGJiMTU5ODFiY2EwNmI1ZDMyYjg= 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/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/base_ubuntu18.yaml ArtifactUUID:fba91fb3-8e84-41eb-ad35-8d38b307cccc 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/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/base_ubuntu18.env ArtifactUUID:31345bae-1f13-4114-9384-a4751510a46b 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/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/base_ubuntu18.env ArtifactUUID:31345bae-1f13-4114-9384-a4751510a46b ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-02-01T06:03:31.780Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6ddaac3d-ae71-40e7-a69c-bda21b1b3313 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-02-01T06:03:31.905Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-01T06:03:31.907Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2023-02-01T06:03:31.907Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2023-02-01T06:03:31.907Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: f0ab57f7-eac7-49f3-83c3-7aaefa0197b4 from URL: /sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/artifacts/service-BasicOnboardZiggoh-csar.csar 2023-02-01T06:03:31.907Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||DistributionClient - download 2023-02-01T06:03:31.908Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/artifacts/service-BasicOnboardZiggoh-csar.csar 2023-02-01T06:03:32.036Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2023-02-01T06:03:32.049Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/artifacts/service-BasicOnboardZiggoh-csar.csar f0ab57f7-eac7-49f3-83c3-7aaefa0197b4 75314 2023-02-01T06:03:32.050Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/artifacts/service-BasicOnboardZiggoh-csar.csar ASDC sendASDCNotification 2023-02-01T06:03:32.050Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/artifacts/service-BasicOnboardZiggoh-csar.csar 2023-02-01T06:03:32.050Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-01T06:03:32.051Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-02-01T06:03:32.055Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T06:03:32.055Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675231412049, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/artifacts/service-BasicOnboardZiggoh-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-01T06:03:32.154Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-02-01T06:03:32.155Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-01T06:03:32.155Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T06:03:32.181Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:03:32.183Z||pool-26-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2023-02-01T06:03:33.062Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-01T06:03:33.063Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2023-02-01T06:03:33.063Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: f0ab57f7-eac7-49f3-83c3-7aaefa0197b4, URL: /sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/artifacts/service-BasicOnboardZiggoh-csar.csar to file: /app/ASDC/1/service-BasicOnboardZiggoh-csar.csar 2023-02-01T06:03:33.064Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardZiggoh-csar.csar 2023-02-01T06:03:33.064Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardZiggoh-csar.csar 2023-02-01T06:03:33.064Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardZiggoh-csar.csar 2023-02-01T06:03:33.490Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10103474483162419286/Definitions/service-BasicOnboardZiggoh-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_security_groups" is not provided Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_ubuntu18_metadata" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "compute_ubuntu18_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network" is not provided Log warning: The required parameter "compute_ubuntu18_key_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided 2023-02-01T06:03:36.200Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2023-02-01T06:03:36.205Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||WARN|500||#################################################################################################### 2023-02-01T06:03:36.206Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardZiggoh-csar.csar 2023-02-01T06:03:36.206Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-02-01T06:03:36.206Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardZiggoh-csar.csar 2023-02-01T06:03:36.206Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardZiggoh-csar.csar 2023-02-01T06:03:36.206Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardZiggoh-csar.csar 2023-02-01T06:03:36.206Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardZiggoh-csar.csar 2023-02-01T06:03:36.207Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardZiggoh-csar.csar 2023-02-01T06:03:36.207Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||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-BasicOnboardZiggoh-csar.csar 2023-02-01T06:03:36.207Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_ziGGOh 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicOnboardZiggoh-csar.csar 2023-02-01T06:03:36.207Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||WARN|500||#################################################################################################### 2023-02-01T06:03:36.207Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:03:36.208Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ziGGOh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T06:03:36.208Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ziGGOh 0 is matching search criteria 2023-02-01T06:03:36.208Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2023-02-01T06:03:36.209Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_ziGGOh 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-01T06:03:36.209Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:03:36.210Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ziGGOh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T06:03:36.210Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ziGGOh 0 is matching search criteria 2023-02-01T06:03:36.210Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2023-02-01T06:03:36.210Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_ziGGOh 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-01T06:03:36.211Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:03:36.211Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ziGGOh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T06:03:36.211Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:03:36.212Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ziGGOh 0 is not matching search criteria 2023-02-01T06:03:36.212Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2023-02-01T06:03:36.212Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2023-02-01T06:03:36.212Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2023-02-01T06:03:36.212Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2023-02-01T06:03:36.213Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-02-01T06:03:36.216Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:03:36.217Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ziGGOh is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-02-01T06:03:36.217Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:03:36.217Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ziGGOh 0 is matching search criteria 2023-02-01T06:03:36.217Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_ziGGOh 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-01T06:03:36.218Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:03:36.218Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ziGGOh 0 is matching search criteria 2023-02-01T06:03:36.218Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_ziGGOh 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-01T06:03:36.219Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:03:36.219Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ziGGOh 0 is matching search criteria 2023-02-01T06:03:36.219Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_ziGGOh 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-01T06:03:36.220Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:03:36.220Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ziGGOh 0 is not matching search criteria 2023-02-01T06:03:36.220Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2023-02-01T06:03:36.220Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2023-02-01T06:03:36.220Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=b92afe03-f6ba-4f87-ae51-8639ea2ea60d 2023-02-01T06:03:36.221Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:03:36.221Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ziGGOh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T06:03:36.221Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:03:36.222Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ziGGOh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T06:03:36.222Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:03:36.222Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ziGGOh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T06:03:36.222Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:03:36.223Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ziGGOh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T06:03:36.223Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_ziGGOh Description:service Model UUID:6ddaac3d-ae71-40e7-a69c-bda21b1b3313 Model Version:NULL Model InvariantUuid:cc468eec-ceb8-4cc4-a19d-38adc18f745e Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_ziGGOh Model UUID:80b886ec-fd06-4f8b-8ca2-7edbc9a3efa5 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:ebce8bdd-8f50-4151-8318-833d3bc09370 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:1c20c24f-d016-41fd-80e0-7d699f39423c NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:dce7a974-3150-4552-addb-99bcc279adb2 ModelName:BasicOnboardZiggoh..base_ubuntu18..module-0 ModelUuid:2575e3bf-7ba9-4825-a3e9-0667f84b2460 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:b92afe03-f6ba-4f87-ae51-8639ea2ea60d ModelInvariantUuid:089b9ccd-8d2c-4c95-8b59-9fee437c0b50 ModelName:basic_onboard_ziGGOh-nodes.ubuntu18Cvfc ModelUuid:b66e7353-5219-4bad-ad93-3878a9b7fcf9 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:c9d5095a-ff45-452f-a258-37c83fcf8312 ModelInvariantUuid:c141f3f8-76af-4c86-bf2a-3ffe1b7f5e87 ModelName:BasicOnboardZiggoh.compute.nodes.heat.ubuntu18 ModelUuid:eb199975-7a80-4f30-91e4-8eac5ca7e415 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2023-02-01T06:03:36.251Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 2acb23b0-1efd-477b-bd07-2529841a4837 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-02-01T06:03:36.267Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||basic_onboard_ziGGOh 0 2023-02-01T06:03:36.268Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2acb23b0-1efd-477b-bd07-2529841a4837 2023-02-01T06:03:36.268Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 23b88c0e-77da-4c41-85d0-cba70ea21e75 from URL: /sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/basic_onboard_ziggoh0_modules.json 2023-02-01T06:03:36.268Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||DistributionClient - download 2023-02-01T06:03:36.268Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/basic_onboard_ziggoh0_modules.json 2023-02-01T06:03:36.399Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2023-02-01T06:03:36.399Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/basic_onboard_ziggoh0_modules.json 23b88c0e-77da-4c41-85d0-cba70ea21e75 798 2023-02-01T06:03:36.400Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/basic_onboard_ziggoh0_modules.json ASDC sendASDCNotification 2023-02-01T06:03:36.400Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/basic_onboard_ziggoh0_modules.json 2023-02-01T06:03:36.400Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-01T06:03:36.401Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-02-01T06:03:36.404Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T06:03:36.404Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675231416400, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/basic_onboard_ziggoh0_modules.json", "status": "DOWNLOAD_OK" } 2023-02-01T06:03:36.504Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-01T06:03:36.507Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-01T06:03:36.507Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T06:03:36.531Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:03:36.532Z||pool-27-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2023-02-01T06:03:37.406Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardZiggoh..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "dce7a974-3150-4552-addb-99bcc279adb2", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2575e3bf-7ba9-4825-a3e9-0667f84b2460", "vfModuleModelCustomizationUUID": "60ee1653-548c-4841-af47-b2b767310288", "isBase": true, "artifacts": [ "fba91fb3-8e84-41eb-ad35-8d38b307cccc", "31345bae-1f13-4114-9384-a4751510a46b" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2023-02-01T06:03:37.412Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardZiggoh..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:2575e3bf-7ba9-4825-a3e9-0667f84b2460 VfModuleModelInvariantUUID:dce7a974-3150-4552-addb-99bcc279adb2 VfModuleModelDescription:NULL Artifacts UUID List:{ fba91fb3-8e84-41eb-ad35-8d38b307cccc , 31345bae-1f13-4114-9384-a4751510a46b } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2023-02-01T06:03:37.417Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardZiggoh..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "dce7a974-3150-4552-addb-99bcc279adb2", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2575e3bf-7ba9-4825-a3e9-0667f84b2460", "vfModuleModelCustomizationUUID": "60ee1653-548c-4841-af47-b2b767310288", "isBase": true, "artifacts": [ "fba91fb3-8e84-41eb-ad35-8d38b307cccc", "31345bae-1f13-4114-9384-a4751510a46b" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2023-02-01T06:03:37.418Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardZiggoh..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:2575e3bf-7ba9-4825-a3e9-0667f84b2460 VfModuleModelInvariantUUID:dce7a974-3150-4552-addb-99bcc279adb2 VfModuleModelDescription:NULL Artifacts UUID List:{ fba91fb3-8e84-41eb-ad35-8d38b307cccc , 31345bae-1f13-4114-9384-a4751510a46b } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2023-02-01T06:03:37.418Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: fba91fb3-8e84-41eb-ad35-8d38b307cccc from URL: /sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/base_ubuntu18.yaml 2023-02-01T06:03:37.418Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||DistributionClient - download 2023-02-01T06:03:37.418Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/base_ubuntu18.yaml 2023-02-01T06:03:37.504Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2023-02-01T06:03:37.505Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/base_ubuntu18.yaml fba91fb3-8e84-41eb-ad35-8d38b307cccc 5033 2023-02-01T06:03:37.506Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2023-02-01T06:03:37.506Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/base_ubuntu18.yaml 2023-02-01T06:03:37.506Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-01T06:03:37.506Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-02-01T06:03:37.513Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T06:03:37.514Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675231417506, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2023-02-01T06:03:37.611Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2023-02-01T06:03:37.612Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-01T06:03:37.612Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T06:03:37.632Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:03:37.634Z||pool-28-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2023-02-01T06:03:38.515Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 31345bae-1f13-4114-9384-a4751510a46b from URL: /sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/base_ubuntu18.env 2023-02-01T06:03:38.515Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||DistributionClient - download 2023-02-01T06:03:38.516Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/base_ubuntu18.env 2023-02-01T06:03:38.586Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2023-02-01T06:03:38.587Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/base_ubuntu18.env 31345bae-1f13-4114-9384-a4751510a46b 909 2023-02-01T06:03:38.587Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2023-02-01T06:03:38.588Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/base_ubuntu18.env 2023-02-01T06:03:38.588Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-01T06:03:38.588Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-02-01T06:03:38.592Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T06:03:38.592Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675231418587, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2023-02-01T06:03:38.699Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms 2023-02-01T06:03:38.700Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-01T06:03:38.701Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T06:03:38.716Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:03:38.717Z||pool-29-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2023-02-01T06:03:39.593Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 6ddaac3d-ae71-40e7-a69c-bda21b1b3313 2023-02-01T06:03:39.593Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_ziGGOh 0 2acb23b0-1efd-477b-bd07-2529841a4837 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-02-01T06:03:39.659Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1021f96b, org.onap.sdc.toscaparser.api.parameters.Input@7b409e4f, org.onap.sdc.toscaparser.api.parameters.Input@2f36785a, org.onap.sdc.toscaparser.api.parameters.Input@7c3c42ab, org.onap.sdc.toscaparser.api.parameters.Input@63c916e6] 2023-02-01T06:03:39.664Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:03:39.665Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ziGGOh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T06:03:39.667Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2023-02-01T06:03:39.668Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 1c20c24f-d016-41fd-80e0-7d699f39423c 2023-02-01T06:03:39.668Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1c20c24f-d016-41fd-80e0-7d699f39423c matches Tosca VF Customization UUID: 1c20c24f-d016-41fd-80e0-7d699f39423c 2023-02-01T06:03:39.668Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 1c20c24f-d016-41fd-80e0-7d699f39423c matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2023-02-01T06:03:39.684Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:03:39.684Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ziGGOh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T06:03:39.686Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 1c20c24f-d016-41fd-80e0-7d699f39423c: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2023-02-01T06:03:39.686Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1edb32e8 2023-02-01T06:03:39.686Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:03:39.686Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ziGGOh is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-02-01T06:03:39.687Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 60ee1653-548c-4841-af47-b2b767310288 2023-02-01T06:03:39.687Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 60ee1653-548c-4841-af47-b2b767310288 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2023-02-01T06:03:39.700Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:03:39.700Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ziGGOh 0 is matching search criteria 2023-02-01T06:03:39.701Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_ziGGOh 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-01T06:03:39.701Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:03:39.702Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ziGGOh 0 is matching search criteria 2023-02-01T06:03:39.703Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_ziGGOh 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-01T06:03:39.706Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:03:39.709Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ziGGOh 0 is not matching search criteria 2023-02-01T06:03:39.710Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2023-02-01T06:03:39.710Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2023-02-01T06:03:39.711Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=b92afe03-f6ba-4f87-ae51-8639ea2ea60d Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2023-02-01T06:03:39.717Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:03:39.718Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ziGGOh 0 is matching search criteria 2023-02-01T06:03:39.718Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_ziGGOh 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-01T06:03:39.719Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:03:39.719Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ziGGOh 0 is matching search criteria 2023-02-01T06:03:39.719Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_ziGGOh 0] matching following query criteria: sdcType=VF, customizationUUID=1c20c24f-d016-41fd-80e0-7d699f39423c Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-02-01T06:03:39.723Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:03:39.724Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ziGGOh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T06:03:39.724Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 6ddaac3d-ae71-40e7-a69c-bda21b1b3313: basic_onboard_ziGGOh 2023-02-01T06:03:39.743Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:03:39.743Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ziGGOh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T06:03:39.747Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:03:39.747Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ziGGOh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T06:03:39.748Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:03:39.748Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ziGGOh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T06:03:39.748Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:03:39.749Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ziGGOh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T06:03:39.749Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:03:39.749Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ziGGOh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T06:03:39.750Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||Saving Service: basic_onboard_ziGGOh Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-01T06:03:40.030Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_ziGGOh 2acb23b0-1efd-477b-bd07-2529841a4837 1 ASDC deployResourceStructure 2023-02-01T06:03:40.030Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/basic_onboard_ziggoh0_modules.json ASDC sendASDCNotification 2023-02-01T06:03:40.030Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/basic_onboard_ziggoh0_modules.json 2023-02-01T06:03:40.031Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-01T06:03:40.031Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-02-01T06:03:40.040Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T06:03:40.040Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675231420030, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/basic_onboard_ziggoh0_modules.json", "status": "DEPLOY_OK" } 2023-02-01T06:03:40.134Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms 2023-02-01T06:03:40.135Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-01T06:03:40.135Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T06:03:40.154Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:03:40.155Z||pool-30-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2023-02-01T06:03:41.041Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2023-02-01T06:03:41.042Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/base_ubuntu18.yaml 2023-02-01T06:03:41.042Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-01T06:03:41.042Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-02-01T06:03:41.082Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T06:03:41.082Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675231421041, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2023-02-01T06:03:41.182Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-01T06:03:41.184Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-01T06:03:41.184Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T06:03:41.203Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:03:41.204Z||pool-31-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2023-02-01T06:03:42.084Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2023-02-01T06:03:42.085Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/base_ubuntu18.env 2023-02-01T06:03:42.085Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-01T06:03:42.086Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-02-01T06:03:42.128Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T06:03:42.128Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675231422084, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2023-02-01T06:03:42.190Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 61 ms 2023-02-01T06:03:42.192Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-01T06:03:42.192Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T06:03:42.220Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:03:42.223Z||pool-32-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2023-02-01T06:03:43.129Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/artifacts/service-BasicOnboardZiggoh-csar.csar ASDC sendASDCNotification 2023-02-01T06:03:43.130Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/artifacts/service-BasicOnboardZiggoh-csar.csar 2023-02-01T06:03:43.130Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-01T06:03:43.131Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-02-01T06:03:43.134Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T06:03:43.134Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675231423129, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/artifacts/service-BasicOnboardZiggoh-csar.csar", "status": "DEPLOY_OK" } 2023-02-01T06:03:43.235Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-02-01T06:03:43.243Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-01T06:03:43.244Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T06:03:43.267Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:03:43.269Z||pool-33-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1} 2023-02-01T06:03:44.135Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e2f827ac-0bb5-4d52-b337-4b71d502b0a9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-01T06:03:44.177Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e2f827ac-0bb5-4d52-b337-4b71d502b0a9 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-01T06:03:44.207Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-01T06:03:44.208Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-02-01T06:03:44.208Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-02-01T06:03:44.208Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-02-01T06:03:44.208Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-01T06:03:44.208Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-01T06:03:44.208Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-01T06:03:44.209Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-01T06:03:44.209Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-01T06:03:44.209Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-01T06:03:44.246Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-02-01T06:04:13.580Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T06:04:13.581Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T06:04:13.582Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T06:04:14.254Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e2f827ac-0bb5-4d52-b337-4b71d502b0a9 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-02-01T06:04:14.275Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:04:14.277Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-01T06:04:14.277Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0388cfc-e980-41e5-9339-7075d9f3c54d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675231402973, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-02-01T06:04:14.279Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e2f827ac-0bb5-4d52-b337-4b71d502b0a9 and serviceModelVersionId: 6ddaac3d-ae71-40e7-a69c-bda21b1b3313 2023-02-01T06:04:14.279Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cc468eec-ceb8-4cc4-a19d-38adc18f745e 2023-02-01T06:04:14.280Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cc468eec-ceb8-4cc4-a19d-38adc18f745e/model-vers/model-ver/6ddaac3d-ae71-40e7-a69c-bda21b1b3313?depth=0 2023-02-01T06:04:14.289Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2023-02-01T06:04:14.286Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T06:04:14.304Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-01T06:04:14.304Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675231404034, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T06:04:14.305Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-01T06:04:14.307Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-01T06:04:14.307Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675231404034, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/basic_onboard_ziggoh0_modules.json", "status": "NOTIFIED" } 2023-02-01T06:04:14.308Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-01T06:04:14.308Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-01T06:04:14.309Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675231404034, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-02-01T06:04:14.312Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-01T06:04:14.313Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-01T06:04:14.314Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675231404034, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T06:04:14.314Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-01T06:04:14.329Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-01T06:04:14.330Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675231404034, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-02-01T06:04:14.330Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-01T06:04:14.330Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-01T06:04:14.331Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675231404034, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/artifacts/service-BasicOnboardZiggoh-template.yml", "status": "NOT_NOTIFIED" } 2023-02-01T06:04:14.331Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-01T06:04:14.331Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-01T06:04:14.331Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675231404034, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/artifacts/service-BasicOnboardZiggoh-csar.csar", "status": "NOTIFIED" } 2023-02-01T06:04:14.331Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-01T06:04:14.332Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-01T06:04:14.332Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675231412049, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/artifacts/service-BasicOnboardZiggoh-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-01T06:04:14.332Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T06:04:14.332Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-01T06:04:14.332Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675231416400, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/basic_onboard_ziggoh0_modules.json", "status": "DOWNLOAD_OK" } 2023-02-01T06:04:14.332Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T06:04:14.332Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-01T06:04:14.334Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675231417506, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2023-02-01T06:04:14.334Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T06:04:14.334Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-01T06:04:14.334Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675231418587, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2023-02-01T06:04:14.335Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T06:04:14.335Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-01T06:04:14.335Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675231420030, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/basic_onboard_ziggoh0_modules.json", "status": "DEPLOY_OK" } 2023-02-01T06:04:14.337Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T06:04:14.337Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-01T06:04:14.337Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675231421041, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2023-02-01T06:04:14.338Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T06:04:14.338Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-01T06:04:14.338Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675231422084, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/resourceInstances/basic_onboard_ziggoh0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2023-02-01T06:04:14.338Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T06:04:14.338Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-01T06:04:14.338Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675231423129, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZiggoh/1.0/artifacts/service-BasicOnboardZiggoh-csar.csar", "status": "DEPLOY_OK" } 2023-02-01T06:04:14.339Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T06:04:14.423Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cc468eec-ceb8-4cc4-a19d-38adc18f745e/model-vers/model-ver/6ddaac3d-ae71-40e7-a69c-bda21b1b3313?depth=0|INFO|500||Invoke 2023-02-01T06:04:14.424Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cc468eec-ceb8-4cc4-a19d-38adc18f745e/model-vers/model-ver/6ddaac3d-ae71-40e7-a69c-bda21b1b3313?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cc468eec-ceb8-4cc4-a19d-38adc18f745e/model-vers/model-ver/6ddaac3d-ae71-40e7-a69c-bda21b1b3313?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e2f827ac-0bb5-4d52-b337-4b71d502b0a9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[90800878-a47e-479b-ab37-e9e980c4325b], X-ECOMP-RequestID=[e2f827ac-0bb5-4d52-b337-4b71d502b0a9], X-TransactionId=[], X-ONAP-RequestID=[e2f827ac-0bb5-4d52-b337-4b71d502b0a9], Content-Type=[application/merge-patch+json]} 2023-02-01T06:04:14.544Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cc468eec-ceb8-4cc4-a19d-38adc18f745e/model-vers/model-ver/6ddaac3d-ae71-40e7-a69c-bda21b1b3313?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-02-01T06:04:14.878Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cc468eec-ceb8-4cc4-a19d-38adc18f745e/model-vers/model-ver/6ddaac3d-ae71-40e7-a69c-bda21b1b3313?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/cc468eec-ceb8-4cc4-a19d-38adc18f745e/model-vers/model-ver/6ddaac3d-ae71-40e7-a69c-bda21b1b3313?depth=0 has http status code:200 and response headers:{date=[Wed, 01 Feb 2023 06:04:13 GMT], content-length=[0], vertex-id=[208984], x-aai-txid=[0-aai-resources-230201-06:04:13:892-72845], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-02-01T06:04:14.879Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cc468eec-ceb8-4cc4-a19d-38adc18f745e/model-vers/model-ver/6ddaac3d-ae71-40e7-a69c-bda21b1b3313?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-02-01T06:04:14.881Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cc468eec-ceb8-4cc4-a19d-38adc18f745e/model-vers/model-ver/6ddaac3d-ae71-40e7-a69c-bda21b1b3313?depth=0|INFO|500||InvokeReturn 2023-02-01T06:04:14.890Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-02-01T06:04:14.891Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-02-01T06:04:14.919Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-02-01T06:04:14.920Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e2f827ac-0bb5-4d52-b337-4b71d502b0a9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-02-01T06:04:14.920Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-02-01T06:04:14.921Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-02-01T06:04:14.930Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T06:04:14.931Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675231454920, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-02-01T06:04:15.027Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms 2023-02-01T06:04:15.031Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-01T06:04:15.031Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T06:04:15.055Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:04:15.056Z||pool-34-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-02-01T06:04:15.956Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T06:04:15.957Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T06:04:15.958Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|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 EjcaMUROG0JWEck8) ... 2023-02-01T06:04:25.517Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:04:25.518Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T06:04:25.519Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T06:04:25.519Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|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 EjcaMUROG0JWEck8) ... 2023-02-01T06:04:35.083Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:05:13.566Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T06:05:13.568Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T06:05:13.568Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|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 EjcaMUROG0JWEck8) ... 2023-02-01T06:05:13.579Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T06:05:13.580Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T06:05:13.580Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T06:05:14.237Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:05:14.238Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-01T06:05:14.239Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2f827ac-0bb5-4d52-b337-4b71d502b0a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675231454920, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-02-01T06:05:14.242Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T06:05:23.182Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:06:13.566Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T06:06:13.568Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T06:06:13.568Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|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 EjcaMUROG0JWEck8) ... 2023-02-01T06:06:13.580Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T06:06:13.581Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T06:06:13.582Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T06:06:23.182Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:06:23.202Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:07:13.566Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T06:07:13.568Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T06:07:13.568Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|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 EjcaMUROG0JWEck8) ... 2023-02-01T06:07:13.580Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T06:07:13.581Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T06:07:13.581Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T06:07:23.138Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:07:23.148Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:08:13.566Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T06:08:13.568Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T06:08:13.568Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|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 EjcaMUROG0JWEck8) ... 2023-02-01T06:08:13.579Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T06:08:13.580Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T06:08:13.581Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T06:08:23.136Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:08:23.148Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:09:13.569Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T06:09:13.571Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T06:09:13.571Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|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 EjcaMUROG0JWEck8) ... 2023-02-01T06:09:13.579Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T06:09:13.582Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T06:09:13.583Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T06:09:23.179Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:09:23.181Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:10:13.566Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T06:10:13.567Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T06:10:13.568Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|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 EjcaMUROG0JWEck8) ... 2023-02-01T06:10:13.582Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T06:10:13.583Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T06:10:13.583Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T06:10:23.198Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:10:23.219Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:11:13.567Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T06:11:13.575Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T06:11:13.576Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|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 EjcaMUROG0JWEck8) ... 2023-02-01T06:11:13.579Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T06:11:13.580Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T06:11:13.580Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T06:11:23.184Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:11:23.187Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:12:13.570Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T06:12:13.571Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T06:12:13.572Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|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 EjcaMUROG0JWEck8) ... 2023-02-01T06:12:13.579Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T06:12:13.580Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T06:12:13.581Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T06:12:23.227Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:12:23.248Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:13:13.569Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T06:13:13.570Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T06:13:13.570Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|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 EjcaMUROG0JWEck8) ... 2023-02-01T06:13:13.579Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T06:13:13.580Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T06:13:13.580Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T06:13:23.167Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:13:23.235Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:14:13.566Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T06:14:13.567Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T06:14:13.567Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|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 EjcaMUROG0JWEck8) ... 2023-02-01T06:14:13.579Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T06:14:13.580Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T06:14:13.580Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T06:14:23.221Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:14:23.231Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:15:13.571Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T06:15:13.573Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T06:15:13.573Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|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 EjcaMUROG0JWEck8) ... 2023-02-01T06:15:13.579Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T06:15:13.580Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T06:15:13.581Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T06:15:23.178Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:15:23.214Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:16:13.567Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T06:16:13.570Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T06:16:13.570Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|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 EjcaMUROG0JWEck8) ... 2023-02-01T06:16:13.579Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T06:16:13.581Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T06:16:13.581Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T06:16:23.214Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:16:23.219Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:17:13.569Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T06:17:13.571Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T06:17:13.571Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|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 EjcaMUROG0JWEck8) ... 2023-02-01T06:17:13.579Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T06:17:13.581Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T06:17:13.581Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T06:17:23.169Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:17:23.177Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:18:13.573Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T06:18:13.574Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T06:18:13.575Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|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 EjcaMUROG0JWEck8) ... 2023-02-01T06:18:13.581Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T06:18:13.594Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T06:18:13.594Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T06:18:23.215Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:18:23.260Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:19:13.566Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T06:19:13.570Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T06:19:13.571Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|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 EjcaMUROG0JWEck8) ... 2023-02-01T06:19:13.581Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T06:19:13.583Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T06:19:13.583Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T06:19:23.139Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:19:23.160Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:20:13.566Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T06:20:13.567Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T06:20:13.567Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|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 EjcaMUROG0JWEck8) ... 2023-02-01T06:20:13.580Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T06:20:13.581Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T06:20:13.581Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T06:20:23.195Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:20:23.220Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:21:13.566Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T06:21:13.579Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T06:21:13.580Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T06:21:13.581Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T06:21:13.585Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T06:21:13.589Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|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 EjcaMUROG0JWEck8) ... 2023-02-01T06:21:23.244Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:21:23.266Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:22:13.567Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T06:22:13.576Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T06:22:13.576Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|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 EjcaMUROG0JWEck8) ... 2023-02-01T06:22:13.579Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T06:22:13.580Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T06:22:13.580Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T06:22:23.164Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:22:23.211Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:23:13.566Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T06:23:13.568Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T06:23:13.568Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T06:23:13.579Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T06:23:13.581Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T06:23:13.581Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T06:23:23.160Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:23:23.173Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:24:13.566Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T06:24:13.570Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T06:24:13.570Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T06:24:13.579Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T06:24:13.581Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T06:24:13.581Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T06:24:23.175Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:24:23.211Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:25:13.566Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T06:25:13.567Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T06:25:13.568Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T06:25:13.579Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T06:25:13.586Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T06:25:13.588Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T06:25:23.162Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:25:23.220Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:26:13.570Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T06:26:13.571Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T06:26:13.571Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|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 EjcaMUROG0JWEck8) ... 2023-02-01T06:26:13.579Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T06:26:13.580Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T06:26:13.581Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T06:26:23.158Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:26:23.351Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:27:13.566Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T06:27:13.568Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T06:27:13.569Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|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 EjcaMUROG0JWEck8) ... 2023-02-01T06:27:13.580Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T06:27:13.581Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T06:27:13.582Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T06:27:23.153Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:27:23.166Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:28:13.567Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T06:28:13.570Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T06:28:13.570Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|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 EjcaMUROG0JWEck8) ... 2023-02-01T06:28:13.581Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T06:28:13.582Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T06:28:13.582Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T06:28:23.166Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:28:23.187Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:29:13.566Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T06:29:13.570Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T06:29:13.571Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|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 EjcaMUROG0JWEck8) ... 2023-02-01T06:29:13.581Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T06:29:13.583Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T06:29:13.583Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T06:29:23.146Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:29:23.179Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:30:13.566Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T06:30:13.570Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T06:30:13.570Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|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 EjcaMUROG0JWEck8) ... 2023-02-01T06:30:13.579Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T06:30:13.581Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T06:30:13.582Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T06:30:23.138Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:30:23.177Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:31:13.566Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T06:31:13.567Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T06:31:13.567Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|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 EjcaMUROG0JWEck8) ... 2023-02-01T06:31:13.579Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T06:31:13.580Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T06:31:13.580Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T06:31:23.152Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:31:23.159Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:32:13.566Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T06:32:13.568Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T06:32:13.568Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|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 EjcaMUROG0JWEck8) ... 2023-02-01T06:32:13.580Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T06:32:13.581Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T06:32:13.581Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T06:32:23.156Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:32:23.162Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:33:13.566Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T06:33:13.568Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T06:33:13.568Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|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 EjcaMUROG0JWEck8) ... 2023-02-01T06:33:13.579Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T06:33:13.583Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T06:33:13.583Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T06:33:23.182Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:33:23.198Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:34:13.571Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T06:34:13.574Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T06:34:13.574Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|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 EjcaMUROG0JWEck8) ... 2023-02-01T06:34:13.579Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T06:34:13.580Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T06:34:13.580Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T06:34:23.167Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:34:23.227Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:35:13.566Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T06:35:13.567Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T06:35:13.568Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|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 EjcaMUROG0JWEck8) ... 2023-02-01T06:35:13.579Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T06:35:13.580Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T06:35:13.580Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T06:35:23.169Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:35:23.187Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:36:13.566Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T06:36:13.568Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T06:36:13.568Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|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 EjcaMUROG0JWEck8) ... 2023-02-01T06:36:13.589Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T06:36:13.590Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T06:36:13.591Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T06:36:23.199Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:36:23.202Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:37:13.566Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T06:37:13.567Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T06:37:13.569Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|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 EjcaMUROG0JWEck8) ... 2023-02-01T06:37:13.579Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T06:37:13.580Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T06:37:13.580Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T06:37:23.154Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:37:23.171Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:38:13.567Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T06:38:13.570Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T06:38:13.570Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|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 EjcaMUROG0JWEck8) ... 2023-02-01T06:38:13.579Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T06:38:13.580Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T06:38:13.580Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T06:38:23.180Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:38:23.249Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:39:13.567Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T06:39:13.569Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T06:39:13.569Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|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 EjcaMUROG0JWEck8) ... 2023-02-01T06:39:13.579Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T06:39:13.581Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T06:39:13.581Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T06:39:23.264Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:39:23.307Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:40:13.569Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T06:40:13.570Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T06:40:13.571Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T06:40:13.580Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T06:40:13.581Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T06:40:13.581Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T06:40:23.195Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:40:23.294Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:41:13.566Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T06:41:13.567Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T06:41:13.568Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T06:41:13.580Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T06:41:13.581Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T06:41:13.581Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T06:41:23.154Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:41:23.187Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:42:13.566Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T06:42:13.567Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T06:42:13.567Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T06:42:13.579Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T06:42:13.582Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T06:42:13.582Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T06:42:23.152Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:42:23.180Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:43:13.566Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T06:43:13.567Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T06:43:13.567Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T06:43:13.580Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T06:43:13.581Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T06:43:13.581Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T06:43:23.162Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:43:23.200Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:44:13.566Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T06:44:13.569Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T06:44:13.569Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T06:44:13.580Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T06:44:13.581Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T06:44:13.581Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T06:44:23.168Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:44:23.220Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:45:13.569Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T06:45:13.580Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T06:45:13.582Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T06:45:13.582Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T06:45:13.588Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T06:45:13.590Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|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 EjcaMUROG0JWEck8) ... 2023-02-01T06:45:23.219Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:45:23.273Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:46:13.568Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T06:46:13.571Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T06:46:13.571Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T06:46:13.580Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T06:46:13.583Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T06:46:13.583Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T06:46:23.220Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:46:23.248Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:47:13.566Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T06:47:13.567Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T06:47:13.567Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T06:47:13.582Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T06:47:13.582Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T06:47:13.583Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T06:47:14.328Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:47:14.330Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-01T06:47:14.333Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ce37f9c-8925-4a74-8033-3a92321c8e26", "consumerID": "ves-openapi-manager", "timestamp": 1675234027726, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-02-01T06:47:14.336Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-01T06:47:14.337Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-01T06:47:14.337Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ce37f9c-8925-4a74-8033-3a92321c8e26", "consumerID": "ves-openapi-manager", "timestamp": 1675234027726, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2023-02-01T06:47:14.337Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-01T06:47:14.411Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:47:14.412Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T06:47:14.412Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"6ce37f9c-8925-4a74-8033-3a92321c8e26","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"9375a713-b1fe-41d7-8659-6f932ef45023","serviceDescription":"service","serviceInvariantUUID":"51325752-4370-4bcf-9f85-c745a5632a34","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"2c49b51c-a692-4212-aaf9-947d0ea6d08e","resourceInvariantUUID":"91866429-b956-4eb1-8c1e-8a3bdabd6b52","resourceCustomizationUUID":"b6963b49-443e-4cd2-8737-60dd52da252c","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":"YTAxYjBlMGQwOGE1ZmFiYjUzNzI5M2E0MDIxNmI3Y2Q\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c846d75a-e498-4218-8128-16160722590d","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZDQ2YmJkMjVkOTY3NWViYTU5MDVjNDk2Y2JmYWE1OGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3e67879a-1fd1-47bf-a4ee-2b31fa8d873d","artifactVersion":"1"}],"workloadContext":"Production"} 2023-02-01T06:47:14.437Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-01T06:47:14.444Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-01T06:47:14.456Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T06:47:14.457Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6ce37f9c-8925-4a74-8033-3a92321c8e26", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234033566, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-02-01T06:47:14.563Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2023-02-01T06:47:14.566Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-01T06:47:14.566Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T06:47:14.648Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:47:14.650Z||pool-35-thread-1|||||INFO|500||cambria reply ok (86 ms):{"serverTimeMs":1,"count":1} 2023-02-01T06:47:15.459Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-01T06:47:15.460Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-01T06:47:15.467Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T06:47:15.467Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6ce37f9c-8925-4a74-8033-3a92321c8e26", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234033566, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-02-01T06:47:15.566Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-02-01T06:47:15.567Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-01T06:47:15.567Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T06:47:15.651Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:47:15.652Z||pool-36-thread-1|||||INFO|500||cambria reply ok (85 ms):{"serverTimeMs":1,"count":1} 2023-02-01T06:47:16.474Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "6ce37f9c-8925-4a74-8033-3a92321c8e26", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "9375a713-b1fe-41d7-8659-6f932ef45023", "serviceDescription": "service", "serviceInvariantUUID": "51325752-4370-4bcf-9f85-c745a5632a34", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "b6963b49-443e-4cd2-8737-60dd52da252c", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "2c49b51c-a692-4212-aaf9-947d0ea6d08e", "resourceInvariantUUID": "91866429-b956-4eb1-8c1e-8a3bdabd6b52", "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": "ZDQ2YmJkMjVkOTY3NWViYTU5MDVjNDk2Y2JmYWE1OGU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3e67879a-1fd1-47bf-a4ee-2b31fa8d873d" } ], "workloadContext": "Production" } 2023-02-01T06:47:16.475Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-02-01T06:47:16.475Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 9375a713-b1fe-41d7-8659-6f932ef45023 ASDC 2023-02-01T06:47:16.477Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:6ce37f9c-8925-4a74-8033-3a92321c8e26 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:9375a713-b1fe-41d7-8659-6f932ef45023 ServiceInvariantUUID:51325752-4370-4bcf-9f85-c745a5632a34 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:3e67879a-1fd1-47bf-a4ee-2b31fa8d873d ArtifactChecksum:ZDQ2YmJkMjVkOTY3NWViYTU5MDVjNDk2Y2JmYWE1OGU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:b6963b49-443e-4cd2-8737-60dd52da252c ResourceInvariantUUID:91866429-b956-4eb1-8c1e-8a3bdabd6b52 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:2c49b51c-a692-4212-aaf9-947d0ea6d08e ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2023-02-01T06:47:16.477Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9375a713-b1fe-41d7-8659-6f932ef45023 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-01T06:47:16.788Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-01T06:47:16.790Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-02-01T06:47:16.790Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-02-01T06:47:16.790Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 3e67879a-1fd1-47bf-a4ee-2b31fa8d873d from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-02-01T06:47:16.790Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-02-01T06:47:16.791Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-02-01T06:47:17.317Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-02-01T06:47:17.321Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 3e67879a-1fd1-47bf-a4ee-2b31fa8d873d 57665 2023-02-01T06:47:17.322Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2023-02-01T06:47:17.322Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-02-01T06:47:17.322Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-01T06:47:17.328Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-01T06:47:17.332Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T06:47:17.333Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6ce37f9c-8925-4a74-8033-3a92321c8e26", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234037321, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-01T06:47:17.433Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-01T06:47:17.435Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-01T06:47:17.435Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T06:47:17.480Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:47:17.481Z||pool-37-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1} 2023-02-01T06:47:18.334Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-01T06:47:18.335Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-02-01T06:47:18.335Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 3e67879a-1fd1-47bf-a4ee-2b31fa8d873d, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2023-02-01T06:47:18.335Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2023-02-01T06:47:18.336Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2023-02-01T06:47:18.336Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2023-02-01T06:47:18.581Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3120936431385638826/Definitions/service-BasicNetwork-template.yml 2023-02-01T06:47:19.834Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2023-02-01T06:47:19.835Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||WARN|500||#################################################################################################### 2023-02-01T06:47:19.836Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-02-01T06:47:19.836Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2023-02-01T06:47:19.836Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-02-01T06:47:19.836Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-02-01T06:47:19.836Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-02-01T06:47:19.837Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-02-01T06:47:19.837Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-02-01T06:47:19.837Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-02-01T06:47:19.837Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-02-01T06:47:19.838Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-02-01T06:47:19.838Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||WARN|500||#################################################################################################### 2023-02-01T06:47:19.838Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:47:19.839Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T06:47:19.839Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2023-02-01T06:47:19.840Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2023-02-01T06:47:19.840Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-01T06:47:19.840Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:47:19.840Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T06:47:19.841Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2023-02-01T06:47:19.841Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2023-02-01T06:47:19.841Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-01T06:47:19.842Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:47:19.842Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T06:47:19.842Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:47:19.842Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T06:47:19.843Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:47:19.843Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T06:47:19.843Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:47:19.843Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T06:47:19.844Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:47:19.844Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T06:47:19.844Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:9375a713-b1fe-41d7-8659-6f932ef45023 Model Version:NULL Model InvariantUuid:51325752-4370-4bcf-9f85-c745a5632a34 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:91866429-b956-4eb1-8c1e-8a3bdabd6b52 Model UUID:7c829af0-4033-4dab-b169-9333b7543bd3 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:b6963b49-443e-4cd2-8737-60dd52da252c Network Technology:NEUTRON Network Type:NEUTRON Network Role:null Network Scope:null VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2023-02-01T06:47:19.912Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||INFO|500||Processing Resource Type: VL, Model UUID: 2c49b51c-a692-4212-aaf9-947d0ea6d08e 2023-02-01T06:47:19.913Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||INFO|500||No resources found for Service: 9375a713-b1fe-41d7-8659-6f932ef45023 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-02-01T06:47:19.944Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||INFO|500|| 2023-02-01T06:47:19.945Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2023-02-01T06:47:19.946Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 9375a713-b1fe-41d7-8659-6f932ef45023 2023-02-01T06:47:19.946Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 9375a713-b1fe-41d7-8659-6f932ef45023 2023-02-01T06:47:19.947Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2023-02-01T06:47:19.947Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-02-01T06:47:20.004Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@57e68ac4, org.onap.sdc.toscaparser.api.parameters.Input@7b5679c, org.onap.sdc.toscaparser.api.parameters.Input@101f202, org.onap.sdc.toscaparser.api.parameters.Input@486159bd, org.onap.sdc.toscaparser.api.parameters.Input@2b325adf] 2023-02-01T06:47:20.009Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:47:20.010Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T06:47:20.010Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:47:20.011Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T06:47:20.011Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 9375a713-b1fe-41d7-8659-6f932ef45023: Generic NeutronNet 2023-02-01T06:47:20.012Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:47:20.012Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T06:47:20.012Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:47:20.013Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2023-02-01T06:47:20.221Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:47:20.223Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T06:47:20.223Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:47:20.224Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T06:47:20.224Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:47:20.224Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T06:47:20.224Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2023-02-01T06:47:20.626Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2023-02-01T06:47:20.628Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2023-02-01T06:47:20.628Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-02-01T06:47:20.628Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-01T06:47:20.629Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-01T06:47:20.633Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T06:47:20.636Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6ce37f9c-8925-4a74-8033-3a92321c8e26", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234040628, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-02-01T06:47:20.733Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2023-02-01T06:47:20.735Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-01T06:47:20.735Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T06:47:20.773Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:47:20.774Z||pool-38-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1} 2023-02-01T06:47:21.638Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6ce37f9c-8925-4a74-8033-3a92321c8e26 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-01T06:47:21.797Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6ce37f9c-8925-4a74-8033-3a92321c8e26 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-01T06:47:21.809Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-01T06:47:21.809Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-01T06:47:21.809Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-01T06:47:51.810Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6ce37f9c-8925-4a74-8033-3a92321c8e26 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-01T06:47:51.946Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6ce37f9c-8925-4a74-8033-3a92321c8e26 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-01T06:47:51.972Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-01T06:47:51.973Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-01T06:47:51.973Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-01T06:48:13.580Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T06:48:13.587Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T06:48:13.587Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T06:48:13.802Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:48:13.803Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-01T06:48:13.803Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ce37f9c-8925-4a74-8033-3a92321c8e26", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234033566, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-02-01T06:48:13.804Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-01T06:48:21.974Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6ce37f9c-8925-4a74-8033-3a92321c8e26 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-01T06:48:21.995Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6ce37f9c-8925-4a74-8033-3a92321c8e26 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-01T06:48:22.005Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-01T06:48:22.006Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-01T06:48:22.006Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-01T06:48:52.006Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6ce37f9c-8925-4a74-8033-3a92321c8e26 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-01T06:48:52.088Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6ce37f9c-8925-4a74-8033-3a92321c8e26 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-01T06:48:52.103Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-01T06:48:52.103Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-01T06:48:52.103Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-01T06:49:13.579Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T06:49:13.580Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T06:49:13.580Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T06:49:13.690Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:49:13.691Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-01T06:49:13.691Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ce37f9c-8925-4a74-8033-3a92321c8e26", "consumerID": "cds", "timestamp": 1675234034018, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-02-01T06:49:13.693Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-01T06:49:13.694Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-01T06:49:13.694Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ce37f9c-8925-4a74-8033-3a92321c8e26", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234033566, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-02-01T06:49:13.694Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-01T06:49:13.694Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-01T06:49:13.694Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ce37f9c-8925-4a74-8033-3a92321c8e26", "consumerID": "cds", "timestamp": 1675234034018, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-02-01T06:49:13.694Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-01T06:49:13.694Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-01T06:49:13.695Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ce37f9c-8925-4a74-8033-3a92321c8e26", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234037321, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-01T06:49:13.695Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T06:49:13.695Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-01T06:49:13.695Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ce37f9c-8925-4a74-8033-3a92321c8e26", "consumerID": "cds", "timestamp": 1675234037175, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-01T06:49:13.695Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T06:49:13.695Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-01T06:49:13.695Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ce37f9c-8925-4a74-8033-3a92321c8e26", "consumerID": "cds", "timestamp": 1675234038182, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-01T06:49:13.832Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6ce37f9c-8925-4a74-8033-3a92321c8e26 2023-02-01T06:49:13.833Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ce37f9c-8925-4a74-8033-3a92321c8e26 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-01T06:49:13.923Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-01T06:49:13.923Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ce37f9c-8925-4a74-8033-3a92321c8e26", "consumerID": "multicloud-k8s-id", "timestamp": 1675234036661, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-02-01T06:49:13.923Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-01T06:49:13.924Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-01T06:49:13.924Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ce37f9c-8925-4a74-8033-3a92321c8e26", "consumerID": "multicloud-k8s-id", "timestamp": 1675234036661, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-02-01T06:49:13.924Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-01T06:49:13.924Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-01T06:49:13.924Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ce37f9c-8925-4a74-8033-3a92321c8e26", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234040628, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-02-01T06:49:13.924Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T06:49:13.924Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-01T06:49:13.924Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ce37f9c-8925-4a74-8033-3a92321c8e26", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675234043538, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-02-01T06:49:13.925Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-01T06:49:13.925Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-01T06:49:13.925Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ce37f9c-8925-4a74-8033-3a92321c8e26", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675234043538, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-02-01T06:49:13.925Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-01T06:49:13.925Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-01T06:49:13.925Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ce37f9c-8925-4a74-8033-3a92321c8e26", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675234046831, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-01T06:49:13.925Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T06:49:13.926Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-01T06:49:13.926Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ce37f9c-8925-4a74-8033-3a92321c8e26", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675234049937, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-02-01T06:49:13.926Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T06:49:13.926Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-01T06:49:13.926Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ce37f9c-8925-4a74-8033-3a92321c8e26", "consumerID": "aai-ml", "timestamp": 1675234047465, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-02-01T06:49:13.926Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-01T06:49:13.927Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-01T06:49:13.927Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ce37f9c-8925-4a74-8033-3a92321c8e26", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675234050955, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-01T06:49:13.963Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6ce37f9c-8925-4a74-8033-3a92321c8e26 2023-02-01T06:49:13.964Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ce37f9c-8925-4a74-8033-3a92321c8e26 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-01T06:49:14.038Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-01T06:49:14.039Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ce37f9c-8925-4a74-8033-3a92321c8e26", "consumerID": "aai-ml", "timestamp": 1675234047465, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-02-01T06:49:14.040Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-01T06:49:14.040Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-01T06:49:14.040Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ce37f9c-8925-4a74-8033-3a92321c8e26", "consumerID": "aai-ml", "timestamp": 1675234050868, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-01T06:49:14.041Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T06:49:14.041Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-01T06:49:14.041Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ce37f9c-8925-4a74-8033-3a92321c8e26", "consumerID": "aai-ml", "timestamp": 1675234057570, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-02-01T06:49:14.044Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T06:49:14.044Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-01T06:49:14.045Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ce37f9c-8925-4a74-8033-3a92321c8e26", "consumerID": "aai-ml", "timestamp": 1675234058579, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-01T06:49:14.085Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6ce37f9c-8925-4a74-8033-3a92321c8e26 2023-02-01T06:49:14.096Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ce37f9c-8925-4a74-8033-3a92321c8e26 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-01T06:49:22.105Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6ce37f9c-8925-4a74-8033-3a92321c8e26 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-01T06:49:22.167Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6ce37f9c-8925-4a74-8033-3a92321c8e26 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-01T06:49:22.172Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-01T06:49:22.172Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-02-01T06:49:22.172Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-02-01T06:49:22.173Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-02-01T06:49:22.173Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-01T06:49:22.173Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-01T06:49:22.173Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-01T06:49:22.173Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-01T06:49:22.173Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-01T06:49:22.183Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-02-01T06:49:52.184Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6ce37f9c-8925-4a74-8033-3a92321c8e26 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-02-01T06:49:52.222Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6ce37f9c-8925-4a74-8033-3a92321c8e26 and serviceModelVersionId: 9375a713-b1fe-41d7-8659-6f932ef45023 2023-02-01T06:49:52.223Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 51325752-4370-4bcf-9f85-c745a5632a34 2023-02-01T06:49:52.226Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/51325752-4370-4bcf-9f85-c745a5632a34/model-vers/model-ver/9375a713-b1fe-41d7-8659-6f932ef45023?depth=0 2023-02-01T06:49:52.236Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2023-02-01T06:49:52.344Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51325752-4370-4bcf-9f85-c745a5632a34/model-vers/model-ver/9375a713-b1fe-41d7-8659-6f932ef45023?depth=0|INFO|500||Invoke 2023-02-01T06:49:52.345Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51325752-4370-4bcf-9f85-c745a5632a34/model-vers/model-ver/9375a713-b1fe-41d7-8659-6f932ef45023?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51325752-4370-4bcf-9f85-c745a5632a34/model-vers/model-ver/9375a713-b1fe-41d7-8659-6f932ef45023?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6ce37f9c-8925-4a74-8033-3a92321c8e26], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f30fd1e4-5b16-4e42-b076-2d18af68bdb5], X-ECOMP-RequestID=[6ce37f9c-8925-4a74-8033-3a92321c8e26], X-TransactionId=[], X-ONAP-RequestID=[6ce37f9c-8925-4a74-8033-3a92321c8e26], Content-Type=[application/merge-patch+json]} 2023-02-01T06:49:52.391Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51325752-4370-4bcf-9f85-c745a5632a34/model-vers/model-ver/9375a713-b1fe-41d7-8659-6f932ef45023?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-02-01T06:49:52.802Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51325752-4370-4bcf-9f85-c745a5632a34/model-vers/model-ver/9375a713-b1fe-41d7-8659-6f932ef45023?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/51325752-4370-4bcf-9f85-c745a5632a34/model-vers/model-ver/9375a713-b1fe-41d7-8659-6f932ef45023?depth=0 has http status code:200 and response headers:{date=[Wed, 01 Feb 2023 06:49:51 GMT], content-length=[0], vertex-id=[229464], x-aai-txid=[0-aai-resources-230201-06:49:51:764-75260], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-02-01T06:49:52.803Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51325752-4370-4bcf-9f85-c745a5632a34/model-vers/model-ver/9375a713-b1fe-41d7-8659-6f932ef45023?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-02-01T06:49:52.804Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51325752-4370-4bcf-9f85-c745a5632a34/model-vers/model-ver/9375a713-b1fe-41d7-8659-6f932ef45023?depth=0|INFO|500||InvokeReturn 2023-02-01T06:49:52.804Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-02-01T06:49:52.804Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-02-01T06:49:52.826Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-02-01T06:49:52.827Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6ce37f9c-8925-4a74-8033-3a92321c8e26 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-02-01T06:49:52.827Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-02-01T06:49:52.828Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-01T06:49:52.832Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T06:49:52.832Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6ce37f9c-8925-4a74-8033-3a92321c8e26", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234192827, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-02-01T06:49:52.934Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-02-01T06:49:52.935Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-01T06:49:52.935Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T06:49:52.953Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:49:52.953Z||pool-39-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-02-01T06:49:53.893Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T06:49:53.894Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T06:49:53.895Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|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 EjcaMUROG0JWEck8) ... 2023-02-01T06:49:58.626Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:49:58.629Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T06:49:58.629Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"38e93d21-e150-4b3f-9b64-f046908c5122","serviceName":"Demo_pNF_jZK5NwOD38nQTsRaX0O5","serviceVersion":"1.0","serviceUUID":"e0de0dbd-8195-4281-800f-83976f16bdd4","serviceDescription":"catalog service description","serviceInvariantUUID":"b04fca00-8cec-4a4e-a2e8-d912f9aa0538","resources":[{"resourceInstanceName":"pNF 521b8bf3-971b 0","resourceName":"pNF 521b8bf3-971b","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"4b87f835-c5a3-4c57-bb57-55ae4194a8cb","resourceInvariantUUID":"4eb99f1b-0ddc-4539-ba5a-b96caff5e321","resourceCustomizationUUID":"127d0d88-3487-439a-9f93-085d79834433","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJzk5nwod38nqtsrax0o5/1.0/resourceInstances/pnf521b8bf3971b0/artifacts/vf-license-model.xml","artifactChecksum":"NWM1NzI4NWFhYjI1ZjlkOTc2Y2E5YzVkZDExMjAxODc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4a9767d0-35a0-4385-82d2-1c0fa98f3b63","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJzk5nwod38nqtsrax0o5/1.0/resourceInstances/pnf521b8bf3971b0/artifacts/pNF.csar","artifactChecksum":"NWMxMDgwODNkMjk2NzVhOTQxNTNjNWY5NGRlZjQ0MmY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7d03a04a-19a1-4781-bf55-b8eeb279feb5","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJzk5nwod38nqtsrax0o5/1.0/resourceInstances/pnf521b8bf3971b0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2c099638-97cf-46a8-8f04-1030dbc93fd1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJzk5nwod38nqtsrax0o5/1.0/resourceInstances/pnf521b8bf3971b0/artifacts/vendor-license-model.xml","artifactChecksum":"YzdlYzY2OWE3YzE0MDZhMWQ0ZGNmZTc1YzBlZTJmMTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c42a3887-3baa-4e8a-a45b-7ffbf5b69fc0","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfJzk5nwod38nqtsrax0o5/1.0/resourceInstances/pnf521b8bf3971b0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0ba4924d-bd05-49a8-b8cb-7ec64baacd8b","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfJzk5nwod38nqtsrax0o5/1.0/resourceInstances/pnf521b8bf3971b0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bdf22e89-8d49-4e0d-b320-71a5907bab39","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfJzk5nwod38nqtsrax0o5-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJzk5nwod38nqtsrax0o5/1.0/artifacts/service-DemoPnfJzk5nwod38nqtsrax0o5-template.yml","artifactChecksum":"Zjg3NjkzYmIyNjU4OGNlY2ZlMmQwOWYzMzYwOGQyNWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bf355369-9901-4b2a-8775-db41bb65f755","artifactVersion":"1"},{"artifactName":"service-DemoPnfJzk5nwod38nqtsrax0o5-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfJzk5nwod38nqtsrax0o5/1.0/artifacts/service-DemoPnfJzk5nwod38nqtsrax0o5-csar.csar","artifactChecksum":"ZTJkODlmNmQ5NDAzMTc5Yjc0NjZkMGVjNGIyNDJkMWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9c5d7a84-ff0c-4949-ad3e-fd3402625951","artifactVersion":"1"}],"workloadContext":"Production"} 2023-02-01T06:49:58.633Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-01T06:49:58.634Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-01T06:49:58.637Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T06:49:58.637Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "38e93d21-e150-4b3f-9b64-f046908c5122", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234193893, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJzk5nwod38nqtsrax0o5/1.0/resourceInstances/pnf521b8bf3971b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T06:49:58.739Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2023-02-01T06:49:58.742Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-01T06:49:58.742Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T06:49:58.767Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:49:58.768Z||pool-40-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2023-02-01T06:49:59.638Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-01T06:49:59.638Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-01T06:49:59.642Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T06:49:59.644Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "38e93d21-e150-4b3f-9b64-f046908c5122", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234193893, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJzk5nwod38nqtsrax0o5/1.0/resourceInstances/pnf521b8bf3971b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-02-01T06:49:59.742Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2023-02-01T06:49:59.755Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-01T06:49:59.757Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T06:49:59.788Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:49:59.788Z||pool-41-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1} 2023-02-01T06:50:00.647Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-01T06:50:00.649Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-01T06:50:00.656Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T06:50:00.657Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "38e93d21-e150-4b3f-9b64-f046908c5122", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234193893, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJzk5nwod38nqtsrax0o5/1.0/resourceInstances/pnf521b8bf3971b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-02-01T06:50:00.761Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2023-02-01T06:50:00.763Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-01T06:50:00.763Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T06:50:00.782Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:50:00.784Z||pool-42-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2023-02-01T06:50:01.659Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-01T06:50:01.660Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-01T06:50:01.663Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T06:50:01.663Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "38e93d21-e150-4b3f-9b64-f046908c5122", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234193893, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJzk5nwod38nqtsrax0o5/1.0/resourceInstances/pnf521b8bf3971b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T06:50:01.767Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2023-02-01T06:50:01.769Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-01T06:50:01.774Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T06:50:01.791Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:50:01.792Z||pool-43-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2023-02-01T06:50:02.663Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-01T06:50:02.664Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-01T06:50:02.666Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T06:50:02.666Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "38e93d21-e150-4b3f-9b64-f046908c5122", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234193893, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJzk5nwod38nqtsrax0o5/1.0/resourceInstances/pnf521b8bf3971b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-02-01T06:50:02.766Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-01T06:50:02.767Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-01T06:50:02.767Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T06:50:02.793Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:50:02.794Z||pool-44-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2023-02-01T06:50:03.667Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-01T06:50:03.668Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-01T06:50:03.671Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T06:50:03.671Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "38e93d21-e150-4b3f-9b64-f046908c5122", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234193893, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJzk5nwod38nqtsrax0o5/1.0/resourceInstances/pnf521b8bf3971b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-02-01T06:50:03.781Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 110 ms 2023-02-01T06:50:03.783Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-01T06:50:03.783Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T06:50:03.823Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:50:03.824Z||pool-45-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":1,"count":1} 2023-02-01T06:50:04.672Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-01T06:50:04.673Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-01T06:50:04.676Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T06:50:04.676Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "38e93d21-e150-4b3f-9b64-f046908c5122", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234193893, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJzk5nwod38nqtsrax0o5/1.0/artifacts/service-DemoPnfJzk5nwod38nqtsrax0o5-template.yml", "status": "NOT_NOTIFIED" } 2023-02-01T06:50:04.776Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-01T06:50:04.777Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-01T06:50:04.777Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T06:50:04.821Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:50:04.822Z||pool-46-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1} 2023-02-01T06:50:05.677Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-01T06:50:05.678Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-01T06:50:05.681Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T06:50:05.681Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "38e93d21-e150-4b3f-9b64-f046908c5122", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234193893, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJzk5nwod38nqtsrax0o5/1.0/artifacts/service-DemoPnfJzk5nwod38nqtsrax0o5-csar.csar", "status": "NOTIFIED" } 2023-02-01T06:50:05.781Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-01T06:50:05.783Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-01T06:50:05.783Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T06:50:05.826Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:50:05.827Z||pool-47-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1} 2023-02-01T06:50:06.682Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "38e93d21-e150-4b3f-9b64-f046908c5122", "serviceName": "Demo_pNF_jZK5NwOD38nQTsRaX0O5", "serviceVersion": "1.0", "serviceUUID": "e0de0dbd-8195-4281-800f-83976f16bdd4", "serviceDescription": "catalog service description", "serviceInvariantUUID": "b04fca00-8cec-4a4e-a2e8-d912f9aa0538", "resources": [ { "resourceInstanceName": "pNF 521b8bf3-971b 0", "resourceCustomizationUUID": "127d0d88-3487-439a-9f93-085d79834433", "resourceName": "pNF 521b8bf3-971b", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "4b87f835-c5a3-4c57-bb57-55ae4194a8cb", "resourceInvariantUUID": "4eb99f1b-0ddc-4539-ba5a-b96caff5e321", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfJzk5nwod38nqtsrax0o5-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfJzk5nwod38nqtsrax0o5/1.0/artifacts/service-DemoPnfJzk5nwod38nqtsrax0o5-csar.csar", "artifactChecksum": "ZTJkODlmNmQ5NDAzMTc5Yjc0NjZkMGVjNGIyNDJkMWQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9c5d7a84-ff0c-4949-ad3e-fd3402625951" } ], "workloadContext": "Production" } 2023-02-01T06:50:06.683Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-02-01T06:50:06.683Z|6ce37f9c-8925-4a74-8033-3a92321c8e26|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e0de0dbd-8195-4281-800f-83976f16bdd4 ASDC 2023-02-01T06:50:06.683Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:38e93d21-e150-4b3f-9b64-f046908c5122 ServiceName:Demo_pNF_jZK5NwOD38nQTsRaX0O5 ServiceVersion:1.0 ServiceUUID:e0de0dbd-8195-4281-800f-83976f16bdd4 ServiceInvariantUUID:b04fca00-8cec-4a4e-a2e8-d912f9aa0538 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfJzk5nwod38nqtsrax0o5-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfJzk5nwod38nqtsrax0o5/1.0/artifacts/service-DemoPnfJzk5nwod38nqtsrax0o5-csar.csar ArtifactUUID:9c5d7a84-ff0c-4949-ad3e-fd3402625951 ArtifactChecksum:ZTJkODlmNmQ5NDAzMTc5Yjc0NjZkMGVjNGIyNDJkMWQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 521b8bf3-971b 0 ResourceCustomizationUUID:127d0d88-3487-439a-9f93-085d79834433 ResourceInvariantUUID:4eb99f1b-0ddc-4539-ba5a-b96caff5e321 ResourceName:pNF 521b8bf3-971b ResourceType:PNF ResourceUUID:4b87f835-c5a3-4c57-bb57-55ae4194a8cb ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-02-01T06:50:06.684Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e0de0dbd-8195-4281-800f-83976f16bdd4 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-01T06:50:06.752Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-01T06:50:06.753Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-02-01T06:50:06.753Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-02-01T06:50:06.753Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 9c5d7a84-ff0c-4949-ad3e-fd3402625951 from URL: /sdc/v1/catalog/services/DemoPnfJzk5nwod38nqtsrax0o5/1.0/artifacts/service-DemoPnfJzk5nwod38nqtsrax0o5-csar.csar 2023-02-01T06:50:06.753Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-02-01T06:50:06.754Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfJzk5nwod38nqtsrax0o5/1.0/artifacts/service-DemoPnfJzk5nwod38nqtsrax0o5-csar.csar 2023-02-01T06:50:07.027Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-02-01T06:50:07.034Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfJzk5nwod38nqtsrax0o5/1.0/artifacts/service-DemoPnfJzk5nwod38nqtsrax0o5-csar.csar 9c5d7a84-ff0c-4949-ad3e-fd3402625951 87795 2023-02-01T06:50:07.035Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfJzk5nwod38nqtsrax0o5/1.0/artifacts/service-DemoPnfJzk5nwod38nqtsrax0o5-csar.csar ASDC sendASDCNotification 2023-02-01T06:50:07.035Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJzk5nwod38nqtsrax0o5/1.0/artifacts/service-DemoPnfJzk5nwod38nqtsrax0o5-csar.csar 2023-02-01T06:50:07.035Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-01T06:50:07.035Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-01T06:50:07.038Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T06:50:07.038Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "38e93d21-e150-4b3f-9b64-f046908c5122", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234207034, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJzk5nwod38nqtsrax0o5/1.0/artifacts/service-DemoPnfJzk5nwod38nqtsrax0o5-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-01T06:50:07.138Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-01T06:50:07.139Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-01T06:50:07.140Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T06:50:07.153Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:50:07.154Z||pool-48-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2023-02-01T06:50:08.038Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-01T06:50:08.040Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-02-01T06:50:08.040Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 9c5d7a84-ff0c-4949-ad3e-fd3402625951, URL: /sdc/v1/catalog/services/DemoPnfJzk5nwod38nqtsrax0o5/1.0/artifacts/service-DemoPnfJzk5nwod38nqtsrax0o5-csar.csar to file: /app/ASDC/1/service-DemoPnfJzk5nwod38nqtsrax0o5-csar.csar 2023-02-01T06:50:08.040Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfJzk5nwod38nqtsrax0o5-csar.csar 2023-02-01T06:50:08.041Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfJzk5nwod38nqtsrax0o5-csar.csar 2023-02-01T06:50:08.041Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfJzk5nwod38nqtsrax0o5-csar.csar 2023-02-01T06:50:08.288Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3474593455656586512/Definitions/service-DemoPnfJzk5nwod38nqtsrax0o5-template.yml 2023-02-01T06:50:09.593Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2023-02-01T06:50:09.593Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||WARN|500||#################################################################################################### 2023-02-01T06:50:09.594Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfJzk5nwod38nqtsrax0o5-csar.csar 2023-02-01T06:50:09.594Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-02-01T06:50:09.594Z|38e93d21-e150-4b3f-9b64-f046908c5122|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-DemoPnfJzk5nwod38nqtsrax0o5-csar.csar 2023-02-01T06:50:09.594Z|38e93d21-e150-4b3f-9b64-f046908c5122|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-DemoPnfJzk5nwod38nqtsrax0o5-csar.csar 2023-02-01T06:50:09.594Z|38e93d21-e150-4b3f-9b64-f046908c5122|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-DemoPnfJzk5nwod38nqtsrax0o5-csar.csar 2023-02-01T06:50:09.595Z|38e93d21-e150-4b3f-9b64-f046908c5122|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-DemoPnfJzk5nwod38nqtsrax0o5-csar.csar 2023-02-01T06:50:09.595Z|38e93d21-e150-4b3f-9b64-f046908c5122|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-DemoPnfJzk5nwod38nqtsrax0o5-csar.csar 2023-02-01T06:50:09.595Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 521b8bf3-971b 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-DemoPnfJzk5nwod38nqtsrax0o5-csar.csar 2023-02-01T06:50:09.595Z|38e93d21-e150-4b3f-9b64-f046908c5122|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-DemoPnfJzk5nwod38nqtsrax0o5-csar.csar 2023-02-01T06:50:09.595Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||WARN|500||#################################################################################################### 2023-02-01T06:50:09.595Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:50:09.596Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_jZK5NwOD38nQTsRaX0O5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T06:50:09.596Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||Node template pNF 521b8bf3-971b 0 is matching search criteria 2023-02-01T06:50:09.597Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2023-02-01T06:50:09.598Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 521b8bf3-971b 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-01T06:50:09.598Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:50:09.598Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_jZK5NwOD38nQTsRaX0O5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T06:50:09.599Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||Node template pNF 521b8bf3-971b 0 is matching search criteria 2023-02-01T06:50:09.599Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2023-02-01T06:50:09.599Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 521b8bf3-971b 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-01T06:50:09.600Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:50:09.600Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_jZK5NwOD38nQTsRaX0O5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T06:50:09.600Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:50:09.600Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_jZK5NwOD38nQTsRaX0O5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T06:50:09.601Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:50:09.602Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_jZK5NwOD38nQTsRaX0O5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T06:50:09.603Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:50:09.603Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_jZK5NwOD38nQTsRaX0O5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T06:50:09.603Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:50:09.604Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_jZK5NwOD38nQTsRaX0O5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T06:50:09.604Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_jZK5NwOD38nQTsRaX0O5 Description:catalog service description Model UUID:e0de0dbd-8195-4281-800f-83976f16bdd4 Model Version:NULL Model InvariantUuid:b04fca00-8cec-4a4e-a2e8-d912f9aa0538 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2023-02-01T06:50:09.685Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 4b87f835-c5a3-4c57-bb57-55ae4194a8cb Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-02-01T06:50:09.722Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||INFO|500||pNF 521b8bf3-971b 0 2023-02-01T06:50:09.723Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 4b87f835-c5a3-4c57-bb57-55ae4194a8cb 2023-02-01T06:50:09.723Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||No resources found for Service: e0de0dbd-8195-4281-800f-83976f16bdd4 2023-02-01T06:50:09.723Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: e0de0dbd-8195-4281-800f-83976f16bdd4 2023-02-01T06:50:09.723Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 521b8bf3-971b 0 4b87f835-c5a3-4c57-bb57-55ae4194a8cb ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-02-01T06:50:09.765Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@e8f3221, org.onap.sdc.toscaparser.api.parameters.Input@767b44e1, org.onap.sdc.toscaparser.api.parameters.Input@38bfd6d1, org.onap.sdc.toscaparser.api.parameters.Input@3fae6d22, org.onap.sdc.toscaparser.api.parameters.Input@48475ecc] 2023-02-01T06:50:09.765Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:50:09.766Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_jZK5NwOD38nQTsRaX0O5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T06:50:09.766Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid e0de0dbd-8195-4281-800f-83976f16bdd4: pNF 521b8bf3-971b 2023-02-01T06:50:09.766Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||INFO|500||Processing PNF resource: 4b87f835-c5a3-4c57-bb57-55ae4194a8cb 2023-02-01T06:50:09.766Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:50:09.766Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_jZK5NwOD38nQTsRaX0O5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T06:50:09.767Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||INFO|500||Resource customization UUID: 127d0d88-3487-439a-9f93-085d79834433 is the same as notified resource customizationUUID: 127d0d88-3487-439a-9f93-085d79834433 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 (?, ?) 2023-02-01T06:50:10.167Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 521b8bf3-971b 4b87f835-c5a3-4c57-bb57-55ae4194a8cb 0 ASDC deployResourceStructure 2023-02-01T06:50:10.171Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfJzk5nwod38nqtsrax0o5/1.0/artifacts/service-DemoPnfJzk5nwod38nqtsrax0o5-csar.csar ASDC sendASDCNotification 2023-02-01T06:50:10.171Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJzk5nwod38nqtsrax0o5/1.0/artifacts/service-DemoPnfJzk5nwod38nqtsrax0o5-csar.csar 2023-02-01T06:50:10.172Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-01T06:50:10.172Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-01T06:50:10.189Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T06:50:10.190Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "38e93d21-e150-4b3f-9b64-f046908c5122", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234210170, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJzk5nwod38nqtsrax0o5/1.0/artifacts/service-DemoPnfJzk5nwod38nqtsrax0o5-csar.csar", "status": "DEPLOY_OK" } 2023-02-01T06:50:10.288Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2023-02-01T06:50:10.290Z||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. 2023-02-01T06:50:10.290Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T06:50:10.315Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:50:10.316Z||pool-49-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1} 2023-02-01T06:50:11.192Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 38e93d21-e150-4b3f-9b64-f046908c5122 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-01T06:50:11.261Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 38e93d21-e150-4b3f-9b64-f046908c5122 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-01T06:50:11.270Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-01T06:50:11.270Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-01T06:50:11.271Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-01T06:50:13.579Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T06:50:13.580Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T06:50:13.581Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T06:50:13.626Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:50:13.633Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:50:13.634Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e93d21-e150-4b3f-9b64-f046908c5122", "consumerID": "cds", "timestamp": 1675234124019, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJzk5nwod38nqtsrax0o5/1.0/resourceInstances/pnf521b8bf3971b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T06:50:13.638Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:50:13.638Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:50:13.638Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e93d21-e150-4b3f-9b64-f046908c5122", "consumerID": "ves-openapi-manager", "timestamp": 1675234127726, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJzk5nwod38nqtsrax0o5/1.0/resourceInstances/pnf521b8bf3971b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T06:50:13.638Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:50:13.638Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:50:13.638Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e93d21-e150-4b3f-9b64-f046908c5122", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675234133540, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJzk5nwod38nqtsrax0o5/1.0/resourceInstances/pnf521b8bf3971b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T06:50:13.638Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:50:13.639Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:50:13.639Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e93d21-e150-4b3f-9b64-f046908c5122", "consumerID": "cds", "timestamp": 1675234124019, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJzk5nwod38nqtsrax0o5/1.0/resourceInstances/pnf521b8bf3971b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-02-01T06:50:13.639Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:50:13.639Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:50:13.639Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e93d21-e150-4b3f-9b64-f046908c5122", "consumerID": "ves-openapi-manager", "timestamp": 1675234127726, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJzk5nwod38nqtsrax0o5/1.0/resourceInstances/pnf521b8bf3971b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-02-01T06:50:13.639Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:50:13.639Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:50:13.639Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e93d21-e150-4b3f-9b64-f046908c5122", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675234133540, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJzk5nwod38nqtsrax0o5/1.0/resourceInstances/pnf521b8bf3971b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-02-01T06:50:13.639Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:50:13.639Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:50:13.639Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e93d21-e150-4b3f-9b64-f046908c5122", "consumerID": "cds", "timestamp": 1675234124019, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJzk5nwod38nqtsrax0o5/1.0/resourceInstances/pnf521b8bf3971b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-02-01T06:50:13.640Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:50:13.640Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:50:13.640Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e93d21-e150-4b3f-9b64-f046908c5122", "consumerID": "ves-openapi-manager", "timestamp": 1675234127726, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJzk5nwod38nqtsrax0o5/1.0/resourceInstances/pnf521b8bf3971b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-02-01T06:50:13.640Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:50:13.640Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:50:13.640Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e93d21-e150-4b3f-9b64-f046908c5122", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675234133540, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJzk5nwod38nqtsrax0o5/1.0/resourceInstances/pnf521b8bf3971b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-02-01T06:50:13.640Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:50:13.640Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:50:13.640Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e93d21-e150-4b3f-9b64-f046908c5122", "consumerID": "ves-openapi-manager", "timestamp": 1675234127726, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJzk5nwod38nqtsrax0o5/1.0/resourceInstances/pnf521b8bf3971b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T06:50:13.640Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:50:13.641Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:50:13.641Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e93d21-e150-4b3f-9b64-f046908c5122", "consumerID": "cds", "timestamp": 1675234124019, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJzk5nwod38nqtsrax0o5/1.0/resourceInstances/pnf521b8bf3971b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T06:50:13.641Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:50:13.641Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:50:13.641Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e93d21-e150-4b3f-9b64-f046908c5122", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675234133540, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJzk5nwod38nqtsrax0o5/1.0/resourceInstances/pnf521b8bf3971b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T06:50:13.641Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:50:13.642Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:50:13.642Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e93d21-e150-4b3f-9b64-f046908c5122", "consumerID": "cds", "timestamp": 1675234124019, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJzk5nwod38nqtsrax0o5/1.0/resourceInstances/pnf521b8bf3971b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-02-01T06:50:13.642Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:50:13.642Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:50:13.642Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e93d21-e150-4b3f-9b64-f046908c5122", "consumerID": "ves-openapi-manager", "timestamp": 1675234127726, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJzk5nwod38nqtsrax0o5/1.0/resourceInstances/pnf521b8bf3971b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-02-01T06:50:13.642Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:50:13.642Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:50:13.642Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e93d21-e150-4b3f-9b64-f046908c5122", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675234133540, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJzk5nwod38nqtsrax0o5/1.0/resourceInstances/pnf521b8bf3971b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-02-01T06:50:13.642Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:50:13.642Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:50:13.642Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e93d21-e150-4b3f-9b64-f046908c5122", "consumerID": "ves-openapi-manager", "timestamp": 1675234127726, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJzk5nwod38nqtsrax0o5/1.0/resourceInstances/pnf521b8bf3971b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2023-02-01T06:50:13.643Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:50:13.643Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:50:13.643Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e93d21-e150-4b3f-9b64-f046908c5122", "consumerID": "cds", "timestamp": 1675234124019, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJzk5nwod38nqtsrax0o5/1.0/resourceInstances/pnf521b8bf3971b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-02-01T06:50:13.643Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:50:13.643Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:50:13.643Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e93d21-e150-4b3f-9b64-f046908c5122", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675234133540, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJzk5nwod38nqtsrax0o5/1.0/resourceInstances/pnf521b8bf3971b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-02-01T06:50:13.643Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:50:13.643Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:50:13.643Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e93d21-e150-4b3f-9b64-f046908c5122", "consumerID": "multicloud-k8s-id", "timestamp": 1675234136661, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJzk5nwod38nqtsrax0o5/1.0/resourceInstances/pnf521b8bf3971b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T06:50:13.643Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:50:13.644Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:50:13.644Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e93d21-e150-4b3f-9b64-f046908c5122", "consumerID": "aai-ml", "timestamp": 1675234137455, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJzk5nwod38nqtsrax0o5/1.0/resourceInstances/pnf521b8bf3971b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T06:50:13.644Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:50:13.644Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:50:13.644Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e93d21-e150-4b3f-9b64-f046908c5122", "consumerID": "ves-openapi-manager", "timestamp": 1675234127726, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJzk5nwod38nqtsrax0o5/1.0/artifacts/service-DemoPnfJzk5nwod38nqtsrax0o5-template.yml", "status": "NOT_NOTIFIED" } 2023-02-01T06:50:13.644Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:50:13.644Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:50:13.644Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e93d21-e150-4b3f-9b64-f046908c5122", "consumerID": "cds", "timestamp": 1675234124019, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJzk5nwod38nqtsrax0o5/1.0/artifacts/service-DemoPnfJzk5nwod38nqtsrax0o5-template.yml", "status": "NOT_NOTIFIED" } 2023-02-01T06:50:13.644Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:50:13.644Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:50:13.645Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e93d21-e150-4b3f-9b64-f046908c5122", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675234133540, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJzk5nwod38nqtsrax0o5/1.0/artifacts/service-DemoPnfJzk5nwod38nqtsrax0o5-template.yml", "status": "NOT_NOTIFIED" } 2023-02-01T06:50:13.645Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:50:13.645Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:50:13.645Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e93d21-e150-4b3f-9b64-f046908c5122", "consumerID": "multicloud-k8s-id", "timestamp": 1675234136661, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJzk5nwod38nqtsrax0o5/1.0/resourceInstances/pnf521b8bf3971b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-02-01T06:50:13.645Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:50:13.645Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:50:13.645Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e93d21-e150-4b3f-9b64-f046908c5122", "consumerID": "aai-ml", "timestamp": 1675234137455, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJzk5nwod38nqtsrax0o5/1.0/resourceInstances/pnf521b8bf3971b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-02-01T06:50:13.646Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:50:13.646Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:50:13.646Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e93d21-e150-4b3f-9b64-f046908c5122", "consumerID": "ves-openapi-manager", "timestamp": 1675234127726, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJzk5nwod38nqtsrax0o5/1.0/artifacts/service-DemoPnfJzk5nwod38nqtsrax0o5-csar.csar", "status": "NOT_NOTIFIED" } 2023-02-01T06:50:13.646Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:50:13.646Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:50:13.646Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e93d21-e150-4b3f-9b64-f046908c5122", "consumerID": "cds", "timestamp": 1675234124019, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJzk5nwod38nqtsrax0o5/1.0/artifacts/service-DemoPnfJzk5nwod38nqtsrax0o5-csar.csar", "status": "NOTIFIED" } 2023-02-01T06:50:13.646Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:50:13.647Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:50:13.647Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e93d21-e150-4b3f-9b64-f046908c5122", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675234133540, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJzk5nwod38nqtsrax0o5/1.0/artifacts/service-DemoPnfJzk5nwod38nqtsrax0o5-csar.csar", "status": "NOTIFIED" } 2023-02-01T06:50:13.647Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:50:13.647Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:50:13.647Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e93d21-e150-4b3f-9b64-f046908c5122", "consumerID": "multicloud-k8s-id", "timestamp": 1675234136661, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJzk5nwod38nqtsrax0o5/1.0/resourceInstances/pnf521b8bf3971b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-02-01T06:50:13.647Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:50:13.647Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:50:13.647Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e93d21-e150-4b3f-9b64-f046908c5122", "consumerID": "aai-ml", "timestamp": 1675234137455, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJzk5nwod38nqtsrax0o5/1.0/resourceInstances/pnf521b8bf3971b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-02-01T06:50:13.647Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:50:13.647Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:50:13.647Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e93d21-e150-4b3f-9b64-f046908c5122", "consumerID": "ves-openapi-manager", "timestamp": 1675234141192, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJzk5nwod38nqtsrax0o5/1.0/resourceInstances/pnf521b8bf3971b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2023-02-01T06:50:13.648Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T06:50:13.648Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:50:13.648Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e93d21-e150-4b3f-9b64-f046908c5122", "consumerID": "cds", "timestamp": 1675234141005, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJzk5nwod38nqtsrax0o5/1.0/artifacts/service-DemoPnfJzk5nwod38nqtsrax0o5-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-01T06:50:13.648Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T06:50:13.648Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:50:13.648Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e93d21-e150-4b3f-9b64-f046908c5122", "consumerID": "multicloud-k8s-id", "timestamp": 1675234136661, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJzk5nwod38nqtsrax0o5/1.0/resourceInstances/pnf521b8bf3971b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T06:50:13.648Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:50:13.648Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:50:13.648Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e93d21-e150-4b3f-9b64-f046908c5122", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675234142646, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJzk5nwod38nqtsrax0o5/1.0/artifacts/service-DemoPnfJzk5nwod38nqtsrax0o5-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-01T06:50:13.648Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T06:50:13.649Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:50:13.649Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e93d21-e150-4b3f-9b64-f046908c5122", "consumerID": "aai-ml", "timestamp": 1675234137455, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJzk5nwod38nqtsrax0o5/1.0/resourceInstances/pnf521b8bf3971b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T06:50:13.649Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:50:13.649Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:50:13.649Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e93d21-e150-4b3f-9b64-f046908c5122", "consumerID": "cds", "timestamp": 1675234142011, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJzk5nwod38nqtsrax0o5/1.0/artifacts/service-DemoPnfJzk5nwod38nqtsrax0o5-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-01T06:50:13.681Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 38e93d21-e150-4b3f-9b64-f046908c5122 2023-02-01T06:50:13.682Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 38e93d21-e150-4b3f-9b64-f046908c5122 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-01T06:50:13.735Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:50:13.735Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e93d21-e150-4b3f-9b64-f046908c5122", "consumerID": "ves-openapi-manager", "timestamp": 1675234142457, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJzk5nwod38nqtsrax0o5/1.0/resourceInstances/pnf521b8bf3971b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2023-02-01T06:50:13.736Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T06:50:13.736Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:50:13.736Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e93d21-e150-4b3f-9b64-f046908c5122", "consumerID": "multicloud-k8s-id", "timestamp": 1675234136661, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJzk5nwod38nqtsrax0o5/1.0/resourceInstances/pnf521b8bf3971b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-02-01T06:50:13.736Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:50:13.737Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:50:13.737Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e93d21-e150-4b3f-9b64-f046908c5122", "consumerID": "aai-ml", "timestamp": 1675234137455, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJzk5nwod38nqtsrax0o5/1.0/resourceInstances/pnf521b8bf3971b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-02-01T06:50:13.738Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:50:13.738Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:50:13.738Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e93d21-e150-4b3f-9b64-f046908c5122", "consumerID": "ves-openapi-manager", "timestamp": 1675234143462, "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=? 2023-02-01T06:50:13.762Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 38e93d21-e150-4b3f-9b64-f046908c5122 2023-02-01T06:50:13.763Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 38e93d21-e150-4b3f-9b64-f046908c5122 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 (?, ?, ?, ?, ?) 2023-02-01T06:50:13.812Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:50:13.812Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e93d21-e150-4b3f-9b64-f046908c5122", "consumerID": "multicloud-k8s-id", "timestamp": 1675234136661, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJzk5nwod38nqtsrax0o5/1.0/resourceInstances/pnf521b8bf3971b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-02-01T06:50:13.813Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:50:13.814Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:50:13.814Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e93d21-e150-4b3f-9b64-f046908c5122", "consumerID": "aai-ml", "timestamp": 1675234137455, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJzk5nwod38nqtsrax0o5/1.0/resourceInstances/pnf521b8bf3971b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-02-01T06:50:13.814Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:50:13.814Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:50:13.814Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e93d21-e150-4b3f-9b64-f046908c5122", "consumerID": "multicloud-k8s-id", "timestamp": 1675234136661, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJzk5nwod38nqtsrax0o5/1.0/artifacts/service-DemoPnfJzk5nwod38nqtsrax0o5-template.yml", "status": "NOT_NOTIFIED" } 2023-02-01T06:50:13.814Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:50:13.814Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:50:13.815Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e93d21-e150-4b3f-9b64-f046908c5122", "consumerID": "aai-ml", "timestamp": 1675234137455, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJzk5nwod38nqtsrax0o5/1.0/artifacts/service-DemoPnfJzk5nwod38nqtsrax0o5-template.yml", "status": "NOT_NOTIFIED" } 2023-02-01T06:50:13.815Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:50:13.815Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:50:13.815Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e93d21-e150-4b3f-9b64-f046908c5122", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675234146194, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJzk5nwod38nqtsrax0o5/1.0/artifacts/service-DemoPnfJzk5nwod38nqtsrax0o5-csar.csar", "status": "DEPLOY_OK" } 2023-02-01T06:50:13.815Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T06:50:13.815Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:50:13.815Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e93d21-e150-4b3f-9b64-f046908c5122", "consumerID": "multicloud-k8s-id", "timestamp": 1675234136661, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJzk5nwod38nqtsrax0o5/1.0/artifacts/service-DemoPnfJzk5nwod38nqtsrax0o5-csar.csar", "status": "NOTIFIED" } 2023-02-01T06:50:13.816Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:50:13.816Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:50:13.816Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e93d21-e150-4b3f-9b64-f046908c5122", "consumerID": "aai-ml", "timestamp": 1675234137455, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJzk5nwod38nqtsrax0o5/1.0/artifacts/service-DemoPnfJzk5nwod38nqtsrax0o5-csar.csar", "status": "NOTIFIED" } 2023-02-01T06:50:13.816Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:50:13.816Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:50:13.816Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e93d21-e150-4b3f-9b64-f046908c5122", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675234147200, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-01T06:50:13.827Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 38e93d21-e150-4b3f-9b64-f046908c5122 2023-02-01T06:50:13.827Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 38e93d21-e150-4b3f-9b64-f046908c5122 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-01T06:50:13.851Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:50:13.852Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e93d21-e150-4b3f-9b64-f046908c5122", "consumerID": "aai-ml", "timestamp": 1675234146549, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJzk5nwod38nqtsrax0o5/1.0/artifacts/service-DemoPnfJzk5nwod38nqtsrax0o5-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-01T06:50:13.854Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T06:50:13.854Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:50:13.854Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d77c64e-ca7d-4ea1-b124-27de0e7d26d7", "consumerID": "ves-openapi-manager", "timestamp": 1675234147726, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T06:50:13.855Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:50:13.855Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:50:13.855Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d77c64e-ca7d-4ea1-b124-27de0e7d26d7", "consumerID": "cds", "timestamp": 1675234143016, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T06:50:13.855Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:50:13.855Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:50:13.855Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d77c64e-ca7d-4ea1-b124-27de0e7d26d7", "consumerID": "ves-openapi-manager", "timestamp": 1675234147726, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-01T06:50:13.856Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:50:13.856Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:50:13.857Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d77c64e-ca7d-4ea1-b124-27de0e7d26d7", "consumerID": "cds", "timestamp": 1675234143016, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-01T06:50:13.857Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:50:13.857Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:50:13.858Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d77c64e-ca7d-4ea1-b124-27de0e7d26d7", "consumerID": "ves-openapi-manager", "timestamp": 1675234147726, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-02-01T06:50:13.858Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:50:13.858Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:50:13.858Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d77c64e-ca7d-4ea1-b124-27de0e7d26d7", "consumerID": "cds", "timestamp": 1675234143016, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-02-01T06:50:13.858Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:50:13.858Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:50:13.858Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d77c64e-ca7d-4ea1-b124-27de0e7d26d7", "consumerID": "ves-openapi-manager", "timestamp": 1675234147726, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T06:50:13.859Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:50:13.859Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:50:13.859Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d77c64e-ca7d-4ea1-b124-27de0e7d26d7", "consumerID": "cds", "timestamp": 1675234143016, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T06:50:13.859Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:50:13.859Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:50:13.859Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d77c64e-ca7d-4ea1-b124-27de0e7d26d7", "consumerID": "cds", "timestamp": 1675234143016, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-02-01T06:50:13.860Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:50:41.271Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 38e93d21-e150-4b3f-9b64-f046908c5122 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-01T06:50:41.339Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 38e93d21-e150-4b3f-9b64-f046908c5122 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-01T06:50:41.384Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-01T06:50:41.385Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-01T06:50:41.385Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-01T06:51:11.385Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 38e93d21-e150-4b3f-9b64-f046908c5122 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-01T06:51:11.476Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 38e93d21-e150-4b3f-9b64-f046908c5122 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-01T06:51:11.489Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-01T06:51:11.489Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-01T06:51:11.489Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-01T06:51:13.589Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T06:51:13.590Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T06:51:13.590Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T06:51:13.657Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:51:13.658Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:51:13.658Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d77c64e-ca7d-4ea1-b124-27de0e7d26d7", "consumerID": "ves-openapi-manager", "timestamp": 1675234147726, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-02-01T06:51:13.660Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:51:41.491Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 38e93d21-e150-4b3f-9b64-f046908c5122 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-01T06:51:41.567Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 38e93d21-e150-4b3f-9b64-f046908c5122 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-01T06:51:41.583Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-01T06:51:41.584Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-01T06:51:41.584Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-01T06:52:11.589Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 38e93d21-e150-4b3f-9b64-f046908c5122 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-01T06:52:11.649Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 38e93d21-e150-4b3f-9b64-f046908c5122 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-01T06:52:11.659Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-01T06:52:11.660Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-01T06:52:11.660Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-01T06:52:13.580Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T06:52:13.583Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T06:52:13.584Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T06:52:14.159Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:52:14.164Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:52:14.164Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e93d21-e150-4b3f-9b64-f046908c5122", "consumerID": "aai-ml", "timestamp": 1675234153775, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJzk5nwod38nqtsrax0o5/1.0/artifacts/service-DemoPnfJzk5nwod38nqtsrax0o5-csar.csar", "status": "DEPLOY_OK" } 2023-02-01T06:52:14.170Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T06:52:14.172Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:52:14.174Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d77c64e-ca7d-4ea1-b124-27de0e7d26d7", "consumerID": "cds", "timestamp": 1675234143016, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-02-01T06:52:14.175Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:52:14.176Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:52:14.177Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d77c64e-ca7d-4ea1-b124-27de0e7d26d7", "consumerID": "ves-openapi-manager", "timestamp": 1675234147726, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-02-01T06:52:14.178Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:52:14.178Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:52:14.178Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d77c64e-ca7d-4ea1-b124-27de0e7d26d7", "consumerID": "cds", "timestamp": 1675234143016, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-02-01T06:52:14.179Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:52:14.179Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:52:14.179Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e93d21-e150-4b3f-9b64-f046908c5122", "consumerID": "aai-ml", "timestamp": 1675234154786, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-01T06:52:14.203Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 38e93d21-e150-4b3f-9b64-f046908c5122 2023-02-01T06:52:14.204Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 38e93d21-e150-4b3f-9b64-f046908c5122 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-01T06:52:14.268Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:52:14.269Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d77c64e-ca7d-4ea1-b124-27de0e7d26d7", "consumerID": "ves-openapi-manager", "timestamp": 1675234147726, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2023-02-01T06:52:14.269Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:52:14.269Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:52:14.269Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d77c64e-ca7d-4ea1-b124-27de0e7d26d7", "consumerID": "cds", "timestamp": 1675234156605, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-01T06:52:14.270Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T06:52:14.270Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:52:14.270Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d77c64e-ca7d-4ea1-b124-27de0e7d26d7", "consumerID": "cds", "timestamp": 1675234157630, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-01T06:52:14.315Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9d77c64e-ca7d-4ea1-b124-27de0e7d26d7 2023-02-01T06:52:14.316Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9d77c64e-ca7d-4ea1-b124-27de0e7d26d7 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-01T06:52:14.348Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:52:14.349Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d77c64e-ca7d-4ea1-b124-27de0e7d26d7", "consumerID": "multicloud-k8s-id", "timestamp": 1675234156661, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T06:52:14.350Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:52:14.350Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:52:14.350Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d77c64e-ca7d-4ea1-b124-27de0e7d26d7", "consumerID": "multicloud-k8s-id", "timestamp": 1675234156661, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-02-01T06:52:14.350Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:52:14.350Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:52:14.350Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d77c64e-ca7d-4ea1-b124-27de0e7d26d7", "consumerID": "multicloud-k8s-id", "timestamp": 1675234156661, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-02-01T06:52:14.350Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:52:14.351Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:52:14.351Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f", "consumerID": "cds", "timestamp": 1675234158635, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T06:52:14.351Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:52:14.351Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:52:14.351Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d77c64e-ca7d-4ea1-b124-27de0e7d26d7", "consumerID": "multicloud-k8s-id", "timestamp": 1675234156661, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T06:52:14.351Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:52:14.352Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:52:14.352Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f", "consumerID": "cds", "timestamp": 1675234158635, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2023-02-01T06:52:14.352Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:52:14.352Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:52:14.352Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d77c64e-ca7d-4ea1-b124-27de0e7d26d7", "consumerID": "multicloud-k8s-id", "timestamp": 1675234156661, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-02-01T06:52:14.353Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:52:14.353Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:52:14.353Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f", "consumerID": "cds", "timestamp": 1675234158635, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2023-02-01T06:52:14.353Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:52:14.354Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:52:14.354Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d77c64e-ca7d-4ea1-b124-27de0e7d26d7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675234163539, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T06:52:14.354Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:52:14.354Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:52:14.354Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d77c64e-ca7d-4ea1-b124-27de0e7d26d7", "consumerID": "multicloud-k8s-id", "timestamp": 1675234156661, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-02-01T06:52:14.355Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:52:14.355Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:52:14.355Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f", "consumerID": "cds", "timestamp": 1675234158635, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-01T06:52:14.356Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:52:14.356Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:52:14.357Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d77c64e-ca7d-4ea1-b124-27de0e7d26d7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675234163539, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-01T06:52:14.357Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:52:14.357Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:52:14.359Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d77c64e-ca7d-4ea1-b124-27de0e7d26d7", "consumerID": "multicloud-k8s-id", "timestamp": 1675234156661, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-02-01T06:52:14.359Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:52:14.359Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:52:14.359Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f", "consumerID": "cds", "timestamp": 1675234158635, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2023-02-01T06:52:14.359Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:52:14.360Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:52:14.360Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d77c64e-ca7d-4ea1-b124-27de0e7d26d7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675234163539, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-02-01T06:52:14.360Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:52:14.360Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:52:14.362Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d77c64e-ca7d-4ea1-b124-27de0e7d26d7", "consumerID": "multicloud-k8s-id", "timestamp": 1675234164495, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2023-02-01T06:52:14.363Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T06:52:14.365Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:52:14.366Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f", "consumerID": "cds", "timestamp": 1675234158635, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T06:52:14.366Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:52:14.366Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:52:14.368Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d77c64e-ca7d-4ea1-b124-27de0e7d26d7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675234163539, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T06:52:14.369Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:52:14.369Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:52:14.369Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d77c64e-ca7d-4ea1-b124-27de0e7d26d7", "consumerID": "multicloud-k8s-id", "timestamp": 1675234165630, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-02-01T06:52:14.369Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T06:52:14.369Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:52:14.370Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f", "consumerID": "cds", "timestamp": 1675234158635, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2023-02-01T06:52:14.370Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:52:14.370Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:52:14.370Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d77c64e-ca7d-4ea1-b124-27de0e7d26d7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675234163539, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-02-01T06:52:14.370Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:52:14.371Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:52:14.371Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d77c64e-ca7d-4ea1-b124-27de0e7d26d7", "consumerID": "multicloud-k8s-id", "timestamp": 1675234166748, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-02-01T06:52:14.371Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T06:52:14.371Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:52:14.371Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f", "consumerID": "cds", "timestamp": 1675234158635, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-02-01T06:52:14.371Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:52:14.372Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:52:14.372Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d77c64e-ca7d-4ea1-b124-27de0e7d26d7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675234163539, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-02-01T06:52:14.372Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:52:14.372Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:52:14.372Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f", "consumerID": "ves-openapi-manager", "timestamp": 1675234167727, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T06:52:14.372Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:52:14.373Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:52:14.373Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d77c64e-ca7d-4ea1-b124-27de0e7d26d7", "consumerID": "aai-ml", "timestamp": 1675234167454, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T06:52:14.373Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:52:14.373Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:52:14.374Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d77c64e-ca7d-4ea1-b124-27de0e7d26d7", "consumerID": "multicloud-k8s-id", "timestamp": 1675234167768, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-01T06:52:14.418Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9d77c64e-ca7d-4ea1-b124-27de0e7d26d7 2023-02-01T06:52:14.419Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9d77c64e-ca7d-4ea1-b124-27de0e7d26d7 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-01T06:52:14.447Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:52:14.448Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f", "consumerID": "cds", "timestamp": 1675234158635, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-02-01T06:52:14.449Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:52:14.450Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:52:14.450Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d77c64e-ca7d-4ea1-b124-27de0e7d26d7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675234163539, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-02-01T06:52:14.463Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:52:14.463Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:52:14.463Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f", "consumerID": "ves-openapi-manager", "timestamp": 1675234167727, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2023-02-01T06:52:14.464Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:52:14.464Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:52:14.464Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d77c64e-ca7d-4ea1-b124-27de0e7d26d7", "consumerID": "aai-ml", "timestamp": 1675234167454, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-01T06:52:14.469Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:52:14.469Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:52:14.471Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d77c64e-ca7d-4ea1-b124-27de0e7d26d7", "consumerID": "multicloud-k8s-id", "timestamp": 1675234168771, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2023-02-01T06:52:14.471Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T06:52:14.471Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:52:14.471Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f", "consumerID": "ves-openapi-manager", "timestamp": 1675234167727, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2023-02-01T06:52:14.472Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:52:14.472Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:52:14.472Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d77c64e-ca7d-4ea1-b124-27de0e7d26d7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675234171644, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-01T06:52:14.472Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T06:52:14.472Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:52:14.473Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f", "consumerID": "cds", "timestamp": 1675234170441, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-01T06:52:14.473Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T06:52:14.473Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:52:14.473Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d77c64e-ca7d-4ea1-b124-27de0e7d26d7", "consumerID": "aai-ml", "timestamp": 1675234167454, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-02-01T06:52:14.473Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:52:14.474Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:52:14.474Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f", "consumerID": "ves-openapi-manager", "timestamp": 1675234167727, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-01T06:52:14.474Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:52:14.474Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:52:14.474Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f", "consumerID": "cds", "timestamp": 1675234171446, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-01T06:52:14.599Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f 2023-02-01T06:52:14.599Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-01T06:52:15.321Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:52:15.321Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d77c64e-ca7d-4ea1-b124-27de0e7d26d7", "consumerID": "aai-ml", "timestamp": 1675234167454, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T06:52:15.322Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:52:15.322Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:52:15.322Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f", "consumerID": "ves-openapi-manager", "timestamp": 1675234167727, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2023-02-01T06:52:15.322Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:52:15.322Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:52:15.331Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d77c64e-ca7d-4ea1-b124-27de0e7d26d7", "consumerID": "aai-ml", "timestamp": 1675234167454, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-02-01T06:52:15.332Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:52:15.332Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:52:15.333Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f", "consumerID": "ves-openapi-manager", "timestamp": 1675234167727, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T06:52:15.333Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:52:15.334Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:52:15.334Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d77c64e-ca7d-4ea1-b124-27de0e7d26d7", "consumerID": "aai-ml", "timestamp": 1675234167454, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-02-01T06:52:15.334Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:52:15.334Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:52:15.334Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f", "consumerID": "ves-openapi-manager", "timestamp": 1675234167727, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2023-02-01T06:52:15.334Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:52:15.334Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:52:15.334Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d77c64e-ca7d-4ea1-b124-27de0e7d26d7", "consumerID": "aai-ml", "timestamp": 1675234167454, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-02-01T06:52:15.335Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:52:15.335Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:52:15.335Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f", "consumerID": "ves-openapi-manager", "timestamp": 1675234167727, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-02-01T06:52:15.335Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:52:15.335Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:52:15.335Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d77c64e-ca7d-4ea1-b124-27de0e7d26d7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675234177154, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-02-01T06:52:15.335Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T06:52:15.336Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:52:15.336Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d77c64e-ca7d-4ea1-b124-27de0e7d26d7", "consumerID": "aai-ml", "timestamp": 1675234175481, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-01T06:52:15.336Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T06:52:15.336Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:52:15.336Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f", "consumerID": "ves-openapi-manager", "timestamp": 1675234167727, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2023-02-01T06:52:15.336Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:52:15.336Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:52:15.336Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d77c64e-ca7d-4ea1-b124-27de0e7d26d7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675234178167, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-01T06:52:15.358Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9d77c64e-ca7d-4ea1-b124-27de0e7d26d7 2023-02-01T06:52:15.358Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9d77c64e-ca7d-4ea1-b124-27de0e7d26d7 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-01T06:52:15.422Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:52:15.422Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675234163539, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T06:52:15.423Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:52:15.423Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:52:15.424Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f", "consumerID": "multicloud-k8s-id", "timestamp": 1675234176661, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T06:52:15.424Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:52:15.424Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:52:15.425Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675234163539, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2023-02-01T06:52:15.425Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:52:15.425Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:52:15.426Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f", "consumerID": "multicloud-k8s-id", "timestamp": 1675234176661, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2023-02-01T06:52:15.426Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:52:15.427Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:52:15.427Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675234163539, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2023-02-01T06:52:15.428Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:52:15.428Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:52:15.428Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f", "consumerID": "multicloud-k8s-id", "timestamp": 1675234176661, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2023-02-01T06:52:15.428Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:52:15.428Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:52:15.429Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675234163539, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-01T06:52:15.429Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:52:15.429Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:52:15.429Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f", "consumerID": "multicloud-k8s-id", "timestamp": 1675234176661, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2023-02-01T06:52:15.429Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:52:15.429Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:52:15.430Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675234163539, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2023-02-01T06:52:15.430Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:52:15.430Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:52:15.430Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f", "consumerID": "multicloud-k8s-id", "timestamp": 1675234176661, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2023-02-01T06:52:15.430Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:52:15.431Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:52:15.431Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675234163539, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T06:52:15.431Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:52:15.431Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:52:15.432Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f", "consumerID": "multicloud-k8s-id", "timestamp": 1675234176661, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T06:52:15.432Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:52:15.432Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:52:15.432Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675234163539, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2023-02-01T06:52:15.432Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:52:15.432Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:52:15.433Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f", "consumerID": "multicloud-k8s-id", "timestamp": 1675234176661, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2023-02-01T06:52:15.433Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:52:15.433Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:52:15.433Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675234163539, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-02-01T06:52:15.433Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:52:15.434Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:52:15.434Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f", "consumerID": "multicloud-k8s-id", "timestamp": 1675234176661, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-02-01T06:52:15.434Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:52:15.434Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:52:15.435Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675234163539, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-02-01T06:52:15.435Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:52:15.435Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:52:15.435Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f", "consumerID": "multicloud-k8s-id", "timestamp": 1675234176661, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-02-01T06:52:15.436Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:52:15.436Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:52:15.437Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675234188576, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-01T06:52:15.437Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T06:52:15.437Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:52:15.438Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f", "consumerID": "multicloud-k8s-id", "timestamp": 1675234186549, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2023-02-01T06:52:15.438Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T06:52:15.439Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:52:15.439Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f", "consumerID": "multicloud-k8s-id", "timestamp": 1675234187766, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2023-02-01T06:52:15.439Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T06:52:15.439Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:52:15.439Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d77c64e-ca7d-4ea1-b124-27de0e7d26d7", "consumerID": "aai-ml", "timestamp": 1675234188955, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-02-01T06:52:15.440Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T06:52:15.440Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:52:15.440Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f", "consumerID": "multicloud-k8s-id", "timestamp": 1675234188900, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2023-02-01T06:52:15.440Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T06:52:15.440Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:52:15.440Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d77c64e-ca7d-4ea1-b124-27de0e7d26d7", "consumerID": "aai-ml", "timestamp": 1675234189990, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-01T06:52:15.480Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9d77c64e-ca7d-4ea1-b124-27de0e7d26d7 2023-02-01T06:52:15.480Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9d77c64e-ca7d-4ea1-b124-27de0e7d26d7 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-01T06:52:15.528Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:52:15.528Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f", "consumerID": "multicloud-k8s-id", "timestamp": 1675234189992, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2023-02-01T06:52:15.530Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T06:52:15.530Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:52:15.531Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f", "consumerID": "aai-ml", "timestamp": 1675234167454, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T06:52:15.531Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:52:15.532Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:52:15.532Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675234193087, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2023-02-01T06:52:15.532Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T06:52:15.532Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:52:15.533Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f", "consumerID": "multicloud-k8s-id", "timestamp": 1675234191035, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-01T06:52:15.574Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f 2023-02-01T06:52:15.574Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-01T06:52:15.635Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:52:15.636Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f", "consumerID": "aai-ml", "timestamp": 1675234167454, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2023-02-01T06:52:15.637Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:52:15.637Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:52:15.638Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ce37f9c-8925-4a74-8033-3a92321c8e26", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234192827, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-02-01T06:52:15.638Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T06:52:15.639Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:52:15.639Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675234194097, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-01T06:52:15.695Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f 2023-02-01T06:52:15.696Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-01T06:52:15.818Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:52:15.818Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f", "consumerID": "multicloud-k8s-id", "timestamp": 1675234192039, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2023-02-01T06:52:15.819Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T06:52:15.819Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:52:15.819Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f", "consumerID": "aai-ml", "timestamp": 1675234167454, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2023-02-01T06:52:15.819Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:52:15.819Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:52:15.819Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f", "consumerID": "aai-ml", "timestamp": 1675234167454, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-01T06:52:15.819Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:52:15.819Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:52:15.820Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f", "consumerID": "aai-ml", "timestamp": 1675234167454, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2023-02-01T06:52:15.820Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:52:15.820Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:52:15.820Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f", "consumerID": "aai-ml", "timestamp": 1675234167454, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T06:52:15.820Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:52:15.820Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:52:15.820Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f", "consumerID": "aai-ml", "timestamp": 1675234167454, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2023-02-01T06:52:15.821Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:52:15.821Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:52:15.821Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e93d21-e150-4b3f-9b64-f046908c5122", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234193893, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJzk5nwod38nqtsrax0o5/1.0/resourceInstances/pnf521b8bf3971b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T06:52:15.821Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:52:15.821Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:52:15.821Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f", "consumerID": "aai-ml", "timestamp": 1675234167454, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-02-01T06:52:15.822Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:52:15.822Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:52:15.822Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e93d21-e150-4b3f-9b64-f046908c5122", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234193893, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJzk5nwod38nqtsrax0o5/1.0/resourceInstances/pnf521b8bf3971b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-02-01T06:52:15.822Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:52:15.822Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:52:15.823Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f", "consumerID": "aai-ml", "timestamp": 1675234167454, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-02-01T06:52:15.823Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:52:15.823Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:52:15.823Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e93d21-e150-4b3f-9b64-f046908c5122", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234193893, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJzk5nwod38nqtsrax0o5/1.0/resourceInstances/pnf521b8bf3971b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-02-01T06:52:15.823Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:52:15.823Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:52:15.824Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f", "consumerID": "aai-ml", "timestamp": 1675234200408, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-01T06:52:15.824Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T06:52:15.824Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:52:15.824Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e93d21-e150-4b3f-9b64-f046908c5122", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234193893, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJzk5nwod38nqtsrax0o5/1.0/resourceInstances/pnf521b8bf3971b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T06:52:15.824Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:52:15.826Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:52:15.827Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e93d21-e150-4b3f-9b64-f046908c5122", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234193893, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJzk5nwod38nqtsrax0o5/1.0/resourceInstances/pnf521b8bf3971b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-02-01T06:52:15.827Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:52:15.827Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:52:15.827Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e93d21-e150-4b3f-9b64-f046908c5122", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234193893, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJzk5nwod38nqtsrax0o5/1.0/resourceInstances/pnf521b8bf3971b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-02-01T06:52:15.827Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:52:15.827Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:52:15.828Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e93d21-e150-4b3f-9b64-f046908c5122", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234193893, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJzk5nwod38nqtsrax0o5/1.0/artifacts/service-DemoPnfJzk5nwod38nqtsrax0o5-template.yml", "status": "NOT_NOTIFIED" } 2023-02-01T06:52:15.828Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:52:15.828Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:52:15.828Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e93d21-e150-4b3f-9b64-f046908c5122", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234193893, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJzk5nwod38nqtsrax0o5/1.0/artifacts/service-DemoPnfJzk5nwod38nqtsrax0o5-csar.csar", "status": "NOTIFIED" } 2023-02-01T06:52:15.828Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:52:15.828Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:52:15.829Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e93d21-e150-4b3f-9b64-f046908c5122", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234207034, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJzk5nwod38nqtsrax0o5/1.0/artifacts/service-DemoPnfJzk5nwod38nqtsrax0o5-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-01T06:52:15.834Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T06:52:15.834Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:52:15.834Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e93d21-e150-4b3f-9b64-f046908c5122", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234210170, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJzk5nwod38nqtsrax0o5/1.0/artifacts/service-DemoPnfJzk5nwod38nqtsrax0o5-csar.csar", "status": "DEPLOY_OK" } 2023-02-01T06:52:15.834Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T06:52:15.834Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:52:15.835Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f", "consumerID": "aai-ml", "timestamp": 1675234211471, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2023-02-01T06:52:15.835Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T06:52:15.835Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:52:15.835Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f", "consumerID": "aai-ml", "timestamp": 1675234212490, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-01T06:52:15.927Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f 2023-02-01T06:52:15.928Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-01T06:52:41.661Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 38e93d21-e150-4b3f-9b64-f046908c5122 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-01T06:52:41.704Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 38e93d21-e150-4b3f-9b64-f046908c5122 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-01T06:52:41.712Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-01T06:52:41.712Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-02-01T06:52:41.713Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-02-01T06:52:41.713Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-02-01T06:52:41.713Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-01T06:52:41.713Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-01T06:52:41.715Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-01T06:52:41.715Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-01T06:52:41.715Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-01T06:52:41.716Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-01T06:52:41.739Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-02-01T06:53:11.741Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 38e93d21-e150-4b3f-9b64-f046908c5122 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-02-01T06:53:11.860Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 38e93d21-e150-4b3f-9b64-f046908c5122 and serviceModelVersionId: e0de0dbd-8195-4281-800f-83976f16bdd4 2023-02-01T06:53:11.861Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b04fca00-8cec-4a4e-a2e8-d912f9aa0538 2023-02-01T06:53:11.863Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b04fca00-8cec-4a4e-a2e8-d912f9aa0538/model-vers/model-ver/e0de0dbd-8195-4281-800f-83976f16bdd4?depth=0 2023-02-01T06:53:11.887Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2023-02-01T06:53:12.015Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b04fca00-8cec-4a4e-a2e8-d912f9aa0538/model-vers/model-ver/e0de0dbd-8195-4281-800f-83976f16bdd4?depth=0|INFO|500||Invoke 2023-02-01T06:53:12.017Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b04fca00-8cec-4a4e-a2e8-d912f9aa0538/model-vers/model-ver/e0de0dbd-8195-4281-800f-83976f16bdd4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b04fca00-8cec-4a4e-a2e8-d912f9aa0538/model-vers/model-ver/e0de0dbd-8195-4281-800f-83976f16bdd4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[38e93d21-e150-4b3f-9b64-f046908c5122], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0cbedb60-f22e-40d7-b550-f71647a3f638], X-ECOMP-RequestID=[38e93d21-e150-4b3f-9b64-f046908c5122], X-TransactionId=[], X-ONAP-RequestID=[38e93d21-e150-4b3f-9b64-f046908c5122], Content-Type=[application/merge-patch+json]} 2023-02-01T06:53:12.085Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b04fca00-8cec-4a4e-a2e8-d912f9aa0538/model-vers/model-ver/e0de0dbd-8195-4281-800f-83976f16bdd4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-02-01T06:53:12.489Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b04fca00-8cec-4a4e-a2e8-d912f9aa0538/model-vers/model-ver/e0de0dbd-8195-4281-800f-83976f16bdd4?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/b04fca00-8cec-4a4e-a2e8-d912f9aa0538/model-vers/model-ver/e0de0dbd-8195-4281-800f-83976f16bdd4?depth=0 has http status code:200 and response headers:{date=[Wed, 01 Feb 2023 06:53:11 GMT], content-length=[0], vertex-id=[139288], x-aai-txid=[0-aai-resources-230201-06:53:11:410-12209], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-02-01T06:53:12.490Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b04fca00-8cec-4a4e-a2e8-d912f9aa0538/model-vers/model-ver/e0de0dbd-8195-4281-800f-83976f16bdd4?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-02-01T06:53:12.491Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b04fca00-8cec-4a4e-a2e8-d912f9aa0538/model-vers/model-ver/e0de0dbd-8195-4281-800f-83976f16bdd4?depth=0|INFO|500||InvokeReturn 2023-02-01T06:53:12.492Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-02-01T06:53:12.492Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-02-01T06:53:12.526Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-02-01T06:53:12.527Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 38e93d21-e150-4b3f-9b64-f046908c5122 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-02-01T06:53:12.528Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-02-01T06:53:12.528Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-01T06:53:12.537Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T06:53:12.537Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "38e93d21-e150-4b3f-9b64-f046908c5122", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234392527, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-02-01T06:53:12.636Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-02-01T06:53:12.638Z||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. 2023-02-01T06:53:12.638Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T06:53:12.678Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:53:12.679Z||pool-50-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-02-01T06:53:13.579Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T06:53:13.581Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T06:53:13.581Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T06:53:13.618Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T06:53:13.618Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"9d77c64e-ca7d-4ea1-b124-27de0e7d26d7","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"9549a9ee-0d4e-4205-95a9-47e8445487f5","serviceDescription":"service","serviceInvariantUUID":"3906d614-e9b1-4250-83f5-091ecc2cafc0","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"281eea2b-ba61-4269-9312-ae33f76eea18","resourceInvariantUUID":"f5c94fb6-b949-4789-bd56-f4cd70d54701","resourceCustomizationUUID":"7930b60b-39be-4699-8d9d-66a033ce80c5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"N2Q4MjQxODk3YjljMzY4OGM1ODFkMDU2MGY2NTRiYjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3f2beaf6-6b35-4581-8c8f-d95cdaf53b62","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"MTQ3MDEzNWY2MDk5ZWZhYjgwYTcwZTkyNzNlNTFjZTc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"70564509-23c5-4f57-9a94-c604063d6a55","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"60633979-c5d5-42c2-aa47-95905399a194","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a3ff04d8-15b0-415c-8037-ab9433a1a6c9","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"86163ac3-b88c-44b7-8c15-fd54dfe44264","artifactVersion":"2","generatedFromUUID":"60633979-c5d5-42c2-aa47-95905399a194"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"OTY5ZTYxYWEyYzFmYjQzNTZiMTA0NGVhZjQwOTFlZGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c00d28d3-fb58-4577-9555-495f684a235e","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MDQzYWRlZjM5ZTQ4OWM1YmM5OTM2MjFiODFkODllYjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9495b0b1-1df9-49b6-be21-09e1e5c475e0","artifactVersion":"1"}],"workloadContext":"Production"} 2023-02-01T06:53:13.619Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-01T06:53:13.620Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-01T06:53:13.626Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T06:53:13.626Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "9d77c64e-ca7d-4ea1-b124-27de0e7d26d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234193893, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T06:53:13.725Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2023-02-01T06:53:13.727Z||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. 2023-02-01T06:53:13.727Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T06:53:13.755Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:53:13.756Z||pool-51-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2023-02-01T06:53:13.780Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:53:13.780Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:53:13.780Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e93d21-e150-4b3f-9b64-f046908c5122", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234392527, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-02-01T06:53:13.782Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T06:53:14.627Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-01T06:53:14.628Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-01T06:53:14.652Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T06:53:14.653Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "9d77c64e-ca7d-4ea1-b124-27de0e7d26d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234193893, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-02-01T06:53:14.754Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-02-01T06:53:14.756Z||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. 2023-02-01T06:53:14.756Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T06:53:14.772Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:53:14.773Z||pool-52-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2023-02-01T06:53:15.656Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-01T06:53:15.659Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-01T06:53:15.665Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T06:53:15.666Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "9d77c64e-ca7d-4ea1-b124-27de0e7d26d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234193893, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-02-01T06:53:15.767Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2023-02-01T06:53:15.770Z||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. 2023-02-01T06:53:15.771Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T06:53:15.813Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:53:15.814Z||pool-53-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1} 2023-02-01T06:53:16.670Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-01T06:53:16.671Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-01T06:53:16.686Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T06:53:16.687Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "9d77c64e-ca7d-4ea1-b124-27de0e7d26d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234193893, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T06:53:16.787Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-01T06:53:16.789Z||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. 2023-02-01T06:53:16.789Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T06:53:16.844Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:53:16.845Z||pool-54-thread-1|||||INFO|500||cambria reply ok (57 ms):{"serverTimeMs":0,"count":1} 2023-02-01T06:53:17.688Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-01T06:53:17.689Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-01T06:53:17.691Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T06:53:17.692Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "9d77c64e-ca7d-4ea1-b124-27de0e7d26d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234193893, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-02-01T06:53:17.792Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-01T06:53:17.793Z||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. 2023-02-01T06:53:17.793Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T06:53:17.808Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:53:17.808Z||pool-55-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2023-02-01T06:53:18.695Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-01T06:53:18.696Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-01T06:53:18.700Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T06:53:18.701Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "9d77c64e-ca7d-4ea1-b124-27de0e7d26d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234193893, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-02-01T06:53:18.813Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 111 ms 2023-02-01T06:53:18.814Z||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. 2023-02-01T06:53:18.815Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T06:53:18.849Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:53:18.850Z||pool-56-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1} 2023-02-01T06:53:19.704Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-01T06:53:19.706Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-01T06:53:19.709Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T06:53:19.710Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "9d77c64e-ca7d-4ea1-b124-27de0e7d26d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234193893, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-02-01T06:53:19.810Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-02-01T06:53:19.811Z||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. 2023-02-01T06:53:19.811Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T06:53:19.845Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:53:19.846Z||pool-57-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1} 2023-02-01T06:53:20.723Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "9d77c64e-ca7d-4ea1-b124-27de0e7d26d7", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "9549a9ee-0d4e-4205-95a9-47e8445487f5", "serviceDescription": "service", "serviceInvariantUUID": "3906d614-e9b1-4250-83f5-091ecc2cafc0", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "7930b60b-39be-4699-8d9d-66a033ce80c5", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "281eea2b-ba61-4269-9312-ae33f76eea18", "resourceInvariantUUID": "f5c94fb6-b949-4789-bd56-f4cd70d54701", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_vm0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "artifactChecksum": "MTQ3MDEzNWY2MDk5ZWZhYjgwYTcwZTkyNzNlNTFjZTc\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "70564509-23c5-4f57-9a94-c604063d6a55", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "60633979-c5d5-42c2-aa47-95905399a194", "generatedArtifact": { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "86163ac3-b88c-44b7-8c15-fd54dfe44264", "generatedFromUUID": "60633979-c5d5-42c2-aa47-95905399a194" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "86163ac3-b88c-44b7-8c15-fd54dfe44264", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "MDQzYWRlZjM5ZTQ4OWM1YmM5OTM2MjFiODFkODllYjI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9495b0b1-1df9-49b6-be21-09e1e5c475e0" } ], "workloadContext": "Production" } 2023-02-01T06:53:20.724Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-02-01T06:53:20.724Z|38e93d21-e150-4b3f-9b64-f046908c5122|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9549a9ee-0d4e-4205-95a9-47e8445487f5 ASDC 2023-02-01T06:53:20.732Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:9d77c64e-ca7d-4ea1-b124-27de0e7d26d7 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:9549a9ee-0d4e-4205-95a9-47e8445487f5 ServiceInvariantUUID:3906d614-e9b1-4250-83f5-091ecc2cafc0 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicVm-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ArtifactUUID:9495b0b1-1df9-49b6-be21-09e1e5c475e0 ArtifactChecksum:MDQzYWRlZjM5ZTQ4OWM1YmM5OTM2MjFiODFkODllYjI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:7930b60b-39be-4699-8d9d-66a033ce80c5 ResourceInvariantUUID:f5c94fb6-b949-4789-bd56-f4cd70d54701 ResourceName:basic_vm ResourceType:VF ResourceUUID:281eea2b-ba61-4269-9312-ae33f76eea18 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_vm0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ArtifactUUID:70564509-23c5-4f57-9a94-c604063d6a55 ArtifactChecksum:MTQ3MDEzNWY2MDk5ZWZhYjgwYTcwZTkyNzNlNTFjZTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ArtifactUUID:60633979-c5d5-42c2-aa47-95905399a194 ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ArtifactUUID:86163ac3-b88c-44b7-8c15-fd54dfe44264 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ArtifactUUID:86163ac3-b88c-44b7-8c15-fd54dfe44264 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-02-01T06:53:20.733Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9549a9ee-0d4e-4205-95a9-47e8445487f5 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-02-01T06:53:20.916Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-01T06:53:20.918Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-02-01T06:53:20.918Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-02-01T06:53:20.918Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 9495b0b1-1df9-49b6-be21-09e1e5c475e0 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-02-01T06:53:20.918Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-02-01T06:53:20.919Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-02-01T06:53:21.311Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-02-01T06:53:21.323Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 9495b0b1-1df9-49b6-be21-09e1e5c475e0 74820 2023-02-01T06:53:21.324Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2023-02-01T06:53:21.324Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-02-01T06:53:21.324Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-01T06:53:21.328Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-01T06:53:21.336Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T06:53:21.336Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "9d77c64e-ca7d-4ea1-b124-27de0e7d26d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234401324, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-01T06:53:21.454Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 118 ms 2023-02-01T06:53:21.456Z||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. 2023-02-01T06:53:21.456Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T06:53:21.503Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:53:21.504Z||pool-58-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":1,"count":1} 2023-02-01T06:53:22.338Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-01T06:53:22.341Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-02-01T06:53:22.342Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 9495b0b1-1df9-49b6-be21-09e1e5c475e0, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2023-02-01T06:53:22.343Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2023-02-01T06:53:22.343Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2023-02-01T06:53:22.344Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2023-02-01T06:53:22.830Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5294018079331880841/Definitions/service-BasicVm-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" 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 "compute_ubuntu20_key_name" is not provided Log warning: The required parameter "compute_ubuntu20_name" is not provided Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" 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_network_role_tag" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided Log warning: The required parameter "compute_ubuntu20_metadata" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2023-02-01T06:53:25.345Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2023-02-01T06:53:25.346Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||WARN|500||#################################################################################################### 2023-02-01T06:53:25.346Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-02-01T06:53:25.346Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-02-01T06:53:25.346Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|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-BasicVm-csar.csar 2023-02-01T06:53:25.346Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|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-BasicVm-csar.csar 2023-02-01T06:53:25.346Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-02-01T06:53:25.347Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-02-01T06:53:25.347Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|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-BasicVm-csar.csar 2023-02-01T06:53:25.347Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|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-BasicVm-csar.csar 2023-02-01T06:53:25.347Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|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-BasicVm-csar.csar 2023-02-01T06:53:25.347Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||WARN|500||#################################################################################################### 2023-02-01T06:53:25.347Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:53:25.347Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T06:53:25.348Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-02-01T06:53:25.348Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2023-02-01T06:53:25.348Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-01T06:53:25.349Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:53:25.349Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T06:53:25.349Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-02-01T06:53:25.349Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2023-02-01T06:53:25.349Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-01T06:53:25.349Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:53:25.350Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T06:53:25.350Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:53:25.350Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2023-02-01T06:53:25.350Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2023-02-01T06:53:25.350Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2023-02-01T06:53:25.350Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2023-02-01T06:53:25.351Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-02-01T06:53:25.351Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-02-01T06:53:25.351Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:53:25.351Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-02-01T06:53:25.351Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:53:25.352Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-02-01T06:53:25.352Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-01T06:53:25.352Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:53:25.352Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-02-01T06:53:25.352Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-01T06:53:25.353Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:53:25.353Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-02-01T06:53:25.353Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-01T06:53:25.353Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:53:25.353Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2023-02-01T06:53:25.353Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-02-01T06:53:25.354Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-02-01T06:53:25.354Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=6b43d4a8-f613-4445-9523-15ee6b02940e 2023-02-01T06:53:25.354Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:53:25.354Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T06:53:25.354Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:53:25.355Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T06:53:25.355Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:53:25.355Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T06:53:25.355Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:53:25.355Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T06:53:25.356Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:9549a9ee-0d4e-4205-95a9-47e8445487f5 Model Version:NULL Model InvariantUuid:3906d614-e9b1-4250-83f5-091ecc2cafc0 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:e8b27123-f718-4ad2-839b-31636959c9e1 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:f5c94fb6-b949-4789-bd56-f4cd70d54701 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:7930b60b-39be-4699-8d9d-66a033ce80c5 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:8025cb0c-d352-4cbc-b521-c4dabfe33d79 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:e771f43c-05aa-4620-a93c-73f595813893 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:6b43d4a8-f613-4445-9523-15ee6b02940e ModelInvariantUuid:b8c6110f-a49d-418f-9c9c-42ad40b0a0d8 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:9e9e6fc1-be9f-4b07-a941-e4ee1560801d ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:f7e16418-d4d2-4788-af95-c34c7a3e7831 ModelInvariantUuid:31222ebc-fc46-4d3c-97af-bc2dd0d2417e ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:a68912be-772b-42d9-a287-ab03c2c76a06 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2023-02-01T06:53:25.368Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 281eea2b-ba61-4269-9312-ae33f76eea18 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-02-01T06:53:25.374Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||INFO|500||basic_vm 0 2023-02-01T06:53:25.374Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 281eea2b-ba61-4269-9312-ae33f76eea18 2023-02-01T06:53:25.374Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 70564509-23c5-4f57-9a94-c604063d6a55 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2023-02-01T06:53:25.374Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-02-01T06:53:25.375Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2023-02-01T06:53:25.456Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-02-01T06:53:25.457Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 70564509-23c5-4f57-9a94-c604063d6a55 787 2023-02-01T06:53:25.458Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2023-02-01T06:53:25.458Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2023-02-01T06:53:25.458Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-01T06:53:25.458Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-01T06:53:25.461Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T06:53:25.461Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "9d77c64e-ca7d-4ea1-b124-27de0e7d26d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234405458, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2023-02-01T06:53:25.564Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2023-02-01T06:53:25.565Z||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. 2023-02-01T06:53:25.565Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T06:53:25.619Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:53:25.619Z||pool-59-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":1,"count":1} 2023-02-01T06:53:26.462Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "8025cb0c-d352-4cbc-b521-c4dabfe33d79", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e771f43c-05aa-4620-a93c-73f595813893", "vfModuleModelCustomizationUUID": "5ac9130a-d67c-48b1-b976-e3ca934b697b", "isBase": true, "artifacts": [ "60633979-c5d5-42c2-aa47-95905399a194", "86163ac3-b88c-44b7-8c15-fd54dfe44264" ], "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": "" } } ] 2023-02-01T06:53:26.467Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:e771f43c-05aa-4620-a93c-73f595813893 VfModuleModelInvariantUUID:8025cb0c-d352-4cbc-b521-c4dabfe33d79 VfModuleModelDescription:NULL Artifacts UUID List:{ 60633979-c5d5-42c2-aa47-95905399a194 , 86163ac3-b88c-44b7-8c15-fd54dfe44264 } 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 } 2023-02-01T06:53:26.470Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "8025cb0c-d352-4cbc-b521-c4dabfe33d79", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e771f43c-05aa-4620-a93c-73f595813893", "vfModuleModelCustomizationUUID": "5ac9130a-d67c-48b1-b976-e3ca934b697b", "isBase": true, "artifacts": [ "60633979-c5d5-42c2-aa47-95905399a194", "86163ac3-b88c-44b7-8c15-fd54dfe44264" ], "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": "" } } ] 2023-02-01T06:53:26.471Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:e771f43c-05aa-4620-a93c-73f595813893 VfModuleModelInvariantUUID:8025cb0c-d352-4cbc-b521-c4dabfe33d79 VfModuleModelDescription:NULL Artifacts UUID List:{ 60633979-c5d5-42c2-aa47-95905399a194 , 86163ac3-b88c-44b7-8c15-fd54dfe44264 } 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 } 2023-02-01T06:53:26.472Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 60633979-c5d5-42c2-aa47-95905399a194 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2023-02-01T06:53:26.472Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-02-01T06:53:26.472Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2023-02-01T06:53:26.641Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-02-01T06:53:26.642Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 60633979-c5d5-42c2-aa47-95905399a194 5033 2023-02-01T06:53:26.642Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2023-02-01T06:53:26.642Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2023-02-01T06:53:26.642Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-01T06:53:26.642Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-01T06:53:26.645Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T06:53:26.645Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "9d77c64e-ca7d-4ea1-b124-27de0e7d26d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234406642, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-02-01T06:53:26.746Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-01T06:53:26.748Z||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. 2023-02-01T06:53:26.748Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T06:53:26.796Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:53:26.800Z||pool-60-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":1,"count":1} 2023-02-01T06:53:27.646Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 86163ac3-b88c-44b7-8c15-fd54dfe44264 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2023-02-01T06:53:27.649Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-02-01T06:53:27.649Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2023-02-01T06:53:27.781Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-02-01T06:53:27.782Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 86163ac3-b88c-44b7-8c15-fd54dfe44264 903 2023-02-01T06:53:27.782Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2023-02-01T06:53:27.782Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2023-02-01T06:53:27.782Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-01T06:53:27.783Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-01T06:53:27.788Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T06:53:27.788Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "9d77c64e-ca7d-4ea1-b124-27de0e7d26d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234407782, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-02-01T06:53:27.888Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-01T06:53:27.889Z||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. 2023-02-01T06:53:27.889Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T06:53:27.908Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:53:27.908Z||pool-61-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2023-02-01T06:53:28.790Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 9549a9ee-0d4e-4205-95a9-47e8445487f5 2023-02-01T06:53:28.791Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 281eea2b-ba61-4269-9312-ae33f76eea18 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-02-01T06:53:28.966Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@14529a2d, org.onap.sdc.toscaparser.api.parameters.Input@de3042d, org.onap.sdc.toscaparser.api.parameters.Input@69c451a3, org.onap.sdc.toscaparser.api.parameters.Input@13ac7c22, org.onap.sdc.toscaparser.api.parameters.Input@13af1f88] 2023-02-01T06:53:28.971Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:53:28.972Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T06:53:28.972Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2023-02-01T06:53:28.972Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 7930b60b-39be-4699-8d9d-66a033ce80c5 2023-02-01T06:53:28.973Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7930b60b-39be-4699-8d9d-66a033ce80c5 matches Tosca VF Customization UUID: 7930b60b-39be-4699-8d9d-66a033ce80c5 2023-02-01T06:53:28.973Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 7930b60b-39be-4699-8d9d-66a033ce80c5 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2023-02-01T06:53:29.000Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:53:29.002Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T06:53:29.003Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 7930b60b-39be-4699-8d9d-66a033ce80c5: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2023-02-01T06:53:29.003Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3dc79b78 2023-02-01T06:53:29.003Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:53:29.004Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-02-01T06:53:29.004Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5ac9130a-d67c-48b1-b976-e3ca934b697b 2023-02-01T06:53:29.004Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5ac9130a-d67c-48b1-b976-e3ca934b697b Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2023-02-01T06:53:29.025Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:53:29.025Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-02-01T06:53:29.026Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-01T06:53:29.026Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:53:29.026Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-02-01T06:53:29.026Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-01T06:53:29.027Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:53:29.027Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2023-02-01T06:53:29.027Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-02-01T06:53:29.028Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-02-01T06:53:29.028Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=6b43d4a8-f613-4445-9523-15ee6b02940e Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2023-02-01T06:53:29.036Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:53:29.037Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-02-01T06:53:29.037Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-01T06:53:29.037Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:53:29.038Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-02-01T06:53:29.038Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=7930b60b-39be-4699-8d9d-66a033ce80c5 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-02-01T06:53:29.052Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:53:29.053Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T06:53:29.053Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 9549a9ee-0d4e-4205-95a9-47e8445487f5: basic_vm 2023-02-01T06:53:29.054Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:53:29.054Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T06:53:29.054Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:53:29.054Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T06:53:29.054Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:53:29.055Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T06:53:29.055Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:53:29.055Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T06:53:29.055Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:53:29.055Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T06:53:29.055Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||INFO|500||Saving Service: basic_vm Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-01T06:53:29.642Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 281eea2b-ba61-4269-9312-ae33f76eea18 1 ASDC deployResourceStructure 2023-02-01T06:53:29.642Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2023-02-01T06:53:29.642Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2023-02-01T06:53:29.643Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-01T06:53:29.643Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-01T06:53:29.645Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T06:53:29.646Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "9d77c64e-ca7d-4ea1-b124-27de0e7d26d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234409642, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2023-02-01T06:53:29.746Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-01T06:53:29.747Z||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. 2023-02-01T06:53:29.747Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T06:53:29.780Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:53:29.781Z||pool-62-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1} 2023-02-01T06:53:30.646Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2023-02-01T06:53:30.647Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2023-02-01T06:53:30.647Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-01T06:53:30.653Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-01T06:53:30.656Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T06:53:30.656Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "9d77c64e-ca7d-4ea1-b124-27de0e7d26d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234410646, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2023-02-01T06:53:30.766Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 110 ms 2023-02-01T06:53:30.767Z||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. 2023-02-01T06:53:30.767Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T06:53:30.838Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:53:30.845Z||pool-63-thread-1|||||INFO|500||cambria reply ok (79 ms):{"serverTimeMs":0,"count":1} 2023-02-01T06:53:31.658Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2023-02-01T06:53:31.658Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2023-02-01T06:53:31.658Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-01T06:53:31.659Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-01T06:53:31.669Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T06:53:31.669Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "9d77c64e-ca7d-4ea1-b124-27de0e7d26d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234411657, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2023-02-01T06:53:31.769Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-02-01T06:53:31.771Z||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. 2023-02-01T06:53:31.771Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T06:53:31.789Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:53:31.790Z||pool-64-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2023-02-01T06:53:32.671Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2023-02-01T06:53:32.672Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-02-01T06:53:32.672Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-01T06:53:32.673Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-01T06:53:32.676Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T06:53:32.676Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "9d77c64e-ca7d-4ea1-b124-27de0e7d26d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234412671, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-02-01T06:53:32.777Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-01T06:53:32.778Z||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. 2023-02-01T06:53:32.779Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T06:53:32.812Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:53:32.813Z||pool-65-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} 2023-02-01T06:53:33.677Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9d77c64e-ca7d-4ea1-b124-27de0e7d26d7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-01T06:53:33.735Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9d77c64e-ca7d-4ea1-b124-27de0e7d26d7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-01T06:53:33.741Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-01T06:53:33.741Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-02-01T06:53:33.741Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-02-01T06:53:33.741Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-02-01T06:53:33.742Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-01T06:53:33.742Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-01T06:53:33.742Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-01T06:53:33.742Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-01T06:53:33.743Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-01T06:53:33.743Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-01T06:53:33.760Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-02-01T06:54:03.761Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9d77c64e-ca7d-4ea1-b124-27de0e7d26d7 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-02-01T06:54:03.797Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9d77c64e-ca7d-4ea1-b124-27de0e7d26d7 and serviceModelVersionId: 9549a9ee-0d4e-4205-95a9-47e8445487f5 2023-02-01T06:54:03.797Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3906d614-e9b1-4250-83f5-091ecc2cafc0 2023-02-01T06:54:03.799Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3906d614-e9b1-4250-83f5-091ecc2cafc0/model-vers/model-ver/9549a9ee-0d4e-4205-95a9-47e8445487f5?depth=0 2023-02-01T06:54:03.805Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2023-02-01T06:54:03.907Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3906d614-e9b1-4250-83f5-091ecc2cafc0/model-vers/model-ver/9549a9ee-0d4e-4205-95a9-47e8445487f5?depth=0|INFO|500||Invoke 2023-02-01T06:54:03.909Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3906d614-e9b1-4250-83f5-091ecc2cafc0/model-vers/model-ver/9549a9ee-0d4e-4205-95a9-47e8445487f5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3906d614-e9b1-4250-83f5-091ecc2cafc0/model-vers/model-ver/9549a9ee-0d4e-4205-95a9-47e8445487f5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9d77c64e-ca7d-4ea1-b124-27de0e7d26d7], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[51a8d45b-8ad8-4989-b9c2-30a8438118eb], X-ECOMP-RequestID=[9d77c64e-ca7d-4ea1-b124-27de0e7d26d7], X-TransactionId=[], X-ONAP-RequestID=[9d77c64e-ca7d-4ea1-b124-27de0e7d26d7], Content-Type=[application/merge-patch+json]} 2023-02-01T06:54:03.974Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3906d614-e9b1-4250-83f5-091ecc2cafc0/model-vers/model-ver/9549a9ee-0d4e-4205-95a9-47e8445487f5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-02-01T06:54:04.332Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3906d614-e9b1-4250-83f5-091ecc2cafc0/model-vers/model-ver/9549a9ee-0d4e-4205-95a9-47e8445487f5?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/3906d614-e9b1-4250-83f5-091ecc2cafc0/model-vers/model-ver/9549a9ee-0d4e-4205-95a9-47e8445487f5?depth=0 has http status code:200 and response headers:{date=[Wed, 01 Feb 2023 06:54:03 GMT], content-length=[0], vertex-id=[254040], x-aai-txid=[1-aai-resources-230201-06:54:03:298-22599], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-02-01T06:54:04.333Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3906d614-e9b1-4250-83f5-091ecc2cafc0/model-vers/model-ver/9549a9ee-0d4e-4205-95a9-47e8445487f5?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-02-01T06:54:04.334Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3906d614-e9b1-4250-83f5-091ecc2cafc0/model-vers/model-ver/9549a9ee-0d4e-4205-95a9-47e8445487f5?depth=0|INFO|500||InvokeReturn 2023-02-01T06:54:04.335Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-02-01T06:54:04.335Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-02-01T06:54:04.370Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-02-01T06:54:04.370Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9d77c64e-ca7d-4ea1-b124-27de0e7d26d7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-02-01T06:54:04.371Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-02-01T06:54:04.371Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-01T06:54:04.377Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T06:54:04.378Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "9d77c64e-ca7d-4ea1-b124-27de0e7d26d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234444370, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-02-01T06:54:04.477Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2023-02-01T06:54:04.481Z||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. 2023-02-01T06:54:04.481Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T06:54:04.572Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:54:04.574Z||pool-66-thread-1|||||INFO|500||cambria reply ok (96 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-02-01T06:54:05.506Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T06:54:05.507Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"27411e4e-8b32-4583-a0cd-48144b5f2a9e","serviceDescription":"service","serviceInvariantUUID":"f38fcdf9-6271-40a7-8431-cc921bd80f4a","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7d4532ea-711e-4dd4-9df2-815a36f8e03f","resourceInvariantUUID":"176f92b9-31da-4a00-be4a-5f5471d85c24","resourceCustomizationUUID":"a9e013fa-d215-43da-834b-f3a4c7c08d1b","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":"NDliYTgyY2FjODBhY2NmNGFlNTJlMjEzZmZhYTMyMWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"babeba28-c895-4699-9c19-24915219c6d8","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":"a85e48f1-857e-4cc5-a64d-e8af57e7e85a","artifactVersion":"2","generatedFromUUID":"58cf668d-81f7-46a1-ae95-0db388402ba3"},{"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":"58cf668d-81f7-46a1-ae95-0db388402ba3","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":"NTIwODI0MjRjNTFmNDIyZDYyYjRjNjE2ODExMTFhYWY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2817d4e0-603c-41a1-955e-0805741cb836","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":"fd4b7971-b7c6-45ce-81fc-01180c869867","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":"58f0043e-56a0-4e20-afc3-0277bdcbe3f2","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":"7f8c0971-5fc8-478b-9b85-e227894776eb","artifactVersion":"2","generatedFromUUID":"fd4b7971-b7c6-45ce-81fc-01180c869867"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NWMzYTcwYjIwZGVlNjQ3NGNjMGM2OGQ3ZDIzOWE2ZDM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0dd8c067-71a9-4869-9e50-5a5741fc93fc","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MWE5NWExMmNhMWY5ZmFjODNjYTVmNjg2OTA0M2I2ODc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dbdf3b36-eaa8-4b8f-be9a-a7c15dfa0014","artifactVersion":"1"}],"workloadContext":"Production"} 2023-02-01T06:54:05.508Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-01T06:54:05.508Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-01T06:54:05.510Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T06:54:05.511Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234193893, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T06:54:05.611Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-01T06:54:05.612Z||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. 2023-02-01T06:54:05.613Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T06:54:05.654Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:54:05.654Z||pool-67-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1} 2023-02-01T06:54:06.511Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-01T06:54:06.513Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-01T06:54:06.516Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T06:54:06.517Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234193893, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2023-02-01T06:54:06.616Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-02-01T06:54:06.617Z||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. 2023-02-01T06:54:06.618Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T06:54:06.647Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:54:06.649Z||pool-68-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1} 2023-02-01T06:54:07.517Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-01T06:54:07.519Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-01T06:54:07.521Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T06:54:07.521Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234193893, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2023-02-01T06:54:07.621Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-02-01T06:54:07.622Z||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. 2023-02-01T06:54:07.622Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T06:54:07.637Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:54:07.638Z||pool-69-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2023-02-01T06:54:08.526Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-01T06:54:08.534Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-01T06:54:08.541Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T06:54:08.542Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234193893, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2023-02-01T06:54:08.638Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms 2023-02-01T06:54:08.639Z||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. 2023-02-01T06:54:08.639Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T06:54:08.661Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:54:08.662Z||pool-70-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2023-02-01T06:54:09.543Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-01T06:54:09.545Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-01T06:54:09.551Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T06:54:09.552Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234193893, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2023-02-01T06:54:09.650Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2023-02-01T06:54:09.651Z||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. 2023-02-01T06:54:09.651Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T06:54:09.715Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:54:09.716Z||pool-71-thread-1|||||INFO|500||cambria reply ok (65 ms):{"serverTimeMs":1,"count":1} 2023-02-01T06:54:10.553Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-01T06:54:10.554Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-01T06:54:10.566Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T06:54:10.566Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234193893, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T06:54:10.659Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms 2023-02-01T06:54:10.660Z||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. 2023-02-01T06:54:10.660Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T06:54:10.698Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:54:10.698Z||pool-72-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":1,"count":1} 2023-02-01T06:54:11.567Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-01T06:54:11.568Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-01T06:54:11.575Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T06:54:11.575Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234193893, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2023-02-01T06:54:11.677Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-02-01T06:54:11.678Z||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. 2023-02-01T06:54:11.678Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T06:54:11.744Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:54:11.745Z||pool-73-thread-1|||||INFO|500||cambria reply ok (67 ms):{"serverTimeMs":0,"count":1} 2023-02-01T06:54:12.576Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-01T06:54:12.586Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-01T06:54:12.597Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T06:54:12.597Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234193893, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-02-01T06:54:12.689Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms 2023-02-01T06:54:12.690Z||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. 2023-02-01T06:54:12.691Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T06:54:12.722Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:54:12.724Z||pool-74-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} 2023-02-01T06:54:13.579Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T06:54:13.580Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T06:54:13.580Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T06:54:13.600Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-01T06:54:13.604Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-01T06:54:13.612Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T06:54:13.613Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234193893, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-02-01T06:54:13.646Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:54:13.647Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:54:13.647Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d77c64e-ca7d-4ea1-b124-27de0e7d26d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234193893, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T06:54:13.649Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:54:13.719Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms 2023-02-01T06:54:13.738Z||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. 2023-02-01T06:54:13.739Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T06:54:13.774Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:54:13.775Z||pool-75-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":0,"count":1} 2023-02-01T06:54:14.614Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "27411e4e-8b32-4583-a0cd-48144b5f2a9e", "serviceDescription": "service", "serviceInvariantUUID": "f38fcdf9-6271-40a7-8431-cc921bd80f4a", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "a9e013fa-d215-43da-834b-f3a4c7c08d1b", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "7d4532ea-711e-4dd4-9df2-815a36f8e03f", "resourceInvariantUUID": "176f92b9-31da-4a00-be4a-5f5471d85c24", "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": "a85e48f1-857e-4cc5-a64d-e8af57e7e85a", "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": "58cf668d-81f7-46a1-ae95-0db388402ba3", "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": "NTIwODI0MjRjNTFmNDIyZDYyYjRjNjE2ODExMTFhYWY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2817d4e0-603c-41a1-955e-0805741cb836", "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": "fd4b7971-b7c6-45ce-81fc-01180c869867", "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": "7f8c0971-5fc8-478b-9b85-e227894776eb", "generatedFromUUID": "fd4b7971-b7c6-45ce-81fc-01180c869867" }, "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": "7f8c0971-5fc8-478b-9b85-e227894776eb", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "MWE5NWExMmNhMWY5ZmFjODNjYTVmNjg2OTA0M2I2ODc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "dbdf3b36-eaa8-4b8f-be9a-a7c15dfa0014" } ], "workloadContext": "Production" } 2023-02-01T06:54:14.615Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-02-01T06:54:14.626Z|9d77c64e-ca7d-4ea1-b124-27de0e7d26d7|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 27411e4e-8b32-4583-a0cd-48144b5f2a9e ASDC 2023-02-01T06:54:14.627Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:27411e4e-8b32-4583-a0cd-48144b5f2a9e ServiceInvariantUUID:f38fcdf9-6271-40a7-8431-cc921bd80f4a 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:dbdf3b36-eaa8-4b8f-be9a-a7c15dfa0014 ArtifactChecksum:MWE5NWExMmNhMWY5ZmFjODNjYTVmNjg2OTA0M2I2ODc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:a9e013fa-d215-43da-834b-f3a4c7c08d1b ResourceInvariantUUID:176f92b9-31da-4a00-be4a-5f5471d85c24 ResourceName:basic_cnf ResourceType:VF ResourceUUID:7d4532ea-711e-4dd4-9df2-815a36f8e03f 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:a85e48f1-857e-4cc5-a64d-e8af57e7e85a 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:58cf668d-81f7-46a1-ae95-0db388402ba3 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:2817d4e0-603c-41a1-955e-0805741cb836 ArtifactChecksum:NTIwODI0MjRjNTFmNDIyZDYyYjRjNjE2ODExMTFhYWY= 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:fd4b7971-b7c6-45ce-81fc-01180c869867 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:7f8c0971-5fc8-478b-9b85-e227894776eb 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:7f8c0971-5fc8-478b-9b85-e227894776eb ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-02-01T06:54:14.627Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 27411e4e-8b32-4583-a0cd-48144b5f2a9e ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-02-01T06:54:14.835Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-01T06:54:14.837Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-02-01T06:54:14.837Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-02-01T06:54:14.837Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: dbdf3b36-eaa8-4b8f-be9a-a7c15dfa0014 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2023-02-01T06:54:14.837Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-02-01T06:54:14.838Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2023-02-01T06:54:15.263Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-02-01T06:54:15.270Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar dbdf3b36-eaa8-4b8f-be9a-a7c15dfa0014 73682 2023-02-01T06:54:15.271Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2023-02-01T06:54:15.271Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2023-02-01T06:54:15.271Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-01T06:54:15.272Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-01T06:54:15.282Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T06:54:15.283Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234455271, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-01T06:54:15.382Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-02-01T06:54:15.383Z||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. 2023-02-01T06:54:15.384Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T06:54:15.435Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:54:15.437Z||pool-76-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":0,"count":1} 2023-02-01T06:54:16.284Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-01T06:54:16.285Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-02-01T06:54:16.288Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: dbdf3b36-eaa8-4b8f-be9a-a7c15dfa0014, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2023-02-01T06:54:16.365Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2023-02-01T06:54:16.366Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2023-02-01T06:54:16.366Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2023-02-01T06:54:16.671Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6227766343489926529/Definitions/service-BasicCnf-template.yml Log warning: The required parameter "compute_dummy_metadata" is not provided Log warning: The required parameter "compute_dummy_name" is not provided 2023-02-01T06:54:19.254Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2023-02-01T06:54:19.254Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||WARN|500||#################################################################################################### 2023-02-01T06:54:19.254Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2023-02-01T06:54:19.255Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2023-02-01T06:54:19.255Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||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 2023-02-01T06:54:19.255Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2023-02-01T06:54:19.255Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||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 2023-02-01T06:54:19.255Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|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-BasicCnf-csar.csar 2023-02-01T06:54:19.255Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||WARN|500||#################################################################################################### 2023-02-01T06:54:19.255Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:54:19.255Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T06:54:19.256Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-02-01T06:54:19.256Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2023-02-01T06:54:19.256Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-01T06:54:19.258Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:54:19.258Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T06:54:19.259Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-02-01T06:54:19.259Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2023-02-01T06:54:19.259Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-01T06:54:19.259Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:54:19.260Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T06:54:19.260Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:54:19.260Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2023-02-01T06:54:19.261Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2023-02-01T06:54:19.261Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||Node template dummy is not matching search criteria 2023-02-01T06:54:19.261Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-02-01T06:54:19.261Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:54:19.262Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-02-01T06:54:19.262Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:54:19.262Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-02-01T06:54:19.262Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-01T06:54:19.263Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:54:19.263Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-02-01T06:54:19.263Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-01T06:54:19.263Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:54:19.263Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-02-01T06:54:19.264Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-01T06:54:19.264Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:54:19.264Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2023-02-01T06:54:19.264Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2023-02-01T06:54:19.264Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=6c1989e1-f6c3-433e-9589-1f2441d5ee9d 2023-02-01T06:54:19.265Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:54:19.265Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T06:54:19.265Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:54:19.265Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T06:54:19.265Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:54:19.266Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T06:54:19.266Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:54:19.266Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T06:54:19.266Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:27411e4e-8b32-4583-a0cd-48144b5f2a9e Model Version:NULL Model InvariantUuid:f38fcdf9-6271-40a7-8431-cc921bd80f4a Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:e531db1b-1cea-4131-b278-416e60e831d3 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:176f92b9-31da-4a00-be4a-5f5471d85c24 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:a9e013fa-d215-43da-834b-f3a4c7c08d1b NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:abb24d9c-8c92-43dd-96f4-ee1315f1d44d ModelName:BasicCnf..base_dummy..module-0 ModelUuid:77deed51-7265-4ba4-8b4d-a48731e219ec ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:6c1989e1-f6c3-433e-9589-1f2441d5ee9d ModelInvariantUuid:534d8928-6bdc-4044-8fdb-bdb92a2504c5 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:4b4ee5d7-eb17-47f6-8e1d-af201328b36e ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:b9b80179-7083-4b85-8569-4a1062ce48f8 ModelInvariantUuid:71f2a47d-3e35-4170-9992-d24832c303d9 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:319576f4-449e-45c9-8054-a52022b7ed31 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2023-02-01T06:54:19.348Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 7d4532ea-711e-4dd4-9df2-815a36f8e03f Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-02-01T06:54:19.363Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||basic_cnf 0 2023-02-01T06:54:19.364Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7d4532ea-711e-4dd4-9df2-815a36f8e03f 2023-02-01T06:54:19.364Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: a85e48f1-857e-4cc5-a64d-e8af57e7e85a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2023-02-01T06:54:19.364Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-02-01T06:54:19.364Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||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 2023-02-01T06:54:19.690Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-02-01T06:54:19.734Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env a85e48f1-857e-4cc5-a64d-e8af57e7e85a 12 2023-02-01T06:54:19.757Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||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 2023-02-01T06:54:19.774Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||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 2023-02-01T06:54:19.779Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-01T06:54:19.798Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-01T06:54:19.858Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T06:54:19.870Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234459757, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2023-02-01T06:54:19.913Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 26 ms 2023-02-01T06:54:19.914Z||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. 2023-02-01T06:54:19.914Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T06:54:19.953Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:54:19.954Z||pool-77-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1} 2023-02-01T06:54:20.887Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 58cf668d-81f7-46a1-ae95-0db388402ba3 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2023-02-01T06:54:20.888Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-02-01T06:54:20.888Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||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 2023-02-01T06:54:20.987Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-02-01T06:54:20.988Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 58cf668d-81f7-46a1-ae95-0db388402ba3 2688 2023-02-01T06:54:20.990Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||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 2023-02-01T06:54:20.990Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||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 2023-02-01T06:54:20.990Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-01T06:54:20.991Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-01T06:54:20.998Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T06:54:20.998Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234460989, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2023-02-01T06:54:21.096Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2023-02-01T06:54:21.097Z||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. 2023-02-01T06:54:21.097Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T06:54:21.168Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:54:21.168Z||pool-78-thread-1|||||INFO|500||cambria reply ok (72 ms):{"serverTimeMs":0,"count":1} 2023-02-01T06:54:22.000Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 2817d4e0-603c-41a1-955e-0805741cb836 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2023-02-01T06:54:22.001Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-02-01T06:54:22.001Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||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 2023-02-01T06:54:22.091Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-02-01T06:54:22.092Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2817d4e0-603c-41a1-955e-0805741cb836 828 2023-02-01T06:54:22.092Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||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 2023-02-01T06:54:22.092Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||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 2023-02-01T06:54:22.092Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-01T06:54:22.093Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-01T06:54:22.097Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T06:54:22.097Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234462092, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2023-02-01T06:54:22.197Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-02-01T06:54:22.198Z||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. 2023-02-01T06:54:22.198Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T06:54:22.231Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:54:22.232Z||pool-79-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} 2023-02-01T06:54:23.098Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "abb24d9c-8c92-43dd-96f4-ee1315f1d44d", "vfModuleModelVersion": "1", "vfModuleModelUUID": "77deed51-7265-4ba4-8b4d-a48731e219ec", "vfModuleModelCustomizationUUID": "65b614c8-a2f5-4621-a349-9352781da99c", "isBase": true, "artifacts": [ "58cf668d-81f7-46a1-ae95-0db388402ba3", "fd4b7971-b7c6-45ce-81fc-01180c869867", "7f8c0971-5fc8-478b-9b85-e227894776eb" ], "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": "" } } ] 2023-02-01T06:54:23.103Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:77deed51-7265-4ba4-8b4d-a48731e219ec VfModuleModelInvariantUUID:abb24d9c-8c92-43dd-96f4-ee1315f1d44d VfModuleModelDescription:NULL Artifacts UUID List:{ 58cf668d-81f7-46a1-ae95-0db388402ba3 , fd4b7971-b7c6-45ce-81fc-01180c869867 , 7f8c0971-5fc8-478b-9b85-e227894776eb } 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 } 2023-02-01T06:54:23.110Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "abb24d9c-8c92-43dd-96f4-ee1315f1d44d", "vfModuleModelVersion": "1", "vfModuleModelUUID": "77deed51-7265-4ba4-8b4d-a48731e219ec", "vfModuleModelCustomizationUUID": "65b614c8-a2f5-4621-a349-9352781da99c", "isBase": true, "artifacts": [ "58cf668d-81f7-46a1-ae95-0db388402ba3", "fd4b7971-b7c6-45ce-81fc-01180c869867", "7f8c0971-5fc8-478b-9b85-e227894776eb" ], "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": "" } } ] 2023-02-01T06:54:23.110Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:77deed51-7265-4ba4-8b4d-a48731e219ec VfModuleModelInvariantUUID:abb24d9c-8c92-43dd-96f4-ee1315f1d44d VfModuleModelDescription:NULL Artifacts UUID List:{ 58cf668d-81f7-46a1-ae95-0db388402ba3 , fd4b7971-b7c6-45ce-81fc-01180c869867 , 7f8c0971-5fc8-478b-9b85-e227894776eb } 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 } 2023-02-01T06:54:23.110Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: fd4b7971-b7c6-45ce-81fc-01180c869867 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2023-02-01T06:54:23.110Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-02-01T06:54:23.110Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2023-02-01T06:54:23.210Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-02-01T06:54:23.211Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml fd4b7971-b7c6-45ce-81fc-01180c869867 1164 2023-02-01T06:54:23.211Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||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 2023-02-01T06:54:23.211Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||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 2023-02-01T06:54:23.211Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-01T06:54:23.212Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-01T06:54:23.220Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T06:54:23.221Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234463211, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2023-02-01T06:54:23.314Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms 2023-02-01T06:54:23.337Z||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. 2023-02-01T06:54:23.340Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T06:54:23.372Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:54:23.373Z||pool-80-thread-1|||||INFO|500||cambria reply ok (58 ms):{"serverTimeMs":0,"count":1} 2023-02-01T06:54:24.221Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 7f8c0971-5fc8-478b-9b85-e227894776eb from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2023-02-01T06:54:24.222Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-02-01T06:54:24.223Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2023-02-01T06:54:24.323Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-02-01T06:54:24.324Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 7f8c0971-5fc8-478b-9b85-e227894776eb 200 2023-02-01T06:54:24.325Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||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 2023-02-01T06:54:24.325Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||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 2023-02-01T06:54:24.326Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-01T06:54:24.326Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-01T06:54:24.329Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T06:54:24.329Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234464325, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2023-02-01T06:54:24.430Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-02-01T06:54:24.431Z||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. 2023-02-01T06:54:24.431Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T06:54:24.446Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:54:24.447Z||pool-81-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2023-02-01T06:54:25.330Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 27411e4e-8b32-4583-a0cd-48144b5f2a9e 2023-02-01T06:54:25.331Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 7d4532ea-711e-4dd4-9df2-815a36f8e03f 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 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=? 2023-02-01T06:54:29.498Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||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 toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-02-01T06:54:29.536Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@66da8b34, org.onap.sdc.toscaparser.api.parameters.Input@59157df0, org.onap.sdc.toscaparser.api.parameters.Input@53cf3aa5, org.onap.sdc.toscaparser.api.parameters.Input@770c4737, org.onap.sdc.toscaparser.api.parameters.Input@45bde1c9] 2023-02-01T06:54:29.540Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:54:29.540Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T06:54:29.541Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2023-02-01T06:54:29.541Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= a9e013fa-d215-43da-834b-f3a4c7c08d1b 2023-02-01T06:54:29.541Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a9e013fa-d215-43da-834b-f3a4c7c08d1b matches Tosca VF Customization UUID: a9e013fa-d215-43da-834b-f3a4c7c08d1b 2023-02-01T06:54:29.542Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: a9e013fa-d215-43da-834b-f3a4c7c08d1b matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2023-02-01T06:54:29.547Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:54:29.547Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T06:54:29.548Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id a9e013fa-d215-43da-834b-f3a4c7c08d1b: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2023-02-01T06:54:29.549Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@825395a 2023-02-01T06:54:29.549Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:54:29.550Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-02-01T06:54:29.551Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 65b614c8-a2f5-4621-a349-9352781da99c 2023-02-01T06:54:29.551Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 65b614c8-a2f5-4621-a349-9352781da99c Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2023-02-01T06:54:29.565Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:54:29.565Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-02-01T06:54:29.566Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-01T06:54:29.567Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:54:29.567Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-02-01T06:54:29.567Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-01T06:54:29.568Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:54:29.568Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2023-02-01T06:54:29.568Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2023-02-01T06:54:29.569Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=6c1989e1-f6c3-433e-9589-1f2441d5ee9d Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2023-02-01T06:54:29.602Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:54:29.603Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-02-01T06:54:29.604Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-01T06:54:29.604Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:54:29.605Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-02-01T06:54:29.605Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=a9e013fa-d215-43da-834b-f3a4c7c08d1b Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-02-01T06:54:29.633Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:54:29.634Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T06:54:29.635Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 27411e4e-8b32-4583-a0cd-48144b5f2a9e: basic_cnf 2023-02-01T06:54:29.635Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:54:29.635Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T06:54:29.636Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:54:29.636Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T06:54:29.636Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:54:29.636Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T06:54:29.637Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:54:29.637Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T06:54:29.638Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T06:54:29.638Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T06:54:29.638Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||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 (?, ?, ?, ?, ?) 2023-02-01T06:54:30.246Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 7d4532ea-711e-4dd4-9df2-815a36f8e03f 1 ASDC deployResourceStructure 2023-02-01T06:54:30.248Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||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 2023-02-01T06:54:30.248Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||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) 2023-02-01T06:54:30.248Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-02-01T06:54:30.248Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-01T06:54:30.251Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T06:54:30.252Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234470247, "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" } 2023-02-01T06:54:30.357Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2023-02-01T06:54:30.358Z||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. 2023-02-01T06:54:30.358Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T06:54:30.406Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:54:30.407Z||pool-82-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":0,"count":1} 2023-02-01T06:54:31.258Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||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 2023-02-01T06:54:31.259Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||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) 2023-02-01T06:54:31.259Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-02-01T06:54:31.259Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-01T06:54:31.278Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T06:54:31.278Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234471258, "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" } 2023-02-01T06:54:31.369Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms 2023-02-01T06:54:31.370Z||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. 2023-02-01T06:54:31.370Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T06:54:31.408Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:54:31.409Z||pool-83-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1} 2023-02-01T06:54:32.288Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||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 2023-02-01T06:54:32.292Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||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 2023-02-01T06:54:32.293Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-01T06:54:32.293Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-01T06:54:32.296Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T06:54:32.296Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234472288, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2023-02-01T06:54:32.408Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 110 ms 2023-02-01T06:54:32.410Z||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. 2023-02-01T06:54:32.412Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T06:54:32.444Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:54:32.444Z||pool-84-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} 2023-02-01T06:54:33.297Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||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 2023-02-01T06:54:33.298Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||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 2023-02-01T06:54:33.298Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-01T06:54:33.298Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-01T06:54:33.303Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T06:54:33.303Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234473297, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2023-02-01T06:54:33.410Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms 2023-02-01T06:54:33.412Z||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. 2023-02-01T06:54:33.412Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T06:54:33.437Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:54:33.438Z||pool-85-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2023-02-01T06:54:34.305Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||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 2023-02-01T06:54:34.305Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||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 2023-02-01T06:54:34.306Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-01T06:54:34.306Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-01T06:54:34.311Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T06:54:34.311Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234474305, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2023-02-01T06:54:34.449Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 138 ms 2023-02-01T06:54:34.453Z||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. 2023-02-01T06:54:34.453Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T06:54:34.491Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:54:34.492Z||pool-86-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1} 2023-02-01T06:54:35.312Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2023-02-01T06:54:35.312Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2023-02-01T06:54:35.312Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-01T06:54:35.314Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-01T06:54:35.323Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T06:54:35.324Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234475312, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2023-02-01T06:54:35.423Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-02-01T06:54:35.425Z||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. 2023-02-01T06:54:35.425Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T06:54:35.452Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:54:35.454Z||pool-87-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2023-02-01T06:54:36.325Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-01T06:54:36.357Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-01T06:54:36.374Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-01T06:54:36.374Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-02-01T06:54:36.374Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-02-01T06:54:36.374Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-02-01T06:54:36.374Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-01T06:54:36.375Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-01T06:54:36.375Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-01T06:54:36.375Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-01T06:54:36.375Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-01T06:54:36.375Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-01T06:54:36.400Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-02-01T06:55:06.401Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-02-01T06:55:06.422Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f and serviceModelVersionId: 27411e4e-8b32-4583-a0cd-48144b5f2a9e 2023-02-01T06:55:06.424Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f38fcdf9-6271-40a7-8431-cc921bd80f4a 2023-02-01T06:55:06.425Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f38fcdf9-6271-40a7-8431-cc921bd80f4a/model-vers/model-ver/27411e4e-8b32-4583-a0cd-48144b5f2a9e?depth=0 2023-02-01T06:55:06.434Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2023-02-01T06:55:06.530Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|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/f38fcdf9-6271-40a7-8431-cc921bd80f4a/model-vers/model-ver/27411e4e-8b32-4583-a0cd-48144b5f2a9e?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-02-01T06:55:06.531Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f38fcdf9-6271-40a7-8431-cc921bd80f4a/model-vers/model-ver/27411e4e-8b32-4583-a0cd-48144b5f2a9e?depth=0|INFO|500||Invoke 2023-02-01T06:55:06.570Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f38fcdf9-6271-40a7-8431-cc921bd80f4a/model-vers/model-ver/27411e4e-8b32-4583-a0cd-48144b5f2a9e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-02-01T06:55:06.965Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f38fcdf9-6271-40a7-8431-cc921bd80f4a/model-vers/model-ver/27411e4e-8b32-4583-a0cd-48144b5f2a9e?depth=0|INFO|500||InvokeReturn 2023-02-01T06:55:06.967Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|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/f38fcdf9-6271-40a7-8431-cc921bd80f4a/model-vers/model-ver/27411e4e-8b32-4583-a0cd-48144b5f2a9e?depth=0 has http status code:200 and response headers:{date=[Wed, 01 Feb 2023 06:55:05 GMT], content-length=[0], vertex-id=[221256], x-aai-txid=[0-aai-resources-230201-06:55:05:913-20740], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-02-01T06:55:06.969Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2023-02-01T06:55:06.970Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-02-01T06:55:06.970Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-02-01T06:55:06.987Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-02-01T06:55:06.988Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-02-01T06:55:06.989Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-02-01T06:55:06.990Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-01T06:55:06.992Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T06:55:06.993Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234506988, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-02-01T06:55:07.094Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-02-01T06:55:07.097Z||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. 2023-02-01T06:55:07.097Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T06:55:07.126Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:55:07.127Z||pool-88-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-02-01T06:55:08.060Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T06:55:08.062Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T06:55:08.062Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|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 EjcaMUROG0JWEck8) ... 2023-02-01T06:55:13.580Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T06:55:13.582Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T06:55:13.582Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T06:55:13.613Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:55:13.624Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:55:13.624Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d77c64e-ca7d-4ea1-b124-27de0e7d26d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234193893, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-02-01T06:55:13.635Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-02-01T06:55:13.650Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:55:13.650Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d77c64e-ca7d-4ea1-b124-27de0e7d26d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234193893, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-02-01T06:55:13.650Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-02-01T06:55:13.651Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:55:13.651Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d77c64e-ca7d-4ea1-b124-27de0e7d26d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234193893, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T06:55:13.651Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-02-01T06:55:13.651Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:55:13.651Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d77c64e-ca7d-4ea1-b124-27de0e7d26d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234193893, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-02-01T06:55:13.651Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-02-01T06:55:13.652Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:55:13.652Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d77c64e-ca7d-4ea1-b124-27de0e7d26d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234193893, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-02-01T06:55:13.652Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-02-01T06:55:13.652Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:55:13.652Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d77c64e-ca7d-4ea1-b124-27de0e7d26d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234193893, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-02-01T06:55:13.652Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-02-01T06:55:13.652Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:55:13.653Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d77c64e-ca7d-4ea1-b124-27de0e7d26d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234401324, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-01T06:55:13.653Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T06:55:13.653Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:55:13.653Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d77c64e-ca7d-4ea1-b124-27de0e7d26d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234405458, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2023-02-01T06:55:13.658Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T06:55:13.658Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:55:13.659Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d77c64e-ca7d-4ea1-b124-27de0e7d26d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234406642, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-02-01T06:55:13.659Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T06:55:13.659Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:55:13.659Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d77c64e-ca7d-4ea1-b124-27de0e7d26d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234407782, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-02-01T06:55:13.659Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T06:55:13.659Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:55:13.659Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d77c64e-ca7d-4ea1-b124-27de0e7d26d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234409642, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2023-02-01T06:55:13.660Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T06:55:13.660Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:55:13.660Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d77c64e-ca7d-4ea1-b124-27de0e7d26d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234410646, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2023-02-01T06:55:13.660Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T06:55:13.660Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:55:13.660Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d77c64e-ca7d-4ea1-b124-27de0e7d26d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234411657, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2023-02-01T06:55:13.660Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T06:55:13.661Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:55:13.661Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d77c64e-ca7d-4ea1-b124-27de0e7d26d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234412671, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-02-01T06:55:13.661Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T06:55:13.661Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:55:13.661Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d77c64e-ca7d-4ea1-b124-27de0e7d26d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234444370, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-02-01T06:55:13.661Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T06:55:13.662Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:55:13.662Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234193893, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T06:55:13.663Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-02-01T06:55:13.663Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:55:13.663Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234193893, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2023-02-01T06:55:13.664Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-02-01T06:55:13.664Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:55:13.664Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234193893, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2023-02-01T06:55:13.664Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-02-01T06:55:13.664Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:55:13.664Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234193893, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2023-02-01T06:55:13.665Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-02-01T06:55:13.665Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:55:13.665Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234193893, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2023-02-01T06:55:13.665Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-02-01T06:55:13.665Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:55:13.665Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234193893, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T06:55:13.666Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-02-01T06:55:13.666Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:55:13.666Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234193893, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2023-02-01T06:55:13.666Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-02-01T06:55:13.666Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T06:55:13.666Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234193893, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-02-01T06:55:13.667Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-02-01T06:55:18.604Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:55:18.605Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T06:55:18.606Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T06:55:18.606Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|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 EjcaMUROG0JWEck8) ... 2023-02-01T06:55:28.169Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:55:28.170Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T06:55:28.171Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T06:55:28.171Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|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 EjcaMUROG0JWEck8) ... 2023-02-01T06:55:37.820Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:55:37.821Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T06:55:37.822Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T06:55:37.822Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|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 EjcaMUROG0JWEck8) ... 2023-02-01T06:55:47.413Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:55:47.413Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T06:55:47.414Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T06:55:47.414Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|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 EjcaMUROG0JWEck8) ... 2023-02-01T06:55:57.101Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:55:57.102Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T06:55:57.112Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T06:55:57.113Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|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 EjcaMUROG0JWEck8) ... 2023-02-01T06:56:06.726Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:56:06.735Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T06:56:06.736Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T06:56:06.736Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|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 EjcaMUROG0JWEck8) ... 2023-02-01T06:56:13.580Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T06:56:13.580Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T06:56:13.581Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T06:56:13.684Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:56:13.685Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:56:13.686Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234193893, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-02-01T06:56:13.687Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T06:56:16.317Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:56:16.318Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T06:56:16.319Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T06:56:16.319Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T06:56:25.880Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:57:13.566Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T06:57:13.568Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T06:57:13.568Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T06:57:13.579Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T06:57:13.580Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T06:57:13.580Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T06:57:14.126Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:57:14.127Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:57:14.127Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234455271, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-01T06:57:14.128Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T06:57:14.128Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:57:14.129Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234459757, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2023-02-01T06:57:14.129Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T06:57:14.129Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:57:14.129Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234460989, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2023-02-01T06:57:14.129Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T06:57:14.129Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:57:14.130Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234462092, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2023-02-01T06:57:14.130Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T06:57:14.130Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:57:14.130Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234463211, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2023-02-01T06:57:14.131Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T06:57:14.131Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:57:14.132Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234464325, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2023-02-01T06:57:14.132Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T06:57:14.132Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:57:14.132Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234470247, "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" } 2023-02-01T06:57:14.132Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T06:57:14.133Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:57:14.133Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234471258, "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" } 2023-02-01T06:57:14.133Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T06:57:14.133Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:57:14.134Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234472288, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2023-02-01T06:57:14.135Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T06:57:14.135Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:57:14.135Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234473297, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2023-02-01T06:57:14.135Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T06:57:14.135Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:57:14.135Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234474305, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2023-02-01T06:57:14.135Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T06:57:14.135Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:57:14.135Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234475312, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2023-02-01T06:57:14.135Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T06:57:14.136Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T06:57:14.136Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234506988, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-02-01T06:57:14.136Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T06:57:23.166Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:58:13.568Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T06:58:13.579Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T06:58:13.581Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T06:58:13.583Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T06:58:13.585Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T06:58:13.585Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T06:58:23.188Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:58:23.236Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:59:13.566Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T06:59:13.567Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T06:59:13.568Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|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 EjcaMUROG0JWEck8) ... 2023-02-01T06:59:13.579Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T06:59:13.582Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T06:59:13.583Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|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 EjcaMUROG0JWEck8) ... 2023-02-01T06:59:23.166Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T06:59:23.331Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:00:13.569Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T07:00:13.571Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T07:00:13.571Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T07:00:13.579Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T07:00:13.580Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T07:00:13.580Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T07:00:23.161Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:00:23.189Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:01:13.568Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T07:01:13.572Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T07:01:13.572Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T07:01:13.581Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T07:01:13.582Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T07:01:13.582Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T07:01:23.281Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:01:23.358Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:02:13.566Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T07:02:13.568Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T07:02:13.568Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T07:02:13.583Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T07:02:13.584Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T07:02:13.585Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T07:02:23.179Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:02:23.179Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:03:13.567Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T07:03:13.569Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T07:03:13.569Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T07:03:13.584Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T07:03:13.584Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T07:03:13.584Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T07:03:14.263Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:03:14.268Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-01T07:03:14.269Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "89a673b5-5921-43f7-abc5-90358e499cff", "consumerID": "ves-openapi-manager", "timestamp": 1675234967726, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmnbzq4vqazu3xeujfap/1.0/resourceInstances/pnfd6f13637fa320/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T07:03:14.271Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-02-01T07:03:14.272Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-01T07:03:14.272Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "89a673b5-5921-43f7-abc5-90358e499cff", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675234973538, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmnbzq4vqazu3xeujfap/1.0/resourceInstances/pnfd6f13637fa320/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T07:03:14.272Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-02-01T07:03:14.273Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-01T07:03:14.273Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "89a673b5-5921-43f7-abc5-90358e499cff", "consumerID": "ves-openapi-manager", "timestamp": 1675234967726, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmnbzq4vqazu3xeujfap/1.0/resourceInstances/pnfd6f13637fa320/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-02-01T07:03:14.273Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-02-01T07:03:14.273Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-01T07:03:14.274Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "89a673b5-5921-43f7-abc5-90358e499cff", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675234973538, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmnbzq4vqazu3xeujfap/1.0/resourceInstances/pnfd6f13637fa320/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-02-01T07:03:14.274Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-02-01T07:03:14.274Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-01T07:03:14.274Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "89a673b5-5921-43f7-abc5-90358e499cff", "consumerID": "ves-openapi-manager", "timestamp": 1675234967726, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmnbzq4vqazu3xeujfap/1.0/resourceInstances/pnfd6f13637fa320/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-02-01T07:03:14.275Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-02-01T07:03:14.275Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-01T07:03:14.275Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "89a673b5-5921-43f7-abc5-90358e499cff", "consumerID": "multicloud-k8s-id", "timestamp": 1675234976661, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmnbzq4vqazu3xeujfap/1.0/resourceInstances/pnfd6f13637fa320/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T07:03:14.275Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-02-01T07:03:14.275Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-01T07:03:14.276Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "89a673b5-5921-43f7-abc5-90358e499cff", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675234973538, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmnbzq4vqazu3xeujfap/1.0/resourceInstances/pnfd6f13637fa320/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-02-01T07:03:14.276Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-02-01T07:03:14.276Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-01T07:03:14.276Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "89a673b5-5921-43f7-abc5-90358e499cff", "consumerID": "aai-ml", "timestamp": 1675234977454, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmnbzq4vqazu3xeujfap/1.0/resourceInstances/pnfd6f13637fa320/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T07:03:14.277Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-02-01T07:03:14.277Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-01T07:03:14.277Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "89a673b5-5921-43f7-abc5-90358e499cff", "consumerID": "ves-openapi-manager", "timestamp": 1675234967726, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmnbzq4vqazu3xeujfap/1.0/resourceInstances/pnfd6f13637fa320/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T07:03:14.277Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-02-01T07:03:14.278Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-01T07:03:14.278Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "89a673b5-5921-43f7-abc5-90358e499cff", "consumerID": "multicloud-k8s-id", "timestamp": 1675234976661, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmnbzq4vqazu3xeujfap/1.0/resourceInstances/pnfd6f13637fa320/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-02-01T07:03:14.278Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-02-01T07:03:14.279Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-01T07:03:14.279Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "89a673b5-5921-43f7-abc5-90358e499cff", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675234973538, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmnbzq4vqazu3xeujfap/1.0/resourceInstances/pnfd6f13637fa320/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T07:03:14.279Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-02-01T07:03:14.279Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-01T07:03:14.280Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "89a673b5-5921-43f7-abc5-90358e499cff", "consumerID": "aai-ml", "timestamp": 1675234977454, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmnbzq4vqazu3xeujfap/1.0/resourceInstances/pnfd6f13637fa320/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-02-01T07:03:14.280Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-02-01T07:03:14.280Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-01T07:03:14.280Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "89a673b5-5921-43f7-abc5-90358e499cff", "consumerID": "cds", "timestamp": 1675234979018, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmnbzq4vqazu3xeujfap/1.0/resourceInstances/pnfd6f13637fa320/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T07:03:14.280Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-02-01T07:03:14.281Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-01T07:03:14.281Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "89a673b5-5921-43f7-abc5-90358e499cff", "consumerID": "ves-openapi-manager", "timestamp": 1675234967726, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmnbzq4vqazu3xeujfap/1.0/resourceInstances/pnfd6f13637fa320/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-02-01T07:03:14.281Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-02-01T07:03:14.281Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-01T07:03:14.281Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "89a673b5-5921-43f7-abc5-90358e499cff", "consumerID": "multicloud-k8s-id", "timestamp": 1675234976661, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmnbzq4vqazu3xeujfap/1.0/resourceInstances/pnfd6f13637fa320/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-02-01T07:03:14.281Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-02-01T07:03:14.282Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-01T07:03:14.282Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "89a673b5-5921-43f7-abc5-90358e499cff", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675234973538, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmnbzq4vqazu3xeujfap/1.0/resourceInstances/pnfd6f13637fa320/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-02-01T07:03:14.282Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-02-01T07:03:14.282Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-01T07:03:14.282Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "89a673b5-5921-43f7-abc5-90358e499cff", "consumerID": "cds", "timestamp": 1675234979018, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmnbzq4vqazu3xeujfap/1.0/resourceInstances/pnfd6f13637fa320/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-02-01T07:03:14.282Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-02-01T07:03:14.283Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-01T07:03:14.283Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "89a673b5-5921-43f7-abc5-90358e499cff", "consumerID": "aai-ml", "timestamp": 1675234977454, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmnbzq4vqazu3xeujfap/1.0/resourceInstances/pnfd6f13637fa320/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-02-01T07:03:14.283Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-02-01T07:03:14.283Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-01T07:03:14.284Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "89a673b5-5921-43f7-abc5-90358e499cff", "consumerID": "ves-openapi-manager", "timestamp": 1675234967726, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmnbzq4vqazu3xeujfap/1.0/resourceInstances/pnfd6f13637fa320/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2023-02-01T07:03:14.284Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-02-01T07:03:14.284Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-01T07:03:14.284Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "89a673b5-5921-43f7-abc5-90358e499cff", "consumerID": "multicloud-k8s-id", "timestamp": 1675234976661, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmnbzq4vqazu3xeujfap/1.0/resourceInstances/pnfd6f13637fa320/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T07:03:14.284Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-02-01T07:03:14.285Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-01T07:03:14.285Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "89a673b5-5921-43f7-abc5-90358e499cff", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675234973538, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmnbzq4vqazu3xeujfap/1.0/resourceInstances/pnfd6f13637fa320/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-02-01T07:03:14.285Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-02-01T07:03:14.285Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-01T07:03:14.285Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "89a673b5-5921-43f7-abc5-90358e499cff", "consumerID": "cds", "timestamp": 1675234979018, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmnbzq4vqazu3xeujfap/1.0/resourceInstances/pnfd6f13637fa320/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-02-01T07:03:14.286Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-02-01T07:03:14.286Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-01T07:03:14.286Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "89a673b5-5921-43f7-abc5-90358e499cff", "consumerID": "aai-ml", "timestamp": 1675234977454, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmnbzq4vqazu3xeujfap/1.0/resourceInstances/pnfd6f13637fa320/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T07:03:14.287Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-02-01T07:03:14.287Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-01T07:03:14.287Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "89a673b5-5921-43f7-abc5-90358e499cff", "consumerID": "ves-openapi-manager", "timestamp": 1675234967726, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmnbzq4vqazu3xeujfap/1.0/artifacts/service-DemoPnfOmnbzq4vqazu3xeujfap-template.yml", "status": "NOT_NOTIFIED" } 2023-02-01T07:03:14.287Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-02-01T07:03:14.287Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-01T07:03:14.288Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "89a673b5-5921-43f7-abc5-90358e499cff", "consumerID": "multicloud-k8s-id", "timestamp": 1675234976661, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmnbzq4vqazu3xeujfap/1.0/resourceInstances/pnfd6f13637fa320/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-02-01T07:03:14.288Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-02-01T07:03:14.288Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-01T07:03:14.288Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "89a673b5-5921-43f7-abc5-90358e499cff", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675234973538, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmnbzq4vqazu3xeujfap/1.0/artifacts/service-DemoPnfOmnbzq4vqazu3xeujfap-template.yml", "status": "NOT_NOTIFIED" } 2023-02-01T07:03:14.289Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-02-01T07:03:14.289Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-01T07:03:14.289Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "89a673b5-5921-43f7-abc5-90358e499cff", "consumerID": "cds", "timestamp": 1675234979018, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmnbzq4vqazu3xeujfap/1.0/resourceInstances/pnfd6f13637fa320/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T07:03:14.289Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-02-01T07:03:14.290Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-01T07:03:14.290Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "89a673b5-5921-43f7-abc5-90358e499cff", "consumerID": "aai-ml", "timestamp": 1675234977454, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmnbzq4vqazu3xeujfap/1.0/resourceInstances/pnfd6f13637fa320/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-02-01T07:03:14.290Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-02-01T07:03:14.290Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-01T07:03:14.290Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "89a673b5-5921-43f7-abc5-90358e499cff", "consumerID": "ves-openapi-manager", "timestamp": 1675234967726, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmnbzq4vqazu3xeujfap/1.0/artifacts/service-DemoPnfOmnbzq4vqazu3xeujfap-csar.csar", "status": "NOT_NOTIFIED" } 2023-02-01T07:03:14.290Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-02-01T07:03:14.291Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-01T07:03:14.291Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "89a673b5-5921-43f7-abc5-90358e499cff", "consumerID": "multicloud-k8s-id", "timestamp": 1675234976661, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmnbzq4vqazu3xeujfap/1.0/resourceInstances/pnfd6f13637fa320/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-02-01T07:03:14.291Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-02-01T07:03:14.291Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-01T07:03:14.292Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "89a673b5-5921-43f7-abc5-90358e499cff", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675234973538, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmnbzq4vqazu3xeujfap/1.0/artifacts/service-DemoPnfOmnbzq4vqazu3xeujfap-csar.csar", "status": "NOTIFIED" } 2023-02-01T07:03:14.292Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-02-01T07:03:14.292Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-01T07:03:14.292Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "89a673b5-5921-43f7-abc5-90358e499cff", "consumerID": "cds", "timestamp": 1675234979018, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmnbzq4vqazu3xeujfap/1.0/resourceInstances/pnfd6f13637fa320/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-02-01T07:03:14.292Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-02-01T07:03:14.292Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-01T07:03:14.292Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "89a673b5-5921-43f7-abc5-90358e499cff", "consumerID": "aai-ml", "timestamp": 1675234977454, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmnbzq4vqazu3xeujfap/1.0/resourceInstances/pnfd6f13637fa320/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-02-01T07:03:14.293Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-02-01T07:03:14.293Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-01T07:03:14.293Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "89a673b5-5921-43f7-abc5-90358e499cff", "consumerID": "multicloud-k8s-id", "timestamp": 1675234976661, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmnbzq4vqazu3xeujfap/1.0/artifacts/service-DemoPnfOmnbzq4vqazu3xeujfap-template.yml", "status": "NOT_NOTIFIED" } 2023-02-01T07:03:14.293Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-02-01T07:03:14.294Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-01T07:03:14.294Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "89a673b5-5921-43f7-abc5-90358e499cff", "consumerID": "ves-openapi-manager", "timestamp": 1675234984819, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmnbzq4vqazu3xeujfap/1.0/resourceInstances/pnfd6f13637fa320/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2023-02-01T07:03:14.295Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T07:03:14.295Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-01T07:03:14.295Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "89a673b5-5921-43f7-abc5-90358e499cff", "consumerID": "cds", "timestamp": 1675234979018, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmnbzq4vqazu3xeujfap/1.0/resourceInstances/pnfd6f13637fa320/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-02-01T07:03:14.295Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-02-01T07:03:14.298Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-01T07:03:14.298Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "89a673b5-5921-43f7-abc5-90358e499cff", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675234986201, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmnbzq4vqazu3xeujfap/1.0/artifacts/service-DemoPnfOmnbzq4vqazu3xeujfap-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-01T07:03:14.298Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T07:03:14.298Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-01T07:03:14.298Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "89a673b5-5921-43f7-abc5-90358e499cff", "consumerID": "aai-ml", "timestamp": 1675234977454, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmnbzq4vqazu3xeujfap/1.0/artifacts/service-DemoPnfOmnbzq4vqazu3xeujfap-template.yml", "status": "NOT_NOTIFIED" } 2023-02-01T07:03:14.299Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-02-01T07:03:14.299Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-01T07:03:14.299Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "89a673b5-5921-43f7-abc5-90358e499cff", "consumerID": "multicloud-k8s-id", "timestamp": 1675234976661, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmnbzq4vqazu3xeujfap/1.0/artifacts/service-DemoPnfOmnbzq4vqazu3xeujfap-csar.csar", "status": "NOTIFIED" } 2023-02-01T07:03:14.302Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-02-01T07:03:14.302Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-01T07:03:14.303Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "89a673b5-5921-43f7-abc5-90358e499cff", "consumerID": "ves-openapi-manager", "timestamp": 1675234985864, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmnbzq4vqazu3xeujfap/1.0/resourceInstances/pnfd6f13637fa320/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2023-02-01T07:03:14.303Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T07:03:14.303Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-01T07:03:14.303Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "89a673b5-5921-43f7-abc5-90358e499cff", "consumerID": "cds", "timestamp": 1675234979018, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmnbzq4vqazu3xeujfap/1.0/artifacts/service-DemoPnfOmnbzq4vqazu3xeujfap-template.yml", "status": "NOT_NOTIFIED" } 2023-02-01T07:03:14.304Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-02-01T07:03:14.304Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-01T07:03:14.304Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "89a673b5-5921-43f7-abc5-90358e499cff", "consumerID": "aai-ml", "timestamp": 1675234977454, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmnbzq4vqazu3xeujfap/1.0/artifacts/service-DemoPnfOmnbzq4vqazu3xeujfap-csar.csar", "status": "NOTIFIED" } 2023-02-01T07:03:14.305Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-02-01T07:03:14.305Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-01T07:03:14.305Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "89a673b5-5921-43f7-abc5-90358e499cff", "consumerID": "ves-openapi-manager", "timestamp": 1675234986867, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } 2023-02-01T07:03:14.315Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:03:14.316Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T07:03:14.316Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"89a673b5-5921-43f7-abc5-90358e499cff","serviceName":"Demo_pNF_omNbZQ4vQazU3xEUjFaP","serviceVersion":"1.0","serviceUUID":"a63a3242-9838-4c6f-accc-5cac24fa2a96","serviceDescription":"catalog service description","serviceInvariantUUID":"39e85900-07cf-4018-9a66-c2fa1744dce1","resources":[{"resourceInstanceName":"pNF d6f13637-fa32 0","resourceName":"pNF d6f13637-fa32","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"e5c0853d-686b-413a-8583-fa68aba42eca","resourceInvariantUUID":"4fa8e039-25f8-4bba-ad12-812af3c64f42","resourceCustomizationUUID":"ca2a1997-a450-4cb4-b53c-bbb7d990b5b2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOmnbzq4vqazu3xeujfap/1.0/resourceInstances/pnfd6f13637fa320/artifacts/vf-license-model.xml","artifactChecksum":"NjYxMzBkYzE3OTVhMTEzY2EyYTQ1ZjM4OGZmYjJkMDM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d95042a5-4daf-4a80-88db-f7b5425ce668","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOmnbzq4vqazu3xeujfap/1.0/resourceInstances/pnfd6f13637fa320/artifacts/pNF.csar","artifactChecksum":"NWMxMDgwODNkMjk2NzVhOTQxNTNjNWY5NGRlZjQ0MmY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0371cabb-15f9-41f2-ab87-a6e30a1af64f","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOmnbzq4vqazu3xeujfap/1.0/resourceInstances/pnfd6f13637fa320/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f410d0e8-09ac-4cf6-8e93-d3f4bf949f35","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOmnbzq4vqazu3xeujfap/1.0/resourceInstances/pnfd6f13637fa320/artifacts/vendor-license-model.xml","artifactChecksum":"MjJlOWZlZTc3YThmY2VkMDI0NzAxN2I4YmU3MzgyZjk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3c753798-aac3-4b45-ab19-266590dc4fe9","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfOmnbzq4vqazu3xeujfap/1.0/resourceInstances/pnfd6f13637fa320/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"76055981-166b-4e7c-8788-10e679a1005d","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfOmnbzq4vqazu3xeujfap/1.0/resourceInstances/pnfd6f13637fa320/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1fd7e71c-211c-42a1-a6bc-9434ab21b8af","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfOmnbzq4vqazu3xeujfap-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOmnbzq4vqazu3xeujfap/1.0/artifacts/service-DemoPnfOmnbzq4vqazu3xeujfap-template.yml","artifactChecksum":"NGEyMTMxYWVjOGJhZTZkOTIxNDc5N2UyYWFmN2JhYTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"46450336-62e4-4f93-ba52-794d4b800130","artifactVersion":"1"},{"artifactName":"service-DemoPnfOmnbzq4vqazu3xeujfap-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfOmnbzq4vqazu3xeujfap/1.0/artifacts/service-DemoPnfOmnbzq4vqazu3xeujfap-csar.csar","artifactChecksum":"MDhjYjc5NmZjMzMzNWRlMDNlYjVkNzA1ZjI1YjBjNGE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dccdb722-9120-415f-9133-f571f31787be","artifactVersion":"1"}],"workloadContext":"Production"} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-01T07:03:14.323Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-01T07:03:14.324Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-02-01T07:03:14.336Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T07:03:14.337Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "89a673b5-5921-43f7-abc5-90358e499cff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234993567, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmnbzq4vqazu3xeujfap/1.0/resourceInstances/pnfd6f13637fa320/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-01T07:03:14.369Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 89a673b5-5921-43f7-abc5-90358e499cff 2023-02-01T07:03:14.370Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 89a673b5-5921-43f7-abc5-90358e499cff 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 (?, ?, ?, ?, ?) 2023-02-01T07:03:14.393Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-01T07:03:14.394Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "89a673b5-5921-43f7-abc5-90358e499cff", "consumerID": "cds", "timestamp": 1675234979018, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmnbzq4vqazu3xeujfap/1.0/artifacts/service-DemoPnfOmnbzq4vqazu3xeujfap-csar.csar", "status": "NOTIFIED" } 2023-02-01T07:03:14.395Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-02-01T07:03:14.395Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-01T07:03:14.395Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "89a673b5-5921-43f7-abc5-90358e499cff", "consumerID": "aai-ml", "timestamp": 1675234986584, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmnbzq4vqazu3xeujfap/1.0/artifacts/service-DemoPnfOmnbzq4vqazu3xeujfap-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-01T07:03:14.396Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T07:03:14.396Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-01T07:03:14.396Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "89a673b5-5921-43f7-abc5-90358e499cff", "consumerID": "cds", "timestamp": 1675234987894, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmnbzq4vqazu3xeujfap/1.0/artifacts/service-DemoPnfOmnbzq4vqazu3xeujfap-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-01T07:03:14.396Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T07:03:14.396Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-01T07:03:14.397Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "89a673b5-5921-43f7-abc5-90358e499cff", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675234989651, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmnbzq4vqazu3xeujfap/1.0/artifacts/service-DemoPnfOmnbzq4vqazu3xeujfap-csar.csar", "status": "DEPLOY_OK" } 2023-02-01T07:03:14.397Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T07:03:14.397Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-01T07:03:14.397Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "89a673b5-5921-43f7-abc5-90358e499cff", "consumerID": "cds", "timestamp": 1675234988901, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmnbzq4vqazu3xeujfap/1.0/artifacts/service-DemoPnfOmnbzq4vqazu3xeujfap-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-01T07:03:14.407Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 89a673b5-5921-43f7-abc5-90358e499cff 2023-02-01T07:03:14.408Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 89a673b5-5921-43f7-abc5-90358e499cff and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-01T07:03:14.433Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2023-02-01T07:03:14.434Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-01T07:03:14.434Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "89a673b5-5921-43f7-abc5-90358e499cff", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675234990660, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } 2023-02-01T07:03:14.435Z||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. 2023-02-01T07:03:14.435Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-01T07:03:14.449Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 89a673b5-5921-43f7-abc5-90358e499cff 2023-02-01T07:03:14.450Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 89a673b5-5921-43f7-abc5-90358e499cff and ComponentName SDNC 2023-02-01T07:03:14.452Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:03:14.452Z||pool-89-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-01T07:03:15.338Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-01T07:03:15.338Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-02-01T07:03:15.344Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T07:03:15.344Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "89a673b5-5921-43f7-abc5-90358e499cff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234993567, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmnbzq4vqazu3xeujfap/1.0/resourceInstances/pnfd6f13637fa320/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-02-01T07:03:15.444Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2023-02-01T07:03:15.446Z||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. 2023-02-01T07:03:15.446Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T07:03:15.495Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:03:15.495Z||pool-90-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":0,"count":1} 2023-02-01T07:03:16.349Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-01T07:03:16.353Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-02-01T07:03:16.361Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T07:03:16.363Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "89a673b5-5921-43f7-abc5-90358e499cff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234993567, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmnbzq4vqazu3xeujfap/1.0/resourceInstances/pnfd6f13637fa320/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-02-01T07:03:16.467Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2023-02-01T07:03:16.470Z||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. 2023-02-01T07:03:16.470Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T07:03:16.490Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:03:16.490Z||pool-91-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2023-02-01T07:03:17.365Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-01T07:03:17.366Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-02-01T07:03:17.370Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T07:03:17.370Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "89a673b5-5921-43f7-abc5-90358e499cff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234993567, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmnbzq4vqazu3xeujfap/1.0/resourceInstances/pnfd6f13637fa320/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T07:03:17.471Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-02-01T07:03:17.472Z||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. 2023-02-01T07:03:17.473Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T07:03:17.492Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:03:17.493Z||pool-92-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2023-02-01T07:03:18.371Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-01T07:03:18.372Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-02-01T07:03:18.376Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T07:03:18.376Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "89a673b5-5921-43f7-abc5-90358e499cff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234993567, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmnbzq4vqazu3xeujfap/1.0/resourceInstances/pnfd6f13637fa320/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-02-01T07:03:18.476Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-01T07:03:18.477Z||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. 2023-02-01T07:03:18.477Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T07:03:18.499Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:03:18.500Z||pool-93-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2023-02-01T07:03:19.381Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-01T07:03:19.382Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-02-01T07:03:19.521Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T07:03:19.522Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "89a673b5-5921-43f7-abc5-90358e499cff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234993567, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmnbzq4vqazu3xeujfap/1.0/resourceInstances/pnfd6f13637fa320/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-02-01T07:03:19.548Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 25 ms 2023-02-01T07:03:19.550Z||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. 2023-02-01T07:03:19.551Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T07:03:19.582Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:03:19.614Z||pool-94-thread-1|||||INFO|500||cambria reply ok (64 ms):{"serverTimeMs":0,"count":1} 2023-02-01T07:03:20.523Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-01T07:03:20.524Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-02-01T07:03:20.527Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T07:03:20.527Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "89a673b5-5921-43f7-abc5-90358e499cff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234993567, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmnbzq4vqazu3xeujfap/1.0/artifacts/service-DemoPnfOmnbzq4vqazu3xeujfap-template.yml", "status": "NOT_NOTIFIED" } 2023-02-01T07:03:20.628Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-01T07:03:20.629Z||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. 2023-02-01T07:03:20.629Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T07:03:20.645Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:03:20.646Z||pool-95-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2023-02-01T07:03:21.528Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-01T07:03:21.528Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-02-01T07:03:21.538Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T07:03:21.538Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "89a673b5-5921-43f7-abc5-90358e499cff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234993567, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmnbzq4vqazu3xeujfap/1.0/artifacts/service-DemoPnfOmnbzq4vqazu3xeujfap-csar.csar", "status": "NOTIFIED" } 2023-02-01T07:03:21.636Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2023-02-01T07:03:21.637Z||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. 2023-02-01T07:03:21.638Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T07:03:21.715Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:03:21.716Z||pool-96-thread-1|||||INFO|500||cambria reply ok (79 ms):{"serverTimeMs":0,"count":1} 2023-02-01T07:03:22.539Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "89a673b5-5921-43f7-abc5-90358e499cff", "serviceName": "Demo_pNF_omNbZQ4vQazU3xEUjFaP", "serviceVersion": "1.0", "serviceUUID": "a63a3242-9838-4c6f-accc-5cac24fa2a96", "serviceDescription": "catalog service description", "serviceInvariantUUID": "39e85900-07cf-4018-9a66-c2fa1744dce1", "resources": [ { "resourceInstanceName": "pNF d6f13637-fa32 0", "resourceCustomizationUUID": "ca2a1997-a450-4cb4-b53c-bbb7d990b5b2", "resourceName": "pNF d6f13637-fa32", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "e5c0853d-686b-413a-8583-fa68aba42eca", "resourceInvariantUUID": "4fa8e039-25f8-4bba-ad12-812af3c64f42", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfOmnbzq4vqazu3xeujfap-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmnbzq4vqazu3xeujfap/1.0/artifacts/service-DemoPnfOmnbzq4vqazu3xeujfap-csar.csar", "artifactChecksum": "MDhjYjc5NmZjMzMzNWRlMDNlYjVkNzA1ZjI1YjBjNGE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "dccdb722-9120-415f-9133-f571f31787be" } ], "workloadContext": "Production" } 2023-02-01T07:03:22.543Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-02-01T07:03:22.543Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a63a3242-9838-4c6f-accc-5cac24fa2a96 ASDC 2023-02-01T07:03:22.544Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:89a673b5-5921-43f7-abc5-90358e499cff ServiceName:Demo_pNF_omNbZQ4vQazU3xEUjFaP ServiceVersion:1.0 ServiceUUID:a63a3242-9838-4c6f-accc-5cac24fa2a96 ServiceInvariantUUID:39e85900-07cf-4018-9a66-c2fa1744dce1 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfOmnbzq4vqazu3xeujfap-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfOmnbzq4vqazu3xeujfap/1.0/artifacts/service-DemoPnfOmnbzq4vqazu3xeujfap-csar.csar ArtifactUUID:dccdb722-9120-415f-9133-f571f31787be ArtifactChecksum:MDhjYjc5NmZjMzMzNWRlMDNlYjVkNzA1ZjI1YjBjNGE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF d6f13637-fa32 0 ResourceCustomizationUUID:ca2a1997-a450-4cb4-b53c-bbb7d990b5b2 ResourceInvariantUUID:4fa8e039-25f8-4bba-ad12-812af3c64f42 ResourceName:pNF d6f13637-fa32 ResourceType:PNF ResourceUUID:e5c0853d-686b-413a-8583-fa68aba42eca ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-02-01T07:03:22.545Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a63a3242-9838-4c6f-accc-5cac24fa2a96 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-02-01T07:03:22.620Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-01T07:03:22.622Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-02-01T07:03:22.622Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-02-01T07:03:22.622Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: dccdb722-9120-415f-9133-f571f31787be from URL: /sdc/v1/catalog/services/DemoPnfOmnbzq4vqazu3xeujfap/1.0/artifacts/service-DemoPnfOmnbzq4vqazu3xeujfap-csar.csar 2023-02-01T07:03:22.622Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-02-01T07:03:22.623Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfOmnbzq4vqazu3xeujfap/1.0/artifacts/service-DemoPnfOmnbzq4vqazu3xeujfap-csar.csar 2023-02-01T07:03:22.870Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2023-02-01T07:03:22.877Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfOmnbzq4vqazu3xeujfap/1.0/artifacts/service-DemoPnfOmnbzq4vqazu3xeujfap-csar.csar dccdb722-9120-415f-9133-f571f31787be 87781 2023-02-01T07:03:22.878Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfOmnbzq4vqazu3xeujfap/1.0/artifacts/service-DemoPnfOmnbzq4vqazu3xeujfap-csar.csar ASDC sendASDCNotification 2023-02-01T07:03:22.878Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfOmnbzq4vqazu3xeujfap/1.0/artifacts/service-DemoPnfOmnbzq4vqazu3xeujfap-csar.csar 2023-02-01T07:03:22.878Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-01T07:03:22.879Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-02-01T07:03:22.883Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T07:03:22.884Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "89a673b5-5921-43f7-abc5-90358e499cff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675235002878, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmnbzq4vqazu3xeujfap/1.0/artifacts/service-DemoPnfOmnbzq4vqazu3xeujfap-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-01T07:03:22.983Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-02-01T07:03:22.984Z||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. 2023-02-01T07:03:22.985Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T07:03:23.007Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:03:23.008Z||pool-97-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2023-02-01T07:03:23.887Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-01T07:03:23.889Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-02-01T07:03:23.891Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: dccdb722-9120-415f-9133-f571f31787be, URL: /sdc/v1/catalog/services/DemoPnfOmnbzq4vqazu3xeujfap/1.0/artifacts/service-DemoPnfOmnbzq4vqazu3xeujfap-csar.csar to file: /app/ASDC/1/service-DemoPnfOmnbzq4vqazu3xeujfap-csar.csar 2023-02-01T07:03:23.891Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfOmnbzq4vqazu3xeujfap-csar.csar 2023-02-01T07:03:23.892Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfOmnbzq4vqazu3xeujfap-csar.csar 2023-02-01T07:03:23.892Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfOmnbzq4vqazu3xeujfap-csar.csar 2023-02-01T07:03:24.129Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11091683489253868094/Definitions/service-DemoPnfOmnbzq4vqazu3xeujfap-template.yml 2023-02-01T07:03:25.926Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2023-02-01T07:03:25.927Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-02-01T07:03:25.927Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfOmnbzq4vqazu3xeujfap-csar.csar 2023-02-01T07:03:25.928Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-02-01T07:03:25.928Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||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-DemoPnfOmnbzq4vqazu3xeujfap-csar.csar 2023-02-01T07:03:25.928Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfOmnbzq4vqazu3xeujfap-csar.csar 2023-02-01T07:03:25.929Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF d6f13637-fa32 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-DemoPnfOmnbzq4vqazu3xeujfap-csar.csar 2023-02-01T07:03:25.929Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||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-DemoPnfOmnbzq4vqazu3xeujfap-csar.csar 2023-02-01T07:03:25.929Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfOmnbzq4vqazu3xeujfap-csar.csar 2023-02-01T07:03:25.930Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfOmnbzq4vqazu3xeujfap-csar.csar 2023-02-01T07:03:25.930Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfOmnbzq4vqazu3xeujfap-csar.csar 2023-02-01T07:03:25.930Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-02-01T07:03:25.931Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T07:03:25.931Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_omNbZQ4vQazU3xEUjFaP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T07:03:25.931Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||DEBUG|500||Node template pNF d6f13637-fa32 0 is matching search criteria 2023-02-01T07:03:25.932Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-02-01T07:03:25.932Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF d6f13637-fa32 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-01T07:03:25.933Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T07:03:25.933Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_omNbZQ4vQazU3xEUjFaP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T07:03:25.934Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||DEBUG|500||Node template pNF d6f13637-fa32 0 is matching search criteria 2023-02-01T07:03:25.934Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-02-01T07:03:25.934Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF d6f13637-fa32 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-01T07:03:25.935Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T07:03:25.935Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_omNbZQ4vQazU3xEUjFaP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T07:03:25.935Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T07:03:25.935Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_omNbZQ4vQazU3xEUjFaP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T07:03:25.935Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T07:03:25.936Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_omNbZQ4vQazU3xEUjFaP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T07:03:25.936Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T07:03:25.936Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_omNbZQ4vQazU3xEUjFaP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T07:03:25.936Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T07:03:25.937Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_omNbZQ4vQazU3xEUjFaP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T07:03:25.937Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_omNbZQ4vQazU3xEUjFaP Description:catalog service description Model UUID:a63a3242-9838-4c6f-accc-5cac24fa2a96 Model Version:NULL Model InvariantUuid:39e85900-07cf-4018-9a66-c2fa1744dce1 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2023-02-01T07:03:25.983Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: e5c0853d-686b-413a-8583-fa68aba42eca Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-02-01T07:03:25.994Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||INFO|500||pNF d6f13637-fa32 0 2023-02-01T07:03:25.994Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: e5c0853d-686b-413a-8583-fa68aba42eca 2023-02-01T07:03:25.995Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||DEBUG|500||No resources found for Service: a63a3242-9838-4c6f-accc-5cac24fa2a96 2023-02-01T07:03:25.995Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: a63a3242-9838-4c6f-accc-5cac24fa2a96 2023-02-01T07:03:25.995Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF d6f13637-fa32 0 e5c0853d-686b-413a-8583-fa68aba42eca ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-02-01T07:03:26.008Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7129886f, org.onap.sdc.toscaparser.api.parameters.Input@bbff139, org.onap.sdc.toscaparser.api.parameters.Input@4f6e2e25, org.onap.sdc.toscaparser.api.parameters.Input@4c54a7ad, org.onap.sdc.toscaparser.api.parameters.Input@710334b8] 2023-02-01T07:03:26.009Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T07:03:26.009Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_omNbZQ4vQazU3xEUjFaP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T07:03:26.010Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid a63a3242-9838-4c6f-accc-5cac24fa2a96: pNF d6f13637-fa32 2023-02-01T07:03:26.011Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||INFO|500||Processing PNF resource: e5c0853d-686b-413a-8583-fa68aba42eca 2023-02-01T07:03:26.012Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T07:03:26.012Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_omNbZQ4vQazU3xEUjFaP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T07:03:26.012Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||INFO|500||Resource customization UUID: ca2a1997-a450-4cb4-b53c-bbb7d990b5b2 is the same as notified resource customizationUUID: ca2a1997-a450-4cb4-b53c-bbb7d990b5b2 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 (?, ?) 2023-02-01T07:03:26.140Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF d6f13637-fa32 e5c0853d-686b-413a-8583-fa68aba42eca 0 ASDC deployResourceStructure 2023-02-01T07:03:26.142Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfOmnbzq4vqazu3xeujfap/1.0/artifacts/service-DemoPnfOmnbzq4vqazu3xeujfap-csar.csar ASDC sendASDCNotification 2023-02-01T07:03:26.142Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfOmnbzq4vqazu3xeujfap/1.0/artifacts/service-DemoPnfOmnbzq4vqazu3xeujfap-csar.csar 2023-02-01T07:03:26.142Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-01T07:03:26.142Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-02-01T07:03:26.145Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T07:03:26.146Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "89a673b5-5921-43f7-abc5-90358e499cff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675235006141, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmnbzq4vqazu3xeujfap/1.0/artifacts/service-DemoPnfOmnbzq4vqazu3xeujfap-csar.csar", "status": "DEPLOY_OK" } 2023-02-01T07:03:26.247Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-01T07:03:26.249Z||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. 2023-02-01T07:03:26.249Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T07:03:26.263Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:03:26.264Z||pool-98-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2023-02-01T07:03:27.147Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 89a673b5-5921-43f7-abc5-90358e499cff Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-01T07:03:27.177Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 89a673b5-5921-43f7-abc5-90358e499cff Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-01T07:03:27.185Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-01T07:03:27.186Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-01T07:03:27.186Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-01T07:03:57.187Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 89a673b5-5921-43f7-abc5-90358e499cff Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-01T07:03:57.219Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 89a673b5-5921-43f7-abc5-90358e499cff Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-01T07:03:57.226Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-01T07:03:57.229Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-01T07:03:57.229Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-01T07:04:13.580Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T07:04:13.581Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T07:04:13.581Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T07:04:13.726Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:04:13.727Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-01T07:04:13.728Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "89a673b5-5921-43f7-abc5-90358e499cff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234993567, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmnbzq4vqazu3xeujfap/1.0/resourceInstances/pnfd6f13637fa320/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T07:04:13.729Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-02-01T07:04:27.230Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 89a673b5-5921-43f7-abc5-90358e499cff Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-01T07:04:27.272Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 89a673b5-5921-43f7-abc5-90358e499cff Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-01T07:04:27.283Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-01T07:04:27.284Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-01T07:04:27.284Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-01T07:04:57.284Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 89a673b5-5921-43f7-abc5-90358e499cff Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-01T07:04:57.350Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 89a673b5-5921-43f7-abc5-90358e499cff Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-01T07:04:57.369Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-01T07:04:57.369Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-01T07:04:57.369Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-01T07:05:13.580Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T07:05:13.581Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T07:05:13.582Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T07:05:14.150Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:05:14.151Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-01T07:05:14.151Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "89a673b5-5921-43f7-abc5-90358e499cff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234993567, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmnbzq4vqazu3xeujfap/1.0/resourceInstances/pnfd6f13637fa320/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-02-01T07:05:14.154Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-02-01T07:05:14.154Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-01T07:05:14.156Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "89a673b5-5921-43f7-abc5-90358e499cff", "consumerID": "aai-ml", "timestamp": 1675234994803, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmnbzq4vqazu3xeujfap/1.0/artifacts/service-DemoPnfOmnbzq4vqazu3xeujfap-csar.csar", "status": "DEPLOY_OK" } 2023-02-01T07:05:14.156Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T07:05:14.156Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-01T07:05:14.157Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "89a673b5-5921-43f7-abc5-90358e499cff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234993567, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmnbzq4vqazu3xeujfap/1.0/resourceInstances/pnfd6f13637fa320/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-02-01T07:05:14.157Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-02-01T07:05:14.158Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-01T07:05:14.158Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "89a673b5-5921-43f7-abc5-90358e499cff", "consumerID": "aai-ml", "timestamp": 1675234995811, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-01T07:05:14.184Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 89a673b5-5921-43f7-abc5-90358e499cff 2023-02-01T07:05:14.184Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 89a673b5-5921-43f7-abc5-90358e499cff and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-01T07:05:14.202Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-01T07:05:14.202Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "89a673b5-5921-43f7-abc5-90358e499cff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234993567, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmnbzq4vqazu3xeujfap/1.0/resourceInstances/pnfd6f13637fa320/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T07:05:14.203Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-02-01T07:05:14.203Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-01T07:05:14.203Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "89a673b5-5921-43f7-abc5-90358e499cff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234993567, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmnbzq4vqazu3xeujfap/1.0/resourceInstances/pnfd6f13637fa320/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-02-01T07:05:14.204Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-02-01T07:05:14.204Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-01T07:05:14.204Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "89a673b5-5921-43f7-abc5-90358e499cff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234993567, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmnbzq4vqazu3xeujfap/1.0/resourceInstances/pnfd6f13637fa320/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-02-01T07:05:14.205Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-02-01T07:05:14.205Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-01T07:05:14.205Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "89a673b5-5921-43f7-abc5-90358e499cff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234993567, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmnbzq4vqazu3xeujfap/1.0/artifacts/service-DemoPnfOmnbzq4vqazu3xeujfap-template.yml", "status": "NOT_NOTIFIED" } 2023-02-01T07:05:14.205Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-02-01T07:05:14.205Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-01T07:05:14.206Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "89a673b5-5921-43f7-abc5-90358e499cff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675234993567, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmnbzq4vqazu3xeujfap/1.0/artifacts/service-DemoPnfOmnbzq4vqazu3xeujfap-csar.csar", "status": "NOTIFIED" } 2023-02-01T07:05:14.206Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-02-01T07:05:14.206Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-01T07:05:14.206Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "89a673b5-5921-43f7-abc5-90358e499cff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675235002878, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmnbzq4vqazu3xeujfap/1.0/artifacts/service-DemoPnfOmnbzq4vqazu3xeujfap-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-01T07:05:14.207Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T07:05:14.207Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-01T07:05:14.207Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "89a673b5-5921-43f7-abc5-90358e499cff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675235006141, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmnbzq4vqazu3xeujfap/1.0/artifacts/service-DemoPnfOmnbzq4vqazu3xeujfap-csar.csar", "status": "DEPLOY_OK" } 2023-02-01T07:05:14.207Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T07:05:27.371Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 89a673b5-5921-43f7-abc5-90358e499cff Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-01T07:05:27.483Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 89a673b5-5921-43f7-abc5-90358e499cff Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-01T07:05:27.489Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-01T07:05:27.489Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-02-01T07:05:27.489Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-02-01T07:05:27.489Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-02-01T07:05:27.489Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-01T07:05:27.489Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-01T07:05:27.490Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-01T07:05:27.490Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-01T07:05:27.490Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-01T07:05:27.490Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-01T07:05:27.498Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-02-01T07:05:57.499Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 89a673b5-5921-43f7-abc5-90358e499cff and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-02-01T07:05:57.514Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 89a673b5-5921-43f7-abc5-90358e499cff and serviceModelVersionId: a63a3242-9838-4c6f-accc-5cac24fa2a96 2023-02-01T07:05:57.515Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 39e85900-07cf-4018-9a66-c2fa1744dce1 2023-02-01T07:05:57.519Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/39e85900-07cf-4018-9a66-c2fa1744dce1/model-vers/model-ver/a63a3242-9838-4c6f-accc-5cac24fa2a96?depth=0 2023-02-01T07:05:57.539Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-02-01T07:05:57.663Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39e85900-07cf-4018-9a66-c2fa1744dce1/model-vers/model-ver/a63a3242-9838-4c6f-accc-5cac24fa2a96?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-02-01T07:05:57.666Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39e85900-07cf-4018-9a66-c2fa1744dce1/model-vers/model-ver/a63a3242-9838-4c6f-accc-5cac24fa2a96?depth=0|INFO|500||Invoke 2023-02-01T07:05:57.743Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39e85900-07cf-4018-9a66-c2fa1744dce1/model-vers/model-ver/a63a3242-9838-4c6f-accc-5cac24fa2a96?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-02-01T07:05:58.195Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39e85900-07cf-4018-9a66-c2fa1744dce1/model-vers/model-ver/a63a3242-9838-4c6f-accc-5cac24fa2a96?depth=0|INFO|500||InvokeReturn 2023-02-01T07:05:58.196Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39e85900-07cf-4018-9a66-c2fa1744dce1/model-vers/model-ver/a63a3242-9838-4c6f-accc-5cac24fa2a96?depth=0 has http status code:200 and response headers:{date=[Wed, 01 Feb 2023 07:05:57 GMT], content-length=[0], vertex-id=[180456], x-aai-txid=[2-aai-resources-230201-07:05:57:059-58451], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-02-01T07:05:58.196Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity. 2023-02-01T07:05:58.197Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-02-01T07:05:58.197Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-02-01T07:05:58.211Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-02-01T07:05:58.212Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 89a673b5-5921-43f7-abc5-90358e499cff and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-02-01T07:05:58.212Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-02-01T07:05:58.213Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-02-01T07:05:58.216Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T07:05:58.216Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "89a673b5-5921-43f7-abc5-90358e499cff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675235158212, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-02-01T07:05:58.317Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-02-01T07:05:58.319Z||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. 2023-02-01T07:05:58.319Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T07:05:58.345Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:05:58.346Z||pool-99-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-02-01T07:05:59.296Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T07:05:59.297Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T07:05:59.297Z|89a673b5-5921-43f7-abc5-90358e499cff|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 EjcaMUROG0JWEck8) ... 2023-02-01T07:06:09.880Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:06:09.882Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T07:06:09.883Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T07:06:09.883Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|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 EjcaMUROG0JWEck8) ... 2023-02-01T07:06:13.579Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T07:06:13.580Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T07:06:13.580Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T07:06:14.258Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:06:14.258Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-01T07:06:14.258Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "89a673b5-5921-43f7-abc5-90358e499cff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675235158212, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-02-01T07:06:14.259Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T07:06:19.479Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:06:19.485Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T07:06:19.486Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T07:06:19.486Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|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 EjcaMUROG0JWEck8) ... 2023-02-01T07:06:29.048Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:07:13.566Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T07:07:13.567Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T07:07:13.568Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T07:07:13.580Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T07:07:13.581Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T07:07:13.581Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T07:07:23.195Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:07:23.195Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:08:13.566Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T07:08:13.568Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T07:08:13.569Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T07:08:13.579Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T07:08:13.580Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T07:08:13.580Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T07:08:23.181Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:08:23.212Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:09:13.566Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T07:09:13.568Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T07:09:13.568Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T07:09:13.579Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T07:09:13.580Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T07:09:13.581Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T07:09:23.141Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:09:23.203Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:10:13.566Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T07:10:13.569Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T07:10:13.569Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T07:10:13.579Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T07:10:13.580Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T07:10:13.580Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T07:10:23.158Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:10:23.160Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:11:13.567Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T07:11:13.570Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T07:11:13.570Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T07:11:13.579Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T07:11:13.580Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T07:11:13.581Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T07:11:23.153Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:11:23.162Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:12:13.566Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T07:12:13.568Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T07:12:13.568Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T07:12:13.579Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T07:12:13.581Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T07:12:13.581Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|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 EjcaMUROG0JWEck8) ... 2023-02-01T07:12:23.153Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:12:23.195Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:13:13.574Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T07:13:13.577Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T07:13:13.578Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T07:13:13.580Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T07:13:13.584Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T07:13:13.585Z|89a673b5-5921-43f7-abc5-90358e499cff|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 EjcaMUROG0JWEck8) ... 2023-02-01T07:13:23.179Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:13:23.283Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:14:13.566Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T07:14:13.568Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T07:14:13.568Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T07:14:13.580Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T07:14:13.581Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T07:14:13.581Z|89a673b5-5921-43f7-abc5-90358e499cff|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 EjcaMUROG0JWEck8) ... 2023-02-01T07:14:23.161Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:14:23.220Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:15:13.566Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T07:15:13.567Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T07:15:13.567Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T07:15:13.580Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T07:15:13.582Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T07:15:13.582Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T07:15:23.174Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:15:23.219Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:16:13.566Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T07:16:13.569Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T07:16:13.569Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|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 EjcaMUROG0JWEck8) ... 2023-02-01T07:16:13.579Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T07:16:13.580Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T07:16:13.581Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T07:16:23.172Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:16:23.183Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:17:13.566Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T07:17:13.567Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T07:17:13.567Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|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 EjcaMUROG0JWEck8) ... 2023-02-01T07:17:13.581Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T07:17:13.582Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T07:17:13.582Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|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 EjcaMUROG0JWEck8) ... 2023-02-01T07:17:23.142Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:17:23.190Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:18:13.566Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T07:18:13.567Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T07:18:13.567Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|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 EjcaMUROG0JWEck8) ... 2023-02-01T07:18:13.580Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T07:18:13.588Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T07:18:13.588Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T07:18:23.258Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:18:23.298Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:19:13.566Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T07:19:13.569Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T07:19:13.569Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|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 EjcaMUROG0JWEck8) ... 2023-02-01T07:19:13.580Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T07:19:13.582Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T07:19:13.583Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T07:19:23.161Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:19:23.161Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:20:13.571Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T07:20:13.573Z||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. 2023-02-01T07:20:13.573Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T07:20:13.583Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T07:20:13.583Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T07:20:13.583Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T07:20:23.144Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:20:23.245Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:21:13.578Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T07:21:13.579Z||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. 2023-02-01T07:21:13.579Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T07:21:13.579Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T07:21:13.579Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T07:21:13.580Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T07:21:23.187Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:21:23.246Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:22:13.566Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T07:22:13.569Z||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. 2023-02-01T07:22:13.569Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T07:22:13.579Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T07:22:13.580Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T07:22:13.580Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T07:22:23.148Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:22:23.157Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:23:13.567Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T07:23:13.571Z||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. 2023-02-01T07:23:13.572Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T07:23:13.580Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T07:23:13.580Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T07:23:13.581Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T07:23:23.159Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:23:23.226Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:24:13.566Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T07:24:13.567Z||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. 2023-02-01T07:24:13.567Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T07:24:13.579Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T07:24:13.581Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T07:24:13.581Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T07:24:23.182Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:24:23.192Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:25:13.566Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T07:25:13.567Z||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. 2023-02-01T07:25:13.568Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T07:25:13.579Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T07:25:13.580Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T07:25:13.580Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T07:25:20.305Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:25:20.306Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-01T07:25:20.306Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"c7929fe2-5206-4d31-9a1f-460a80714ee6","serviceName":"Demo_pNF_0xXkvWGnJ7uTjjROZgbu","serviceVersion":"1.0","serviceUUID":"4663c87d-7edd-407e-ab1f-2c6392be9b24","serviceDescription":"catalog service description","serviceInvariantUUID":"3c9465d2-ac7e-45ce-aa47-578e8138c755","resources":[{"resourceInstanceName":"pNF b2d61902-53c8 0","resourceName":"pNF b2d61902-53c8","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"3d35065d-b79b-477c-b473-0f730f67ba0a","resourceInvariantUUID":"827fe773-a144-4517-a0a5-698b408bbe64","resourceCustomizationUUID":"54c404dd-60b1-4dd3-adee-8b30fc9e2e89","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0xxkvwgnj7utjjrozgbu/1.0/resourceInstances/pnfb2d6190253c80/artifacts/vf-license-model.xml","artifactChecksum":"MmYxMjYxOTAyOWViMTNlMzU1NGY4ZDBlZmJmODFhZWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"87441a37-be35-464f-ac96-1815fd3177b1","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0xxkvwgnj7utjjrozgbu/1.0/resourceInstances/pnfb2d6190253c80/artifacts/pNF.csar","artifactChecksum":"NWMxMDgwODNkMjk2NzVhOTQxNTNjNWY5NGRlZjQ0MmY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7637dac3-9c0f-406b-9b39-2597b77614e6","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0xxkvwgnj7utjjrozgbu/1.0/resourceInstances/pnfb2d6190253c80/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a83731e9-9c79-44f7-849b-1b59e0818961","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0xxkvwgnj7utjjrozgbu/1.0/resourceInstances/pnfb2d6190253c80/artifacts/vendor-license-model.xml","artifactChecksum":"OGRkZGNkOTdkMmY5N2YwZGYxNGY5NDdmMTExYzliYzk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8f75a548-a718-4a9c-a380-856be72ff0a2","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf0xxkvwgnj7utjjrozgbu/1.0/resourceInstances/pnfb2d6190253c80/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"91be9217-37eb-44bb-b2bf-62b6ce53744a","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf0xxkvwgnj7utjjrozgbu/1.0/resourceInstances/pnfb2d6190253c80/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e5b2fc1f-c4c6-4428-8d13-aacb8d7de7f5","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf0xxkvwgnj7utjjrozgbu-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0xxkvwgnj7utjjrozgbu/1.0/artifacts/service-DemoPnf0xxkvwgnj7utjjrozgbu-template.yml","artifactChecksum":"NTA1NmNlZWVjNmQzZTI0N2ZlYWE4MTkzNGE3NzQwNDc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"85de04be-5fd1-4761-989f-fb401b103fc6","artifactVersion":"1"},{"artifactName":"service-DemoPnf0xxkvwgnj7utjjrozgbu-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf0xxkvwgnj7utjjrozgbu/1.0/artifacts/service-DemoPnf0xxkvwgnj7utjjrozgbu-csar.csar","artifactChecksum":"Y2Q3YzFlNjYyOGEyNGJlNzMxNTkyNmQ4NjE4MGE4OGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ec873091-66a5-4504-9c18-c20cba0759ab","artifactVersion":"1"}],"workloadContext":"Production"} 2023-02-01T07:25:20.311Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-01T07:25:20.311Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-02-01T07:25:20.320Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T07:25:20.320Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c7929fe2-5206-4d31-9a1f-460a80714ee6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675236313566, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0xxkvwgnj7utjjrozgbu/1.0/resourceInstances/pnfb2d6190253c80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T07:25:20.422Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-02-01T07:25:20.424Z||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. 2023-02-01T07:25:20.424Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T07:25:20.469Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:25:20.470Z||pool-100-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1} 2023-02-01T07:25:20.523Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:25:20.524Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-01T07:25:20.524Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7929fe2-5206-4d31-9a1f-460a80714ee6", "consumerID": "multicloud-k8s-id", "timestamp": 1675236316661, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0xxkvwgnj7utjjrozgbu/1.0/resourceInstances/pnfb2d6190253c80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T07:25:20.526Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-01T07:25:21.321Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-01T07:25:21.322Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-02-01T07:25:21.325Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T07:25:21.325Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c7929fe2-5206-4d31-9a1f-460a80714ee6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675236313566, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0xxkvwgnj7utjjrozgbu/1.0/resourceInstances/pnfb2d6190253c80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-02-01T07:25:21.426Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-02-01T07:25:21.427Z||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. 2023-02-01T07:25:21.427Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T07:25:21.459Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:25:21.460Z||pool-101-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":2,"count":1} 2023-02-01T07:25:22.326Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-01T07:25:22.327Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-02-01T07:25:22.355Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T07:25:22.356Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c7929fe2-5206-4d31-9a1f-460a80714ee6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675236313566, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0xxkvwgnj7utjjrozgbu/1.0/resourceInstances/pnfb2d6190253c80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-02-01T07:25:22.448Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms 2023-02-01T07:25:22.449Z||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. 2023-02-01T07:25:22.450Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T07:25:22.480Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:25:22.482Z||pool-102-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2023-02-01T07:25:23.356Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-01T07:25:23.358Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-02-01T07:25:23.363Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T07:25:23.364Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c7929fe2-5206-4d31-9a1f-460a80714ee6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675236313566, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0xxkvwgnj7utjjrozgbu/1.0/resourceInstances/pnfb2d6190253c80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T07:25:23.482Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 118 ms 2023-02-01T07:25:23.483Z||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. 2023-02-01T07:25:23.484Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T07:25:23.518Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:25:23.519Z||pool-103-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1} 2023-02-01T07:25:24.368Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-01T07:25:24.373Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-02-01T07:25:24.383Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T07:25:24.384Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c7929fe2-5206-4d31-9a1f-460a80714ee6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675236313566, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0xxkvwgnj7utjjrozgbu/1.0/resourceInstances/pnfb2d6190253c80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-02-01T07:25:24.494Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 110 ms 2023-02-01T07:25:24.496Z||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. 2023-02-01T07:25:24.496Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T07:25:24.512Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:25:24.513Z||pool-104-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2023-02-01T07:25:25.384Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-01T07:25:25.385Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-02-01T07:25:25.391Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T07:25:25.391Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c7929fe2-5206-4d31-9a1f-460a80714ee6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675236313566, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0xxkvwgnj7utjjrozgbu/1.0/resourceInstances/pnfb2d6190253c80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-02-01T07:25:25.491Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-01T07:25:25.492Z||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. 2023-02-01T07:25:25.493Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T07:25:25.586Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:25:25.587Z||pool-105-thread-1|||||INFO|500||cambria reply ok (95 ms):{"serverTimeMs":1,"count":1} 2023-02-01T07:25:26.392Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-01T07:25:26.395Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-02-01T07:25:26.400Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T07:25:26.400Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c7929fe2-5206-4d31-9a1f-460a80714ee6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675236313566, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0xxkvwgnj7utjjrozgbu/1.0/artifacts/service-DemoPnf0xxkvwgnj7utjjrozgbu-template.yml", "status": "NOT_NOTIFIED" } 2023-02-01T07:25:26.500Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-01T07:25:26.502Z||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. 2023-02-01T07:25:26.502Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T07:25:26.550Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:25:26.551Z||pool-106-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":0,"count":1} 2023-02-01T07:25:27.402Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-01T07:25:27.403Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-02-01T07:25:27.408Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T07:25:27.409Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c7929fe2-5206-4d31-9a1f-460a80714ee6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675236313566, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0xxkvwgnj7utjjrozgbu/1.0/artifacts/service-DemoPnf0xxkvwgnj7utjjrozgbu-csar.csar", "status": "NOTIFIED" } 2023-02-01T07:25:27.510Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-02-01T07:25:27.511Z||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. 2023-02-01T07:25:27.512Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T07:25:27.548Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:25:27.549Z||pool-107-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1} 2023-02-01T07:25:28.411Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "c7929fe2-5206-4d31-9a1f-460a80714ee6", "serviceName": "Demo_pNF_0xXkvWGnJ7uTjjROZgbu", "serviceVersion": "1.0", "serviceUUID": "4663c87d-7edd-407e-ab1f-2c6392be9b24", "serviceDescription": "catalog service description", "serviceInvariantUUID": "3c9465d2-ac7e-45ce-aa47-578e8138c755", "resources": [ { "resourceInstanceName": "pNF b2d61902-53c8 0", "resourceCustomizationUUID": "54c404dd-60b1-4dd3-adee-8b30fc9e2e89", "resourceName": "pNF b2d61902-53c8", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "3d35065d-b79b-477c-b473-0f730f67ba0a", "resourceInvariantUUID": "827fe773-a144-4517-a0a5-698b408bbe64", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnf0xxkvwgnj7utjjrozgbu-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnf0xxkvwgnj7utjjrozgbu/1.0/artifacts/service-DemoPnf0xxkvwgnj7utjjrozgbu-csar.csar", "artifactChecksum": "Y2Q3YzFlNjYyOGEyNGJlNzMxNTkyNmQ4NjE4MGE4OGM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ec873091-66a5-4504-9c18-c20cba0759ab" } ], "workloadContext": "Production" } 2023-02-01T07:25:28.411Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-02-01T07:25:28.411Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 4663c87d-7edd-407e-ab1f-2c6392be9b24 ASDC 2023-02-01T07:25:28.413Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:c7929fe2-5206-4d31-9a1f-460a80714ee6 ServiceName:Demo_pNF_0xXkvWGnJ7uTjjROZgbu ServiceVersion:1.0 ServiceUUID:4663c87d-7edd-407e-ab1f-2c6392be9b24 ServiceInvariantUUID:3c9465d2-ac7e-45ce-aa47-578e8138c755 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnf0xxkvwgnj7utjjrozgbu-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnf0xxkvwgnj7utjjrozgbu/1.0/artifacts/service-DemoPnf0xxkvwgnj7utjjrozgbu-csar.csar ArtifactUUID:ec873091-66a5-4504-9c18-c20cba0759ab ArtifactChecksum:Y2Q3YzFlNjYyOGEyNGJlNzMxNTkyNmQ4NjE4MGE4OGM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF b2d61902-53c8 0 ResourceCustomizationUUID:54c404dd-60b1-4dd3-adee-8b30fc9e2e89 ResourceInvariantUUID:827fe773-a144-4517-a0a5-698b408bbe64 ResourceName:pNF b2d61902-53c8 ResourceType:PNF ResourceUUID:3d35065d-b79b-477c-b473-0f730f67ba0a ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-02-01T07:25:28.414Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4663c87d-7edd-407e-ab1f-2c6392be9b24 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-01T07:25:28.555Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-01T07:25:28.556Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-02-01T07:25:28.556Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-02-01T07:25:28.557Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: ec873091-66a5-4504-9c18-c20cba0759ab from URL: /sdc/v1/catalog/services/DemoPnf0xxkvwgnj7utjjrozgbu/1.0/artifacts/service-DemoPnf0xxkvwgnj7utjjrozgbu-csar.csar 2023-02-01T07:25:28.557Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||INFO|500||DistributionClient - download 2023-02-01T07:25:28.557Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf0xxkvwgnj7utjjrozgbu/1.0/artifacts/service-DemoPnf0xxkvwgnj7utjjrozgbu-csar.csar 2023-02-01T07:25:28.766Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2023-02-01T07:25:28.791Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf0xxkvwgnj7utjjrozgbu/1.0/artifacts/service-DemoPnf0xxkvwgnj7utjjrozgbu-csar.csar ec873091-66a5-4504-9c18-c20cba0759ab 87790 2023-02-01T07:25:28.791Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf0xxkvwgnj7utjjrozgbu/1.0/artifacts/service-DemoPnf0xxkvwgnj7utjjrozgbu-csar.csar ASDC sendASDCNotification 2023-02-01T07:25:28.792Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf0xxkvwgnj7utjjrozgbu/1.0/artifacts/service-DemoPnf0xxkvwgnj7utjjrozgbu-csar.csar 2023-02-01T07:25:28.792Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-01T07:25:28.792Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-02-01T07:25:28.806Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T07:25:28.808Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c7929fe2-5206-4d31-9a1f-460a80714ee6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675236328791, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0xxkvwgnj7utjjrozgbu/1.0/artifacts/service-DemoPnf0xxkvwgnj7utjjrozgbu-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-01T07:25:28.902Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms 2023-02-01T07:25:28.903Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-01T07:25:28.903Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T07:25:28.934Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:25:28.935Z||pool-108-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2023-02-01T07:25:29.809Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-01T07:25:29.811Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-02-01T07:25:29.811Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: ec873091-66a5-4504-9c18-c20cba0759ab, URL: /sdc/v1/catalog/services/DemoPnf0xxkvwgnj7utjjrozgbu/1.0/artifacts/service-DemoPnf0xxkvwgnj7utjjrozgbu-csar.csar to file: /app/ASDC/1/service-DemoPnf0xxkvwgnj7utjjrozgbu-csar.csar 2023-02-01T07:25:29.812Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf0xxkvwgnj7utjjrozgbu-csar.csar 2023-02-01T07:25:29.814Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf0xxkvwgnj7utjjrozgbu-csar.csar 2023-02-01T07:25:29.814Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf0xxkvwgnj7utjjrozgbu-csar.csar 2023-02-01T07:25:30.091Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6056202578498236493/Definitions/service-DemoPnf0xxkvwgnj7utjjrozgbu-template.yml 2023-02-01T07:25:32.081Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2023-02-01T07:25:32.082Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||WARN|500||#################################################################################################### 2023-02-01T07:25:32.082Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf0xxkvwgnj7utjjrozgbu-csar.csar 2023-02-01T07:25:32.082Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-02-01T07:25:32.082Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||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-DemoPnf0xxkvwgnj7utjjrozgbu-csar.csar 2023-02-01T07:25:32.083Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf0xxkvwgnj7utjjrozgbu-csar.csar 2023-02-01T07:25:32.083Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||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-DemoPnf0xxkvwgnj7utjjrozgbu-csar.csar 2023-02-01T07:25:32.083Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||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-DemoPnf0xxkvwgnj7utjjrozgbu-csar.csar 2023-02-01T07:25:32.083Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||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-DemoPnf0xxkvwgnj7utjjrozgbu-csar.csar 2023-02-01T07:25:32.083Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||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-DemoPnf0xxkvwgnj7utjjrozgbu-csar.csar 2023-02-01T07:25:32.083Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF b2d61902-53c8 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-DemoPnf0xxkvwgnj7utjjrozgbu-csar.csar 2023-02-01T07:25:32.083Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||WARN|500||#################################################################################################### 2023-02-01T07:25:32.083Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T07:25:32.084Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_0xXkvWGnJ7uTjjROZgbu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T07:25:32.084Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||DEBUG|500||Node template pNF b2d61902-53c8 0 is matching search criteria 2023-02-01T07:25:32.092Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2023-02-01T07:25:32.095Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF b2d61902-53c8 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-01T07:25:32.095Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T07:25:32.095Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_0xXkvWGnJ7uTjjROZgbu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T07:25:32.096Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||DEBUG|500||Node template pNF b2d61902-53c8 0 is matching search criteria 2023-02-01T07:25:32.096Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2023-02-01T07:25:32.096Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF b2d61902-53c8 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-01T07:25:32.096Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T07:25:32.096Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_0xXkvWGnJ7uTjjROZgbu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T07:25:32.096Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T07:25:32.097Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_0xXkvWGnJ7uTjjROZgbu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T07:25:32.097Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T07:25:32.098Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_0xXkvWGnJ7uTjjROZgbu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T07:25:32.098Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T07:25:32.098Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_0xXkvWGnJ7uTjjROZgbu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T07:25:32.098Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T07:25:32.101Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_0xXkvWGnJ7uTjjROZgbu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T07:25:32.102Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_0xXkvWGnJ7uTjjROZgbu Description:catalog service description Model UUID:4663c87d-7edd-407e-ab1f-2c6392be9b24 Model Version:NULL Model InvariantUuid:3c9465d2-ac7e-45ce-aa47-578e8138c755 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2023-02-01T07:25:32.156Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: 3d35065d-b79b-477c-b473-0f730f67ba0a Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-02-01T07:25:32.185Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||INFO|500||pNF b2d61902-53c8 0 2023-02-01T07:25:32.186Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 3d35065d-b79b-477c-b473-0f730f67ba0a 2023-02-01T07:25:32.186Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 4663c87d-7edd-407e-ab1f-2c6392be9b24 2023-02-01T07:25:32.186Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 4663c87d-7edd-407e-ab1f-2c6392be9b24 2023-02-01T07:25:32.186Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF b2d61902-53c8 0 3d35065d-b79b-477c-b473-0f730f67ba0a ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-02-01T07:25:32.202Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1ec024ca, org.onap.sdc.toscaparser.api.parameters.Input@5eb2ce3c, org.onap.sdc.toscaparser.api.parameters.Input@5a062cd1, org.onap.sdc.toscaparser.api.parameters.Input@2d994a56, org.onap.sdc.toscaparser.api.parameters.Input@3260cd5b] 2023-02-01T07:25:32.202Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T07:25:32.203Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_0xXkvWGnJ7uTjjROZgbu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T07:25:32.203Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 4663c87d-7edd-407e-ab1f-2c6392be9b24: pNF b2d61902-53c8 2023-02-01T07:25:32.203Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||INFO|500||Processing PNF resource: 3d35065d-b79b-477c-b473-0f730f67ba0a 2023-02-01T07:25:32.203Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T07:25:32.203Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_0xXkvWGnJ7uTjjROZgbu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T07:25:32.203Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||INFO|500||Resource customization UUID: 54c404dd-60b1-4dd3-adee-8b30fc9e2e89 is the same as notified resource customizationUUID: 54c404dd-60b1-4dd3-adee-8b30fc9e2e89 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 (?, ?) 2023-02-01T07:25:32.382Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF b2d61902-53c8 3d35065d-b79b-477c-b473-0f730f67ba0a 0 ASDC deployResourceStructure 2023-02-01T07:25:32.383Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf0xxkvwgnj7utjjrozgbu/1.0/artifacts/service-DemoPnf0xxkvwgnj7utjjrozgbu-csar.csar ASDC sendASDCNotification 2023-02-01T07:25:32.383Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf0xxkvwgnj7utjjrozgbu/1.0/artifacts/service-DemoPnf0xxkvwgnj7utjjrozgbu-csar.csar 2023-02-01T07:25:32.384Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-01T07:25:32.384Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-02-01T07:25:32.387Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T07:25:32.388Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c7929fe2-5206-4d31-9a1f-460a80714ee6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675236332383, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0xxkvwgnj7utjjrozgbu/1.0/artifacts/service-DemoPnf0xxkvwgnj7utjjrozgbu-csar.csar", "status": "DEPLOY_OK" } 2023-02-01T07:25:32.488Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-01T07:25:32.490Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-01T07:25:32.491Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T07:25:32.515Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:25:32.516Z||pool-109-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1} 2023-02-01T07:25:33.394Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c7929fe2-5206-4d31-9a1f-460a80714ee6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-01T07:25:33.487Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c7929fe2-5206-4d31-9a1f-460a80714ee6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-01T07:25:33.513Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-01T07:25:33.513Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-01T07:25:33.513Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-01T07:26:03.514Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c7929fe2-5206-4d31-9a1f-460a80714ee6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-01T07:26:03.560Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c7929fe2-5206-4d31-9a1f-460a80714ee6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-01T07:26:03.574Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-01T07:26:03.574Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-01T07:26:03.575Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-01T07:26:13.579Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T07:26:13.581Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T07:26:13.581Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|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 EjcaMUROG0JWEck8) ... 2023-02-01T07:26:13.648Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:26:13.650Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:26:13.651Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7929fe2-5206-4d31-9a1f-460a80714ee6", "consumerID": "cds", "timestamp": 1675236314018, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0xxkvwgnj7utjjrozgbu/1.0/resourceInstances/pnfb2d6190253c80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T07:26:13.652Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-02-01T07:26:33.576Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c7929fe2-5206-4d31-9a1f-460a80714ee6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-01T07:26:33.642Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c7929fe2-5206-4d31-9a1f-460a80714ee6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-01T07:26:33.662Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-01T07:26:33.663Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-01T07:26:33.663Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-01T07:27:03.663Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c7929fe2-5206-4d31-9a1f-460a80714ee6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-01T07:27:03.682Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c7929fe2-5206-4d31-9a1f-460a80714ee6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-01T07:27:03.691Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-01T07:27:03.691Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-01T07:27:03.692Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-01T07:27:13.580Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T07:27:13.582Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T07:27:13.582Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|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 EjcaMUROG0JWEck8) ... 2023-02-01T07:27:13.656Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:27:13.657Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:27:13.657Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7929fe2-5206-4d31-9a1f-460a80714ee6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675236313566, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0xxkvwgnj7utjjrozgbu/1.0/resourceInstances/pnfb2d6190253c80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T07:27:13.659Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-02-01T07:27:33.693Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c7929fe2-5206-4d31-9a1f-460a80714ee6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-01T07:27:33.722Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c7929fe2-5206-4d31-9a1f-460a80714ee6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-01T07:27:33.727Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-01T07:27:33.728Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-01T07:27:33.728Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-01T07:28:03.728Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c7929fe2-5206-4d31-9a1f-460a80714ee6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-01T07:28:03.770Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c7929fe2-5206-4d31-9a1f-460a80714ee6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-01T07:28:03.779Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-01T07:28:03.779Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-01T07:28:03.779Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-01T07:28:13.580Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T07:28:13.582Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T07:28:13.582Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|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 EjcaMUROG0JWEck8) ... 2023-02-01T07:28:14.127Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:28:14.133Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:28:14.133Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7929fe2-5206-4d31-9a1f-460a80714ee6", "consumerID": "multicloud-k8s-id", "timestamp": 1675236316661, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0xxkvwgnj7utjjrozgbu/1.0/resourceInstances/pnfb2d6190253c80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-02-01T07:28:14.135Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-02-01T07:28:14.135Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:28:14.135Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7929fe2-5206-4d31-9a1f-460a80714ee6", "consumerID": "cds", "timestamp": 1675236314018, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0xxkvwgnj7utjjrozgbu/1.0/resourceInstances/pnfb2d6190253c80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-02-01T07:28:14.136Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-02-01T07:28:14.136Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:28:14.136Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7929fe2-5206-4d31-9a1f-460a80714ee6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675236313566, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0xxkvwgnj7utjjrozgbu/1.0/resourceInstances/pnfb2d6190253c80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-02-01T07:28:14.136Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-02-01T07:28:14.137Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:28:14.137Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7929fe2-5206-4d31-9a1f-460a80714ee6", "consumerID": "multicloud-k8s-id", "timestamp": 1675236316661, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0xxkvwgnj7utjjrozgbu/1.0/resourceInstances/pnfb2d6190253c80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-02-01T07:28:14.137Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-02-01T07:28:14.137Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:28:14.137Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7929fe2-5206-4d31-9a1f-460a80714ee6", "consumerID": "cds", "timestamp": 1675236314018, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0xxkvwgnj7utjjrozgbu/1.0/resourceInstances/pnfb2d6190253c80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-02-01T07:28:14.137Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-02-01T07:28:14.137Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:28:14.140Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7929fe2-5206-4d31-9a1f-460a80714ee6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675236313566, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0xxkvwgnj7utjjrozgbu/1.0/resourceInstances/pnfb2d6190253c80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-02-01T07:28:14.141Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-02-01T07:28:14.141Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:28:14.141Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7929fe2-5206-4d31-9a1f-460a80714ee6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675236323541, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0xxkvwgnj7utjjrozgbu/1.0/resourceInstances/pnfb2d6190253c80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T07:28:14.142Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-02-01T07:28:14.142Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:28:14.142Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7929fe2-5206-4d31-9a1f-460a80714ee6", "consumerID": "multicloud-k8s-id", "timestamp": 1675236316661, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0xxkvwgnj7utjjrozgbu/1.0/resourceInstances/pnfb2d6190253c80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T07:28:14.142Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-02-01T07:28:14.142Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:28:14.142Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7929fe2-5206-4d31-9a1f-460a80714ee6", "consumerID": "cds", "timestamp": 1675236314018, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0xxkvwgnj7utjjrozgbu/1.0/resourceInstances/pnfb2d6190253c80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T07:28:14.142Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-02-01T07:28:14.142Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:28:14.142Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7929fe2-5206-4d31-9a1f-460a80714ee6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675236313566, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0xxkvwgnj7utjjrozgbu/1.0/resourceInstances/pnfb2d6190253c80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T07:28:14.142Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-02-01T07:28:14.143Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:28:14.143Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7929fe2-5206-4d31-9a1f-460a80714ee6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675236323541, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0xxkvwgnj7utjjrozgbu/1.0/resourceInstances/pnfb2d6190253c80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-02-01T07:28:14.143Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-02-01T07:28:14.143Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:28:14.143Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7929fe2-5206-4d31-9a1f-460a80714ee6", "consumerID": "multicloud-k8s-id", "timestamp": 1675236316661, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0xxkvwgnj7utjjrozgbu/1.0/resourceInstances/pnfb2d6190253c80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-02-01T07:28:14.143Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-02-01T07:28:14.143Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:28:14.143Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7929fe2-5206-4d31-9a1f-460a80714ee6", "consumerID": "cds", "timestamp": 1675236314018, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0xxkvwgnj7utjjrozgbu/1.0/resourceInstances/pnfb2d6190253c80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-02-01T07:28:14.143Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-02-01T07:28:14.143Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:28:14.144Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7929fe2-5206-4d31-9a1f-460a80714ee6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675236313566, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0xxkvwgnj7utjjrozgbu/1.0/resourceInstances/pnfb2d6190253c80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-02-01T07:28:14.144Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-02-01T07:28:14.144Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:28:14.144Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7929fe2-5206-4d31-9a1f-460a80714ee6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675236323541, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0xxkvwgnj7utjjrozgbu/1.0/resourceInstances/pnfb2d6190253c80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-02-01T07:28:14.144Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-02-01T07:28:14.144Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:28:14.144Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7929fe2-5206-4d31-9a1f-460a80714ee6", "consumerID": "multicloud-k8s-id", "timestamp": 1675236316661, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0xxkvwgnj7utjjrozgbu/1.0/resourceInstances/pnfb2d6190253c80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-02-01T07:28:14.144Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-02-01T07:28:14.144Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:28:14.144Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7929fe2-5206-4d31-9a1f-460a80714ee6", "consumerID": "cds", "timestamp": 1675236314018, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0xxkvwgnj7utjjrozgbu/1.0/resourceInstances/pnfb2d6190253c80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-02-01T07:28:14.144Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-02-01T07:28:14.145Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:28:14.145Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7929fe2-5206-4d31-9a1f-460a80714ee6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675236313566, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0xxkvwgnj7utjjrozgbu/1.0/resourceInstances/pnfb2d6190253c80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-02-01T07:28:14.145Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-02-01T07:28:14.145Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:28:14.145Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7929fe2-5206-4d31-9a1f-460a80714ee6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675236323541, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0xxkvwgnj7utjjrozgbu/1.0/resourceInstances/pnfb2d6190253c80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T07:28:14.145Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-02-01T07:28:14.145Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:28:14.145Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7929fe2-5206-4d31-9a1f-460a80714ee6", "consumerID": "multicloud-k8s-id", "timestamp": 1675236316661, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0xxkvwgnj7utjjrozgbu/1.0/artifacts/service-DemoPnf0xxkvwgnj7utjjrozgbu-template.yml", "status": "NOT_NOTIFIED" } 2023-02-01T07:28:14.146Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-02-01T07:28:14.146Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:28:14.146Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7929fe2-5206-4d31-9a1f-460a80714ee6", "consumerID": "cds", "timestamp": 1675236314018, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0xxkvwgnj7utjjrozgbu/1.0/artifacts/service-DemoPnf0xxkvwgnj7utjjrozgbu-template.yml", "status": "NOT_NOTIFIED" } 2023-02-01T07:28:14.146Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-02-01T07:28:14.146Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:28:14.146Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7929fe2-5206-4d31-9a1f-460a80714ee6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675236313566, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0xxkvwgnj7utjjrozgbu/1.0/artifacts/service-DemoPnf0xxkvwgnj7utjjrozgbu-template.yml", "status": "NOT_NOTIFIED" } 2023-02-01T07:28:14.146Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-02-01T07:28:14.146Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:28:14.146Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7929fe2-5206-4d31-9a1f-460a80714ee6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675236323541, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0xxkvwgnj7utjjrozgbu/1.0/resourceInstances/pnfb2d6190253c80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-02-01T07:28:14.146Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-02-01T07:28:14.147Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:28:14.147Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7929fe2-5206-4d31-9a1f-460a80714ee6", "consumerID": "multicloud-k8s-id", "timestamp": 1675236316661, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0xxkvwgnj7utjjrozgbu/1.0/artifacts/service-DemoPnf0xxkvwgnj7utjjrozgbu-csar.csar", "status": "NOTIFIED" } 2023-02-01T07:28:14.147Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-02-01T07:28:14.147Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:28:14.147Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7929fe2-5206-4d31-9a1f-460a80714ee6", "consumerID": "cds", "timestamp": 1675236314018, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0xxkvwgnj7utjjrozgbu/1.0/artifacts/service-DemoPnf0xxkvwgnj7utjjrozgbu-csar.csar", "status": "NOTIFIED" } 2023-02-01T07:28:14.147Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-02-01T07:28:14.147Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:28:14.149Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7929fe2-5206-4d31-9a1f-460a80714ee6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675236313566, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0xxkvwgnj7utjjrozgbu/1.0/artifacts/service-DemoPnf0xxkvwgnj7utjjrozgbu-csar.csar", "status": "NOTIFIED" } 2023-02-01T07:28:14.149Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-02-01T07:28:14.149Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:28:14.149Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7929fe2-5206-4d31-9a1f-460a80714ee6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675236323541, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0xxkvwgnj7utjjrozgbu/1.0/resourceInstances/pnfb2d6190253c80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-02-01T07:28:14.149Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-02-01T07:28:14.149Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:28:14.150Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7929fe2-5206-4d31-9a1f-460a80714ee6", "consumerID": "ves-openapi-manager", "timestamp": 1675236327726, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0xxkvwgnj7utjjrozgbu/1.0/resourceInstances/pnfb2d6190253c80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T07:28:14.150Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-02-01T07:28:14.150Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:28:14.150Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7929fe2-5206-4d31-9a1f-460a80714ee6", "consumerID": "cds", "timestamp": 1675236328248, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0xxkvwgnj7utjjrozgbu/1.0/artifacts/service-DemoPnf0xxkvwgnj7utjjrozgbu-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-01T07:28:14.150Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T07:28:14.150Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:28:14.150Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7929fe2-5206-4d31-9a1f-460a80714ee6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675236328791, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0xxkvwgnj7utjjrozgbu/1.0/artifacts/service-DemoPnf0xxkvwgnj7utjjrozgbu-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-01T07:28:14.150Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T07:28:14.150Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:28:14.150Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7929fe2-5206-4d31-9a1f-460a80714ee6", "consumerID": "aai-ml", "timestamp": 1675236327454, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0xxkvwgnj7utjjrozgbu/1.0/resourceInstances/pnfb2d6190253c80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T07:28:14.150Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-02-01T07:28:14.150Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:28:14.150Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7929fe2-5206-4d31-9a1f-460a80714ee6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675236323541, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0xxkvwgnj7utjjrozgbu/1.0/artifacts/service-DemoPnf0xxkvwgnj7utjjrozgbu-template.yml", "status": "NOT_NOTIFIED" } 2023-02-01T07:28:14.150Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-02-01T07:28:14.150Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:28:14.150Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7929fe2-5206-4d31-9a1f-460a80714ee6", "consumerID": "ves-openapi-manager", "timestamp": 1675236327726, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0xxkvwgnj7utjjrozgbu/1.0/resourceInstances/pnfb2d6190253c80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-02-01T07:28:14.151Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-02-01T07:28:14.151Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:28:14.151Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7929fe2-5206-4d31-9a1f-460a80714ee6", "consumerID": "cds", "timestamp": 1675236329257, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0xxkvwgnj7utjjrozgbu/1.0/artifacts/service-DemoPnf0xxkvwgnj7utjjrozgbu-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-01T07:28:14.187Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c7929fe2-5206-4d31-9a1f-460a80714ee6 2023-02-01T07:28:14.188Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c7929fe2-5206-4d31-9a1f-460a80714ee6 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-01T07:28:14.234Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:28:14.234Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7929fe2-5206-4d31-9a1f-460a80714ee6", "consumerID": "aai-ml", "timestamp": 1675236327454, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0xxkvwgnj7utjjrozgbu/1.0/resourceInstances/pnfb2d6190253c80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-02-01T07:28:14.235Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-02-01T07:28:14.235Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:28:14.235Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7929fe2-5206-4d31-9a1f-460a80714ee6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675236323541, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0xxkvwgnj7utjjrozgbu/1.0/artifacts/service-DemoPnf0xxkvwgnj7utjjrozgbu-csar.csar", "status": "NOTIFIED" } 2023-02-01T07:28:14.235Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-02-01T07:28:14.235Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:28:14.235Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7929fe2-5206-4d31-9a1f-460a80714ee6", "consumerID": "ves-openapi-manager", "timestamp": 1675236327726, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0xxkvwgnj7utjjrozgbu/1.0/resourceInstances/pnfb2d6190253c80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-02-01T07:28:14.235Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-02-01T07:28:14.235Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:28:14.235Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7929fe2-5206-4d31-9a1f-460a80714ee6", "consumerID": "aai-ml", "timestamp": 1675236327454, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0xxkvwgnj7utjjrozgbu/1.0/resourceInstances/pnfb2d6190253c80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-02-01T07:28:14.236Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-02-01T07:28:14.236Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:28:14.236Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7929fe2-5206-4d31-9a1f-460a80714ee6", "consumerID": "ves-openapi-manager", "timestamp": 1675236327726, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0xxkvwgnj7utjjrozgbu/1.0/resourceInstances/pnfb2d6190253c80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T07:28:14.239Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-02-01T07:28:14.239Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:28:14.239Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7929fe2-5206-4d31-9a1f-460a80714ee6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675236332726, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0xxkvwgnj7utjjrozgbu/1.0/artifacts/service-DemoPnf0xxkvwgnj7utjjrozgbu-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-01T07:28:14.239Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T07:28:14.239Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:28:14.239Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7929fe2-5206-4d31-9a1f-460a80714ee6", "consumerID": "aai-ml", "timestamp": 1675236327454, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0xxkvwgnj7utjjrozgbu/1.0/resourceInstances/pnfb2d6190253c80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T07:28:14.239Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-02-01T07:28:14.240Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:28:14.240Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7929fe2-5206-4d31-9a1f-460a80714ee6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675236332383, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0xxkvwgnj7utjjrozgbu/1.0/artifacts/service-DemoPnf0xxkvwgnj7utjjrozgbu-csar.csar", "status": "DEPLOY_OK" } 2023-02-01T07:28:14.240Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T07:28:14.240Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:28:14.240Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7929fe2-5206-4d31-9a1f-460a80714ee6", "consumerID": "ves-openapi-manager", "timestamp": 1675236327726, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0xxkvwgnj7utjjrozgbu/1.0/resourceInstances/pnfb2d6190253c80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-02-01T07:28:14.244Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-02-01T07:28:14.246Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:28:14.246Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7929fe2-5206-4d31-9a1f-460a80714ee6", "consumerID": "aai-ml", "timestamp": 1675236327454, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0xxkvwgnj7utjjrozgbu/1.0/resourceInstances/pnfb2d6190253c80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-02-01T07:28:14.246Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-02-01T07:28:14.247Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:28:14.247Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7929fe2-5206-4d31-9a1f-460a80714ee6", "consumerID": "ves-openapi-manager", "timestamp": 1675236327726, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0xxkvwgnj7utjjrozgbu/1.0/resourceInstances/pnfb2d6190253c80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2023-02-01T07:28:14.247Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-02-01T07:28:14.247Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:28:14.247Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7929fe2-5206-4d31-9a1f-460a80714ee6", "consumerID": "aai-ml", "timestamp": 1675236327454, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0xxkvwgnj7utjjrozgbu/1.0/resourceInstances/pnfb2d6190253c80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-02-01T07:28:14.247Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-02-01T07:28:14.248Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:28:14.248Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7929fe2-5206-4d31-9a1f-460a80714ee6", "consumerID": "ves-openapi-manager", "timestamp": 1675236327726, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0xxkvwgnj7utjjrozgbu/1.0/artifacts/service-DemoPnf0xxkvwgnj7utjjrozgbu-template.yml", "status": "NOT_NOTIFIED" } 2023-02-01T07:28:14.248Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-02-01T07:28:14.248Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:28:14.248Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7929fe2-5206-4d31-9a1f-460a80714ee6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675236336030, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0xxkvwgnj7utjjrozgbu/1.0/artifacts/service-DemoPnf0xxkvwgnj7utjjrozgbu-csar.csar", "status": "DEPLOY_OK" } 2023-02-01T07:28:14.248Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T07:28:14.248Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:28:14.248Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7929fe2-5206-4d31-9a1f-460a80714ee6", "consumerID": "aai-ml", "timestamp": 1675236327454, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0xxkvwgnj7utjjrozgbu/1.0/artifacts/service-DemoPnf0xxkvwgnj7utjjrozgbu-template.yml", "status": "NOT_NOTIFIED" } 2023-02-01T07:28:14.248Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-02-01T07:28:14.249Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:28:14.249Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7929fe2-5206-4d31-9a1f-460a80714ee6", "consumerID": "ves-openapi-manager", "timestamp": 1675236327726, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0xxkvwgnj7utjjrozgbu/1.0/artifacts/service-DemoPnf0xxkvwgnj7utjjrozgbu-csar.csar", "status": "NOT_NOTIFIED" } 2023-02-01T07:28:14.249Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-02-01T07:28:14.249Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:28:14.249Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7929fe2-5206-4d31-9a1f-460a80714ee6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675236337067, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-01T07:28:14.257Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c7929fe2-5206-4d31-9a1f-460a80714ee6 2023-02-01T07:28:14.257Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c7929fe2-5206-4d31-9a1f-460a80714ee6 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-01T07:28:14.271Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:28:14.272Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7929fe2-5206-4d31-9a1f-460a80714ee6", "consumerID": "aai-ml", "timestamp": 1675236327454, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0xxkvwgnj7utjjrozgbu/1.0/artifacts/service-DemoPnf0xxkvwgnj7utjjrozgbu-csar.csar", "status": "NOTIFIED" } 2023-02-01T07:28:14.272Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-02-01T07:28:14.272Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:28:14.272Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7929fe2-5206-4d31-9a1f-460a80714ee6", "consumerID": "ves-openapi-manager", "timestamp": 1675236336591, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0xxkvwgnj7utjjrozgbu/1.0/resourceInstances/pnfb2d6190253c80/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2023-02-01T07:28:14.272Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T07:28:14.272Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:28:14.272Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7929fe2-5206-4d31-9a1f-460a80714ee6", "consumerID": "aai-ml", "timestamp": 1675236336487, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0xxkvwgnj7utjjrozgbu/1.0/artifacts/service-DemoPnf0xxkvwgnj7utjjrozgbu-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-01T07:28:14.273Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T07:28:14.273Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:28:14.274Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7929fe2-5206-4d31-9a1f-460a80714ee6", "consumerID": "ves-openapi-manager", "timestamp": 1675236337623, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0xxkvwgnj7utjjrozgbu/1.0/resourceInstances/pnfb2d6190253c80/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2023-02-01T07:28:14.274Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T07:28:14.275Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:28:14.275Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7929fe2-5206-4d31-9a1f-460a80714ee6", "consumerID": "ves-openapi-manager", "timestamp": 1675236338626, "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=? 2023-02-01T07:28:14.291Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of c7929fe2-5206-4d31-9a1f-460a80714ee6 2023-02-01T07:28:14.292Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c7929fe2-5206-4d31-9a1f-460a80714ee6 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 (?, ?, ?, ?, ?) 2023-02-01T07:28:14.347Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:28:14.348Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7929fe2-5206-4d31-9a1f-460a80714ee6", "consumerID": "aai-ml", "timestamp": 1675236343786, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0xxkvwgnj7utjjrozgbu/1.0/artifacts/service-DemoPnf0xxkvwgnj7utjjrozgbu-csar.csar", "status": "DEPLOY_OK" } 2023-02-01T07:28:14.348Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T07:28:14.348Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:28:14.348Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7929fe2-5206-4d31-9a1f-460a80714ee6", "consumerID": "aai-ml", "timestamp": 1675236344794, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-01T07:28:14.370Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c7929fe2-5206-4d31-9a1f-460a80714ee6 2023-02-01T07:28:14.370Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c7929fe2-5206-4d31-9a1f-460a80714ee6 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-01T07:28:33.780Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c7929fe2-5206-4d31-9a1f-460a80714ee6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-01T07:28:33.829Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c7929fe2-5206-4d31-9a1f-460a80714ee6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-01T07:28:33.836Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-01T07:28:33.841Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-02-01T07:28:33.841Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-02-01T07:28:33.841Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-02-01T07:28:33.841Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-01T07:28:33.842Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-01T07:28:33.842Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-01T07:28:33.842Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-01T07:28:33.842Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-01T07:28:33.843Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-01T07:28:33.862Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-02-01T07:29:03.863Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c7929fe2-5206-4d31-9a1f-460a80714ee6 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-02-01T07:29:03.894Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c7929fe2-5206-4d31-9a1f-460a80714ee6 and serviceModelVersionId: 4663c87d-7edd-407e-ab1f-2c6392be9b24 2023-02-01T07:29:03.895Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3c9465d2-ac7e-45ce-aa47-578e8138c755 2023-02-01T07:29:03.903Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3c9465d2-ac7e-45ce-aa47-578e8138c755/model-vers/model-ver/4663c87d-7edd-407e-ab1f-2c6392be9b24?depth=0 2023-02-01T07:29:03.920Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2023-02-01T07:29:04.047Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c9465d2-ac7e-45ce-aa47-578e8138c755/model-vers/model-ver/4663c87d-7edd-407e-ab1f-2c6392be9b24?depth=0|INFO|500||Invoke 2023-02-01T07:29:04.048Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c9465d2-ac7e-45ce-aa47-578e8138c755/model-vers/model-ver/4663c87d-7edd-407e-ab1f-2c6392be9b24?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c9465d2-ac7e-45ce-aa47-578e8138c755/model-vers/model-ver/4663c87d-7edd-407e-ab1f-2c6392be9b24?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c7929fe2-5206-4d31-9a1f-460a80714ee6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[fb437466-8f7b-4692-a13c-982a1d64171f], X-ECOMP-RequestID=[c7929fe2-5206-4d31-9a1f-460a80714ee6], X-TransactionId=[], X-ONAP-RequestID=[c7929fe2-5206-4d31-9a1f-460a80714ee6], Content-Type=[application/merge-patch+json]} 2023-02-01T07:29:04.084Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c9465d2-ac7e-45ce-aa47-578e8138c755/model-vers/model-ver/4663c87d-7edd-407e-ab1f-2c6392be9b24?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-02-01T07:29:04.363Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c9465d2-ac7e-45ce-aa47-578e8138c755/model-vers/model-ver/4663c87d-7edd-407e-ab1f-2c6392be9b24?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/3c9465d2-ac7e-45ce-aa47-578e8138c755/model-vers/model-ver/4663c87d-7edd-407e-ab1f-2c6392be9b24?depth=0 has http status code:200 and response headers:{date=[Wed, 01 Feb 2023 07:29:03 GMT], content-length=[0], vertex-id=[573680], x-aai-txid=[2-aai-resources-230201-07:29:03:375-67702], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-02-01T07:29:04.363Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c9465d2-ac7e-45ce-aa47-578e8138c755/model-vers/model-ver/4663c87d-7edd-407e-ab1f-2c6392be9b24?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-02-01T07:29:04.364Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c9465d2-ac7e-45ce-aa47-578e8138c755/model-vers/model-ver/4663c87d-7edd-407e-ab1f-2c6392be9b24?depth=0|INFO|500||InvokeReturn 2023-02-01T07:29:04.365Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-02-01T07:29:04.366Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-02-01T07:29:04.379Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-02-01T07:29:04.380Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c7929fe2-5206-4d31-9a1f-460a80714ee6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-02-01T07:29:04.380Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-02-01T07:29:04.381Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-02-01T07:29:04.391Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T07:29:04.391Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c7929fe2-5206-4d31-9a1f-460a80714ee6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675236544380, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-02-01T07:29:04.486Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms 2023-02-01T07:29:04.488Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-01T07:29:04.488Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T07:29:04.508Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:29:04.510Z||pool-110-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-02-01T07:29:05.437Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T07:29:05.439Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|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. 2023-02-01T07:29:05.439Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|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 EjcaMUROG0JWEck8) ... 2023-02-01T07:29:13.579Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T07:29:13.580Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T07:29:13.580Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|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 EjcaMUROG0JWEck8) ... 2023-02-01T07:29:14.258Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:29:14.258Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:29:14.258Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7929fe2-5206-4d31-9a1f-460a80714ee6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675236544380, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-02-01T07:29:14.259Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T07:29:16.002Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:29:16.003Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T07:29:16.004Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|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. 2023-02-01T07:29:16.004Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|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 EjcaMUROG0JWEck8) ... 2023-02-01T07:29:25.616Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:29:25.618Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T07:29:25.619Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T07:29:25.620Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T07:29:35.224Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:29:35.225Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T07:29:35.225Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T07:29:35.226Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T07:29:44.858Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:30:13.567Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T07:30:13.570Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T07:30:13.570Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T07:30:13.579Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T07:30:13.581Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T07:30:13.581Z|89a673b5-5921-43f7-abc5-90358e499cff|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 EjcaMUROG0JWEck8) ... 2023-02-01T07:30:23.170Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:30:23.222Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:31:13.566Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T07:31:13.570Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T07:31:13.571Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T07:31:13.584Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T07:31:13.585Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T07:31:13.586Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T07:31:23.199Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:31:23.204Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:32:13.566Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T07:32:13.567Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T07:32:13.568Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T07:32:13.580Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T07:32:13.582Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T07:32:13.582Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T07:32:23.167Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:32:23.214Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:33:13.566Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T07:33:13.568Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T07:33:13.568Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T07:33:13.579Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T07:33:13.583Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T07:33:13.583Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|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 EjcaMUROG0JWEck8) ... 2023-02-01T07:33:23.172Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:33:23.185Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:34:13.566Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T07:34:13.568Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T07:34:13.568Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T07:34:13.579Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T07:34:13.581Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T07:34:13.581Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T07:34:23.173Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:34:23.183Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:35:13.566Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T07:35:13.568Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T07:35:13.568Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T07:35:13.579Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T07:35:13.581Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T07:35:13.581Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T07:35:23.133Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:35:23.234Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:36:13.566Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T07:36:13.567Z||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. 2023-02-01T07:36:13.567Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T07:36:13.580Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T07:36:13.583Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T07:36:13.583Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|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 EjcaMUROG0JWEck8) ... 2023-02-01T07:36:23.152Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:36:23.172Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:37:13.567Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T07:37:13.568Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T07:37:13.569Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|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 EjcaMUROG0JWEck8) ... 2023-02-01T07:37:13.579Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T07:37:13.580Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T07:37:13.580Z|89a673b5-5921-43f7-abc5-90358e499cff|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 EjcaMUROG0JWEck8) ... 2023-02-01T07:37:23.166Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:37:23.186Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:38:13.566Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T07:38:13.567Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T07:38:13.567Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|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 EjcaMUROG0JWEck8) ... 2023-02-01T07:38:13.579Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T07:38:13.580Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T07:38:13.580Z|89a673b5-5921-43f7-abc5-90358e499cff|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 EjcaMUROG0JWEck8) ... 2023-02-01T07:38:23.153Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:38:23.235Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:39:13.567Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T07:39:13.570Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T07:39:13.570Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|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 EjcaMUROG0JWEck8) ... 2023-02-01T07:39:13.580Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T07:39:13.587Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T07:39:13.588Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T07:39:23.228Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:39:23.255Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:40:13.567Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T07:40:13.581Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T07:40:13.582Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T07:40:13.583Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T07:40:13.594Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T07:40:13.595Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|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 EjcaMUROG0JWEck8) ... 2023-02-01T07:40:23.189Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:40:23.226Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:41:13.566Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T07:41:13.568Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T07:41:13.568Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|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 EjcaMUROG0JWEck8) ... 2023-02-01T07:41:13.589Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T07:41:13.591Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T07:41:13.591Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T07:41:23.188Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:41:23.208Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:42:13.566Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T07:42:13.567Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T07:42:13.567Z|89a673b5-5921-43f7-abc5-90358e499cff|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 EjcaMUROG0JWEck8) ... 2023-02-01T07:42:13.580Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T07:42:13.581Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T07:42:13.582Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T07:42:13.802Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:42:13.804Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T07:42:13.804Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88eb166-690b-4032-a9c3-b1bcc763e946", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675237313540, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T07:42:13.806Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T07:42:13.806Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T07:42:13.807Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88eb166-690b-4032-a9c3-b1bcc763e946", "consumerID": "multicloud-k8s-id", "timestamp": 1675237316661, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T07:42:13.807Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T07:42:13.807Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T07:42:13.807Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88eb166-690b-4032-a9c3-b1bcc763e946", "consumerID": "aai-ml", "timestamp": 1675237317454, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T07:42:13.808Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T07:42:13.808Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T07:42:13.808Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88eb166-690b-4032-a9c3-b1bcc763e946", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675237313540, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-01T07:42:13.808Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T07:42:13.808Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T07:42:13.808Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88eb166-690b-4032-a9c3-b1bcc763e946", "consumerID": "multicloud-k8s-id", "timestamp": 1675237316661, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2023-02-01T07:42:13.808Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T07:42:13.809Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T07:42:13.809Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88eb166-690b-4032-a9c3-b1bcc763e946", "consumerID": "aai-ml", "timestamp": 1675237317454, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-01T07:42:13.809Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T07:42:13.809Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T07:42:13.809Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88eb166-690b-4032-a9c3-b1bcc763e946", "consumerID": "cds", "timestamp": 1675237319018, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T07:42:13.810Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T07:42:13.810Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T07:42:13.810Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88eb166-690b-4032-a9c3-b1bcc763e946", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675237313540, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-02-01T07:42:13.810Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T07:42:13.810Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T07:42:13.810Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88eb166-690b-4032-a9c3-b1bcc763e946", "consumerID": "multicloud-k8s-id", "timestamp": 1675237316661, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2023-02-01T07:42:13.810Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T07:42:13.811Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T07:42:13.811Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88eb166-690b-4032-a9c3-b1bcc763e946", "consumerID": "aai-ml", "timestamp": 1675237317454, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-02-01T07:42:13.811Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T07:42:13.811Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T07:42:13.811Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88eb166-690b-4032-a9c3-b1bcc763e946", "consumerID": "cds", "timestamp": 1675237319018, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-01T07:42:13.818Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T07:42:13.818Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T07:42:13.818Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88eb166-690b-4032-a9c3-b1bcc763e946", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675237313540, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T07:42:13.818Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T07:42:13.818Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T07:42:13.818Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88eb166-690b-4032-a9c3-b1bcc763e946", "consumerID": "multicloud-k8s-id", "timestamp": 1675237316661, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T07:42:13.819Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T07:42:13.819Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T07:42:13.819Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88eb166-690b-4032-a9c3-b1bcc763e946", "consumerID": "aai-ml", "timestamp": 1675237317454, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T07:42:13.819Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T07:42:13.819Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T07:42:13.819Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88eb166-690b-4032-a9c3-b1bcc763e946", "consumerID": "cds", "timestamp": 1675237319018, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-02-01T07:42:13.820Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T07:42:13.820Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T07:42:13.820Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88eb166-690b-4032-a9c3-b1bcc763e946", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675237313540, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-02-01T07:42:13.820Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T07:42:13.820Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T07:42:13.820Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88eb166-690b-4032-a9c3-b1bcc763e946", "consumerID": "multicloud-k8s-id", "timestamp": 1675237316661, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2023-02-01T07:42:13.820Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T07:42:13.820Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T07:42:13.820Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88eb166-690b-4032-a9c3-b1bcc763e946", "consumerID": "aai-ml", "timestamp": 1675237317454, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-02-01T07:42:13.821Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T07:42:13.821Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T07:42:13.821Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88eb166-690b-4032-a9c3-b1bcc763e946", "consumerID": "cds", "timestamp": 1675237319018, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T07:42:13.821Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T07:42:13.821Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T07:42:13.821Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88eb166-690b-4032-a9c3-b1bcc763e946", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675237313540, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-02-01T07:42:13.822Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T07:42:13.822Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T07:42:13.822Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88eb166-690b-4032-a9c3-b1bcc763e946", "consumerID": "multicloud-k8s-id", "timestamp": 1675237316661, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2023-02-01T07:42:13.827Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T07:42:13.827Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T07:42:13.827Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88eb166-690b-4032-a9c3-b1bcc763e946", "consumerID": "aai-ml", "timestamp": 1675237317454, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-02-01T07:42:13.827Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T07:42:13.827Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T07:42:13.827Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88eb166-690b-4032-a9c3-b1bcc763e946", "consumerID": "cds", "timestamp": 1675237319018, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-02-01T07:42:13.827Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T07:42:13.827Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T07:42:13.827Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88eb166-690b-4032-a9c3-b1bcc763e946", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675237313540, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-02-01T07:42:13.828Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T07:42:13.828Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T07:42:13.828Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88eb166-690b-4032-a9c3-b1bcc763e946", "consumerID": "multicloud-k8s-id", "timestamp": 1675237316661, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2023-02-01T07:42:13.829Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T07:42:13.829Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T07:42:13.829Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88eb166-690b-4032-a9c3-b1bcc763e946", "consumerID": "aai-ml", "timestamp": 1675237317454, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-02-01T07:42:13.829Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T07:42:13.830Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T07:42:13.830Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88eb166-690b-4032-a9c3-b1bcc763e946", "consumerID": "cds", "timestamp": 1675237319018, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-02-01T07:42:13.830Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T07:42:13.830Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T07:42:13.830Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88eb166-690b-4032-a9c3-b1bcc763e946", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675237313540, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-01T07:42:13.830Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T07:42:13.830Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T07:42:13.831Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88eb166-690b-4032-a9c3-b1bcc763e946", "consumerID": "multicloud-k8s-id", "timestamp": 1675237316661, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-01T07:42:13.831Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T07:42:13.831Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T07:42:13.831Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88eb166-690b-4032-a9c3-b1bcc763e946", "consumerID": "aai-ml", "timestamp": 1675237317454, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-01T07:42:13.832Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T07:42:13.832Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T07:42:13.833Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88eb166-690b-4032-a9c3-b1bcc763e946", "consumerID": "cds", "timestamp": 1675237319018, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-02-01T07:42:13.833Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T07:42:13.834Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T07:42:13.834Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88eb166-690b-4032-a9c3-b1bcc763e946", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675237313540, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-01T07:42:13.835Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T07:42:13.835Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T07:42:13.835Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88eb166-690b-4032-a9c3-b1bcc763e946", "consumerID": "multicloud-k8s-id", "timestamp": 1675237316661, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-01T07:42:13.836Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T07:42:13.836Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T07:42:13.837Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88eb166-690b-4032-a9c3-b1bcc763e946", "consumerID": "aai-ml", "timestamp": 1675237317454, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-01T07:42:13.837Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T07:42:13.837Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T07:42:13.838Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88eb166-690b-4032-a9c3-b1bcc763e946", "consumerID": "cds", "timestamp": 1675237319018, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-01T07:42:13.838Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T07:42:13.838Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T07:42:13.839Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88eb166-690b-4032-a9c3-b1bcc763e946", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675237313540, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-02-01T07:42:13.839Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T07:42:13.840Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T07:42:13.840Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88eb166-690b-4032-a9c3-b1bcc763e946", "consumerID": "multicloud-k8s-id", "timestamp": 1675237316661, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-02-01T07:42:13.842Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T07:42:13.842Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T07:42:13.842Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88eb166-690b-4032-a9c3-b1bcc763e946", "consumerID": "aai-ml", "timestamp": 1675237317454, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-02-01T07:42:13.842Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T07:42:13.842Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T07:42:13.843Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88eb166-690b-4032-a9c3-b1bcc763e946", "consumerID": "cds", "timestamp": 1675237319018, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-01T07:42:13.847Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T07:42:13.848Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T07:42:13.848Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88eb166-690b-4032-a9c3-b1bcc763e946", "consumerID": "ves-openapi-manager", "timestamp": 1675237327726, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T07:42:13.849Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T07:42:13.849Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T07:42:13.849Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88eb166-690b-4032-a9c3-b1bcc763e946", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675237330119, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-01T07:42:13.850Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T07:42:13.850Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T07:42:13.850Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88eb166-690b-4032-a9c3-b1bcc763e946", "consumerID": "multicloud-k8s-id", "timestamp": 1675237327600, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-02-01T07:42:13.851Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T07:42:13.851Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T07:42:13.851Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88eb166-690b-4032-a9c3-b1bcc763e946", "consumerID": "cds", "timestamp": 1675237319018, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-02-01T07:42:13.851Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T07:42:13.852Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T07:42:13.852Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88eb166-690b-4032-a9c3-b1bcc763e946", "consumerID": "aai-ml", "timestamp": 1675237328596, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-01T07:42:13.852Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T07:42:13.852Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T07:42:13.852Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88eb166-690b-4032-a9c3-b1bcc763e946", "consumerID": "ves-openapi-manager", "timestamp": 1675237327726, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-01T07:42:13.853Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T07:42:13.853Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T07:42:13.853Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88eb166-690b-4032-a9c3-b1bcc763e946", "consumerID": "multicloud-k8s-id", "timestamp": 1675237328809, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2023-02-01T07:42:13.853Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T07:42:13.854Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T07:42:13.854Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88eb166-690b-4032-a9c3-b1bcc763e946", "consumerID": "cds", "timestamp": 1675237329966, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-01T07:42:13.854Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T07:42:13.854Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T07:42:13.855Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88eb166-690b-4032-a9c3-b1bcc763e946", "consumerID": "ves-openapi-manager", "timestamp": 1675237327726, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-02-01T07:42:13.855Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T07:42:13.855Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T07:42:13.855Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88eb166-690b-4032-a9c3-b1bcc763e946", "consumerID": "multicloud-k8s-id", "timestamp": 1675237329937, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2023-02-01T07:42:13.859Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T07:42:13.859Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T07:42:13.860Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88eb166-690b-4032-a9c3-b1bcc763e946", "consumerID": "ves-openapi-manager", "timestamp": 1675237327726, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T07:42:13.860Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T07:42:13.860Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T07:42:13.860Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88eb166-690b-4032-a9c3-b1bcc763e946", "consumerID": "multicloud-k8s-id", "timestamp": 1675237331100, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2023-02-01T07:42:13.861Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T07:42:13.861Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T07:42:13.861Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88eb166-690b-4032-a9c3-b1bcc763e946", "consumerID": "ves-openapi-manager", "timestamp": 1675237327726, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-02-01T07:42:13.861Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-01T07:42:13.861Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-01T07:42:13.862Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88eb166-690b-4032-a9c3-b1bcc763e946", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675237334269, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-02-01T07:42:13.862Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T07:42:14.268Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:42:14.269Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T07:42:14.269Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"f88eb166-690b-4032-a9c3-b1bcc763e946","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"a3491842-3f67-4881-abc5-9b743ad18b8e","serviceDescription":"service","serviceInvariantUUID":"9830c5f6-bf55-426a-a800-0c6014716fe7","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7a59f002-59a8-4028-a005-4281c2e9e285","resourceInvariantUUID":"2a24c9b3-1eed-487f-a6b0-48355956498b","resourceCustomizationUUID":"ca8f489a-4157-4928-a617-3563c094675f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml","artifactChecksum":"YzhiYTBiYjExYmM5NDMzMTM2ZmYwMDcxMDJmY2Q1ZDE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bae42938-12b3-4334-a5ae-eefd46205586","artifactVersion":"1"},{"artifactName":"basic_cnf_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json","artifactChecksum":"ZTQ0ODZjYmM0NDBjMWNmMTkwNTI4OWZkMmU4YzU5ODU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1d927583-ef1c-4053-9b55-66758e83ddf3","artifactVersion":"1"},{"artifactName":"base_template_dummy_ignore.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml","artifactChecksum":"ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4f32826e-8312-4fb2-a3c2-f0e2075b35e2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"Njk1MTM1MjJiZTllY2UyN2I2MWE2NzA1NzAzZWM5YjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3ed5eb9b-0d15-4f90-a4ad-38f123dd83ea","artifactVersion":"1"},{"artifactName":"helm_apache.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f010ca12-c8ea-4989-b33a-5000bcc81bca","artifactVersion":"2","generatedFromUUID":"7d2bc5db-96dc-4e59-a984-3ac3d8ca90b7"},{"artifactName":"base_template_dummy_ignore.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env","artifactChecksum":"MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"26b4eb6b-276e-4264-bc2b-04eedfa5fe46","artifactVersion":"2","generatedFromUUID":"4f32826e-8312-4fb2-a3c2-f0e2075b35e2"},{"artifactName":"helm_apache.tgz","artifactType":"HELM","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz","artifactChecksum":"Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7d2bc5db-96dc-4e59-a984-3ac3d8ca90b7","artifactVersion":"1"},{"artifactName":"basic_cnf_cba_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip","artifactChecksum":"OWEzNmRmZDA4MGYyNGFkYTE2M2M0ZmVhMjNhZDVjNmM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"2553984e-3c19-4daa-ae74-cd0f7494f857","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml","artifactChecksum":"ZTlhN2FmNzk4YTlhYjlmNWM3YmEwMTc2NzZkZWFhMmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7ec8c22c-2ccf-4696-89a2-1972fe0390d7","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"YjhkM2JkMGYxN2M0NzNmMjE0M2E0YWZhNTQ5OWZmMTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"32e20462-6512-45b3-b896-f4940ed91829","artifactVersion":"1"}],"workloadContext":"Production"} 2023-02-01T07:42:14.272Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-01T07:42:14.273Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-02-01T07:42:14.280Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T07:42:14.280Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f88eb166-690b-4032-a9c3-b1bcc763e946", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675237333566, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T07:42:14.380Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-01T07:42:14.381Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-01T07:42:14.381Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T07:42:14.407Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:42:14.408Z||pool-111-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2023-02-01T07:42:15.281Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-01T07:42:15.291Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-02-01T07:42:15.296Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T07:42:15.296Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f88eb166-690b-4032-a9c3-b1bcc763e946", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675237333566, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2023-02-01T07:42:15.396Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-01T07:42:15.397Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-01T07:42:15.397Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T07:42:15.417Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:42:15.418Z||pool-112-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2023-02-01T07:42:16.298Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-01T07:42:16.299Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-02-01T07:42:16.306Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T07:42:16.306Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f88eb166-690b-4032-a9c3-b1bcc763e946", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675237333566, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2023-02-01T07:42:16.405Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-02-01T07:42:16.406Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-01T07:42:16.407Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T07:42:16.439Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:42:16.440Z||pool-113-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} 2023-02-01T07:42:17.307Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-01T07:42:17.309Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-02-01T07:42:17.314Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T07:42:17.314Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f88eb166-690b-4032-a9c3-b1bcc763e946", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675237333566, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T07:42:17.430Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 116 ms 2023-02-01T07:42:17.431Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-01T07:42:17.431Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T07:42:17.452Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:42:17.452Z||pool-114-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2023-02-01T07:42:18.316Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-01T07:42:18.316Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-02-01T07:42:18.319Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T07:42:18.320Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f88eb166-690b-4032-a9c3-b1bcc763e946", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675237333566, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2023-02-01T07:42:18.422Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2023-02-01T07:42:18.423Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-01T07:42:18.423Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T07:42:18.446Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:42:18.446Z||pool-115-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2023-02-01T07:42:19.322Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-01T07:42:19.325Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-02-01T07:42:19.330Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T07:42:19.331Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f88eb166-690b-4032-a9c3-b1bcc763e946", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675237333566, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2023-02-01T07:42:19.430Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-02-01T07:42:19.431Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-01T07:42:19.432Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T07:42:19.466Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:42:19.467Z||pool-116-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1} 2023-02-01T07:42:20.336Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-01T07:42:20.337Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-02-01T07:42:20.342Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T07:42:20.343Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f88eb166-690b-4032-a9c3-b1bcc763e946", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675237333566, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2023-02-01T07:42:20.442Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-02-01T07:42:20.443Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-01T07:42:20.443Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T07:42:20.458Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:42:20.459Z||pool-117-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2023-02-01T07:42:21.345Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-01T07:42:21.346Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-02-01T07:42:21.348Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T07:42:21.349Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f88eb166-690b-4032-a9c3-b1bcc763e946", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675237333566, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-01T07:42:21.453Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2023-02-01T07:42:21.456Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-01T07:42:21.457Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T07:42:21.512Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:42:21.521Z||pool-118-thread-1|||||INFO|500||cambria reply ok (65 ms):{"serverTimeMs":0,"count":1} 2023-02-01T07:42:22.354Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-01T07:42:22.355Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-02-01T07:42:22.364Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T07:42:22.365Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f88eb166-690b-4032-a9c3-b1bcc763e946", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675237333566, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-01T07:42:22.461Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2023-02-01T07:42:22.463Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-01T07:42:22.463Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T07:42:22.504Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:42:22.504Z||pool-119-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":1,"count":1} 2023-02-01T07:42:23.365Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-01T07:42:23.367Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-02-01T07:42:23.373Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T07:42:23.374Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f88eb166-690b-4032-a9c3-b1bcc763e946", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675237333566, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-02-01T07:42:23.473Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-02-01T07:42:23.477Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-01T07:42:23.478Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T07:42:23.510Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:42:23.511Z||pool-120-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1} 2023-02-01T07:42:24.376Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "f88eb166-690b-4032-a9c3-b1bcc763e946", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "a3491842-3f67-4881-abc5-9b743ad18b8e", "serviceDescription": "service", "serviceInvariantUUID": "9830c5f6-bf55-426a-a800-0c6014716fe7", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "ca8f489a-4157-4928-a617-3563c094675f", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "7a59f002-59a8-4028-a005-4281c2e9e285", "resourceInvariantUUID": "2a24c9b3-1eed-487f-a6b0-48355956498b", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_cnf_macro0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "artifactChecksum": "ZTQ0ODZjYmM0NDBjMWNmMTkwNTI4OWZkMmU4YzU5ODU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1d927583-ef1c-4053-9b55-66758e83ddf3", "relatedArtifactsInfo": [] }, { "artifactName": "base_template_dummy_ignore.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "artifactChecksum": "ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "4f32826e-8312-4fb2-a3c2-f0e2075b35e2", "generatedArtifact": { "artifactName": "base_template_dummy_ignore.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "26b4eb6b-276e-4264-bc2b-04eedfa5fe46", "generatedFromUUID": "4f32826e-8312-4fb2-a3c2-f0e2075b35e2" }, "relatedArtifactsInfo": [] }, { "artifactName": "helm_apache.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "f010ca12-c8ea-4989-b33a-5000bcc81bca", "relatedArtifactsInfo": [] }, { "artifactName": "base_template_dummy_ignore.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "26b4eb6b-276e-4264-bc2b-04eedfa5fe46", "relatedArtifactsInfo": [] }, { "artifactName": "helm_apache.tgz", "artifactType": "HELM", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "artifactChecksum": "Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "7d2bc5db-96dc-4e59-a984-3ac3d8ca90b7", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "YjhkM2JkMGYxN2M0NzNmMjE0M2E0YWZhNTQ5OWZmMTI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "32e20462-6512-45b3-b896-f4940ed91829" } ], "workloadContext": "Production" } 2023-02-01T07:42:24.376Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-02-01T07:42:24.377Z|89a673b5-5921-43f7-abc5-90358e499cff|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 a3491842-3f67-4881-abc5-9b743ad18b8e ASDC 2023-02-01T07:42:24.378Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:f88eb166-690b-4032-a9c3-b1bcc763e946 ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:a3491842-3f67-4881-abc5-9b743ad18b8e ServiceInvariantUUID:9830c5f6-bf55-426a-a800-0c6014716fe7 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicCnfMacro-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ArtifactUUID:32e20462-6512-45b3-b896-f4940ed91829 ArtifactChecksum:YjhkM2JkMGYxN2M0NzNmMjE0M2E0YWZhNTQ5OWZmMTI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:ca8f489a-4157-4928-a617-3563c094675f ResourceInvariantUUID:2a24c9b3-1eed-487f-a6b0-48355956498b ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:7a59f002-59a8-4028-a005-4281c2e9e285 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_cnf_macro0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ArtifactUUID:1d927583-ef1c-4053-9b55-66758e83ddf3 ArtifactChecksum:ZTQ0ODZjYmM0NDBjMWNmMTkwNTI4OWZkMmU4YzU5ODU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_template_dummy_ignore.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ArtifactUUID:4f32826e-8312-4fb2-a3c2-f0e2075b35e2 ArtifactChecksum:ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_template_dummy_ignore.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ArtifactUUID:26b4eb6b-276e-4264-bc2b-04eedfa5fe46 ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:helm_apache.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ArtifactUUID:f010ca12-c8ea-4989-b33a-5000bcc81bca ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_template_dummy_ignore.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ArtifactUUID:26b4eb6b-276e-4264-bc2b-04eedfa5fe46 ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:helm_apache.tgz ArtifactVersion:1 ArtifactType:HELM ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ArtifactUUID:7d2bc5db-96dc-4e59-a984-3ac3d8ca90b7 ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-02-01T07:42:24.378Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a3491842-3f67-4881-abc5-9b743ad18b8e ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-01T07:42:24.451Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-01T07:42:24.454Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-02-01T07:42:24.455Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-02-01T07:42:24.455Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 32e20462-6512-45b3-b896-f4940ed91829 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-02-01T07:42:24.456Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-02-01T07:42:24.456Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-02-01T07:42:24.614Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2023-02-01T07:42:24.629Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 32e20462-6512-45b3-b896-f4940ed91829 162986 2023-02-01T07:42:24.630Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2023-02-01T07:42:24.630Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-02-01T07:42:24.631Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-01T07:42:24.631Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-02-01T07:42:24.634Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T07:42:24.634Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f88eb166-690b-4032-a9c3-b1bcc763e946", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675237344630, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-01T07:42:24.736Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-01T07:42:24.737Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-01T07:42:24.737Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T07:42:24.762Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:42:24.763Z||pool-121-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2023-02-01T07:42:25.635Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-01T07:42:25.637Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-02-01T07:42:25.638Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 32e20462-6512-45b3-b896-f4940ed91829, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-02-01T07:42:25.638Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2023-02-01T07:42:25.640Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-02-01T07:42:25.640Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-02-01T07:42:25.858Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10346286293574934759/Definitions/service-BasicCnfMacro-template.yml Log warning: The required parameter "compute_dummy_base_name" is not provided 2023-02-01T07:42:27.951Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2023-02-01T07:42:27.952Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-02-01T07:42:27.952Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-02-01T07:42:27.953Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2023-02-01T07:42:27.953Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-02-01T07:42:27.954Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-02-01T07:42:27.954Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-02-01T07:42:27.954Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-02-01T07:42:27.954Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-02-01T07:42:27.954Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T07:42:27.955Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T07:42:27.955Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-02-01T07:42:27.955Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-02-01T07:42:27.955Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-01T07:42:27.956Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T07:42:27.956Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T07:42:27.956Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-02-01T07:42:27.957Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-02-01T07:42:27.957Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-01T07:42:27.957Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T07:42:27.958Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T07:42:27.958Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T07:42:27.959Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2023-02-01T07:42:27.959Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2023-02-01T07:42:27.959Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||Node template dummy_base is not matching search criteria 2023-02-01T07:42:27.960Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-02-01T07:42:27.960Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T07:42:27.960Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-02-01T07:42:27.961Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T07:42:27.961Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-02-01T07:42:27.962Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-01T07:42:27.962Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T07:42:27.963Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-02-01T07:42:27.963Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-01T07:42:27.963Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T07:42:27.964Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-02-01T07:42:27.964Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-01T07:42:27.964Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T07:42:27.965Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-02-01T07:42:27.965Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-01T07:42:27.965Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T07:42:27.965Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2023-02-01T07:42:27.965Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2023-02-01T07:42:27.966Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=de3f7e8e-bbc6-4276-9369-68369d9b33b7 2023-02-01T07:42:27.966Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T07:42:27.966Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T07:42:27.966Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T07:42:27.966Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T07:42:27.966Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T07:42:27.967Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T07:42:27.967Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T07:42:27.967Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T07:42:27.967Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:a3491842-3f67-4881-abc5-9b743ad18b8e Model Version:NULL Model InvariantUuid:9830c5f6-bf55-426a-a800-0c6014716fe7 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:e49065f2-ddab-4be1-ab34-ac9ba3bce223 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:2a24c9b3-1eed-487f-a6b0-48355956498b Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:ca8f489a-4157-4928-a617-3563c094675f NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:d521a23e-cf56-4959-9edd-9a05f9d9ca60 ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:de67a2f8-5405-4226-a5ed-8319f6cb7702 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:bb6e4128-36ff-46c5-b9fe-3a5895999a42 ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:97780207-39f1-41b7-8e8f-d316d6ee7e93 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:de3f7e8e-bbc6-4276-9369-68369d9b33b7 ModelInvariantUuid:257f38bb-bc21-402b-b8cf-703f1d8ff4fb ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:32bd6afc-60f9-4972-b031-c5b8b39b7a42 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:c5790ac6-b56c-4769-9552-09ff6de11f08 ModelInvariantUuid:1c5c5261-76fe-4fac-b37e-88e66db5591e ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:541351f8-3e82-4963-89a4-3a9fea218d8b ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2023-02-01T07:42:27.996Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 7a59f002-59a8-4028-a005-4281c2e9e285 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-02-01T07:42:28.003Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||INFO|500||basic_cnf_macro 0 2023-02-01T07:42:28.004Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7a59f002-59a8-4028-a005-4281c2e9e285 2023-02-01T07:42:28.004Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 1d927583-ef1c-4053-9b55-66758e83ddf3 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2023-02-01T07:42:28.004Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-02-01T07:42:28.004Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2023-02-01T07:42:28.196Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2023-02-01T07:42:28.196Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 1d927583-ef1c-4053-9b55-66758e83ddf3 1565 2023-02-01T07:42:28.197Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2023-02-01T07:42:28.197Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2023-02-01T07:42:28.197Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-01T07:42:28.197Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-02-01T07:42:28.200Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T07:42:28.200Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f88eb166-690b-4032-a9c3-b1bcc763e946", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675237348197, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-02-01T07:42:28.300Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-01T07:42:28.301Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-01T07:42:28.301Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T07:42:28.332Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:42:28.333Z||pool-122-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2023-02-01T07:42:29.201Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "bb6e4128-36ff-46c5-b9fe-3a5895999a42", "vfModuleModelVersion": "1", "vfModuleModelUUID": "97780207-39f1-41b7-8e8f-d316d6ee7e93", "vfModuleModelCustomizationUUID": "c78ad9b4-b892-40bb-b041-5d063b0d14c6", "isBase": true, "artifacts": [ "4f32826e-8312-4fb2-a3c2-f0e2075b35e2", "26b4eb6b-276e-4264-bc2b-04eedfa5fe46" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_template_dummy_ignore", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } }, { "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1", "vfModuleModelInvariantUUID": "d521a23e-cf56-4959-9edd-9a05f9d9ca60", "vfModuleModelVersion": "1", "vfModuleModelUUID": "de67a2f8-5405-4226-a5ed-8319f6cb7702", "vfModuleModelCustomizationUUID": "3d00cc88-5188-4f46-b732-632c45423fdb", "isBase": false, "artifacts": [ "7d2bc5db-96dc-4e59-a984-3ac3d8ca90b7" ], "properties": { "min_vf_module_instances": "0", "vf_module_label": "helm_apache", "max_vf_module_instances": "", "vfc_list": "", "vf_module_type": "Expansion", "vf_module_description": "", "initial_count": "0", "volume_group": "false", "availability_zone_count": "" } } ] 2023-02-01T07:42:29.218Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:97780207-39f1-41b7-8e8f-d316d6ee7e93 VfModuleModelInvariantUUID:bb6e4128-36ff-46c5-b9fe-3a5895999a42 VfModuleModelDescription:NULL Artifacts UUID List:{ 4f32826e-8312-4fb2-a3c2-f0e2075b35e2 , 26b4eb6b-276e-4264-bc2b-04eedfa5fe46 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_template_dummy_ignore 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 , VfModuleMetaData: VfModuleModelName:BasicCnfMacro..helm_apache..module-1 VfModuleModelVersion:1 VfModuleModelUUID:de67a2f8-5405-4226-a5ed-8319f6cb7702 VfModuleModelInvariantUUID:d521a23e-cf56-4959-9edd-9a05f9d9ca60 VfModuleModelDescription:NULL Artifacts UUID List:{ 7d2bc5db-96dc-4e59-a984-3ac3d8ca90b7 } Properties List:{ min_vf_module_instances : 0 vf_module_label : helm_apache max_vf_module_instances : vfc_list : vf_module_type : Expansion vf_module_description : initial_count : 0 volume_group : false availability_zone_count : } isBase:false } 2023-02-01T07:42:29.224Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "bb6e4128-36ff-46c5-b9fe-3a5895999a42", "vfModuleModelVersion": "1", "vfModuleModelUUID": "97780207-39f1-41b7-8e8f-d316d6ee7e93", "vfModuleModelCustomizationUUID": "c78ad9b4-b892-40bb-b041-5d063b0d14c6", "isBase": true, "artifacts": [ "4f32826e-8312-4fb2-a3c2-f0e2075b35e2", "26b4eb6b-276e-4264-bc2b-04eedfa5fe46" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_template_dummy_ignore", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } }, { "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1", "vfModuleModelInvariantUUID": "d521a23e-cf56-4959-9edd-9a05f9d9ca60", "vfModuleModelVersion": "1", "vfModuleModelUUID": "de67a2f8-5405-4226-a5ed-8319f6cb7702", "vfModuleModelCustomizationUUID": "3d00cc88-5188-4f46-b732-632c45423fdb", "isBase": false, "artifacts": [ "7d2bc5db-96dc-4e59-a984-3ac3d8ca90b7" ], "properties": { "min_vf_module_instances": "0", "vf_module_label": "helm_apache", "max_vf_module_instances": "", "vfc_list": "", "vf_module_type": "Expansion", "vf_module_description": "", "initial_count": "0", "volume_group": "false", "availability_zone_count": "" } } ] 2023-02-01T07:42:29.226Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:97780207-39f1-41b7-8e8f-d316d6ee7e93 VfModuleModelInvariantUUID:bb6e4128-36ff-46c5-b9fe-3a5895999a42 VfModuleModelDescription:NULL Artifacts UUID List:{ 4f32826e-8312-4fb2-a3c2-f0e2075b35e2 , 26b4eb6b-276e-4264-bc2b-04eedfa5fe46 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_template_dummy_ignore 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 , VfModuleMetaData: VfModuleModelName:BasicCnfMacro..helm_apache..module-1 VfModuleModelVersion:1 VfModuleModelUUID:de67a2f8-5405-4226-a5ed-8319f6cb7702 VfModuleModelInvariantUUID:d521a23e-cf56-4959-9edd-9a05f9d9ca60 VfModuleModelDescription:NULL Artifacts UUID List:{ 7d2bc5db-96dc-4e59-a984-3ac3d8ca90b7 } Properties List:{ min_vf_module_instances : 0 vf_module_label : helm_apache max_vf_module_instances : vfc_list : vf_module_type : Expansion vf_module_description : initial_count : 0 volume_group : false availability_zone_count : } isBase:false } 2023-02-01T07:42:29.226Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 4f32826e-8312-4fb2-a3c2-f0e2075b35e2 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2023-02-01T07:42:29.226Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-02-01T07:42:29.226Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2023-02-01T07:42:29.350Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2023-02-01T07:42:29.351Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 4f32826e-8312-4fb2-a3c2-f0e2075b35e2 914 2023-02-01T07:42:29.351Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2023-02-01T07:42:29.351Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2023-02-01T07:42:29.351Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-01T07:42:29.352Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-02-01T07:42:29.357Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T07:42:29.357Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f88eb166-690b-4032-a9c3-b1bcc763e946", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675237349351, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2023-02-01T07:42:29.462Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2023-02-01T07:42:29.465Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-01T07:42:29.465Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T07:42:29.489Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:42:29.490Z||pool-123-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2023-02-01T07:42:30.361Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: f010ca12-c8ea-4989-b33a-5000bcc81bca from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2023-02-01T07:42:30.361Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-02-01T07:42:30.361Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2023-02-01T07:42:30.491Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2023-02-01T07:42:30.492Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env f010ca12-c8ea-4989-b33a-5000bcc81bca 12 2023-02-01T07:42:30.492Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2023-02-01T07:42:30.493Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2023-02-01T07:42:30.493Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-01T07:42:30.494Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-02-01T07:42:30.497Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T07:42:30.497Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f88eb166-690b-4032-a9c3-b1bcc763e946", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675237350492, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2023-02-01T07:42:30.597Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-02-01T07:42:30.598Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-01T07:42:30.598Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T07:42:30.614Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:42:30.615Z||pool-124-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2023-02-01T07:42:31.498Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 26b4eb6b-276e-4264-bc2b-04eedfa5fe46 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2023-02-01T07:42:31.501Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-02-01T07:42:31.502Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2023-02-01T07:42:31.602Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2023-02-01T07:42:31.602Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 26b4eb6b-276e-4264-bc2b-04eedfa5fe46 96 2023-02-01T07:42:31.603Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2023-02-01T07:42:31.603Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2023-02-01T07:42:31.603Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-01T07:42:31.604Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-02-01T07:42:31.608Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T07:42:31.608Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f88eb166-690b-4032-a9c3-b1bcc763e946", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675237351603, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2023-02-01T07:42:31.707Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2023-02-01T07:42:31.708Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-01T07:42:31.708Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T07:42:31.722Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:42:31.723Z||pool-125-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2023-02-01T07:42:32.609Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 7d2bc5db-96dc-4e59-a984-3ac3d8ca90b7 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2023-02-01T07:42:32.610Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-02-01T07:42:32.610Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2023-02-01T07:42:32.711Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2023-02-01T07:42:32.712Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 7d2bc5db-96dc-4e59-a984-3ac3d8ca90b7 20206 2023-02-01T07:42:32.712Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2023-02-01T07:42:32.712Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2023-02-01T07:42:32.712Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-01T07:42:32.713Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-02-01T07:42:32.715Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T07:42:32.715Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f88eb166-690b-4032-a9c3-b1bcc763e946", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675237352712, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2023-02-01T07:42:32.815Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-02-01T07:42:32.818Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-01T07:42:32.819Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T07:42:32.834Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:42:32.835Z||pool-126-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2023-02-01T07:42:33.727Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: a3491842-3f67-4881-abc5-9b743ad18b8e 2023-02-01T07:42:33.728Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 7a59f002-59a8-4028-a005-4281c2e9e285 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 toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-02-01T07:42:33.791Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@64a98380, org.onap.sdc.toscaparser.api.parameters.Input@70ad03eb, org.onap.sdc.toscaparser.api.parameters.Input@17bd006d, org.onap.sdc.toscaparser.api.parameters.Input@6498fc7d, org.onap.sdc.toscaparser.api.parameters.Input@4c05c6ed] 2023-02-01T07:42:33.794Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T07:42:33.795Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T07:42:33.796Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 2023-02-01T07:42:33.796Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= ca8f489a-4157-4928-a617-3563c094675f 2023-02-01T07:42:33.796Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ca8f489a-4157-4928-a617-3563c094675f matches Tosca VF Customization UUID: ca8f489a-4157-4928-a617-3563c094675f 2023-02-01T07:42:33.797Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: ca8f489a-4157-4928-a617-3563c094675f matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2023-02-01T07:42:33.806Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T07:42:33.807Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T07:42:33.809Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id ca8f489a-4157-4928-a617-3563c094675f: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"APACHE\"} 2023-02-01T07:42:33.809Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@8b68059 2023-02-01T07:42:33.810Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T07:42:33.810Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-02-01T07:42:33.811Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3d00cc88-5188-4f46-b732-632c45423fdb 2023-02-01T07:42:33.811Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3d00cc88-5188-4f46-b732-632c45423fdb Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2023-02-01T07:42:33.820Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T07:42:33.821Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-02-01T07:42:33.821Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-01T07:42:33.823Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T07:42:33.823Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-02-01T07:42:33.824Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-01T07:42:33.824Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T07:42:33.824Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-02-01T07:42:33.825Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=ca8f489a-4157-4928-a617-3563c094675f Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-02-01T07:42:33.836Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T07:42:33.836Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T07:42:33.837Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid a3491842-3f67-4881-abc5-9b743ad18b8e: basic_cnf_macro 2023-02-01T07:42:33.837Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T07:42:33.837Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T07:42:33.839Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T07:42:33.839Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T07:42:33.839Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T07:42:33.840Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T07:42:33.840Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T07:42:33.840Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T07:42:33.843Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T07:42:33.843Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T07:42:33.843Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||INFO|500||Saving Service: basic_cnf_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 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: 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 watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-01T07:42:33.984Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 7a59f002-59a8-4028-a005-4281c2e9e285 2 ASDC deployResourceStructure 2023-02-01T07:42:33.986Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2023-02-01T07:42:33.987Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2023-02-01T07:42:33.987Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-01T07:42:33.987Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-02-01T07:42:33.994Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T07:42:33.994Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f88eb166-690b-4032-a9c3-b1bcc763e946", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675237353986, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2023-02-01T07:42:34.093Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-02-01T07:42:34.094Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-01T07:42:34.094Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T07:42:34.181Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:42:34.181Z||pool-127-thread-1|||||INFO|500||cambria reply ok (87 ms):{"serverTimeMs":0,"count":1} 2023-02-01T07:42:34.996Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2023-02-01T07:42:34.997Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2023-02-01T07:42:34.997Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-01T07:42:34.998Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-02-01T07:42:35.001Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T07:42:35.001Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f88eb166-690b-4032-a9c3-b1bcc763e946", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675237354996, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2023-02-01T07:42:35.102Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-01T07:42:35.103Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-01T07:42:35.104Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T07:42:35.119Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:42:35.119Z||pool-128-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2023-02-01T07:42:36.003Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2023-02-01T07:42:36.003Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource) 2023-02-01T07:42:36.004Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-02-01T07:42:36.004Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-02-01T07:42:36.006Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T07:42:36.007Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f88eb166-690b-4032-a9c3-b1bcc763e946", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675237356003, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2023-02-01T07:42:36.107Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-01T07:42:36.109Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-01T07:42:36.109Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T07:42:36.128Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:42:36.129Z||pool-129-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2023-02-01T07:42:37.008Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2023-02-01T07:42:37.008Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2023-02-01T07:42:37.008Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-01T07:42:37.009Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-02-01T07:42:37.011Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T07:42:37.011Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f88eb166-690b-4032-a9c3-b1bcc763e946", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675237357008, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2023-02-01T07:42:37.112Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-01T07:42:37.113Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-01T07:42:37.113Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T07:42:37.129Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:42:37.130Z||pool-130-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2023-02-01T07:42:38.012Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2023-02-01T07:42:38.013Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource) 2023-02-01T07:42:38.013Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-02-01T07:42:38.014Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-02-01T07:42:38.018Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T07:42:38.018Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f88eb166-690b-4032-a9c3-b1bcc763e946", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675237358012, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2023-02-01T07:42:38.124Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2023-02-01T07:42:38.125Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-01T07:42:38.126Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T07:42:38.150Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:42:38.151Z||pool-131-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2023-02-01T07:42:39.022Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2023-02-01T07:42:39.029Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-02-01T07:42:39.029Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-01T07:42:39.029Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-02-01T07:42:39.045Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T07:42:39.047Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f88eb166-690b-4032-a9c3-b1bcc763e946", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675237359022, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-02-01T07:42:39.138Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms 2023-02-01T07:42:39.139Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-01T07:42:39.139Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T07:42:39.156Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:42:39.157Z||pool-132-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2023-02-01T07:42:40.050Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f88eb166-690b-4032-a9c3-b1bcc763e946 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-01T07:42:40.064Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f88eb166-690b-4032-a9c3-b1bcc763e946 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-01T07:42:40.068Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-01T07:42:40.068Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-01T07:42:40.068Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-01T07:43:10.069Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f88eb166-690b-4032-a9c3-b1bcc763e946 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-01T07:43:10.096Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f88eb166-690b-4032-a9c3-b1bcc763e946 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-01T07:43:10.098Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-01T07:43:10.099Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-01T07:43:10.099Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-01T07:43:13.579Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T07:43:13.581Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T07:43:13.581Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|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 EjcaMUROG0JWEck8) ... 2023-02-01T07:43:13.625Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:43:13.626Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:43:13.626Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88eb166-690b-4032-a9c3-b1bcc763e946", "consumerID": "multicloud-k8s-id", "timestamp": 1675237332157, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-01T07:43:13.650Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f88eb166-690b-4032-a9c3-b1bcc763e946 2023-02-01T07:43:13.650Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f88eb166-690b-4032-a9c3-b1bcc763e946 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-01T07:43:40.101Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f88eb166-690b-4032-a9c3-b1bcc763e946 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-01T07:43:40.219Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f88eb166-690b-4032-a9c3-b1bcc763e946 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-01T07:43:40.224Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-01T07:43:40.225Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-01T07:43:40.225Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-01T07:44:10.237Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f88eb166-690b-4032-a9c3-b1bcc763e946 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-01T07:44:10.343Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f88eb166-690b-4032-a9c3-b1bcc763e946 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-01T07:44:10.393Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-01T07:44:10.393Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-01T07:44:10.393Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-01T07:44:13.580Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T07:44:13.581Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T07:44:13.581Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|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 EjcaMUROG0JWEck8) ... 2023-02-01T07:44:13.654Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:44:13.655Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:44:13.655Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88eb166-690b-4032-a9c3-b1bcc763e946", "consumerID": "ves-openapi-manager", "timestamp": 1675237327726, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-02-01T07:44:13.657Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-02-01T07:44:40.394Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f88eb166-690b-4032-a9c3-b1bcc763e946 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-01T07:44:40.550Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f88eb166-690b-4032-a9c3-b1bcc763e946 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-01T07:44:40.567Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-01T07:44:40.568Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-01T07:44:40.570Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-01T07:45:10.571Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f88eb166-690b-4032-a9c3-b1bcc763e946 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-01T07:45:10.645Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f88eb166-690b-4032-a9c3-b1bcc763e946 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-01T07:45:10.649Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-01T07:45:10.650Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-01T07:45:10.650Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-01T07:45:13.581Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T07:45:13.583Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T07:45:13.583Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|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 EjcaMUROG0JWEck8) ... 2023-02-01T07:45:13.700Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:45:13.710Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:45:13.710Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88eb166-690b-4032-a9c3-b1bcc763e946", "consumerID": "cds", "timestamp": 1675237333600, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-01T07:45:13.730Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f88eb166-690b-4032-a9c3-b1bcc763e946 2023-02-01T07:45:13.736Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f88eb166-690b-4032-a9c3-b1bcc763e946 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-01T07:45:13.778Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:45:13.778Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88eb166-690b-4032-a9c3-b1bcc763e946", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675237335280, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-01T07:45:13.812Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f88eb166-690b-4032-a9c3-b1bcc763e946 2023-02-01T07:45:13.814Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f88eb166-690b-4032-a9c3-b1bcc763e946 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-01T07:45:13.846Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:45:13.846Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88eb166-690b-4032-a9c3-b1bcc763e946", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675237333566, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T07:45:13.847Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-02-01T07:45:13.847Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:45:13.847Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88eb166-690b-4032-a9c3-b1bcc763e946", "consumerID": "multicloud-k8s-id", "timestamp": 1675237333164, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2023-02-01T07:45:13.847Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T07:45:13.848Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:45:13.848Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88eb166-690b-4032-a9c3-b1bcc763e946", "consumerID": "ves-openapi-manager", "timestamp": 1675237327726, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-02-01T07:45:13.848Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-02-01T07:45:13.848Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:45:13.848Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88eb166-690b-4032-a9c3-b1bcc763e946", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675237333566, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2023-02-01T07:45:13.848Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-02-01T07:45:13.848Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:45:13.849Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88eb166-690b-4032-a9c3-b1bcc763e946", "consumerID": "ves-openapi-manager", "timestamp": 1675237327726, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-01T07:45:13.849Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-02-01T07:45:13.849Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:45:13.849Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "37908491-3fff-48a9-9c17-2ca169943bea", "consumerID": "cds", "timestamp": 1675237334603, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T07:45:13.849Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-02-01T07:45:13.849Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:45:13.849Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88eb166-690b-4032-a9c3-b1bcc763e946", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675237333566, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2023-02-01T07:45:13.850Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-02-01T07:45:13.850Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:45:13.850Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88eb166-690b-4032-a9c3-b1bcc763e946", "consumerID": "ves-openapi-manager", "timestamp": 1675237327726, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-01T07:45:13.850Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-02-01T07:45:13.850Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:45:13.850Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "37908491-3fff-48a9-9c17-2ca169943bea", "consumerID": "cds", "timestamp": 1675237334603, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-01T07:45:13.850Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-02-01T07:45:13.851Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:45:13.851Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88eb166-690b-4032-a9c3-b1bcc763e946", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675237333566, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T07:45:13.851Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-02-01T07:45:13.851Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:45:13.851Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88eb166-690b-4032-a9c3-b1bcc763e946", "consumerID": "ves-openapi-manager", "timestamp": 1675237327726, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2023-02-01T07:45:13.851Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-02-01T07:45:13.851Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:45:13.853Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "37908491-3fff-48a9-9c17-2ca169943bea", "consumerID": "cds", "timestamp": 1675237334603, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-02-01T07:45:13.853Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-02-01T07:45:13.853Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:45:13.853Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88eb166-690b-4032-a9c3-b1bcc763e946", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675237333566, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2023-02-01T07:45:13.854Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-02-01T07:45:13.854Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:45:13.854Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "37908491-3fff-48a9-9c17-2ca169943bea", "consumerID": "cds", "timestamp": 1675237334603, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T07:45:13.854Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-02-01T07:45:13.854Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:45:13.854Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "37908491-3fff-48a9-9c17-2ca169943bea", "consumerID": "multicloud-k8s-id", "timestamp": 1675237336661, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T07:45:13.854Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-02-01T07:45:13.854Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:45:13.855Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88eb166-690b-4032-a9c3-b1bcc763e946", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675237333566, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2023-02-01T07:45:13.855Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-02-01T07:45:13.855Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:45:13.855Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "37908491-3fff-48a9-9c17-2ca169943bea", "consumerID": "cds", "timestamp": 1675237334603, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-02-01T07:45:13.855Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-02-01T07:45:13.855Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:45:13.856Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "37908491-3fff-48a9-9c17-2ca169943bea", "consumerID": "multicloud-k8s-id", "timestamp": 1675237336661, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2023-02-01T07:45:13.856Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-02-01T07:45:13.856Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:45:13.856Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88eb166-690b-4032-a9c3-b1bcc763e946", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675237333566, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2023-02-01T07:45:13.862Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-02-01T07:45:13.862Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:45:13.862Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "37908491-3fff-48a9-9c17-2ca169943bea", "consumerID": "cds", "timestamp": 1675237334603, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-01T07:45:13.862Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-02-01T07:45:13.862Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:45:13.863Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "37908491-3fff-48a9-9c17-2ca169943bea", "consumerID": "multicloud-k8s-id", "timestamp": 1675237336661, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-02-01T07:45:13.863Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-02-01T07:45:13.863Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:45:13.863Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88eb166-690b-4032-a9c3-b1bcc763e946", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675237333566, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-01T07:45:13.863Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-02-01T07:45:13.863Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:45:13.864Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88eb166-690b-4032-a9c3-b1bcc763e946", "consumerID": "aai-ml", "timestamp": 1675237340746, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-02-01T07:45:13.864Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T07:45:13.864Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:45:13.865Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "37908491-3fff-48a9-9c17-2ca169943bea", "consumerID": "cds", "timestamp": 1675237334603, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-01T07:45:13.865Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-02-01T07:45:13.865Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:45:13.865Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "37908491-3fff-48a9-9c17-2ca169943bea", "consumerID": "multicloud-k8s-id", "timestamp": 1675237336661, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T07:45:13.865Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-02-01T07:45:13.865Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:45:13.865Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88eb166-690b-4032-a9c3-b1bcc763e946", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675237333566, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-01T07:45:13.865Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-02-01T07:45:13.866Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:45:13.866Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88eb166-690b-4032-a9c3-b1bcc763e946", "consumerID": "aai-ml", "timestamp": 1675237341767, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-01T07:45:13.877Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f88eb166-690b-4032-a9c3-b1bcc763e946 2023-02-01T07:45:13.878Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f88eb166-690b-4032-a9c3-b1bcc763e946 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-01T07:45:13.902Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:45:13.902Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "37908491-3fff-48a9-9c17-2ca169943bea", "consumerID": "cds", "timestamp": 1675237334603, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-02-01T07:45:13.903Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-02-01T07:45:13.903Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:45:13.903Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "37908491-3fff-48a9-9c17-2ca169943bea", "consumerID": "multicloud-k8s-id", "timestamp": 1675237336661, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-02-01T07:45:13.903Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-02-01T07:45:13.903Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:45:13.903Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "37908491-3fff-48a9-9c17-2ca169943bea", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675237343538, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T07:45:13.903Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-02-01T07:45:13.904Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:45:13.904Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88eb166-690b-4032-a9c3-b1bcc763e946", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675237333566, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-02-01T07:45:13.904Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-02-01T07:45:13.904Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:45:13.904Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "37908491-3fff-48a9-9c17-2ca169943bea", "consumerID": "multicloud-k8s-id", "timestamp": 1675237336661, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-01T07:45:13.904Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-02-01T07:45:13.905Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:45:13.905Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "37908491-3fff-48a9-9c17-2ca169943bea", "consumerID": "cds", "timestamp": 1675237343481, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-01T07:45:13.905Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T07:45:13.905Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:45:13.905Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "37908491-3fff-48a9-9c17-2ca169943bea", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675237343538, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-01T07:45:13.905Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-02-01T07:45:13.905Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:45:13.906Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88eb166-690b-4032-a9c3-b1bcc763e946", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675237344630, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-01T07:45:13.906Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T07:45:13.906Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:45:13.906Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "37908491-3fff-48a9-9c17-2ca169943bea", "consumerID": "multicloud-k8s-id", "timestamp": 1675237336661, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-01T07:45:13.906Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-02-01T07:45:13.906Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:45:13.906Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "37908491-3fff-48a9-9c17-2ca169943bea", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675237343538, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-02-01T07:45:13.907Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-02-01T07:45:13.907Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:45:13.907Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "37908491-3fff-48a9-9c17-2ca169943bea", "consumerID": "cds", "timestamp": 1675237345031, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-01T07:45:13.963Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 37908491-3fff-48a9-9c17-2ca169943bea 2023-02-01T07:45:13.963Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 37908491-3fff-48a9-9c17-2ca169943bea and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-01T07:45:14.005Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:45:14.005Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "37908491-3fff-48a9-9c17-2ca169943bea", "consumerID": "multicloud-k8s-id", "timestamp": 1675237336661, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-02-01T07:45:14.005Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-02-01T07:45:14.006Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:45:14.006Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "37908491-3fff-48a9-9c17-2ca169943bea", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675237343538, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T07:45:14.006Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-02-01T07:45:14.006Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:45:14.006Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "37908491-3fff-48a9-9c17-2ca169943bea", "consumerID": "multicloud-k8s-id", "timestamp": 1675237345505, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-02-01T07:45:14.006Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T07:45:14.006Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:45:14.006Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "37908491-3fff-48a9-9c17-2ca169943bea", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675237343538, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-02-01T07:45:14.007Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-02-01T07:45:14.007Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:45:14.007Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "37908491-3fff-48a9-9c17-2ca169943bea", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675237343538, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-01T07:45:14.007Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-02-01T07:45:14.007Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:45:14.007Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "37908491-3fff-48a9-9c17-2ca169943bea", "consumerID": "multicloud-k8s-id", "timestamp": 1675237346641, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-02-01T07:45:14.007Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T07:45:14.007Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:45:14.007Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88eb166-690b-4032-a9c3-b1bcc763e946", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675237348197, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-02-01T07:45:14.008Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T07:45:14.008Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:45:14.008Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "37908491-3fff-48a9-9c17-2ca169943bea", "consumerID": "ves-openapi-manager", "timestamp": 1675237347726, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T07:45:14.008Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-02-01T07:45:14.008Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:45:14.008Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "37908491-3fff-48a9-9c17-2ca169943bea", "consumerID": "aai-ml", "timestamp": 1675237347454, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T07:45:14.008Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-02-01T07:45:14.008Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:45:14.008Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "37908491-3fff-48a9-9c17-2ca169943bea", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675237343538, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-01T07:45:14.009Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-02-01T07:45:14.009Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:45:14.009Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "37908491-3fff-48a9-9c17-2ca169943bea", "consumerID": "multicloud-k8s-id", "timestamp": 1675237347733, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-02-01T07:45:14.009Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T07:45:14.009Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:45:14.009Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88eb166-690b-4032-a9c3-b1bcc763e946", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675237349351, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2023-02-01T07:45:14.009Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T07:45:14.009Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:45:14.010Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "37908491-3fff-48a9-9c17-2ca169943bea", "consumerID": "ves-openapi-manager", "timestamp": 1675237347726, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-01T07:45:14.010Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-02-01T07:45:14.010Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:45:14.010Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "37908491-3fff-48a9-9c17-2ca169943bea", "consumerID": "aai-ml", "timestamp": 1675237347454, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-01T07:45:14.010Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-02-01T07:45:14.010Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:45:14.010Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "37908491-3fff-48a9-9c17-2ca169943bea", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675237343538, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-02-01T07:45:14.010Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-02-01T07:45:14.010Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:45:14.011Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "37908491-3fff-48a9-9c17-2ca169943bea", "consumerID": "multicloud-k8s-id", "timestamp": 1675237348748, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-01T07:45:14.023Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 37908491-3fff-48a9-9c17-2ca169943bea 2023-02-01T07:45:14.023Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 37908491-3fff-48a9-9c17-2ca169943bea and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-01T07:45:14.069Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:45:14.076Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88eb166-690b-4032-a9c3-b1bcc763e946", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675237350492, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2023-02-01T07:45:14.077Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T07:45:14.077Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:45:14.077Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "37908491-3fff-48a9-9c17-2ca169943bea", "consumerID": "ves-openapi-manager", "timestamp": 1675237347726, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-02-01T07:45:14.078Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-02-01T07:45:14.078Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:45:14.078Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "37908491-3fff-48a9-9c17-2ca169943bea", "consumerID": "aai-ml", "timestamp": 1675237347454, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-02-01T07:45:14.078Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-02-01T07:45:14.078Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:45:14.078Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "37908491-3fff-48a9-9c17-2ca169943bea", "consumerID": "multicloud-k8s-id", "timestamp": 1675237349751, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2023-02-01T07:45:14.079Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T07:45:14.079Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:45:14.079Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "37908491-3fff-48a9-9c17-2ca169943bea", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675237352476, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-01T07:45:14.079Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T07:45:14.079Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:45:14.079Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "37908491-3fff-48a9-9c17-2ca169943bea", "consumerID": "ves-openapi-manager", "timestamp": 1675237347726, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T07:45:14.080Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-02-01T07:45:14.080Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:45:14.080Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88eb166-690b-4032-a9c3-b1bcc763e946", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675237351603, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2023-02-01T07:45:14.080Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T07:45:14.081Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:45:14.081Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "37908491-3fff-48a9-9c17-2ca169943bea", "consumerID": "aai-ml", "timestamp": 1675237347454, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T07:45:14.082Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-02-01T07:45:14.082Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:45:14.083Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "37908491-3fff-48a9-9c17-2ca169943bea", "consumerID": "ves-openapi-manager", "timestamp": 1675237347726, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-02-01T07:45:14.083Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-02-01T07:45:14.083Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:45:14.083Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88eb166-690b-4032-a9c3-b1bcc763e946", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675237352712, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2023-02-01T07:45:14.083Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T07:45:14.084Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:45:14.084Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "37908491-3fff-48a9-9c17-2ca169943bea", "consumerID": "aai-ml", "timestamp": 1675237347454, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-02-01T07:45:14.084Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-02-01T07:45:14.084Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:45:14.084Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "37908491-3fff-48a9-9c17-2ca169943bea", "consumerID": "ves-openapi-manager", "timestamp": 1675237347726, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-01T07:45:14.084Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-02-01T07:45:14.085Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:45:14.085Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "37908491-3fff-48a9-9c17-2ca169943bea", "consumerID": "aai-ml", "timestamp": 1675237347454, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-01T07:45:14.085Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-02-01T07:45:14.085Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:45:14.085Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88eb166-690b-4032-a9c3-b1bcc763e946", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675237353986, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2023-02-01T07:45:14.086Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T07:45:14.086Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:45:14.086Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "37908491-3fff-48a9-9c17-2ca169943bea", "consumerID": "ves-openapi-manager", "timestamp": 1675237347726, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-01T07:45:14.089Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-02-01T07:45:14.089Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:45:14.090Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "37908491-3fff-48a9-9c17-2ca169943bea", "consumerID": "aai-ml", "timestamp": 1675237347454, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-01T07:45:14.090Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-02-01T07:45:14.090Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:45:14.090Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88eb166-690b-4032-a9c3-b1bcc763e946", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675237354996, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2023-02-01T07:45:14.090Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T07:45:14.091Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:45:14.091Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "37908491-3fff-48a9-9c17-2ca169943bea", "consumerID": "ves-openapi-manager", "timestamp": 1675237347726, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2023-02-01T07:45:14.091Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-02-01T07:45:14.091Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:45:14.091Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "37908491-3fff-48a9-9c17-2ca169943bea", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675237356973, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-02-01T07:45:14.091Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T07:45:14.092Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:45:14.092Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "37908491-3fff-48a9-9c17-2ca169943bea", "consumerID": "aai-ml", "timestamp": 1675237347454, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-02-01T07:45:14.092Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-02-01T07:45:14.092Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:45:14.092Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88eb166-690b-4032-a9c3-b1bcc763e946", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675237356003, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2023-02-01T07:45:14.092Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T07:45:14.093Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:45:14.093Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "37908491-3fff-48a9-9c17-2ca169943bea", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675237357983, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-01T07:45:14.133Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 37908491-3fff-48a9-9c17-2ca169943bea 2023-02-01T07:45:14.134Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 37908491-3fff-48a9-9c17-2ca169943bea and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-01T07:45:14.172Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:45:14.173Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88eb166-690b-4032-a9c3-b1bcc763e946", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675237357008, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2023-02-01T07:45:14.174Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T07:45:14.174Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:45:14.174Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "37908491-3fff-48a9-9c17-2ca169943bea", "consumerID": "aai-ml", "timestamp": 1675237356704, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-01T07:45:14.174Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T07:45:14.174Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:45:14.175Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88eb166-690b-4032-a9c3-b1bcc763e946", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675237358012, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2023-02-01T07:45:14.175Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T07:45:14.175Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:45:14.175Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88eb166-690b-4032-a9c3-b1bcc763e946", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675237359022, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-02-01T07:45:14.176Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T07:45:14.176Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:45:14.176Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "37908491-3fff-48a9-9c17-2ca169943bea", "consumerID": "aai-ml", "timestamp": 1675237367807, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-02-01T07:45:14.176Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T07:45:14.176Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-01T07:45:14.177Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "37908491-3fff-48a9-9c17-2ca169943bea", "consumerID": "aai-ml", "timestamp": 1675237368823, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-01T07:45:14.191Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 37908491-3fff-48a9-9c17-2ca169943bea 2023-02-01T07:45:14.192Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 37908491-3fff-48a9-9c17-2ca169943bea and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-01T07:45:40.651Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f88eb166-690b-4032-a9c3-b1bcc763e946 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-01T07:45:40.675Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f88eb166-690b-4032-a9c3-b1bcc763e946 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-01T07:45:40.679Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-01T07:45:40.679Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-02-01T07:45:40.680Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-02-01T07:45:40.680Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-02-01T07:45:40.680Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-01T07:45:40.680Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-01T07:45:40.680Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-01T07:45:40.680Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-01T07:45:40.680Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-01T07:45:40.680Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-01T07:45:40.687Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-02-01T07:46:10.689Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f88eb166-690b-4032-a9c3-b1bcc763e946 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-02-01T07:46:10.718Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f88eb166-690b-4032-a9c3-b1bcc763e946 and serviceModelVersionId: a3491842-3f67-4881-abc5-9b743ad18b8e 2023-02-01T07:46:10.718Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9830c5f6-bf55-426a-a800-0c6014716fe7 2023-02-01T07:46:10.720Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9830c5f6-bf55-426a-a800-0c6014716fe7/model-vers/model-ver/a3491842-3f67-4881-abc5-9b743ad18b8e?depth=0 2023-02-01T07:46:10.753Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-02-01T07:46:10.988Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9830c5f6-bf55-426a-a800-0c6014716fe7/model-vers/model-ver/a3491842-3f67-4881-abc5-9b743ad18b8e?depth=0|INFO|500||Invoke 2023-02-01T07:46:10.996Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9830c5f6-bf55-426a-a800-0c6014716fe7/model-vers/model-ver/a3491842-3f67-4881-abc5-9b743ad18b8e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9830c5f6-bf55-426a-a800-0c6014716fe7/model-vers/model-ver/a3491842-3f67-4881-abc5-9b743ad18b8e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f88eb166-690b-4032-a9c3-b1bcc763e946], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[dd32ac78-63c8-478c-9006-3d7338bdd5f4], X-ECOMP-RequestID=[f88eb166-690b-4032-a9c3-b1bcc763e946], X-TransactionId=[], X-ONAP-RequestID=[f88eb166-690b-4032-a9c3-b1bcc763e946], Content-Type=[application/merge-patch+json]} 2023-02-01T07:46:11.092Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9830c5f6-bf55-426a-a800-0c6014716fe7/model-vers/model-ver/a3491842-3f67-4881-abc5-9b743ad18b8e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-02-01T07:46:11.359Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9830c5f6-bf55-426a-a800-0c6014716fe7/model-vers/model-ver/a3491842-3f67-4881-abc5-9b743ad18b8e?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/9830c5f6-bf55-426a-a800-0c6014716fe7/model-vers/model-ver/a3491842-3f67-4881-abc5-9b743ad18b8e?depth=0 has http status code:200 and response headers:{date=[Wed, 01 Feb 2023 07:46:10 GMT], content-length=[0], vertex-id=[213168], x-aai-txid=[1-aai-resources-230201-07:46:10:384-89603], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-02-01T07:46:11.360Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9830c5f6-bf55-426a-a800-0c6014716fe7/model-vers/model-ver/a3491842-3f67-4881-abc5-9b743ad18b8e?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-02-01T07:46:11.361Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9830c5f6-bf55-426a-a800-0c6014716fe7/model-vers/model-ver/a3491842-3f67-4881-abc5-9b743ad18b8e?depth=0|INFO|500||InvokeReturn 2023-02-01T07:46:11.362Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-02-01T07:46:11.364Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-02-01T07:46:11.447Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-02-01T07:46:11.448Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f88eb166-690b-4032-a9c3-b1bcc763e946 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-02-01T07:46:11.449Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-02-01T07:46:11.450Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-02-01T07:46:11.468Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T07:46:11.468Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f88eb166-690b-4032-a9c3-b1bcc763e946", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675237571449, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-02-01T07:46:11.574Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms 2023-02-01T07:46:11.575Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-01T07:46:11.576Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T07:46:11.649Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:46:11.652Z||pool-133-thread-1|||||INFO|500||cambria reply ok (75 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-02-01T07:46:12.512Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T07:46:12.513Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T07:46:12.513Z|f88eb166-690b-4032-a9c3-b1bcc763e946|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 EjcaMUROG0JWEck8) ... 2023-02-01T07:46:13.580Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T07:46:13.580Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T07:46:13.581Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T07:46:13.645Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:46:13.662Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-01T07:46:13.662Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "64d7cda0-7a1a-467f-a2c2-6066946b4a56", "consumerID": "cds", "timestamp": 1675237409018, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T07:46:13.663Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-01T07:46:13.664Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-01T07:46:13.664Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "64d7cda0-7a1a-467f-a2c2-6066946b4a56", "consumerID": "aai-ml", "timestamp": 1675237407454, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T07:46:13.664Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-01T07:46:13.666Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-01T07:46:13.667Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "64d7cda0-7a1a-467f-a2c2-6066946b4a56", "consumerID": "ves-openapi-manager", "timestamp": 1675237407726, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T07:46:13.669Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-01T07:46:13.670Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-01T07:46:13.671Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "64d7cda0-7a1a-467f-a2c2-6066946b4a56", "consumerID": "cds", "timestamp": 1675237409018, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-02-01T07:46:13.671Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-01T07:46:13.671Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-01T07:46:13.672Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "64d7cda0-7a1a-467f-a2c2-6066946b4a56", "consumerID": "aai-ml", "timestamp": 1675237407454, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-02-01T07:46:13.672Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-01T07:46:13.673Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-01T07:46:13.673Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "64d7cda0-7a1a-467f-a2c2-6066946b4a56", "consumerID": "ves-openapi-manager", "timestamp": 1675237407726, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-02-01T07:46:13.673Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-01T07:46:13.674Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-01T07:46:13.674Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "64d7cda0-7a1a-467f-a2c2-6066946b4a56", "consumerID": "aai-ml", "timestamp": 1675237407454, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-02-01T07:46:13.674Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-01T07:46:13.674Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-01T07:46:13.675Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "64d7cda0-7a1a-467f-a2c2-6066946b4a56", "consumerID": "ves-openapi-manager", "timestamp": 1675237407726, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-02-01T07:46:13.675Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-01T07:46:13.675Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-01T07:46:13.676Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "64d7cda0-7a1a-467f-a2c2-6066946b4a56", "consumerID": "cds", "timestamp": 1675237409018, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-02-01T07:46:13.676Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-01T07:46:13.676Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-01T07:46:13.676Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "64d7cda0-7a1a-467f-a2c2-6066946b4a56", "consumerID": "cds", "timestamp": 1675237409018, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-01T07:46:13.677Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-01T07:46:13.677Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-01T07:46:13.677Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "64d7cda0-7a1a-467f-a2c2-6066946b4a56", "consumerID": "aai-ml", "timestamp": 1675237407454, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-01T07:46:13.677Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-01T07:46:13.678Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-01T07:46:13.678Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "64d7cda0-7a1a-467f-a2c2-6066946b4a56", "consumerID": "ves-openapi-manager", "timestamp": 1675237407726, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-01T07:46:13.678Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-01T07:46:13.680Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-01T07:46:13.680Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "64d7cda0-7a1a-467f-a2c2-6066946b4a56", "consumerID": "cds", "timestamp": 1675237409018, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T07:46:13.680Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-01T07:46:13.681Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-01T07:46:13.681Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "64d7cda0-7a1a-467f-a2c2-6066946b4a56", "consumerID": "ves-openapi-manager", "timestamp": 1675237407726, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T07:46:13.681Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-01T07:46:13.682Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-01T07:46:13.682Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "64d7cda0-7a1a-467f-a2c2-6066946b4a56", "consumerID": "aai-ml", "timestamp": 1675237407454, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T07:46:13.682Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-01T07:46:13.683Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-01T07:46:13.683Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "64d7cda0-7a1a-467f-a2c2-6066946b4a56", "consumerID": "multicloud-k8s-id", "timestamp": 1675237416661, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T07:46:13.683Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-01T07:46:13.684Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-01T07:46:13.684Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "64d7cda0-7a1a-467f-a2c2-6066946b4a56", "consumerID": "cds", "timestamp": 1675237409018, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-02-01T07:46:13.684Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-01T07:46:13.684Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-01T07:46:13.685Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "64d7cda0-7a1a-467f-a2c2-6066946b4a56", "consumerID": "aai-ml", "timestamp": 1675237407454, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-02-01T07:46:13.685Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-01T07:46:13.685Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-01T07:46:13.685Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "64d7cda0-7a1a-467f-a2c2-6066946b4a56", "consumerID": "ves-openapi-manager", "timestamp": 1675237407726, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-02-01T07:46:13.686Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-01T07:46:13.686Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-01T07:46:13.686Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "64d7cda0-7a1a-467f-a2c2-6066946b4a56", "consumerID": "multicloud-k8s-id", "timestamp": 1675237416661, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-02-01T07:46:13.686Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-01T07:46:13.686Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-01T07:46:13.686Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "64d7cda0-7a1a-467f-a2c2-6066946b4a56", "consumerID": "cds", "timestamp": 1675237409018, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-02-01T07:46:13.687Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-01T07:46:13.687Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-01T07:46:13.687Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "64d7cda0-7a1a-467f-a2c2-6066946b4a56", "consumerID": "aai-ml", "timestamp": 1675237407454, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-02-01T07:46:13.687Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-01T07:46:13.687Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-01T07:46:13.687Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "64d7cda0-7a1a-467f-a2c2-6066946b4a56", "consumerID": "ves-openapi-manager", "timestamp": 1675237407726, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2023-02-01T07:46:13.687Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-01T07:46:13.688Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-01T07:46:13.688Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "64d7cda0-7a1a-467f-a2c2-6066946b4a56", "consumerID": "multicloud-k8s-id", "timestamp": 1675237416661, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-02-01T07:46:13.688Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-01T07:46:13.688Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-01T07:46:13.689Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "64d7cda0-7a1a-467f-a2c2-6066946b4a56", "consumerID": "cds", "timestamp": 1675237409018, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-01T07:46:13.689Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-01T07:46:13.689Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-01T07:46:13.689Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "64d7cda0-7a1a-467f-a2c2-6066946b4a56", "consumerID": "aai-ml", "timestamp": 1675237407454, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-01T07:46:13.690Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-01T07:46:13.690Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-01T07:46:13.690Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "64d7cda0-7a1a-467f-a2c2-6066946b4a56", "consumerID": "ves-openapi-manager", "timestamp": 1675237407726, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-01T07:46:13.690Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-01T07:46:13.690Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-01T07:46:13.690Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "64d7cda0-7a1a-467f-a2c2-6066946b4a56", "consumerID": "multicloud-k8s-id", "timestamp": 1675237416661, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-01T07:46:13.691Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-01T07:46:13.691Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-01T07:46:13.691Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "64d7cda0-7a1a-467f-a2c2-6066946b4a56", "consumerID": "cds", "timestamp": 1675237409018, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-02-01T07:46:13.692Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-01T07:46:13.692Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-01T07:46:13.693Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "64d7cda0-7a1a-467f-a2c2-6066946b4a56", "consumerID": "aai-ml", "timestamp": 1675237407454, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-02-01T07:46:13.693Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-01T07:46:13.693Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-01T07:46:13.693Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "64d7cda0-7a1a-467f-a2c2-6066946b4a56", "consumerID": "ves-openapi-manager", "timestamp": 1675237407726, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2023-02-01T07:46:13.694Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-01T07:46:13.695Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-01T07:46:13.695Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "64d7cda0-7a1a-467f-a2c2-6066946b4a56", "consumerID": "multicloud-k8s-id", "timestamp": 1675237416661, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T07:46:13.695Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-01T07:46:13.695Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-01T07:46:13.695Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "64d7cda0-7a1a-467f-a2c2-6066946b4a56", "consumerID": "multicloud-k8s-id", "timestamp": 1675237416661, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-02-01T07:46:13.696Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-01T07:46:13.696Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-01T07:46:13.696Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "64d7cda0-7a1a-467f-a2c2-6066946b4a56", "consumerID": "ves-openapi-manager", "timestamp": 1675237424050, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2023-02-01T07:46:13.697Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T07:46:13.697Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-01T07:46:13.697Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "64d7cda0-7a1a-467f-a2c2-6066946b4a56", "consumerID": "cds", "timestamp": 1675237423940, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-01T07:46:13.698Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T07:46:13.698Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-01T07:46:13.699Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "64d7cda0-7a1a-467f-a2c2-6066946b4a56", "consumerID": "aai-ml", "timestamp": 1675237423562, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-01T07:46:13.699Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T07:46:13.699Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-01T07:46:13.699Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "64d7cda0-7a1a-467f-a2c2-6066946b4a56", "consumerID": "multicloud-k8s-id", "timestamp": 1675237416661, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-02-01T07:46:13.700Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-01T07:46:13.700Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-01T07:46:13.700Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "64d7cda0-7a1a-467f-a2c2-6066946b4a56", "consumerID": "ves-openapi-manager", "timestamp": 1675237425073, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2023-02-01T07:46:13.700Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T07:46:13.700Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-01T07:46:13.701Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "64d7cda0-7a1a-467f-a2c2-6066946b4a56", "consumerID": "multicloud-k8s-id", "timestamp": 1675237416661, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-01T07:46:13.701Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-01T07:46:13.701Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-01T07:46:13.701Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "64d7cda0-7a1a-467f-a2c2-6066946b4a56", "consumerID": "ves-openapi-manager", "timestamp": 1675237426075, "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=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-01T07:46:13.745Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 64d7cda0-7a1a-467f-a2c2-6066946b4a56 2023-02-01T07:46:13.746Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 64d7cda0-7a1a-467f-a2c2-6066946b4a56 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 (?, ?, ?, ?, ?) 2023-02-01T07:46:13.806Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-01T07:46:13.807Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "64d7cda0-7a1a-467f-a2c2-6066946b4a56", "consumerID": "cds", "timestamp": 1675237425870, "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=? 2023-02-01T07:46:13.821Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 64d7cda0-7a1a-467f-a2c2-6066946b4a56 2023-02-01T07:46:13.822Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 64d7cda0-7a1a-467f-a2c2-6066946b4a56 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-01T07:46:13.848Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-01T07:46:13.849Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "64d7cda0-7a1a-467f-a2c2-6066946b4a56", "consumerID": "multicloud-k8s-id", "timestamp": 1675237416661, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-02-01T07:46:13.849Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-01T07:46:13.849Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-01T07:46:13.849Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "64d7cda0-7a1a-467f-a2c2-6066946b4a56", "consumerID": "aai-ml", "timestamp": 1675237429981, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-02-01T07:46:13.852Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T07:46:13.852Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-01T07:46:13.852Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "64d7cda0-7a1a-467f-a2c2-6066946b4a56", "consumerID": "aai-ml", "timestamp": 1675237430992, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-01T07:46:13.865Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 64d7cda0-7a1a-467f-a2c2-6066946b4a56 2023-02-01T07:46:13.870Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 64d7cda0-7a1a-467f-a2c2-6066946b4a56 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-01T07:46:13.901Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-01T07:46:13.902Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "64d7cda0-7a1a-467f-a2c2-6066946b4a56", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675237433539, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T07:46:13.903Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-01T07:46:13.903Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-01T07:46:13.903Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "64d7cda0-7a1a-467f-a2c2-6066946b4a56", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675237433539, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-02-01T07:46:13.904Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-01T07:46:13.904Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-01T07:46:13.904Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "64d7cda0-7a1a-467f-a2c2-6066946b4a56", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675237433539, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-02-01T07:46:13.904Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-01T07:46:13.904Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-01T07:46:13.904Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "64d7cda0-7a1a-467f-a2c2-6066946b4a56", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675237433539, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-01T07:46:13.904Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-01T07:46:13.905Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-01T07:46:13.905Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "64d7cda0-7a1a-467f-a2c2-6066946b4a56", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675237433539, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T07:46:13.905Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-01T07:46:13.905Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-01T07:46:13.905Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "64d7cda0-7a1a-467f-a2c2-6066946b4a56", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675237433539, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-02-01T07:46:13.905Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-01T07:46:13.905Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-01T07:46:13.905Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "64d7cda0-7a1a-467f-a2c2-6066946b4a56", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675237433539, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-02-01T07:46:13.906Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-01T07:46:13.906Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-01T07:46:13.906Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "64d7cda0-7a1a-467f-a2c2-6066946b4a56", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675237433539, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-01T07:46:13.906Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-01T07:46:13.906Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-01T07:46:13.906Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "64d7cda0-7a1a-467f-a2c2-6066946b4a56", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675237433539, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-02-01T07:46:13.907Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-02-01T07:46:13.907Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-01T07:46:13.907Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "64d7cda0-7a1a-467f-a2c2-6066946b4a56", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675237443781, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-01T07:46:13.907Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T07:46:13.907Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-01T07:46:13.907Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "64d7cda0-7a1a-467f-a2c2-6066946b4a56", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675237446991, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-02-01T07:46:13.908Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T07:46:13.908Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-01T07:46:13.908Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "64d7cda0-7a1a-467f-a2c2-6066946b4a56", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675237448013, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-01T07:46:13.924Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 64d7cda0-7a1a-467f-a2c2-6066946b4a56 2023-02-01T07:46:13.925Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 64d7cda0-7a1a-467f-a2c2-6066946b4a56 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-01T07:46:17.126Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:46:17.127Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T07:46:17.127Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"37908491-3fff-48a9-9c17-2ca169943bea","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"38e327ea-2c2a-4c24-8649-c7a5e5947861","serviceDescription":"service","serviceInvariantUUID":"56926c7a-0525-4726-ace7-05f0c5e86bab","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6d5a4f45-95ce-4786-b815-52535f4d8863","resourceInvariantUUID":"9097fc39-f9b7-4204-a224-caf8bb3be4ed","resourceCustomizationUUID":"22ec993c-f0ca-4cd7-a955-2f9e60465f29","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":"YmRhZDdkYmQyZGZkMDlhM2ZmOTEyNGY2NTAxYTc1YWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0b249ab2-8a50-4ccd-9ce7-03d41c85fdb2","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":"MTVhYmNmMzVlODM4YjY4ODExY2ZlZjQ0OTQyNDhhMmY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0b1250b5-3a09-4fed-aec7-7c0cb93bd91e","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":"2cc220a2-ae6e-408b-b10e-5ad1fff0aeb9","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":"a2abde88-a947-42d6-bd4d-0fbbebc36e73","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":"9898d5d8-d068-43d8-9676-8c2741f1d1d5","artifactVersion":"2","generatedFromUUID":"2cc220a2-ae6e-408b-b10e-5ad1fff0aeb9"},{"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":"MWI3ZDRhZDM0YjdmZjMzM2I0ZTY5MTgyY2I3ZmYwN2Q\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"45df78c0-4760-4a95-a673-22e2b3ddc8a0","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":"ZGJhNGM1ZjA2YzVlNTI0ZGZkZTA0YjNhNGNhYjY3ZTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6e7f315f-56cf-474a-ad14-9eb51b0a37e4","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MTUwNTU5ZDkyNDJiMzkxNzU1YjUzMzgzMjQyYWU2ZTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7ece5753-3f75-48af-a0a1-f604d5a61e16","artifactVersion":"1"}],"workloadContext":"Production"} 2023-02-01T07:46:17.130Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-01T07:46:17.149Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-02-01T07:46:17.153Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T07:46:17.154Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "37908491-3fff-48a9-9c17-2ca169943bea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675237572512, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T07:46:17.254Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-01T07:46:17.255Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-01T07:46:17.255Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T07:46:17.277Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:46:17.277Z||pool-134-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2023-02-01T07:46:18.154Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-01T07:46:18.155Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-02-01T07:46:18.159Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T07:46:18.159Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "37908491-3fff-48a9-9c17-2ca169943bea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675237572512, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2023-02-01T07:46:18.260Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-02-01T07:46:18.262Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-01T07:46:18.262Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T07:46:18.281Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:46:18.282Z||pool-135-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2023-02-01T07:46:19.159Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-01T07:46:19.160Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-02-01T07:46:19.167Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T07:46:19.167Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "37908491-3fff-48a9-9c17-2ca169943bea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675237572512, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-02-01T07:46:19.273Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2023-02-01T07:46:19.274Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-01T07:46:19.274Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T07:46:19.313Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:46:19.314Z||pool-136-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":1,"count":1} 2023-02-01T07:46:20.168Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-01T07:46:20.168Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-02-01T07:46:20.170Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T07:46:20.171Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "37908491-3fff-48a9-9c17-2ca169943bea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675237572512, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T07:46:20.271Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-01T07:46:20.273Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-01T07:46:20.274Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T07:46:20.300Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:46:20.301Z||pool-137-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2023-02-01T07:46:21.171Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-01T07:46:21.172Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-02-01T07:46:21.175Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T07:46:21.175Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "37908491-3fff-48a9-9c17-2ca169943bea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675237572512, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-02-01T07:46:21.275Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-01T07:46:21.276Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-01T07:46:21.276Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T07:46:21.301Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:46:21.302Z||pool-138-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1} 2023-02-01T07:46:22.184Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-01T07:46:22.184Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-02-01T07:46:22.186Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T07:46:22.186Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "37908491-3fff-48a9-9c17-2ca169943bea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675237572512, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-01T07:46:22.287Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-01T07:46:22.288Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-01T07:46:22.289Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T07:46:22.336Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:46:22.337Z||pool-139-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1} 2023-02-01T07:46:23.187Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-01T07:46:23.188Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-02-01T07:46:23.190Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T07:46:23.190Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "37908491-3fff-48a9-9c17-2ca169943bea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675237572512, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-01T07:46:23.291Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-02-01T07:46:23.294Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-01T07:46:23.294Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T07:46:23.318Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:46:23.318Z||pool-140-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1} 2023-02-01T07:46:24.191Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-01T07:46:24.191Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-02-01T07:46:24.194Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T07:46:24.194Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "37908491-3fff-48a9-9c17-2ca169943bea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675237572512, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-02-01T07:46:24.295Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-02-01T07:46:24.296Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-01T07:46:24.297Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T07:46:24.330Z||pool-141-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:46:24.331Z||pool-141-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1} 2023-02-01T07:46:25.196Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "37908491-3fff-48a9-9c17-2ca169943bea", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "38e327ea-2c2a-4c24-8649-c7a5e5947861", "serviceDescription": "service", "serviceInvariantUUID": "56926c7a-0525-4726-ace7-05f0c5e86bab", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "22ec993c-f0ca-4cd7-a955-2f9e60465f29", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "6d5a4f45-95ce-4786-b815-52535f4d8863", "resourceInvariantUUID": "9097fc39-f9b7-4204-a224-caf8bb3be4ed", "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": "MTVhYmNmMzVlODM4YjY4ODExY2ZlZjQ0OTQyNDhhMmY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0b1250b5-3a09-4fed-aec7-7c0cb93bd91e", "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": "2cc220a2-ae6e-408b-b10e-5ad1fff0aeb9", "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": "9898d5d8-d068-43d8-9676-8c2741f1d1d5", "generatedFromUUID": "2cc220a2-ae6e-408b-b10e-5ad1fff0aeb9" }, "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": "9898d5d8-d068-43d8-9676-8c2741f1d1d5", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "MTUwNTU5ZDkyNDJiMzkxNzU1YjUzMzgzMjQyYWU2ZTA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7ece5753-3f75-48af-a0a1-f604d5a61e16" } ], "workloadContext": "Production" } 2023-02-01T07:46:25.197Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-02-01T07:46:25.197Z|f88eb166-690b-4032-a9c3-b1bcc763e946|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 38e327ea-2c2a-4c24-8649-c7a5e5947861 ASDC 2023-02-01T07:46:25.198Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:37908491-3fff-48a9-9c17-2ca169943bea ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:38e327ea-2c2a-4c24-8649-c7a5e5947861 ServiceInvariantUUID:56926c7a-0525-4726-ace7-05f0c5e86bab 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:7ece5753-3f75-48af-a0a1-f604d5a61e16 ArtifactChecksum:MTUwNTU5ZDkyNDJiMzkxNzU1YjUzMzgzMjQyYWU2ZTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:22ec993c-f0ca-4cd7-a955-2f9e60465f29 ResourceInvariantUUID:9097fc39-f9b7-4204-a224-caf8bb3be4ed ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:6d5a4f45-95ce-4786-b815-52535f4d8863 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:0b1250b5-3a09-4fed-aec7-7c0cb93bd91e ArtifactChecksum:MTVhYmNmMzVlODM4YjY4ODExY2ZlZjQ0OTQyNDhhMmY= 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:2cc220a2-ae6e-408b-b10e-5ad1fff0aeb9 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:9898d5d8-d068-43d8-9676-8c2741f1d1d5 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:9898d5d8-d068-43d8-9676-8c2741f1d1d5 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-02-01T07:46:25.198Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 38e327ea-2c2a-4c24-8649-c7a5e5947861 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-02-01T07:46:25.261Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-01T07:46:25.262Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-02-01T07:46:25.263Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-02-01T07:46:25.263Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 7ece5753-3f75-48af-a0a1-f604d5a61e16 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-02-01T07:46:25.263Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-02-01T07:46:25.263Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-02-01T07:46:25.617Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2023-02-01T07:46:25.623Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 7ece5753-3f75-48af-a0a1-f604d5a61e16 82636 2023-02-01T07:46:25.623Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2023-02-01T07:46:25.624Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-02-01T07:46:25.624Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-01T07:46:25.624Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-02-01T07:46:25.627Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T07:46:25.628Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "37908491-3fff-48a9-9c17-2ca169943bea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675237585623, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-01T07:46:25.728Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-01T07:46:25.729Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-01T07:46:25.730Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T07:46:25.754Z||pool-142-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:46:25.754Z||pool-142-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2023-02-01T07:46:26.629Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-01T07:46:26.630Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-02-01T07:46:26.631Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 7ece5753-3f75-48af-a0a1-f604d5a61e16, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-02-01T07:46:26.631Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2023-02-01T07:46:26.632Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-02-01T07:46:26.632Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-02-01T07:46:26.937Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1773078301072095548/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_ip_requirements" 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 "compute_ubuntu20_key_name" is not provided Log warning: The required parameter "compute_ubuntu20_name" is not provided Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" 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_network_role_tag" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided Log warning: The required parameter "compute_ubuntu20_metadata" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2023-02-01T07:46:30.014Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2023-02-01T07:46:30.015Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-02-01T07:46:30.015Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-02-01T07:46:30.015Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-02-01T07:46:30.016Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||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 2023-02-01T07:46:30.016Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-02-01T07:46:30.016Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-02-01T07:46:30.016Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-02-01T07:46:30.016Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-02-01T07:46:30.016Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-02-01T07:46:30.016Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-02-01T07:46:30.016Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-02-01T07:46:30.017Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T07:46:30.017Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T07:46:30.017Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-02-01T07:46:30.018Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-02-01T07:46:30.018Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-01T07:46:30.018Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T07:46:30.019Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T07:46:30.019Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-02-01T07:46:30.019Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-02-01T07:46:30.019Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-01T07:46:30.019Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T07:46:30.020Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T07:46:30.020Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T07:46:30.020Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2023-02-01T07:46:30.020Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2023-02-01T07:46:30.021Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2023-02-01T07:46:30.021Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2023-02-01T07:46:30.021Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-02-01T07:46:30.021Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-02-01T07:46:30.021Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T07:46:30.022Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-02-01T07:46:30.022Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T07:46:30.022Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-02-01T07:46:30.022Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-01T07:46:30.023Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T07:46:30.023Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-02-01T07:46:30.023Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-01T07:46:30.023Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T07:46:30.023Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-02-01T07:46:30.023Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-01T07:46:30.024Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T07:46:30.024Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2023-02-01T07:46:30.024Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-02-01T07:46:30.024Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-02-01T07:46:30.024Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=ea4c9626-cf08-4df6-ae0d-b39584ceed07 2023-02-01T07:46:30.024Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T07:46:30.025Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T07:46:30.025Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T07:46:30.025Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T07:46:30.025Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T07:46:30.028Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T07:46:30.028Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T07:46:30.028Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T07:46:30.028Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:38e327ea-2c2a-4c24-8649-c7a5e5947861 Model Version:NULL Model InvariantUuid:56926c7a-0525-4726-ace7-05f0c5e86bab Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:483551df-06df-4a14-aa58-00fe980f647b Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:9097fc39-f9b7-4204-a224-caf8bb3be4ed Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:22ec993c-f0ca-4cd7-a955-2f9e60465f29 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:5a3e2f74-6c6b-4421-b611-60a1baac46bd ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:99bb5dbd-e7a8-43d2-b9b8-c7e40ba237fe ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:ea4c9626-cf08-4df6-ae0d-b39584ceed07 ModelInvariantUuid:53cc5daf-a785-4f3a-8c23-12e68ba423ba ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:c6597724-4c72-4ee1-ae7c-518d2cb007e2 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:c847200a-5a49-44c5-b84c-5cc962df10fe ModelInvariantUuid:7e7b46b5-1a66-4b94-8bf4-3e9d626537b3 ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:b4b5c9f5-29b1-4dc7-a6c0-f34f2cb8976c ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2023-02-01T07:46:30.082Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 6d5a4f45-95ce-4786-b815-52535f4d8863 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-02-01T07:46:30.090Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||INFO|500||basic_vm_macro 0 2023-02-01T07:46:30.091Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6d5a4f45-95ce-4786-b815-52535f4d8863 2023-02-01T07:46:30.091Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 0b1250b5-3a09-4fed-aec7-7c0cb93bd91e from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2023-02-01T07:46:30.091Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-02-01T07:46:30.091Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||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 2023-02-01T07:46:30.274Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2023-02-01T07:46:30.275Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 0b1250b5-3a09-4fed-aec7-7c0cb93bd91e 792 2023-02-01T07:46:30.275Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||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 2023-02-01T07:46:30.275Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||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 2023-02-01T07:46:30.275Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-01T07:46:30.275Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-02-01T07:46:30.282Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T07:46:30.282Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "37908491-3fff-48a9-9c17-2ca169943bea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675237590275, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-02-01T07:46:30.388Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms 2023-02-01T07:46:30.391Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-01T07:46:30.393Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T07:46:30.427Z||pool-143-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:46:30.427Z||pool-143-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1} 2023-02-01T07:46:31.282Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "5a3e2f74-6c6b-4421-b611-60a1baac46bd", "vfModuleModelVersion": "1", "vfModuleModelUUID": "99bb5dbd-e7a8-43d2-b9b8-c7e40ba237fe", "vfModuleModelCustomizationUUID": "e15c1cc7-7ea8-4fb3-9658-586c078d4e95", "isBase": true, "artifacts": [ "2cc220a2-ae6e-408b-b10e-5ad1fff0aeb9", "9898d5d8-d068-43d8-9676-8c2741f1d1d5" ], "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": "" } } ] 2023-02-01T07:46:31.291Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:99bb5dbd-e7a8-43d2-b9b8-c7e40ba237fe VfModuleModelInvariantUUID:5a3e2f74-6c6b-4421-b611-60a1baac46bd VfModuleModelDescription:NULL Artifacts UUID List:{ 2cc220a2-ae6e-408b-b10e-5ad1fff0aeb9 , 9898d5d8-d068-43d8-9676-8c2741f1d1d5 } 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 } 2023-02-01T07:46:31.296Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "5a3e2f74-6c6b-4421-b611-60a1baac46bd", "vfModuleModelVersion": "1", "vfModuleModelUUID": "99bb5dbd-e7a8-43d2-b9b8-c7e40ba237fe", "vfModuleModelCustomizationUUID": "e15c1cc7-7ea8-4fb3-9658-586c078d4e95", "isBase": true, "artifacts": [ "2cc220a2-ae6e-408b-b10e-5ad1fff0aeb9", "9898d5d8-d068-43d8-9676-8c2741f1d1d5" ], "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": "" } } ] 2023-02-01T07:46:31.296Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:99bb5dbd-e7a8-43d2-b9b8-c7e40ba237fe VfModuleModelInvariantUUID:5a3e2f74-6c6b-4421-b611-60a1baac46bd VfModuleModelDescription:NULL Artifacts UUID List:{ 2cc220a2-ae6e-408b-b10e-5ad1fff0aeb9 , 9898d5d8-d068-43d8-9676-8c2741f1d1d5 } 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 } 2023-02-01T07:46:31.296Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 2cc220a2-ae6e-408b-b10e-5ad1fff0aeb9 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2023-02-01T07:46:31.296Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-02-01T07:46:31.296Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||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 2023-02-01T07:46:31.424Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2023-02-01T07:46:31.424Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2cc220a2-ae6e-408b-b10e-5ad1fff0aeb9 5033 2023-02-01T07:46:31.425Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||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 2023-02-01T07:46:31.425Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||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 2023-02-01T07:46:31.425Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-01T07:46:31.426Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-02-01T07:46:31.434Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T07:46:31.435Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "37908491-3fff-48a9-9c17-2ca169943bea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675237591425, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-02-01T07:46:31.539Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-02-01T07:46:31.539Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-01T07:46:31.540Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T07:46:31.556Z||pool-144-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:46:31.557Z||pool-144-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2023-02-01T07:46:32.443Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 9898d5d8-d068-43d8-9676-8c2741f1d1d5 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2023-02-01T07:46:32.443Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-02-01T07:46:32.444Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||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 2023-02-01T07:46:32.567Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2023-02-01T07:46:32.568Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 9898d5d8-d068-43d8-9676-8c2741f1d1d5 903 2023-02-01T07:46:32.569Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||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 2023-02-01T07:46:32.569Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||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 2023-02-01T07:46:32.570Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-01T07:46:32.570Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-02-01T07:46:32.572Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T07:46:32.572Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "37908491-3fff-48a9-9c17-2ca169943bea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675237592569, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-02-01T07:46:32.673Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-02-01T07:46:32.674Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-01T07:46:32.675Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T07:46:32.690Z||pool-145-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:46:32.690Z||pool-145-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2023-02-01T07:46:33.573Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 38e327ea-2c2a-4c24-8649-c7a5e5947861 2023-02-01T07:46:33.574Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 6d5a4f45-95ce-4786-b815-52535f4d8863 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-02-01T07:46:33.594Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4117a068, org.onap.sdc.toscaparser.api.parameters.Input@6abb05af, org.onap.sdc.toscaparser.api.parameters.Input@24587ef1, org.onap.sdc.toscaparser.api.parameters.Input@16de8c90, org.onap.sdc.toscaparser.api.parameters.Input@6a366ac3] 2023-02-01T07:46:33.596Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T07:46:33.596Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T07:46:33.597Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 2023-02-01T07:46:33.597Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 22ec993c-f0ca-4cd7-a955-2f9e60465f29 2023-02-01T07:46:33.597Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 22ec993c-f0ca-4cd7-a955-2f9e60465f29 matches Tosca VF Customization UUID: 22ec993c-f0ca-4cd7-a955-2f9e60465f29 2023-02-01T07:46:33.599Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 22ec993c-f0ca-4cd7-a955-2f9e60465f29 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2023-02-01T07:46:33.603Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T07:46:33.603Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T07:46:33.604Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 22ec993c-f0ca-4cd7-a955-2f9e60465f29: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"ubuntu20\"} 2023-02-01T07:46:33.607Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5d827f25 2023-02-01T07:46:33.608Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T07:46:33.608Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-02-01T07:46:33.608Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e15c1cc7-7ea8-4fb3-9658-586c078d4e95 2023-02-01T07:46:33.608Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e15c1cc7-7ea8-4fb3-9658-586c078d4e95 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2023-02-01T07:46:33.613Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T07:46:33.613Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-02-01T07:46:33.613Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-01T07:46:33.614Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T07:46:33.614Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-02-01T07:46:33.614Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-01T07:46:33.614Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T07:46:33.615Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2023-02-01T07:46:33.615Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-02-01T07:46:33.615Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-02-01T07:46:33.615Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=ea4c9626-cf08-4df6-ae0d-b39584ceed07 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2023-02-01T07:46:33.619Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T07:46:33.619Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-02-01T07:46:33.619Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-01T07:46:33.620Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T07:46:33.620Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-02-01T07:46:33.620Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=22ec993c-f0ca-4cd7-a955-2f9e60465f29 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-02-01T07:46:33.622Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T07:46:33.622Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T07:46:33.623Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 38e327ea-2c2a-4c24-8649-c7a5e5947861: basic_vm_macro 2023-02-01T07:46:33.623Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T07:46:33.623Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T07:46:33.623Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T07:46:33.623Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T07:46:33.624Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T07:46:33.624Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T07:46:33.624Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T07:46:33.624Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T07:46:33.624Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T07:46:33.624Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T07:46:33.625Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||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 (?, ?, ?, ?, ?) 2023-02-01T07:46:33.797Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 6d5a4f45-95ce-4786-b815-52535f4d8863 1 ASDC deployResourceStructure 2023-02-01T07:46:33.797Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||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 2023-02-01T07:46:33.798Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||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 2023-02-01T07:46:33.798Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-01T07:46:33.798Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-02-01T07:46:33.803Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T07:46:33.803Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "37908491-3fff-48a9-9c17-2ca169943bea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675237593797, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2023-02-01T07:46:33.903Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-01T07:46:33.905Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-01T07:46:33.905Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T07:46:33.930Z||pool-146-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:46:33.931Z||pool-146-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2023-02-01T07:46:34.810Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||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 2023-02-01T07:46:34.810Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||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 2023-02-01T07:46:34.810Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-01T07:46:34.810Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-02-01T07:46:34.813Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T07:46:34.813Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "37908491-3fff-48a9-9c17-2ca169943bea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675237594810, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2023-02-01T07:46:34.914Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-01T07:46:34.915Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-01T07:46:34.915Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T07:46:34.955Z||pool-147-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:46:34.956Z||pool-147-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":1,"count":1} 2023-02-01T07:46:35.814Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||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 2023-02-01T07:46:35.815Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||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 2023-02-01T07:46:35.815Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-01T07:46:35.815Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-02-01T07:46:35.819Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T07:46:35.820Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "37908491-3fff-48a9-9c17-2ca169943bea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675237595814, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2023-02-01T07:46:35.919Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-02-01T07:46:35.920Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-01T07:46:35.920Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T07:46:35.946Z||pool-148-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:46:35.946Z||pool-148-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2023-02-01T07:46:36.821Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2023-02-01T07:46:36.821Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-02-01T07:46:36.821Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-01T07:46:36.821Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-02-01T07:46:36.826Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T07:46:36.826Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "37908491-3fff-48a9-9c17-2ca169943bea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675237596820, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-02-01T07:46:36.930Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2023-02-01T07:46:36.932Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-01T07:46:36.932Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T07:46:36.955Z||pool-149-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:46:36.956Z||pool-149-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2023-02-01T07:46:37.828Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 37908491-3fff-48a9-9c17-2ca169943bea Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-01T07:46:37.860Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 37908491-3fff-48a9-9c17-2ca169943bea Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-01T07:46:37.865Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-01T07:46:37.865Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-02-01T07:46:37.865Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-02-01T07:46:37.865Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-02-01T07:46:37.866Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-01T07:46:37.866Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-01T07:46:37.866Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-01T07:46:37.866Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-01T07:46:37.866Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-01T07:46:37.866Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-01T07:46:37.874Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-02-01T07:47:07.875Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 37908491-3fff-48a9-9c17-2ca169943bea and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-02-01T07:47:07.884Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 37908491-3fff-48a9-9c17-2ca169943bea and serviceModelVersionId: 38e327ea-2c2a-4c24-8649-c7a5e5947861 2023-02-01T07:47:07.884Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 56926c7a-0525-4726-ace7-05f0c5e86bab 2023-02-01T07:47:07.885Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/56926c7a-0525-4726-ace7-05f0c5e86bab/model-vers/model-ver/38e327ea-2c2a-4c24-8649-c7a5e5947861?depth=0 2023-02-01T07:47:07.892Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-02-01T07:47:07.966Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/56926c7a-0525-4726-ace7-05f0c5e86bab/model-vers/model-ver/38e327ea-2c2a-4c24-8649-c7a5e5947861?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-02-01T07:47:07.966Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/56926c7a-0525-4726-ace7-05f0c5e86bab/model-vers/model-ver/38e327ea-2c2a-4c24-8649-c7a5e5947861?depth=0|INFO|500||Invoke 2023-02-01T07:47:08.024Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/56926c7a-0525-4726-ace7-05f0c5e86bab/model-vers/model-ver/38e327ea-2c2a-4c24-8649-c7a5e5947861?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-02-01T07:47:08.284Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/56926c7a-0525-4726-ace7-05f0c5e86bab/model-vers/model-ver/38e327ea-2c2a-4c24-8649-c7a5e5947861?depth=0|INFO|500||InvokeReturn 2023-02-01T07:47:08.286Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/56926c7a-0525-4726-ace7-05f0c5e86bab/model-vers/model-ver/38e327ea-2c2a-4c24-8649-c7a5e5947861?depth=0 has http status code:200 and response headers:{date=[Wed, 01 Feb 2023 07:47:07 GMT], content-length=[0], vertex-id=[213016], x-aai-txid=[2-aai-resources-230201-07:47:07:309-94581], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-02-01T07:47:08.287Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity. 2023-02-01T07:47:08.288Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-02-01T07:47:08.288Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-02-01T07:47:08.352Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-02-01T07:47:08.353Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 37908491-3fff-48a9-9c17-2ca169943bea and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-02-01T07:47:08.353Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-02-01T07:47:08.353Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-02-01T07:47:08.356Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T07:47:08.356Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "37908491-3fff-48a9-9c17-2ca169943bea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675237628353, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-02-01T07:47:08.461Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2023-02-01T07:47:08.463Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-01T07:47:08.463Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T07:47:08.534Z||pool-150-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:47:08.535Z||pool-150-thread-1|||||INFO|500||cambria reply ok (73 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-02-01T07:47:09.411Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-01T07:47:09.411Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"64d7cda0-7a1a-467f-a2c2-6066946b4a56","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"008cc801-b6aa-4dfa-b852-1b30d356e3ac","serviceDescription":"service","serviceInvariantUUID":"ac315600-68d5-40db-b76e-3b2b29e0b78b","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"9735dbae-2811-4225-be75-55eddb74d18b","resourceInvariantUUID":"1d592405-9089-4ea6-bc84-c9b86443fdd6","resourceCustomizationUUID":"403d0545-f45b-4b55-a1b4-b29a924cbc91","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":"NGEwNDkxYjM5MGIzYmRhMmIzNzE4M2RkZGQ3ZjEwYTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"662e2b4f-4ea0-4c23-8cae-e4293401f7ab","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":"649d0575-49ff-4b6a-8e9e-4f9cd8ed5a7e","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":"972a7604-6471-4e22-9dba-2b229607433d","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":"NWEwYWI1ZGFiMzQ2ZWM3ODlhZjllMzk0MTJjZjQ3MTM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"c24a05bd-928b-462f-a27b-fb052c032c99","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":"1098fd42-f9ee-459e-ac07-b601ad5319bb","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":"8aafabe5-925a-496d-9e6c-ba74af2cc259","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":"85cf4f8b-d1aa-4683-96bd-c5e2e60f3c6c","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":"NDg2NTdmZThmZGM5YTQxMTdkMTcwNTdiMmIzMTcxMDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"49d4602e-0197-4ca4-aa5c-5812781b4f1f","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"OWRlMzU0NDU2MGVhZDFmZjA4ZjU1ODk3NzUwMGFhNmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9c04074e-8ce4-4dfc-84d6-ac3402cf0515","artifactVersion":"1"}],"workloadContext":"Production"} 2023-02-01T07:47:09.412Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-01T07:47:09.412Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-02-01T07:47:09.416Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T07:47:09.416Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "64d7cda0-7a1a-467f-a2c2-6066946b4a56", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675237572512, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T07:47:09.516Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-01T07:47:09.517Z||pool-151-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-01T07:47:09.517Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T07:47:09.548Z||pool-151-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:47:09.548Z||pool-151-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2023-02-01T07:47:10.417Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-01T07:47:10.418Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-02-01T07:47:10.424Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T07:47:10.425Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "64d7cda0-7a1a-467f-a2c2-6066946b4a56", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675237572512, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-02-01T07:47:10.522Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2023-02-01T07:47:10.523Z||pool-152-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-01T07:47:10.523Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T07:47:10.552Z||pool-152-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:47:10.553Z||pool-152-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1} 2023-02-01T07:47:11.426Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-01T07:47:11.427Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-02-01T07:47:11.429Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T07:47:11.431Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "64d7cda0-7a1a-467f-a2c2-6066946b4a56", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675237572512, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-02-01T07:47:11.529Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2023-02-01T07:47:11.530Z||pool-153-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-01T07:47:11.530Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T07:47:11.560Z||pool-153-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:47:11.561Z||pool-153-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1} 2023-02-01T07:47:12.432Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-01T07:47:12.433Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-02-01T07:47:12.435Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T07:47:12.435Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "64d7cda0-7a1a-467f-a2c2-6066946b4a56", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675237572512, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-01T07:47:12.538Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-02-01T07:47:12.539Z||pool-154-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-01T07:47:12.539Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T07:47:12.575Z||pool-154-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:47:12.576Z||pool-154-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1} 2023-02-01T07:47:13.439Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-01T07:47:13.439Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-02-01T07:47:13.451Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T07:47:13.451Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "64d7cda0-7a1a-467f-a2c2-6066946b4a56", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675237572512, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T07:47:13.551Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-01T07:47:13.552Z||pool-155-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-01T07:47:13.552Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T07:47:13.567Z||pool-155-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:47:13.568Z||pool-155-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2023-02-01T07:47:13.581Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T07:47:13.584Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T07:47:13.585Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T07:47:13.626Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:47:13.627Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-01T07:47:13.627Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88eb166-690b-4032-a9c3-b1bcc763e946", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675237571449, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-02-01T07:47:13.627Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T07:47:14.452Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-01T07:47:14.453Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-02-01T07:47:14.456Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T07:47:14.456Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "64d7cda0-7a1a-467f-a2c2-6066946b4a56", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675237572512, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-02-01T07:47:14.559Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2023-02-01T07:47:14.560Z||pool-156-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-01T07:47:14.560Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T07:47:14.576Z||pool-156-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:47:14.577Z||pool-156-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2023-02-01T07:47:15.456Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-01T07:47:15.457Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-02-01T07:47:15.460Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T07:47:15.460Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "64d7cda0-7a1a-467f-a2c2-6066946b4a56", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675237572512, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-02-01T07:47:15.560Z||pool-157-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-01T07:47:15.562Z||pool-157-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-01T07:47:15.562Z||pool-157-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T07:47:15.591Z||pool-157-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:47:15.592Z||pool-157-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2023-02-01T07:47:16.460Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-01T07:47:16.460Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-02-01T07:47:16.463Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T07:47:16.463Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "64d7cda0-7a1a-467f-a2c2-6066946b4a56", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675237572512, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-01T07:47:16.563Z||pool-158-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-01T07:47:16.564Z||pool-158-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-01T07:47:16.564Z||pool-158-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T07:47:16.580Z||pool-158-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:47:16.581Z||pool-158-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2023-02-01T07:47:17.463Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-01T07:47:17.464Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-02-01T07:47:17.466Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T07:47:17.466Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "64d7cda0-7a1a-467f-a2c2-6066946b4a56", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675237572512, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-02-01T07:47:17.567Z||pool-159-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-01T07:47:17.567Z||pool-159-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-01T07:47:17.568Z||pool-159-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T07:47:17.580Z||pool-159-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:47:17.581Z||pool-159-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-02-01T07:47:18.467Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "64d7cda0-7a1a-467f-a2c2-6066946b4a56", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "008cc801-b6aa-4dfa-b852-1b30d356e3ac", "serviceDescription": "service", "serviceInvariantUUID": "ac315600-68d5-40db-b76e-3b2b29e0b78b", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "403d0545-f45b-4b55-a1b4-b29a924cbc91", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "9735dbae-2811-4225-be75-55eddb74d18b", "resourceInvariantUUID": "1d592405-9089-4ea6-bc84-c9b86443fdd6", "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": "OWRlMzU0NDU2MGVhZDFmZjA4ZjU1ODk3NzUwMGFhNmQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9c04074e-8ce4-4dfc-84d6-ac3402cf0515" } ], "workloadContext": "Production" } 2023-02-01T07:47:18.468Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-02-01T07:47:18.468Z|37908491-3fff-48a9-9c17-2ca169943bea|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 008cc801-b6aa-4dfa-b852-1b30d356e3ac ASDC 2023-02-01T07:47:18.472Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:64d7cda0-7a1a-467f-a2c2-6066946b4a56 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:008cc801-b6aa-4dfa-b852-1b30d356e3ac ServiceInvariantUUID:ac315600-68d5-40db-b76e-3b2b29e0b78b 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:9c04074e-8ce4-4dfc-84d6-ac3402cf0515 ArtifactChecksum:OWRlMzU0NDU2MGVhZDFmZjA4ZjU1ODk3NzUwMGFhNmQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:403d0545-f45b-4b55-a1b4-b29a924cbc91 ResourceInvariantUUID:1d592405-9089-4ea6-bc84-c9b86443fdd6 ResourceName:test-pnf ResourceType:PNF ResourceUUID:9735dbae-2811-4225-be75-55eddb74d18b ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-02-01T07:47:18.472Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 008cc801-b6aa-4dfa-b852-1b30d356e3ac ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-02-01T07:47:18.510Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-01T07:47:18.511Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-02-01T07:47:18.511Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-02-01T07:47:18.511Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 9c04074e-8ce4-4dfc-84d6-ac3402cf0515 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-02-01T07:47:18.511Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-02-01T07:47:18.511Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-02-01T07:47:18.727Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2023-02-01T07:47:18.734Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 9c04074e-8ce4-4dfc-84d6-ac3402cf0515 110861 2023-02-01T07:47:18.734Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2023-02-01T07:47:18.734Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-02-01T07:47:18.735Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-01T07:47:18.735Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-02-01T07:47:18.737Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T07:47:18.742Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "64d7cda0-7a1a-467f-a2c2-6066946b4a56", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675237638734, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-01T07:47:18.838Z||pool-160-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2023-02-01T07:47:18.839Z||pool-160-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-01T07:47:18.839Z||pool-160-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T07:47:18.874Z||pool-160-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:47:18.874Z||pool-160-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1} 2023-02-01T07:47:19.742Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-01T07:47:19.743Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-02-01T07:47:19.743Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 9c04074e-8ce4-4dfc-84d6-ac3402cf0515, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-02-01T07:47:19.744Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2023-02-01T07:47:19.744Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-02-01T07:47:19.744Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-02-01T07:47:19.913Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13183918192364252940/Definitions/service-TestPnfMacro-template.yml 2023-02-01T07:47:21.101Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2023-02-01T07:47:21.102Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-02-01T07:47:21.102Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-02-01T07:47:21.102Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-02-01T07:47:21.102Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||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 2023-02-01T07:47:21.102Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||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 2023-02-01T07:47:21.103Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||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 2023-02-01T07:47:21.103Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||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 2023-02-01T07:47:21.103Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-02-01T07:47:21.103Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-02-01T07:47:21.104Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-02-01T07:47:21.104Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-02-01T07:47:21.104Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T07:47:21.104Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T07:47:21.105Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2023-02-01T07:47:21.105Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-02-01T07:47:21.105Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-01T07:47:21.106Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T07:47:21.106Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T07:47:21.106Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2023-02-01T07:47:21.106Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-02-01T07:47:21.106Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-01T07:47:21.107Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T07:47:21.107Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T07:47:21.107Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T07:47:21.107Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T07:47:21.107Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T07:47:21.107Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T07:47:21.108Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T07:47:21.108Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T07:47:21.108Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T07:47:21.108Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T07:47:21.108Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:008cc801-b6aa-4dfa-b852-1b30d356e3ac Model Version:NULL Model InvariantUuid:ac315600-68d5-40db-b76e-3b2b29e0b78b Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2023-02-01T07:47:21.145Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: 9735dbae-2811-4225-be75-55eddb74d18b Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-02-01T07:47:21.152Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||INFO|500||test-pnf 0 2023-02-01T07:47:21.153Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 9735dbae-2811-4225-be75-55eddb74d18b 2023-02-01T07:47:21.155Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 008cc801-b6aa-4dfa-b852-1b30d356e3ac 2023-02-01T07:47:21.155Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 008cc801-b6aa-4dfa-b852-1b30d356e3ac 2023-02-01T07:47:21.155Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 9735dbae-2811-4225-be75-55eddb74d18b ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-02-01T07:47:21.179Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@47ff0173, org.onap.sdc.toscaparser.api.parameters.Input@6c33c251, org.onap.sdc.toscaparser.api.parameters.Input@386bfefb, org.onap.sdc.toscaparser.api.parameters.Input@5238e390, org.onap.sdc.toscaparser.api.parameters.Input@6d73943d] 2023-02-01T07:47:21.179Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T07:47:21.180Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T07:47:21.180Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 008cc801-b6aa-4dfa-b852-1b30d356e3ac: test-pnf 2023-02-01T07:47:21.180Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||INFO|500||Processing PNF resource: 9735dbae-2811-4225-be75-55eddb74d18b 2023-02-01T07:47:21.180Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-01T07:47:21.181Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-01T07:47:21.181Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||INFO|500||Resource customization UUID: 403d0545-f45b-4b55-a1b4-b29a924cbc91 is the same as notified resource customizationUUID: 403d0545-f45b-4b55-a1b4-b29a924cbc91 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 (?, ?) 2023-02-01T07:47:21.234Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 9735dbae-2811-4225-be75-55eddb74d18b 0 ASDC deployResourceStructure 2023-02-01T07:47:21.235Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2023-02-01T07:47:21.235Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-02-01T07:47:21.235Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-01T07:47:21.235Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-02-01T07:47:21.237Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T07:47:21.238Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "64d7cda0-7a1a-467f-a2c2-6066946b4a56", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675237641235, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-02-01T07:47:21.338Z||pool-161-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-01T07:47:21.339Z||pool-161-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-01T07:47:21.339Z||pool-161-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T07:47:21.352Z||pool-161-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:47:21.353Z||pool-161-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2023-02-01T07:47:22.238Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 64d7cda0-7a1a-467f-a2c2-6066946b4a56 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-01T07:47:22.252Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 64d7cda0-7a1a-467f-a2c2-6066946b4a56 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-01T07:47:22.255Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-01T07:47:22.255Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-02-01T07:47:22.255Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-02-01T07:47:22.255Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-02-01T07:47:22.255Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-01T07:47:22.256Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-01T07:47:22.256Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-01T07:47:22.256Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-01T07:47:22.256Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-01T07:47:22.256Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-01T07:47:22.263Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-02-01T07:47:52.264Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 64d7cda0-7a1a-467f-a2c2-6066946b4a56 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-02-01T07:47:52.271Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 64d7cda0-7a1a-467f-a2c2-6066946b4a56 and serviceModelVersionId: 008cc801-b6aa-4dfa-b852-1b30d356e3ac 2023-02-01T07:47:52.271Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ac315600-68d5-40db-b76e-3b2b29e0b78b 2023-02-01T07:47:52.273Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ac315600-68d5-40db-b76e-3b2b29e0b78b/model-vers/model-ver/008cc801-b6aa-4dfa-b852-1b30d356e3ac?depth=0 2023-02-01T07:47:52.282Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-02-01T07:47:52.346Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac315600-68d5-40db-b76e-3b2b29e0b78b/model-vers/model-ver/008cc801-b6aa-4dfa-b852-1b30d356e3ac?depth=0|INFO|500||Invoke 2023-02-01T07:47:52.347Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac315600-68d5-40db-b76e-3b2b29e0b78b/model-vers/model-ver/008cc801-b6aa-4dfa-b852-1b30d356e3ac?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac315600-68d5-40db-b76e-3b2b29e0b78b/model-vers/model-ver/008cc801-b6aa-4dfa-b852-1b30d356e3ac?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[64d7cda0-7a1a-467f-a2c2-6066946b4a56], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a278ebed-fa83-4157-b798-2600e7a2d2a4], X-ECOMP-RequestID=[64d7cda0-7a1a-467f-a2c2-6066946b4a56], X-TransactionId=[], X-ONAP-RequestID=[64d7cda0-7a1a-467f-a2c2-6066946b4a56], Content-Type=[application/merge-patch+json]} 2023-02-01T07:47:52.381Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac315600-68d5-40db-b76e-3b2b29e0b78b/model-vers/model-ver/008cc801-b6aa-4dfa-b852-1b30d356e3ac?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-02-01T07:47:52.742Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac315600-68d5-40db-b76e-3b2b29e0b78b/model-vers/model-ver/008cc801-b6aa-4dfa-b852-1b30d356e3ac?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/ac315600-68d5-40db-b76e-3b2b29e0b78b/model-vers/model-ver/008cc801-b6aa-4dfa-b852-1b30d356e3ac?depth=0 has http status code:200 and response headers:{date=[Wed, 01 Feb 2023 07:47:51 GMT], content-length=[0], vertex-id=[258120], x-aai-txid=[0-aai-resources-230201-07:47:51:658-30583], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-02-01T07:47:52.742Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac315600-68d5-40db-b76e-3b2b29e0b78b/model-vers/model-ver/008cc801-b6aa-4dfa-b852-1b30d356e3ac?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-02-01T07:47:52.743Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac315600-68d5-40db-b76e-3b2b29e0b78b/model-vers/model-ver/008cc801-b6aa-4dfa-b852-1b30d356e3ac?depth=0|INFO|500||InvokeReturn 2023-02-01T07:47:52.744Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-02-01T07:47:52.744Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-02-01T07:47:52.776Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-02-01T07:47:52.777Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 64d7cda0-7a1a-467f-a2c2-6066946b4a56 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-02-01T07:47:52.777Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-02-01T07:47:52.778Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-02-01T07:47:52.781Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-01T07:47:52.782Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "64d7cda0-7a1a-467f-a2c2-6066946b4a56", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675237672777, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-02-01T07:47:52.882Z||pool-162-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-01T07:47:52.883Z||pool-162-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-01T07:47:52.884Z||pool-162-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EjcaMUROG0JWEck8) ... 2023-02-01T07:47:52.915Z||pool-162-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:47:52.916Z||pool-162-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-02-01T07:47:53.806Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T07:47:53.807Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T07:47:53.807Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|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 EjcaMUROG0JWEck8) ... 2023-02-01T07:48:03.393Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:48:03.394Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T07:48:03.395Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T07:48:03.395Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|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 EjcaMUROG0JWEck8) ... 2023-02-01T07:48:12.985Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:48:12.986Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T07:48:12.987Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T07:48:12.987Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|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 EjcaMUROG0JWEck8) ... 2023-02-01T07:48:13.580Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T07:48:13.582Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T07:48:13.582Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T07:48:13.677Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:48:13.678Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-01T07:48:13.678Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "37908491-3fff-48a9-9c17-2ca169943bea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675237572512, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T07:48:13.680Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-01T07:48:13.680Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-01T07:48:13.680Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "37908491-3fff-48a9-9c17-2ca169943bea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675237572512, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2023-02-01T07:48:13.680Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-01T07:48:13.680Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-01T07:48:13.680Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "37908491-3fff-48a9-9c17-2ca169943bea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675237572512, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-02-01T07:48:13.680Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-01T07:48:13.680Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-01T07:48:13.680Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "37908491-3fff-48a9-9c17-2ca169943bea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675237572512, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T07:48:13.680Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-01T07:48:13.681Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-01T07:48:13.681Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "37908491-3fff-48a9-9c17-2ca169943bea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675237572512, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-02-01T07:48:13.681Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-01T07:48:13.681Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-01T07:48:13.681Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "37908491-3fff-48a9-9c17-2ca169943bea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675237572512, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-01T07:48:13.681Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-01T07:48:13.681Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-01T07:48:13.681Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "37908491-3fff-48a9-9c17-2ca169943bea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675237572512, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-01T07:48:13.682Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-01T07:48:13.682Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-01T07:48:13.682Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "37908491-3fff-48a9-9c17-2ca169943bea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675237572512, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-02-01T07:48:13.682Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-01T07:48:13.682Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-01T07:48:13.682Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "37908491-3fff-48a9-9c17-2ca169943bea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675237585623, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-01T07:48:13.682Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T07:48:13.682Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-01T07:48:13.682Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "37908491-3fff-48a9-9c17-2ca169943bea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675237590275, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-02-01T07:48:13.682Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T07:48:13.683Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-01T07:48:13.683Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "37908491-3fff-48a9-9c17-2ca169943bea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675237591425, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-02-01T07:48:13.683Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T07:48:13.683Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-01T07:48:13.683Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "37908491-3fff-48a9-9c17-2ca169943bea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675237592569, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-02-01T07:48:13.683Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T07:48:13.683Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-01T07:48:13.683Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "37908491-3fff-48a9-9c17-2ca169943bea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675237593797, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2023-02-01T07:48:13.683Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T07:48:13.683Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-01T07:48:13.683Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "37908491-3fff-48a9-9c17-2ca169943bea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675237594810, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2023-02-01T07:48:13.684Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T07:48:13.684Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-01T07:48:13.684Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "37908491-3fff-48a9-9c17-2ca169943bea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675237595814, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2023-02-01T07:48:13.684Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T07:48:13.684Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-01T07:48:13.684Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "37908491-3fff-48a9-9c17-2ca169943bea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675237596820, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-02-01T07:48:13.684Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T07:48:13.684Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-01T07:48:13.684Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "37908491-3fff-48a9-9c17-2ca169943bea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675237628353, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-02-01T07:48:13.684Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T07:48:13.685Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-01T07:48:13.685Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "64d7cda0-7a1a-467f-a2c2-6066946b4a56", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675237572512, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T07:48:13.685Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-01T07:48:13.685Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-01T07:48:13.685Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "64d7cda0-7a1a-467f-a2c2-6066946b4a56", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675237572512, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-02-01T07:48:13.685Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-01T07:48:13.685Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-01T07:48:13.685Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "64d7cda0-7a1a-467f-a2c2-6066946b4a56", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675237572512, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-02-01T07:48:13.685Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-01T07:48:13.685Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-01T07:48:13.685Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "64d7cda0-7a1a-467f-a2c2-6066946b4a56", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675237572512, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-01T07:48:13.686Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-01T07:48:13.686Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-01T07:48:13.686Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "64d7cda0-7a1a-467f-a2c2-6066946b4a56", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675237572512, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-01T07:48:13.686Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-02-01T07:48:22.592Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:48:22.593Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T07:48:22.594Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T07:48:22.594Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|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 EjcaMUROG0JWEck8) ... 2023-02-01T07:48:32.234Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:48:32.234Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T07:48:32.235Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T07:48:32.235Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|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 EjcaMUROG0JWEck8) ... 2023-02-01T07:48:41.873Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:49:13.566Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T07:49:13.567Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T07:49:13.568Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|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 EjcaMUROG0JWEck8) ... 2023-02-01T07:49:13.579Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T07:49:13.581Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T07:49:13.581Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T07:49:14.136Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:49:14.137Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-01T07:49:14.137Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "64d7cda0-7a1a-467f-a2c2-6066946b4a56", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675237572512, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-02-01T07:49:14.138Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-02-01T07:49:14.138Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-01T07:49:14.139Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "64d7cda0-7a1a-467f-a2c2-6066946b4a56", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675237572512, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-02-01T07:49:14.139Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-02-01T07:49:14.139Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-01T07:49:14.139Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "64d7cda0-7a1a-467f-a2c2-6066946b4a56", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675237572512, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-01T07:49:14.139Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-02-01T07:49:14.139Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-01T07:49:14.140Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "64d7cda0-7a1a-467f-a2c2-6066946b4a56", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675237572512, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-02-01T07:49:14.140Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-02-01T07:49:14.140Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-01T07:49:14.140Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "64d7cda0-7a1a-467f-a2c2-6066946b4a56", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675237638734, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-01T07:49:14.140Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T07:49:14.140Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-01T07:49:14.140Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "64d7cda0-7a1a-467f-a2c2-6066946b4a56", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675237641235, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-02-01T07:49:14.141Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T07:49:14.141Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-01T07:49:14.141Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "64d7cda0-7a1a-467f-a2c2-6066946b4a56", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675237672777, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-02-01T07:49:14.142Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-01T07:49:23.164Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:50:13.567Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T07:50:13.567Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T07:50:13.568Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|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 EjcaMUROG0JWEck8) ... 2023-02-01T07:50:13.580Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T07:50:13.580Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T07:50:13.580Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|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 EjcaMUROG0JWEck8) ... 2023-02-01T07:50:23.172Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:50:23.258Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:51:13.566Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T07:51:13.574Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T07:51:13.574Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T07:51:13.579Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T07:51:13.580Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T07:51:13.580Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T07:51:23.155Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:51:23.166Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:52:13.566Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T07:52:13.568Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T07:52:13.568Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T07:52:13.582Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T07:52:13.585Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T07:52:13.586Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T07:52:23.146Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:52:23.152Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:53:13.569Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T07:53:13.571Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T07:53:13.571Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T07:53:13.580Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T07:53:13.581Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T07:53:13.581Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|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 EjcaMUROG0JWEck8) ... 2023-02-01T07:53:23.140Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:53:23.151Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:54:13.566Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T07:54:13.568Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T07:54:13.568Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T07:54:13.579Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T07:54:13.580Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T07:54:13.580Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T07:54:23.153Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:54:23.154Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:55:13.567Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T07:55:13.568Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T07:55:13.568Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T07:55:13.579Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T07:55:13.580Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T07:55:13.580Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T07:55:23.132Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:55:23.184Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:56:13.566Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T07:56:13.568Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T07:56:13.569Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T07:56:13.579Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T07:56:13.580Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T07:56:13.581Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T07:56:23.137Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:56:23.258Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:57:13.566Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T07:57:13.567Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T07:57:13.567Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T07:57:13.579Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T07:57:13.580Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T07:57:13.580Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T07:57:23.127Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:57:23.148Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:58:13.566Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T07:58:13.567Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T07:58:13.567Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T07:58:13.579Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T07:58:13.580Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T07:58:13.581Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T07:58:23.154Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:58:23.204Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:59:13.566Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T07:59:13.568Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T07:59:13.568Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T07:59:13.580Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T07:59:13.581Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T07:59:13.581Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|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 EjcaMUROG0JWEck8) ... 2023-02-01T07:59:23.178Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T07:59:23.179Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T08:00:13.572Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T08:00:13.574Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T08:00:13.574Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T08:00:13.582Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T08:00:13.583Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T08:00:13.583Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|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 EjcaMUROG0JWEck8) ... 2023-02-01T08:00:23.150Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T08:00:23.163Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T08:01:13.573Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T08:01:13.574Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T08:01:13.574Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T08:01:13.579Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T08:01:13.580Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T08:01:13.580Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T08:01:23.139Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T08:01:23.164Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T08:02:13.567Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T08:02:13.570Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T08:02:13.572Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T08:02:13.579Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T08:02:13.580Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T08:02:13.580Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|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 EjcaMUROG0JWEck8) ... 2023-02-01T08:02:23.148Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T08:02:23.195Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T08:03:13.566Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T08:03:13.568Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T08:03:13.568Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T08:03:13.579Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T08:03:13.580Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T08:03:13.580Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|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 EjcaMUROG0JWEck8) ... 2023-02-01T08:03:23.160Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T08:03:23.163Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T08:04:13.566Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T08:04:13.568Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T08:04:13.568Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T08:04:13.579Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T08:04:13.582Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T08:04:13.582Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T08:04:23.161Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T08:04:23.187Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T08:05:13.566Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T08:05:13.567Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T08:05:13.568Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T08:05:13.580Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T08:05:13.585Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T08:05:13.586Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T08:05:23.147Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T08:05:23.161Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T08:06:13.567Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T08:06:13.568Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T08:06:13.569Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T08:06:13.579Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T08:06:13.581Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T08:06:13.581Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T08:06:23.157Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T08:06:23.159Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T08:07:13.566Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T08:07:13.567Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T08:07:13.567Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T08:07:13.579Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T08:07:13.580Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T08:07:13.580Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T08:07:23.127Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T08:07:23.148Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T08:08:13.566Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T08:08:13.567Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T08:08:13.567Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T08:08:13.582Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T08:08:13.583Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T08:08:13.583Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|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 EjcaMUROG0JWEck8) ... 2023-02-01T08:08:23.172Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T08:08:23.202Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T08:09:13.566Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T08:09:13.567Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T08:09:13.568Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T08:09:13.580Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T08:09:13.580Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T08:09:13.580Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|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 EjcaMUROG0JWEck8) ... 2023-02-01T08:09:23.168Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T08:09:23.169Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T08:10:13.567Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T08:10:13.568Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T08:10:13.568Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T08:10:13.579Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T08:10:13.582Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T08:10:13.583Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|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 EjcaMUROG0JWEck8) ... 2023-02-01T08:10:23.170Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T08:10:23.207Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T08:11:13.569Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T08:11:13.573Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T08:11:13.573Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T08:11:13.579Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T08:11:13.580Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T08:11:13.583Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|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 EjcaMUROG0JWEck8) ... 2023-02-01T08:11:23.154Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T08:11:23.213Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T08:12:13.566Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T08:12:13.567Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T08:12:13.567Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T08:12:13.579Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T08:12:13.580Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T08:12:13.580Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|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 EjcaMUROG0JWEck8) ... 2023-02-01T08:12:23.160Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T08:12:23.210Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T08:13:13.566Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T08:13:13.567Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T08:13:13.567Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T08:13:13.579Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T08:13:13.580Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T08:13:13.580Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T08:13:23.123Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T08:13:23.159Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T08:14:13.566Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T08:14:13.568Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T08:14:13.569Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T08:14:13.579Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T08:14:13.580Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T08:14:13.581Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T08:14:23.168Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T08:14:23.174Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T08:15:13.566Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T08:15:13.567Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T08:15:13.567Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T08:15:13.580Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T08:15:13.581Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T08:15:13.581Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T08:15:23.159Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T08:15:23.163Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T08:16:13.566Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T08:16:13.567Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T08:16:13.567Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T08:16:13.579Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T08:16:13.580Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T08:16:13.581Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|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 EjcaMUROG0JWEck8) ... 2023-02-01T08:16:23.177Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T08:16:23.177Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T08:17:13.566Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T08:17:13.567Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T08:17:13.568Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T08:17:13.579Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T08:17:13.580Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T08:17:13.580Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T08:17:23.134Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T08:17:23.148Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T08:18:13.568Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T08:18:13.571Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T08:18:13.571Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T08:18:13.580Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T08:18:13.581Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T08:18:13.581Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|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 EjcaMUROG0JWEck8) ... 2023-02-01T08:18:23.135Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T08:18:23.147Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T08:19:13.566Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T08:19:13.568Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T08:19:13.568Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T08:19:13.579Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T08:19:13.580Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T08:19:13.581Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|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 EjcaMUROG0JWEck8) ... 2023-02-01T08:19:23.172Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T08:19:23.205Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T08:20:13.566Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T08:20:13.567Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T08:20:13.569Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T08:20:13.579Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T08:20:13.581Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T08:20:13.581Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T08:20:23.227Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T08:20:23.253Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T08:21:13.567Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T08:21:13.569Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T08:21:13.569Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T08:21:13.579Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T08:21:13.580Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T08:21:13.581Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|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 EjcaMUROG0JWEck8) ... 2023-02-01T08:21:23.196Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T08:21:23.225Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T08:22:13.566Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T08:22:13.567Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T08:22:13.567Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T08:22:13.579Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T08:22:13.580Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T08:22:13.580Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|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 EjcaMUROG0JWEck8) ... 2023-02-01T08:22:23.149Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T08:22:23.166Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T08:23:13.566Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T08:23:13.569Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T08:23:13.569Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T08:23:13.579Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T08:23:13.580Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T08:23:13.581Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T08:23:23.156Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T08:23:23.171Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T08:24:13.566Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T08:24:13.569Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T08:24:13.570Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T08:24:13.580Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T08:24:13.581Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T08:24:13.581Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T08:24:23.154Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T08:24:23.165Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T08:25:13.570Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T08:25:13.573Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T08:25:13.573Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T08:25:13.580Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T08:25:13.580Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T08:25:13.581Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T08:25:23.160Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T08:25:23.166Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T08:26:13.567Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T08:26:13.570Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T08:26:13.570Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T08:26:13.583Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T08:26:13.583Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T08:26:13.584Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|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 EjcaMUROG0JWEck8) ... 2023-02-01T08:26:23.159Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T08:26:23.160Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T08:27:13.566Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T08:27:13.568Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T08:27:13.568Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T08:27:13.587Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T08:27:13.588Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T08:27:13.588Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|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 EjcaMUROG0JWEck8) ... 2023-02-01T08:27:23.149Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T08:27:23.158Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T08:28:13.570Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T08:28:13.571Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T08:28:13.580Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T08:28:13.581Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T08:28:13.581Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|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 EjcaMUROG0JWEck8) ... 2023-02-01T08:28:13.571Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T08:28:23.150Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T08:28:23.161Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T08:29:13.566Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T08:29:13.567Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T08:29:13.568Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T08:29:13.579Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T08:29:13.580Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T08:29:13.580Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T08:29:23.129Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T08:29:23.203Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T08:30:13.571Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T08:30:13.573Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T08:30:13.573Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T08:30:13.579Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T08:30:13.580Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T08:30:13.580Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T08:30:23.153Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T08:30:23.164Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T08:31:13.566Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T08:31:13.567Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T08:31:13.568Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T08:31:13.579Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T08:31:13.581Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T08:31:13.582Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|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 EjcaMUROG0JWEck8) ... 2023-02-01T08:31:23.154Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T08:31:23.157Z|64d7cda0-7a1a-467f-a2c2-6066946b4a56|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T08:32:13.570Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T08:32:13.572Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T08:32:13.572Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T08:32:13.579Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T08:32:13.580Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T08:32:13.580Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|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 EjcaMUROG0JWEck8) ... 2023-02-01T08:32:23.131Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T08:32:23.133Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T08:33:13.578Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T08:33:13.579Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T08:33:13.579Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T08:33:13.579Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T08:33:13.580Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T08:33:13.581Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T08:33:23.158Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T08:33:23.167Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T08:34:13.566Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T08:34:13.567Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T08:34:13.567Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T08:34:13.582Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T08:34:13.582Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T08:34:13.583Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T08:34:23.133Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T08:34:23.146Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T08:35:13.566Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T08:35:13.567Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T08:35:13.567Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T08:35:13.582Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T08:35:13.583Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T08:35:13.583Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T08:35:23.182Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T08:35:23.186Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T08:36:13.566Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T08:36:13.567Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T08:36:13.567Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|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 EjcaMUROG0JWEck8) ... 2023-02-01T08:36:13.579Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T08:36:13.580Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T08:36:13.580Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T08:36:23.154Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T08:36:23.163Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T08:37:13.566Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T08:37:13.569Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T08:37:13.569Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|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 EjcaMUROG0JWEck8) ... 2023-02-01T08:37:13.580Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T08:37:13.581Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T08:37:13.582Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T08:37:23.212Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T08:37:23.218Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T08:38:13.566Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T08:38:13.568Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T08:38:13.568Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|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 EjcaMUROG0JWEck8) ... 2023-02-01T08:38:13.582Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T08:38:13.583Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T08:38:13.583Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T08:38:23.135Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T08:38:23.297Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T08:39:13.566Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T08:39:13.576Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T08:39:13.576Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|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 EjcaMUROG0JWEck8) ... 2023-02-01T08:39:13.579Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T08:39:13.580Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T08:39:13.580Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T08:39:23.168Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T08:39:23.204Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T08:40:13.573Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T08:40:13.575Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T08:40:13.575Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|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 EjcaMUROG0JWEck8) ... 2023-02-01T08:40:13.579Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T08:40:13.580Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T08:40:13.580Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T08:40:23.166Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T08:40:23.222Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T08:41:13.566Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T08:41:13.567Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T08:41:13.567Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|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 EjcaMUROG0JWEck8) ... 2023-02-01T08:41:13.579Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T08:41:13.580Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T08:41:13.580Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T08:41:23.142Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T08:41:23.156Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T08:42:13.566Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T08:42:13.568Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T08:42:13.569Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|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 EjcaMUROG0JWEck8) ... 2023-02-01T08:42:13.579Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T08:42:13.580Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T08:42:13.580Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T08:42:23.138Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T08:42:23.181Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T08:43:13.566Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T08:43:13.567Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T08:43:13.567Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|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 EjcaMUROG0JWEck8) ... 2023-02-01T08:43:13.579Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T08:43:13.580Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T08:43:13.580Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|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 EjcaMUROG0JWEck8) ... 2023-02-01T08:43:23.136Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T08:43:23.146Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T08:44:13.566Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T08:44:13.567Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T08:44:13.567Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|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 EjcaMUROG0JWEck8) ... 2023-02-01T08:44:13.580Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T08:44:13.580Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T08:44:13.580Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|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 EjcaMUROG0JWEck8) ... 2023-02-01T08:44:23.162Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T08:44:23.215Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T08:45:13.570Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T08:45:13.571Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T08:45:13.572Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|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 EjcaMUROG0JWEck8) ... 2023-02-01T08:45:13.583Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T08:45:13.583Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T08:45:13.584Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|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 EjcaMUROG0JWEck8) ... 2023-02-01T08:45:23.197Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T08:45:23.271Z|e2f827ac-0bb5-4d52-b337-4b71d502b0a9|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T08:46:13.566Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T08:46:13.567Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T08:46:13.567Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T08:46:13.580Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T08:46:13.584Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T08:46:13.584Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T08:46:23.149Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T08:46:23.179Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T08:47:13.566Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T08:47:13.568Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T08:47:13.568Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T08:47:13.579Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T08:47:13.580Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T08:47:13.581Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T08:47:23.141Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T08:47:23.179Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T08:48:13.566Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T08:48:13.568Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T08:48:13.568Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T08:48:13.581Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T08:48:13.582Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T08:48:13.582Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T08:48:23.182Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T08:48:23.184Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T08:49:13.566Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T08:49:13.569Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T08:49:13.569Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T08:49:13.585Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T08:49:13.589Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T08:49:13.589Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|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 EjcaMUROG0JWEck8) ... 2023-02-01T08:49:23.144Z|c7929fe2-5206-4d31-9a1f-460a80714ee6|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T08:49:23.160Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T08:50:13.566Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T08:50:13.567Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T08:50:13.567Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T08:50:13.579Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T08:50:13.580Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T08:50:13.581Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T08:50:23.131Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T08:50:23.151Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T08:51:13.568Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T08:51:13.573Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T08:51:13.574Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T08:51:13.584Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T08:51:13.586Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T08:51:13.586Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T08:51:23.197Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T08:51:23.260Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T08:52:13.566Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T08:52:13.569Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T08:52:13.570Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T08:52:13.579Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T08:52:13.580Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T08:52:13.582Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T08:52:23.184Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T08:52:23.196Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T08:53:13.566Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T08:53:13.567Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T08:53:13.568Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T08:53:13.582Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T08:53:13.583Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T08:53:13.583Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T08:53:23.187Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T08:53:23.205Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T08:54:13.566Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T08:54:13.567Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T08:54:13.568Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T08:54:13.579Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T08:54:13.580Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T08:54:13.581Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T08:54:23.141Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T08:54:23.152Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T08:55:13.567Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T08:55:13.568Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T08:55:13.571Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T08:55:13.579Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T08:55:13.580Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T08:55:13.580Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T08:55:23.184Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T08:55:23.206Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T08:56:13.566Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T08:56:13.567Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T08:56:13.567Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T08:56:13.580Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T08:56:13.580Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T08:56:13.583Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T08:56:23.167Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T08:56:23.248Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T08:57:13.566Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T08:57:13.568Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T08:57:13.568Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T08:57:13.580Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T08:57:13.583Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T08:57:13.583Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T08:57:23.185Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T08:57:23.230Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T08:58:13.566Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T08:58:13.567Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T08:58:13.567Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T08:58:13.579Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T08:58:13.580Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T08:58:13.580Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T08:58:23.148Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T08:58:23.165Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T08:59:13.574Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T08:59:13.582Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T08:59:13.582Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T08:59:13.584Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T08:59:13.585Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T08:59:13.592Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|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 EjcaMUROG0JWEck8) ... 2023-02-01T08:59:23.157Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T08:59:23.177Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T09:00:13.579Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T09:00:13.581Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T09:00:13.581Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|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 EjcaMUROG0JWEck8) ... 2023-02-01T09:00:13.582Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T09:00:13.583Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T09:00:13.583Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T09:00:23.178Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T09:00:23.233Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T09:01:13.566Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T09:01:13.568Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T09:01:13.569Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|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 EjcaMUROG0JWEck8) ... 2023-02-01T09:01:13.579Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-01T09:01:13.580Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-01T09:01:13.580Z||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 EjcaMUROG0JWEck8) ... 2023-02-01T09:01:23.143Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-01T09:01:23.164Z|d5c9ff9f-92fd-4ef7-a34c-0204ecc1cc3f|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK